summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2022-01-15hugetlb: add hugetlb.*.numa_stat fileMina Almasry1-10/+123
2022-01-15mm/page_alloc.c: do not warn allocation failure on zone DMA if no managed pagesBaoquan He1-1/+3
2022-01-15mm_zone: add function to check if managed dma zone existsBaoquan He1-0/+15
2022-01-15mm/page_alloc.c: modify the comment section for alloc_contig_pages()Anshuman Khandual1-2/+2
2022-01-15mm: drop node from alloc_pages_vmaMichal Hocko2-3/+3
2022-01-15mm: page_alloc: fix building error on -Werror=array-compareXiongwei Song1-1/+1
2022-01-15mm: make slab and vmalloc allocators __GFP_NOLOCKDEP awareMichal Hocko1-1/+1
2022-01-15mm: allow !GFP_KERNEL allocations for kvmallocMichal Hocko1-11/+4
2022-01-15mm/vmalloc: be more explicit about supported gfp flags.Michal Hocko1-6/+8
2022-01-15mm/vmalloc: add support for __GFP_NOFAILMichal Hocko1-5/+17
2022-01-15mm/vmalloc: alloc GFP_NO{FS,IO} for vmallocMichal Hocko1-2/+21
2022-01-15mm/dmapool.c: revert "make dma pool to use kmalloc_node"Christian König1-1/+1
2022-01-15mm: remove the total_mapcount argument from page_trans_huge_mapcount()Matthew Wilcox (Oracle)2-21/+11
2022-01-15mm: remove the total_mapcount argument from page_trans_huge_map_swapcount()Matthew Wilcox (Oracle)1-20/+12
2022-01-15mm: remove last argument of reuse_swap_page()Matthew Wilcox (Oracle)4-10/+4
2022-01-15mm: page table checkPasha Tatashin5-0/+303
2022-01-15mm: ptep_clear() page table helperPasha Tatashin2-11/+3
2022-01-15mm: change page type prior to adding page table entryPasha Tatashin4-12/+12
2022-01-15mm/oom_kill: allow process_mrelease to run under mmap_lock protectionSuren Baghdasaryan1-12/+15
2022-01-15mm: protect free_pgtables with mmap_lock write lock in exit_mmapSuren Baghdasaryan1-8/+8
2022-01-15mm: move tlb_flush_pending inline helpers to mm_inline.hArnd Bergmann5-0/+5
2022-01-15mm: move anon_vma declarations to linux/mm_inline.hArnd Bergmann2-0/+2
2022-01-15mm: add anonymous vma name refcountingSuren Baghdasaryan1-6/+36
2022-01-15mm: add a field to store names for private anonymous memoryColin Cross6-23/+165
2022-01-15mm: rearrange madvise code to allow for reuseColin Cross1-160/+178
2022-01-15memcg: add per-memcg vmalloc statShakeel Butt2-2/+12
2022-01-15mm/memcg: use struct_size() helper in kzalloc()Wang Weiyang1-5/+1
2022-01-15memcg: better bounds on the memcg stats updatesShakeel Butt1-7/+13
2022-01-15mm/memcg: add oom_group_kill memory eventDan Schatzberg2-0/+3
2022-01-15mm/page_counter: remove an incorrect call to propagate_protected_usage()Donghai Qiao1-1/+0
2022-01-15mm: memcontrol: make cgroup_memory_nokmem staticMuchun Song3-7/+2
2022-01-15mm/frontswap.c: use non-atomic '__set_bit()' when possibleChristophe JAILLET1-2/+2
2022-01-15shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inodeGang Li1-16/+21
2022-01-15mm: shmem: don't truncate page if memory failure happensYang Shi3-9/+61
2022-01-15mm/gup.c: stricter check on THP migration entry during follow_pmd_maskLi Xinhai1-4/+9
2022-01-15gup: avoid multiple user access locking/unlocking in fault_in_{read/write}ableChristophe Leroy1-8/+10
2022-01-15mm/truncate.c: remove unneeded variablechiminghao1-4/+1
2022-01-15mm/debug_vm_pgtable: update comments regarding migration swap entriesAnshuman Khandual1-2/+2
2022-01-15mm,fs: split dump_mapping() out from dump_page()Matthew Wilcox (Oracle)1-50/+2
2022-01-15kasan: fix quarantine conflicting with init_on_freeAndrey Konovalov1-0/+11
2022-01-15kasan: add ability to detect double-kmem_cache_destroy()Marco Elver1-1/+1
2022-01-15mm/memremap: add ZONE_DEVICE support for compound pagesJoao Martins2-7/+49
2022-01-15mm/page_alloc: refactor memmap_init_zone_device() page initJoao Martins1-33/+41
2022-01-15mm/page_alloc: split prep_compound_page into head and tail subpartsJoao Martins1-10/+20
2022-01-15mm: defer kmemleak object creation of module_alloc()Kefeng Wang2-3/+9
2022-01-15kmemleak: fix kmemleak false positive report with HW tag-based kasan enableKuan-Ying Lee1-7/+14
2022-01-15mm: slab: make slab iterator functions staticMuchun Song3-20/+15
2022-01-15mm/slab_common: use WARN() if cache still has objects on destroyMarco Elver1-8/+3
2022-01-01mm: vmscan: reduce throttling due to a failure to make progress -fixMel Gorman1-1/+2
2021-12-31mm: vmscan: Reduce throttling due to a failure to make progressMel Gorman1-9/+55