summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-04-13x86/mm/pat: fix VM_PAT handling in COW mappingsDavid Hildenbrand1-0/+4
2024-04-13mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...Vlastimil Babka3-11/+11
2024-04-13mm/migrate: set swap entry values of THP tail pages properly.Zi Yan1-1/+5
2024-04-13mm/memory-failure: fix an incorrect use of tail pagesLiu Shixin1-1/+1
2024-04-13memtest: use {READ,WRITE}_ONCE in memory scanningQiang Zhang1-2/+2
2024-03-01userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlbLokesh Gidra1-1/+13
2024-03-01memcg: add refcnt for pcpu stock to avoid UAF problem in drain_all_stock()GONG, Ruiqi1-0/+6
2024-02-23mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), againZach O'Keefe1-1/+1
2024-01-15mm: fix unmap_mapping_range high bits shift bugJiajun Xie1-2/+2
2024-01-15mm/memory-failure: check the mapcount of the precise pageMatthew Wilcox (Oracle)1-3/+3
2023-11-28mm/cma: use nth_page() in place of direct struct page manipulationZi Yan1-1/+1
2023-11-20vfs: fix readahead(2) on block devicesReuben Hawkins1-1/+2
2023-09-23tmpfs: verify {g,u}id mount options correctlyChristian Brauner1-4/+24
2023-08-30mm: allow a controlled amount of unfairness in the page lockLinus Torvalds1-31/+129
2023-06-28mm: make wait_on_page_writeback() wait for multiple pending writebacksLinus Torvalds1-1/+1
2023-06-28mm: fix VM_BUG_ON(PageTail) and BUG_ON(PageWriteback)Hugh Dickins2-6/+8
2023-06-28list: add "list_del_init_careful()" to go with "list_empty_careful()"Linus Torvalds1-6/+1
2023-06-28mm: rewrite wait_on_page_bit_common() logicLinus Torvalds1-47/+85
2023-06-09treewide: Remove uninitialized_var() usageKees Cook7-10/+10
2023-05-17mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlockTetsuo Handa1-0/+16
2023-04-20mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()Rongwei Wang1-1/+2
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