summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-11-28mm: kmem: drop __GFP_NOFAIL when allocating objcg vectorsRoman Gushchin1-1/+2
2023-11-28mm: fix for negative counter: nr_file_hugepagesStefan Roesch1-7/+9
2023-11-28mm/hugetlb: use nth_page() in place of direct struct page manipulationZi Yan1-1/+1
2023-11-28mm/hugetlb: prepare hugetlb_follow_page_mask() for FOLL_PINPeter Xu1-11/+22
2023-11-28mm/memory_hotplug: use pfn math in place of direct struct page manipulationZi Yan1-1/+1
2023-11-28mm/cma: use nth_page() in place of direct struct page manipulationZi Yan1-1/+1
2023-11-28mm/damon/sysfs: check error from damon_sysfs_update_target()SeongJae Park1-1/+3
2023-11-28mm/damon/sysfs-schemes: handle tried regions sysfs directory allocation failureSeongJae Park1-0/+3
2023-11-28mm/damon/sysfs-schemes: handle tried region directory allocation failureSeongJae Park1-0/+2
2023-11-28mm/damon/core: avoid divide-by-zero during monitoring results updateSeongJae Park1-8/+2
2023-11-28mm/damon/ops-common: avoid divide-by-zero during region hotness calculationSeongJae Park1-3/+2
2023-11-28mm/damon/lru_sort: avoid divide-by-zero in hot threshold calculationSeongJae Park1-3/+1
2023-11-28mm/damon/sysfs: update monitoring target regions for online input commitSeongJae Park1-17/+30
2023-11-28mm/damon/sysfs: remove requested targets when online-commit inputsSeongJae Park1-34/+36
2023-11-20vfs: fix readahead(2) on block devicesReuben Hawkins1-1/+2
2023-11-20numa: Generalize numa_map_to_online_node()Yury Norov1-7/+11
2023-11-08mmap: fix error paths with dup_anon_vma()Liam R. Howlett1-8/+22
2023-11-08mmap: fix vma_iterator in error path of vma_merge()Liam R. Howlett1-2/+8
2023-11-02mm/damon/sysfs: check DAMOS regions update progress from before_terminate()SeongJae Park1-2/+5
2023-11-02kasan: print the original fault addr when access invalid shadowHaibo Li1-3/+1
2023-11-02hugetlbfs: extend hugetlb_vma_lock to private VMAsRik van Riel1-4/+37
2023-11-02mm/mempolicy: fix set_mempolicy_home_node() previous VMA pointerLiam R. Howlett1-1/+3
2023-11-02mm/migrate: fix do_pages_move for compat pointersGregory Price1-2/+12
2023-11-02mm/page_alloc: correct start page when guard page debug is enabledKemeng Shi1-1/+1
2023-11-02hugetlbfs: clear resv_map pointer if mmap failsRik van Riel1-3/+4
2023-11-02mm: fix vm_brk_flags() to not bail out while holding lockSebastian Ott1-3/+3
2023-10-25mm: slab: Do not create kmalloc caches smaller than arch_slab_minalign()Catalin Marinas1-2/+4
2023-10-06mm, memcg: reconsider kmem.limit_in_bytes deprecationMichal Hocko1-0/+13
2023-10-06memcg: drop kmem.limit_in_bytesMichal Hocko1-10/+0
2023-10-06mm: memcontrol: fix GFP_NOFS recursion in memory.high enforcementJohannes Weiner1-3/+3
2023-10-06mm: page_alloc: fix CMA and HIGHATOMIC landing on the wrong buddy listJohannes Weiner1-6/+6
2023-10-06mm/slab_common: fix slab_caches list corruption after kmem_cache_destroy()Rafael Aquini1-6/+6
2023-10-06mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and MPOL_MF_MOVE are spec...Yang Shi1-20/+19
2023-10-06mm/damon/vaddr-test: fix memory leak in damon_do_test_apply_three_regions()Jinjie Ruan1-0/+2
2023-09-23Revert "memcg: drop kmem.limit_in_bytes"Greg Kroah-Hartman1-0/+10
2023-09-19vm: fix move_vma() memory accounting being offLinus Torvalds1-1/+1
2023-09-19memcontrol: ensure memcg acquired by id is properly set upJohannes Weiner1-5/+17
2023-09-19Multi-gen LRU: avoid race in inc_min_seq()Kalesh Singh1-6/+7
2023-09-19mm: hugetlb_vmemmap: fix a race between vmemmap pmd splitMuchun Song1-20/+14
2023-09-19memcg: drop kmem.limit_in_bytesMichal Hocko1-10/+0
2023-09-13revert "memfd: improve userspace warnings for missing exec-related flags".Andrew Morton1-1/+1
2023-09-13memfd: improve userspace warnings for missing exec-related flagsAleksa Sarai1-1/+1
2023-09-13memfd: replace ratcheting feature from vm.memfd_noexec with hierarchyAleksa Sarai1-1/+2
2023-09-13memfd: do not -EACCES old memfd_create() users with vm.memfd_noexec=2Aleksa Sarai1-19/+11
2023-09-13mm/memfd: sysctl: fix MEMFD_NOEXEC_SCOPE_NOEXEC_ENFORCEDJeff Xu1-24/+33
2023-09-13mm/vmalloc: add a safer version of find_vm_area() for debugJoel Fernandes (Google)1-4/+22
2023-09-13rcu: dump vmalloc memory info safelyZqiang1-1/+3
2023-09-13Multi-gen LRU: fix per-zone reclaimKalesh Singh1-4/+14
2023-09-13mm/pagewalk: fix bootstopping regression from extra pte_unmap()Hugh Dickins1-1/+1
2023-09-13net-memcg: Fix scope of sockmem pressure indicatorsAbel Wu1-0/+8