summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* x86/mm/pat: fix VM_PAT handling in COW mappingsDavid Hildenbrand2024-04-131-0/+4
* mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...Vlastimil Babka2024-04-103-11/+11
* mm/migrate: set swap entry values of THP tail pages properly.Zi Yan2024-04-101-1/+5
* memtest: use {READ,WRITE}_ONCE in memory scanningQiang Zhang2024-04-101-2/+2
* mm: swap: fix race between free_swap_and_cache() and swapoff()Ryan Roberts2024-04-101-1/+12
* swap: comments get_swap_device() with usage ruleHuang Ying2024-04-101-3/+9
* userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlbLokesh Gidra2024-03-011-1/+13
* mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), againZach O'Keefe2024-02-231-1/+1
* mm/sparsemem: fix race in accessing memory_section->usageCharan Teja Kalla2024-02-231-8/+9
* mm: fix unmap_mapping_range high bits shift bugJiajun Xie2024-01-151-2/+2
* mm/memory-failure: check the mapcount of the precise pageMatthew Wilcox (Oracle)2024-01-151-3/+3
* mm/filemap: avoid buffered read/write race to read inconsistent dataBaokun Li2024-01-051-0/+9
* kasan: disable kasan_non_canonical_hook() for HW tagsArnd Bergmann2023-12-231-1/+3
* memblock: allow to specify flags with memblock_add_node()David Hildenbrand2023-12-202-5/+6
* mm/memory_hotplug: handle memblock_add_node() failures in add_memory_resource()David Hildenbrand2023-12-201-2/+6
* mm: fix oops when filemap_map_pmd() without prealloc_pteHugh Dickins2023-12-131-1/+1
* mm: kmem: drop __GFP_NOFAIL when allocating objcg vectorsRoman Gushchin2023-11-281-1/+2
* mm/memory_hotplug: use pfn math in place of direct struct page manipulationZi Yan2023-11-281-1/+1
* mm/cma: use nth_page() in place of direct struct page manipulationZi Yan2023-11-281-1/+1
* vfs: fix readahead(2) on block devicesReuben Hawkins2023-11-201-1/+2
* kasan: print the original fault addr when access invalid shadowHaibo Li2023-11-081-3/+1
* mm/migrate: fix do_pages_move for compat pointersGregory Price2023-11-081-2/+12
* mm/page_alloc: correct start page when guard page debug is enabledKemeng Shi2023-11-081-1/+1
* mm/vmalloc: add a safer version of find_vm_area() for debugJoel Fernandes (Google)2023-09-191-4/+22
* rcu: dump vmalloc memory info safelyZqiang2023-09-191-1/+3
* net-memcg: Fix scope of sockmem pressure indicatorsAbel Wu2023-09-191-0/+8
* tmpfs: verify {g,u}id mount options correctlyChristian Brauner2023-09-191-4/+24
* mm: memory-failure: fix unexpected return value in soft_offline_page()Miaohe Lin2023-08-301-4/+7
* mm: memory-failure: kill soft_offline_free_page()Kefeng Wang2023-08-301-11/+1
* mm: add a call to flush_cache_vmap() in vmap_pfn()Alexandre Ghiti2023-08-301-0/+4
* mm/damon/ops-common: atomically test and clear young on ptes and pmdsRyan Roberts2023-07-231-12/+8
* shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfsRoberto Sassu2023-07-231-1/+1
* mm, hwpoison: when copy-on-write hits poison, take page offlineJane Chu2023-07-051-1/+3
* mm, hwpoison: try to recover from copy-on write faultsTony Luck2023-07-051-10/+21
* memfd: check for non-NULL file_seals in memfd_create() syscallRoberto Sassu2023-06-281-1/+2
* writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbsBaokun Li2023-05-111-2/+10
* mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlockTetsuo Handa2023-04-261-0/+16
* mm: page_alloc: skip regions with hugetlbfs pages when allocating 1G pagesMel Gorman2023-04-261-0/+3
* mm/khugepaged: check again on anon uffd-wp during isolationPeter Xu2023-04-261-0/+4
* mm: take a page reference when removing device exclusive entriesAlistair Popple2023-04-131-1/+15
* mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()Rongwei Wang2023-04-131-1/+2
* mm: vmalloc: avoid warn_alloc noise caused by fatal signalYafang Shao2023-04-131-3/+5
* mm: kfence: fix using kfence_metadata without initialization in show_object()Muchun Song2023-03-301-2/+6
* kfence: avoid passing -g for testMarco Elver2023-03-301-1/+1
* mm/slab: Fix undefined init_cache_node_node() for NUMA and !SMPGeert Uytterhoeven2023-03-301-1/+1
* mm/userfaultfd: propagate uffd-wp bit when PTE-mapping the huge zeropageDavid Hildenbrand2023-03-221-2/+4
* mm/thp: check and bail out if page in deferred queue alreadyYin Fengwei2023-03-101-0/+3
* mm: memcontrol: deprecate charge movingJohannes Weiner2023-03-101-0/+4
* mm/filemap: fix page end in filemap_get_read_batchQian Yingjin2023-02-221-2/+3
* Revert "mm: Always release pages to the buddy allocator in memblock_free_late...Aaron Thompson2023-02-221-7/+1