summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-01-15mm: fix unmap_mapping_range high bits shift bugJiajun Xie
2024-01-15mm/memory-failure: check the mapcount of the precise pageMatthew Wilcox (Oracle)
2024-01-05mm/filemap: avoid buffered read/write race to read inconsistent dataBaokun Li
2023-12-23kasan: disable kasan_non_canonical_hook() for HW tagsArnd Bergmann
2023-12-20memblock: allow to specify flags with memblock_add_node()David Hildenbrand
2023-12-20mm/memory_hotplug: handle memblock_add_node() failures in add_memory_resource()David Hildenbrand
2023-12-13mm: fix oops when filemap_map_pmd() without prealloc_pteHugh Dickins
2023-11-28mm: kmem: drop __GFP_NOFAIL when allocating objcg vectorsRoman Gushchin
2023-11-28mm/memory_hotplug: use pfn math 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-20vfs: fix readahead(2) on block devicesReuben Hawkins
2023-11-08kasan: print the original fault addr when access invalid shadowHaibo Li
2023-11-08mm/migrate: fix do_pages_move for compat pointersGregory Price
2023-11-08mm/page_alloc: correct start page when guard page debug is enabledKemeng Shi
2023-09-19mm/vmalloc: add a safer version of find_vm_area() for debugJoel Fernandes (Google)
2023-09-19rcu: dump vmalloc memory info safelyZqiang
2023-09-19net-memcg: Fix scope of sockmem pressure indicatorsAbel Wu
2023-09-19tmpfs: verify {g,u}id mount options correctlyChristian Brauner
2023-08-30mm: memory-failure: fix unexpected return value in soft_offline_page()Miaohe Lin
2023-08-30mm: memory-failure: kill soft_offline_free_page()Kefeng Wang
2023-08-30mm: add a call to flush_cache_vmap() in vmap_pfn()Alexandre Ghiti
2023-07-23mm/damon/ops-common: atomically test and clear young on ptes and pmdsRyan Roberts
2023-07-23shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfsRoberto Sassu
2023-07-05mm, hwpoison: when copy-on-write hits poison, take page offlineJane Chu
2023-07-05mm, hwpoison: try to recover from copy-on write faultsTony Luck
2023-06-28memfd: check for non-NULL file_seals in memfd_create() syscallRoberto Sassu
2023-05-11writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbsBaokun Li
2023-04-26mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlockTetsuo Handa
2023-04-26mm: page_alloc: skip regions with hugetlbfs pages when allocating 1G pagesMel Gorman
2023-04-26mm/khugepaged: check again on anon uffd-wp during isolationPeter Xu
2023-04-13mm: take a page reference when removing device exclusive entriesAlistair Popple
2023-04-13mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()Rongwei Wang
2023-04-13mm: vmalloc: avoid warn_alloc noise caused by fatal signalYafang Shao
2023-03-30mm: kfence: fix using kfence_metadata without initialization in show_object()Muchun Song
2023-03-30kfence: avoid passing -g for testMarco Elver
2023-03-30mm/slab: Fix undefined init_cache_node_node() for NUMA and !SMPGeert Uytterhoeven
2023-03-22mm/userfaultfd: propagate uffd-wp bit when PTE-mapping the huge zeropageDavid Hildenbrand
2023-03-10mm/thp: check and bail out if page in deferred queue alreadyYin Fengwei
2023-03-10mm: memcontrol: deprecate charge movingJohannes Weiner
2023-02-22mm/filemap: fix page end in filemap_get_read_batchQian Yingjin
2023-02-22Revert "mm: Always release pages to the buddy allocator in memblock_free_late...Aaron Thompson
2023-02-14Fix page corruption caused by racy check in __free_pagesDavid Chen
2023-02-14migrate: hugetlb: check for hugetlb shared PMD in node migrationMike Kravetz
2023-02-14mm/migration: return errno when isolate_huge_page failedMiaohe Lin
2023-02-09mm/swapfile: add cond_resched() in get_swap_pages()Longlong Xia
2023-02-01panic: Consolidate open-coded panic_on_warn checksKees Cook
2023-02-01kasan: no need to unset panic_on_warn in end_report()Tiezhu Yang
2023-01-24mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vmaHugh Dickins
2023-01-24hugetlb: unshare some PMDs when splitting VMAsJames Houghton
2023-01-18mm: Always release pages to the buddy allocator in memblock_free_late().Aaron Thompson