aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-06memcg: prohibit unconditional exceeding the limit of dying tasksVasily Averin1-19/+8
2021-11-06mm, oom: do not trigger out_of_memory from the #PFMichal Hocko1-14/+8
2021-11-06mm, oom: pagefault_out_of_memory: don't force global OOM for dying tasksVasily Averin1-0/+3
2021-11-06mm: list_lru: only add memcg-aware lrus to the global lru listMuchun Song1-19/+16
2021-11-06mm: memcontrol: remove the kmem statesMuchun Song2-12/+2
2021-11-06mm: memcontrol: remove kmemcg_id reparentingMuchun Song1-15/+4
2021-11-06mm: list_lru: fix the return value of list_lru_count_one()Muchun Song1-1/+4
2021-11-06mm: list_lru: remove holding lru lockMuchun Song1-11/+0
2021-11-06memcg, kmem: further deprecate kmem.limit_in_bytesShakeel Butt2-43/+7
2021-11-06mm/list_lru.c: prefer struct_size over open coded arithmeticLen Baker1-4/+3
2021-11-06mm/memcg: remove obsolete memcg_free_kmem()Waiman Long1-11/+3
2021-11-06memcg: unify memcg stat flushingShakeel Butt1-9/+10
2021-11-06memcg: flush stats only if updatedShakeel Butt1-23/+55
2021-11-06mm/memcg: drop swp_entry_t* in mc_handle_file_pte()Peter Xu1-2/+2
2021-11-06mm: optimise put_pages_list()Matthew Wilcox (Oracle)1-7/+16
2021-11-06mm/swapfile: fix an integer overflow in swap_show()Rafael Aquini1-2/+2
2021-11-06mm/swapfile: remove needless request_queue NULL pointer checkXu Wang1-1/+1
2021-11-06mm/gup: further simplify __gup_device_huge()John Hubbard1-4/+1
2021-11-06mm: move more expensive part of XA setup out of mapping checkJens Axboe1-18/+25
2021-11-06mm/filemap.c: remove bogus VM_BUG_ONMatthew Wilcox (Oracle)1-1/+0
2021-11-06mm: don't read i_size of inode unless we need itJens Axboe1-4/+3
2021-11-06mm: simplify bdi refcountingChristoph Hellwig2-8/+8
2021-11-06mm: don't automatically unregister bdisChristoph Hellwig1-2/+1
2021-11-06fs: explicitly unregister per-superblock BDIsChristoph Hellwig2-0/+4
2021-11-06mtd: call bdi_unregister explicitlyChristoph Hellwig1-0/+1
2021-11-06mm: export bdi_unregisterChristoph Hellwig1-0/+1
2021-11-06mm: stop filemap_read() from grabbing a superfluous pageDavid Howells1-0/+3
2021-11-06mm/page_ext.c: fix a commentYinan Zhang1-1/+1
2021-11-06percpu: add __alloc_size attributes for better bounds checkingKees Cook1-3/+3
2021-11-06mm/page_alloc: add __alloc_size attributes for better bounds checkingKees Cook1-2/+2
2021-11-06mm/vmalloc: add __alloc_size attributes for better bounds checkingKees Cook1-11/+11
2021-11-06mm/kvmalloc: add __alloc_size attributes for better bounds checkingKees Cook1-8/+8
2021-11-06slab: add __alloc_size attributes for better bounds checkingKees Cook1-28/+33
2021-11-06slab: clean up function prototypesKees Cook1-34/+34
2021-11-06Compiler Attributes: add __alloc_size() for better bounds checkingKees Cook5-1/+47
2021-11-06rapidio: avoid bogus __alloc_size warningKees Cook1-4/+5
2021-11-06kasan: test: bypass __alloc_size checksKees Cook2-1/+9
2021-11-06mm: debug_vm_pgtable: don't use __P000 directlyGuo Ren1-3/+4
2021-11-06mm/smaps: simplify shmem handling of pte holesPeter Xu1-10/+12
2021-11-06mm/smaps: use vma->vm_pgoff directly when counting partial swapPeter Xu1-3/+2
2021-11-06mm/smaps: fix shmem pte hole swap calculationPeter Xu1-2/+4
2021-11-06kasan: test: add memcpy test that avoids out-of-bounds writePeter Collingbourne1-1/+17
2021-11-06kasan: fix tag for large allocations when using CONFIG_SLABMatthew Wilcox (Oracle)1-1/+1
2021-11-06workqueue, kasan: avoid alloc_pages() when recording stackMarco Elver1-1/+1
2021-11-06kasan: generic: introduce kasan_record_aux_stack_noalloc()Marco Elver2-2/+14
2021-11-06kasan: common: provide can_alloc in kasan_save_stack()Marco Elver3-5/+5
2021-11-06lib/stackdepot: introduce __stack_depot_save()Marco Elver2-6/+41
2021-11-06lib/stackdepot: remove unused function argumentMarco Elver1-5/+4
2021-11-06lib/stackdepot: include gfp.hMarco Elver1-0/+2
2021-11-06mm: don't include <linux/dax.h> in <linux/mempolicy.h>Christoph Hellwig2-1/+1