summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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-09-23tmpfs: verify {g,u}id mount options correctlyChristian Brauner
2023-08-30mm: allow a controlled amount of unfairness in the page lockLinus Torvalds
2023-06-28mm: make wait_on_page_writeback() wait for multiple pending writebacksLinus Torvalds
2023-06-28mm: fix VM_BUG_ON(PageTail) and BUG_ON(PageWriteback)Hugh Dickins
2023-06-28list: add "list_del_init_careful()" to go with "list_empty_careful()"Linus Torvalds
2023-06-28mm: rewrite wait_on_page_bit_common() logicLinus Torvalds
2023-06-09treewide: Remove uninitialized_var() usageKees Cook
2023-05-17mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlockTetsuo Handa
2023-04-20mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()Rongwei Wang
2023-03-11mm/thp: check and bail out if page in deferred queue alreadyYin Fengwei
2023-03-11mm: memcontrol: deprecate charge movingJohannes Weiner
2023-02-22Revert "mm: Always release pages to the buddy allocator in memblock_free_late...Aaron Thompson
2023-02-22migrate: hugetlb: check for hugetlb shared PMD in node migrationMike Kravetz
2023-02-22mm: swap: properly update readahead statistics in unuse_pte_range()Andrea Righi
2023-02-22mm/swapfile: add cond_resched() in get_swap_pages()Longlong Xia
2023-02-06panic: Consolidate open-coded panic_on_warn checksKees Cook
2023-02-06mm: kasan: do not panic if both panic_on_warn and kasan_multishot setDavid Gow
2023-01-24mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vmaHugh Dickins
2023-01-18mm: Always release pages to the buddy allocator in memblock_free_late().Aaron Thompson
2023-01-18mm, compaction: fix fast_isolate_around() to stay within boundariesNARIBAYASHI Akira
2022-12-19mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb pageBaolin Wang
2022-12-14mm/gup: fix gup_pud_range() for daxJohn Starks
2022-12-14memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo
2022-12-14mm/khugepaged: invoke MMU notifiers in shmem/file collapse pathsJann Horn
2022-12-14mm/khugepaged: fix GUP-fast interaction by sending IPIJann Horn
2022-12-14mm/khugepaged: take the right locks for page table retractionJann Horn
2022-12-08v4l2: don't fall back to follow_pfn() if pin_user_pages_fast() failsLinus Torvalds
2022-11-25mm: fs: initialize fsdata passed to write_begin/write_end interfaceAlexander Potapenko
2022-11-03mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pagesRik van Riel
2022-10-15mm: pagewalk: Fix race between unmap and page walkerSteven Price
2022-10-05mm: fix madivse_pageout mishandling on non-LRU pageMinchan Kim
2022-10-05mm/migrate_device.c: flush TLB while holding PTLAlistair Popple
2022-10-05mm: prevent page_frag_alloc() from corrupting the memoryMaurizio Lombardi
2022-10-05mm/page_alloc: fix race condition between build_all_zonelists and page alloca...Mel Gorman
2022-09-28mm/slub: fix to return errno if kmalloc() failsChao Yu
2022-09-20mm: Fix TLB flush for not-first PFNMAP mappings in unmap_region()Jann Horn
2022-09-15Revert "mm: kmemleak: take a full lowmem check in kmemleak_*_phys()"Yee Lee
2022-09-05mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuseJann Horn
2022-09-05mm: Force TLB flush for PFNMAP mappings before unlink_file_vma()Jann Horn
2022-09-05mm/hugetlb: fix hugetlb not supporting softdirty trackingDavid Hildenbrand
2022-08-25mm/mmap.c: fix missing call to vm_unacct_memory in mmap_regionMiaohe Lin
2022-08-25mm/mremap: hold the rmap lock in write mode when moving page table entries.Aneesh Kumar K.V
2022-07-29mm/mempolicy: fix uninit-value in mpol_rebind_policy()Wang Cheng
2022-07-12mm/slub: add missing TID updates on slab deactivationJann Horn
2022-06-22random: move randomize_page() into mm where it belongsJason A. Donenfeld
2022-06-14hugetlb: fix huge_pmd_unshare address updateMike Kravetz
2022-06-14mm, compaction: fast_find_migrateblock() should return pfn in the target zoneRei Yamamoto
2022-06-06zsmalloc: fix races between asynchronous zspage free and page migrationSultan Alsawaf