summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-03-11mm/thp: check and bail out if page in deferred queue alreadyYin Fengwei1-0/+3
2023-03-11mm: memcontrol: deprecate charge movingJohannes Weiner1-0/+4
2023-02-22Revert "mm: Always release pages to the buddy allocator in memblock_free_late...Aaron Thompson1-7/+1
2023-02-22migrate: hugetlb: check for hugetlb shared PMD in node migrationMike Kravetz1-1/+2
2023-02-22mm: swap: properly update readahead statistics in unuse_pte_range()Andrea Righi1-4/+8
2023-02-22mm/swapfile: add cond_resched() in get_swap_pages()Longlong Xia1-0/+1
2023-02-06panic: Consolidate open-coded panic_on_warn checksKees Cook1-2/+2
2023-02-06mm: kasan: do not panic if both panic_on_warn and kasan_multishot setDavid Gow1-1/+1
2023-01-24mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vmaHugh Dickins1-8/+6
2023-01-18mm: Always release pages to the buddy allocator in memblock_free_late().Aaron Thompson1-1/+7
2023-01-18mm, compaction: fix fast_isolate_around() to stay within boundariesNARIBAYASHI Akira1-13/+5
2022-12-19mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb pageBaolin Wang2-16/+27
2022-12-14mm/gup: fix gup_pud_range() for daxJohn Starks1-1/+1
2022-12-14memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo1-2/+13
2022-12-14mm/khugepaged: invoke MMU notifiers in shmem/file collapse pathsJann Horn1-0/+13
2022-12-14mm/khugepaged: fix GUP-fast interaction by sending IPIJann Horn2-0/+8
2022-12-14mm/khugepaged: take the right locks for page table retractionJann Horn1-5/+26
2022-12-08v4l2: don't fall back to follow_pfn() if pin_user_pages_fast() failsLinus Torvalds1-25/+6
2022-11-25mm: fs: initialize fsdata passed to write_begin/write_end interfaceAlexander Potapenko1-1/+1
2022-11-03mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pagesRik van Riel1-1/+1
2022-10-15mm: pagewalk: Fix race between unmap and page walkerSteven Price1-5/+8
2022-10-05mm: fix madivse_pageout mishandling on non-LRU pageMinchan Kim1-2/+5
2022-10-05mm/migrate_device.c: flush TLB while holding PTLAlistair Popple1-2/+3
2022-10-05mm: prevent page_frag_alloc() from corrupting the memoryMaurizio Lombardi1-0/+12
2022-10-05mm/page_alloc: fix race condition between build_all_zonelists and page alloca...Mel Gorman1-10/+43
2022-09-28mm/slub: fix to return errno if kmalloc() failsChao Yu1-1/+4
2022-09-20mm: Fix TLB flush for not-first PFNMAP mappings in unmap_region()Jann Horn1-2/+7
2022-09-15Revert "mm: kmemleak: take a full lowmem check in kmemleak_*_phys()"Yee Lee1-4/+4
2022-09-05mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuseJann Horn1-14/+17
2022-09-05mm: Force TLB flush for PFNMAP mappings before unlink_file_vma()Jann Horn1-0/+12
2022-09-05mm/hugetlb: fix hugetlb not supporting softdirty trackingDavid Hildenbrand1-2/+6
2022-08-25mm/mmap.c: fix missing call to vm_unacct_memory in mmap_regionMiaohe Lin1-1/+0
2022-08-25mm/mremap: hold the rmap lock in write mode when moving page table entries.Aneesh Kumar K.V1-4/+2
2022-07-29mm/mempolicy: fix uninit-value in mpol_rebind_policy()Wang Cheng1-1/+1
2022-07-12mm/slub: add missing TID updates on slab deactivationJann Horn1-2/+2
2022-06-22random: move randomize_page() into mm where it belongsJason A. Donenfeld1-0/+32
2022-06-14hugetlb: fix huge_pmd_unshare address updateMike Kravetz1-1/+8
2022-06-14mm, compaction: fast_find_migrateblock() should return pfn in the target zoneRei Yamamoto1-0/+2
2022-06-06zsmalloc: fix races between asynchronous zspage free and page migrationSultan Alsawaf1-4/+33
2022-05-15mm: userfaultfd: fix missing cache flush in mcopy_atomic_pte() and __mcopy_at...Muchun Song1-0/+3
2022-05-15mm: hugetlb: fix missing cache flush in copy_huge_page_from_user()Muchun Song1-0/+2
2022-05-15mm: fix missing cache flush for all tail pages of compound pageMuchun Song1-2/+5
2022-05-15arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport2-18/+0
2022-05-12mm: fix unexpected zeroed page mapping with zram swapMinchan Kim1-54/+0
2022-05-09mm, hugetlb: allow for "high" userspace addressesChristophe Leroy1-8/+0
2022-04-27oom_kill.c: futex: delay the OOM reaper to allow time for proper futex cleanupNico Pache1-14/+40
2022-04-27mm: page_alloc: fix building error on -Werror=array-compareXiongwei Song1-1/+1
2022-04-20mm: kmemleak: take a full lowmem check in kmemleak_*_phys()Patrick Wang1-4/+4
2022-04-20mm, page_alloc: fix build_zonerefs_node()Juergen Gross1-1/+1
2022-04-15mm: don't skip swap entry even if zap_details specifiedPeter Xu1-6/+19