summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2023-12-13mm/memory_hotplug: fix error handling in add_memory_resource()Sumanth Korikkar
2023-12-13mm: fix oops when filemap_map_pmd() without prealloc_pteHugh Dickins
2023-12-13mm/memory_hotplug: add missing mem_hotplug_lockSumanth Korikkar
2023-12-13hugetlb: fix null-ptr-deref in hugetlb_vma_lock_writeMike Kravetz
2023-12-13mm/damon/sysfs: eliminate potential uninitialized variable warningDan Carpenter
2023-12-03filemap: add a per-mapping stable writes flagChristoph Hellwig
2023-11-28mm: kmem: drop __GFP_NOFAIL when allocating objcg vectorsRoman Gushchin
2023-11-28mm: fix for negative counter: nr_file_hugepagesStefan Roesch
2023-11-28parisc: fix mmap_base calculation when stack grows upwardsHelge Deller
2023-11-28mm/memory_hotplug: use pfn math in place of direct struct page manipulationZi Yan
2023-11-28mm/hugetlb: use nth_page() in place of direct struct page manipulationZi Yan
2023-11-28mm/cma: use nth_page() in place of direct struct page manipulationZi Yan
2023-11-28mm/damon/sysfs: check error from damon_sysfs_update_target()SeongJae Park
2023-11-28mm/damon/core.c: avoid unintentional filtering out of schemesHyeongtak Ji
2023-11-28mm/damon/sysfs-schemes: handle tried regions sysfs directory allocation failureSeongJae Park
2023-11-28mm/damon/sysfs-schemes: handle tried region directory allocation failureSeongJae Park
2023-11-28mm/damon/core: avoid divide-by-zero during monitoring results updateSeongJae Park
2023-11-28mm/damon/ops-common: avoid divide-by-zero during region hotness calculationSeongJae Park
2023-11-28mm/damon/lru_sort: avoid divide-by-zero in hot threshold calculationSeongJae Park
2023-11-28mm/damon/sysfs: update monitoring target regions for online input commitSeongJae Park
2023-11-28mm/damon/sysfs: remove requested targets when online-commit inputsSeongJae Park
2023-11-20vfs: fix readahead(2) on block devicesReuben Hawkins
2023-11-20numa: Generalize numa_map_to_online_node()Yury Norov
2023-10-24Merge tag 'mm-hotfixes-stable-2023-10-24-09-40' of git://git.kernel.org/pub/s...Linus Torvalds
2023-10-18mm/damon/sysfs: check DAMOS regions update progress from before_terminate()SeongJae Park
2023-10-18kasan: disable kasan_non_canonical_hook() for HW tagsArnd Bergmann
2023-10-18kasan: print the original fault addr when access invalid shadowHaibo Li
2023-10-18hugetlbfs: close race between MADV_DONTNEED and page faultRik van Riel
2023-10-18hugetlbfs: extend hugetlb_vma_lock to private VMAsRik van Riel
2023-10-18hugetlbfs: clear resv_map pointer if mmap failsRik van Riel
2023-10-18mm: zswap: fix pool refcount bug around shrink_worker()Johannes Weiner
2023-10-11mm: slab: Do not create kmalloc caches smaller than arch_slab_minalign()Catalin Marinas
2023-10-06mm/migrate: fix do_pages_move for compat pointersGregory Price
2023-10-06mmap: fix error paths with dup_anon_vma()Liam R. Howlett
2023-10-06mmap: fix vma_iterator in error path of vma_merge()Liam R. Howlett
2023-10-06mm: fix vm_brk_flags() to not bail out while holding lockSebastian Ott
2023-10-06mm/mempolicy: fix set_mempolicy_home_node() previous VMA pointerLiam R. Howlett
2023-10-06mm/page_alloc: correct start page when guard page debug is enabledKemeng Shi
2023-10-01Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds
2023-09-29mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and MPOL_MF_MOVE are spec...Yang Shi
2023-09-29mm/damon/vaddr-test: fix memory leak in damon_do_test_apply_three_regions()Jinjie Ruan
2023-09-29mm, memcg: reconsider kmem.limit_in_bytes deprecationMichal Hocko
2023-09-29mm: zswap: fix potential memory corruption on duplicate storeDomenico Cerasuolo
2023-09-29mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts
2023-09-29mm: report success more often from filemap_map_folio_range()Matthew Wilcox (Oracle)
2023-09-29Merge tag 'slab-fixes-for-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-09-23Merge tag 'mm-hotfixes-stable-2023-09-23-10-31' of git://git.kernel.org/pub/s...Linus Torvalds
2023-09-23Merge tag 'loongarch-fixes-6.6-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-09-20Revert "tmpfs: add support for multigrain timestamps"Christian Brauner
2023-09-20slab: kmalloc_size_roundup() must not return 0 for non-zero sizeDavid Laight