summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* memblock: stop poisoning raw allocationsMike Rapoport2021-09-031-16/+4
* mm: introduce memmap_alloc() to unify memory map allocationMike Rapoport2021-09-033-6/+28
* mm/page_alloc: always initialize memory map for the holesMike Rapoport2021-09-031-8/+0
* mm/kasan: move kasan.fault to mm/kasan/report.cWoody Lin2021-09-033-47/+26
* mm/vmalloc: fix wrong behavior in vreadChen Wandun2021-09-031-1/+28
* mm/vmalloc: remove gfpflags_allow_blocking() checkUladzislau Rezki (Sony)2021-09-031-10/+8
* mm/vmalloc: use batched page requests in bulk-allocatorUladzislau Rezki (Sony)2021-09-031-5/+27
* mm/sparse: clarify pgdat_to_physMiles Chen2021-09-031-1/+2
* include/linux/mmzone.h: avoid a warning in sparse memory supportMatthew Wilcox2021-09-031-1/+1
* mm: sparse: remove __section_nr() functionOhhoon Kwon2021-09-031-26/+0
* mm: sparse: pass section_nr to section_mark_presentOhhoon Kwon2021-09-031-5/+4
* mm/bootmem_info.c: mark __init on register_page_bootmem_info_sectionMuchun Song2021-09-031-2/+2
* mm/mremap: fix memory account on do_munmap() failureChen Wandun2021-09-031-1/+1
* remap_file_pages: Use vma_lookup() instead of find_vma()Liam R. Howlett2021-09-031-4/+1
* mm/pagemap: add mmap_assert_locked() annotations to find_vma*()Luigi Rizzo2021-09-031-0/+2
* mm,do_huge_pmd_numa_page: remove unnecessary TLB flushing codeHuang Ying2021-09-031-26/+0
* memcg: make memcg->event_list_lock irqsafeShakeel Butt2021-09-031-4/+4
* memcg: fix up drain_local_stock commentMichal Hocko2021-09-031-2/+3
* mm, memcg: save some atomic ops when flush is already trueMiaohe Lin2021-09-031-1/+1
* mm: memcontrol: set the correct memcg swappiness restrictionBaolin Wang2021-09-031-1/+1
* memcg: replace in_interrupt() by !in_task() in active_memcg()Vasily Averin2021-09-031-1/+1
* memcg: infrastructure to flush memcg statsShakeel Butt2021-09-032-0/+40
* memcg: switch lruvec stats to rstatShakeel Butt2021-09-031-76/+38
* mm, memcg: inline swap-related functions to improve disabled memcg configSuren Baghdasaryan2021-09-032-14/+5
* mm, memcg: inline mem_cgroup_{charge/uncharge} to improve disabled memcg configSuren Baghdasaryan2021-09-031-21/+12
* mm, memcg: add mem_cgroup_disabled checks in vmpressure and swap-related func...Suren Baghdasaryan2021-09-033-1/+12
* shmem: shmem_writepage() split unlikely i915 THPHugh Dickins2021-09-031-1/+13
* huge tmpfs: decide stat.st_blksize by shmem_is_huge()Hugh Dickins2021-09-031-11/+1
* huge tmpfs: shmem_is_huge(vma, inode, index)Hugh Dickins2021-09-031-59/+25
* huge tmpfs: SGP_NOALLOC to stop collapse_file() on raceHugh Dickins2021-09-032-13/+18
* huge tmpfs: move shmem_huge_enabled() upwardsHugh Dickins2021-09-031-37/+35
* huge tmpfs: revert shmem's use of transhuge_vma_enabled()Hugh Dickins2021-09-031-1/+2
* huge tmpfs: remove shrinklist addition from shmem_setattr()Hugh Dickins2021-09-031-19/+0
* huge tmpfs: fix split_huge_page() after FALLOC_FL_KEEP_SIZEHugh Dickins2021-09-032-3/+18
* huge tmpfs: fix fallocate(vanilla) advance over huge pagesHugh Dickins2021-09-031-3/+16
* shmem: include header file to declare swap_infoMiaohe Lin2021-09-031-2/+1
* shmem: remove unneeded function forward declarationMiaohe Lin2021-09-031-3/+0
* shmem: remove unneeded header fileMiaohe Lin2021-09-031-2/+0
* shmem: remove unneeded variable retMiaohe Lin2021-09-031-2/+1
* shmem: use raw_spinlock_t for ->stat_lockSebastian Andrzej Siewior2021-09-031-14/+17
* mm: delete unused get_kernel_page()John Hubbard2021-09-031-22/+0
* fs, mm: fix race in unlinking swapfileHugh Dickins2021-09-031-0/+6
* mm/gup: remove try_get_page(), call try_get_compound_head() directlyJohn Hubbard2021-09-031-4/+17
* mm/gup: small refactoring: simplify try_grab_page()John Hubbard2021-09-031-30/+5
* mm/gup: documentation corrections for gup/pupJohn Hubbard2021-09-031-7/+20
* mm: gup: use helper PAGE_ALIGNED in populate_vma_page_range()Miaohe Lin2021-09-031-2/+2
* mm: gup: fix potential pgmap refcnt leak in __gup_device_huge()Miaohe Lin2021-09-031-5/+7
* mm: gup: remove useless BUG_ON in __get_user_pages()Miaohe Lin2021-09-031-1/+0
* mm: gup: remove unneed local variable orig_refsMiaohe Lin2021-09-031-3/+1
* mm: gup: remove set but unused local variable majorMiaohe Lin2021-09-031-2/+1