summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-18mm: allow a NULL fn callback in apply_to_page_rangeChristoph Hellwig1-7/+9
2020-10-18mm: add a vmap_pfn functionChristoph Hellwig3-0/+49
2020-10-18mm: add a VM_MAP_PUT_PAGES flag for vmapChristoph Hellwig2-2/+8
2020-10-18mm: update the documentation for vfreeMatthew Wilcox (Oracle)1-10/+11
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim22-3/+117
2020-10-18pid: move pidfd_get_pid() to pid.cMinchan Kim3-19/+20
2020-10-18mm/madvise: pass mm to do_madviseMinchan Kim3-16/+20
2020-10-18selftests/vm: 10x speedup for hmm-testsJohn Hubbard1-1/+1
2020-10-18binfmt_elf: take the mmap lock around find_extend_vma()Jann Horn1-0/+3
2020-10-18mm/gup_benchmark: take the mmap lock around GUPJann Horn1-3/+12
2020-10-18mm/mmap: add inline munmap_vma_range() for code readabilityLiam R. Howlett1-15/+33
2020-10-18mm/mmap: add inline vma_next() for readability of mmap codeLiam R. Howlett1-6/+20
2020-10-18mm/migrate: avoid possible unnecessary process right check in kernel_move_pag...Miaohe Lin1-28/+43
2020-10-18mm/memory_hotplug: remove a wrapper for alloc_migration_target()Joonsoo Kim1-24/+22
2020-10-18mm/memory-failure: remove a wrapper for alloc_migration_target()Joonsoo Kim1-12/+6
2020-10-18mm: kmem: enable kernel memcg accounting from interrupt contextsRoman Gushchin2-12/+13
2020-10-18mm: kmem: prepare remote memcg charging infra for interrupt contextsRoman Gushchin2-16/+45
2020-10-18mm: kmem: remove redundant checks from get_obj_cgroup_from_current()Roman Gushchin1-3/+0
2020-10-18mm: kmem: move memcg_kmem_bypass() calls to get_mem/obj_cgroup_from_current()Roman Gushchin3-10/+9
2020-10-18mm, memcg: rework remote charging API to support nestingRoman Gushchin5-30/+22
2020-10-18ia64: fix build error with !COREDUMPKrzysztof Kozlowski1-1/+1
2020-10-18coccinelle: api: add kfree_mismatch scriptDenis Efremov1-0/+228
2020-10-17mm: use limited read-ahead to satisfy readJens Axboe1-6/+14
2020-10-17mm: mark async iocb read as NOWAIT once some data has been copiedJens Axboe1-0/+8
2020-10-17Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/l...Linus Torvalds164-5711/+10441
2020-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds224-4703/+5213
2020-10-17Merge tag 'i3c/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds2-54/+94
2020-10-17Merge tag 'mtd/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds121-1076/+2316
2020-10-17Merge tag 'thermal-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds22-82/+156
2020-10-17io_uring: fix double poll mask initPavel Begunkov1-1/+3
2020-10-17io-wq: inherit audit loginuid and sessionidJens Axboe4-1/+41
2020-10-17io_uring: use percpu counters to track inflight requestsJens Axboe2-27/+30
2020-10-17io_uring: assign new io_identity for task if members have changedJens Axboe2-5/+17
2020-10-17io_uring: store io_identity in io_uring_taskJens Axboe2-10/+12
2020-10-17io_uring: COW io_identity on mismatchJens Axboe2-52/+171
2020-10-17io_uring: move io identity items into separate structJens Axboe4-57/+64
2020-10-17io_uring: rely solely on work flags to determine personality.Jens Axboe2-22/+33
2020-10-17io_uring: pass required context in as flagsJens Axboe3-64/+52
2020-10-17io-wq: assign NUMA node locality if appropriateJens Axboe1-0/+1
2020-10-17io_uring: fix error path cleanup in io_sqe_files_register()Jens Axboe1-1/+2
2020-10-17Revert "io_uring: mark io_uring_fops/io_op_defs as __read_mostly"Jens Axboe1-2/+2
2020-10-17io_uring: fix REQ_F_COMP_LOCKED by killing itPavel Begunkov1-80/+69
2020-10-17io_uring: dig out COMP_LOCK from deep call chainPavel Begunkov1-24/+9
2020-10-17io_uring: don't put a poll req under spinlockPavel Begunkov1-2/+1
2020-10-17io_uring: don't unnecessarily clear F_LINK_TIMEOUTPavel Begunkov1-1/+0
2020-10-17io_uring: don't set COMP_LOCKED if won't putPavel Begunkov1-1/+1
2020-10-17io_uring: Fix sizeof() mismatchColin Ian King1-1/+1
2020-10-17mailbox: avoid timer start from callbackJassi Brar1-5/+7
2020-10-17xfs: fix Kconfig asking about XFS_SUPPORT_V4 when XFS_FS=nDarrick J. Wong1-0/+1
2020-10-17xfs: fix high key handling in the rt allocator's query_range functionDarrick J. Wong1-7/+4