summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* writeback, cgroup: remove extra percpu_ref_exit()Greg Thelen2023-05-301-1/+0
* mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlockTetsuo Handa2023-05-171-0/+16
* writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbsBaokun Li2023-05-171-1/+10
* mm/khugepaged: check again on anon uffd-wp during isolationPeter Xu2023-04-261-0/+4
* mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()Rongwei Wang2023-04-201-1/+2
* 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-111-0/+3
* mm: memcontrol: deprecate charge movingJohannes Weiner2023-03-111-0/+4
* Revert "mm: Always release pages to the buddy allocator in memblock_free_late...Aaron Thompson2023-02-221-7/+1
* Fix page corruption caused by racy check in __free_pagesDavid Chen2023-02-151-1/+4
* migrate: hugetlb: check for hugetlb shared PMD in node migrationMike Kravetz2023-02-151-1/+2
* mm/migration: return errno when isolate_huge_page failedMiaohe Lin2023-02-156-10/+11
* mm/swapfile: add cond_resched() in get_swap_pages()Longlong Xia2023-02-151-0/+1
* panic: Consolidate open-coded panic_on_warn checksKees Cook2023-02-011-2/+2
* kasan: no need to unset panic_on_warn in end_report()Tiezhu Yang2023-02-011-9/+1
* mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vmaHugh Dickins2023-01-241-8/+6
* mm: Always release pages to the buddy allocator in memblock_free_late().Aaron Thompson2023-01-181-1/+7
* mm, compaction: fix fast_isolate_around() to stay within boundariesNARIBAYASHI Akira2023-01-141-13/+5
* mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb pageBaolin Wang2022-12-142-15/+26
* mm/gup: fix gup_pud_range() for daxJohn Starks2022-12-141-1/+1
* memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo2022-12-141-2/+13
* mm/khugepaged: invoke MMU notifiers in shmem/file collapse pathsJann Horn2022-12-141-0/+13
* mm/khugepaged: fix GUP-fast interaction by sending IPIJann Horn2022-12-142-3/+4
* mm/khugepaged: take the right locks for page table retractionJann Horn2022-12-141-5/+26
* v4l2: don't fall back to follow_pfn() if pin_user_pages_fast() failsLinus Torvalds2022-12-081-25/+6
* mm: vmscan: fix extreme overreclaim and swap floodsJohannes Weiner2022-12-021-6/+4
* mm: fs: initialize fsdata passed to write_begin/write_end interfaceAlexander Potapenko2022-11-251-1/+1
* maccess: Fix writing offset in case of fault in strncpy_from_kernel_nofault()Alban Crequy2022-11-251-1/+1
* mm/memremap.c: map FS_DAX device memory as decryptedPankaj Gupta2022-11-161-0/+1
* mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pagesRik van Riel2022-11-031-1/+1
* mm/memory: add non-anonymous page check in the copy_present_page()Yuanzheng Song2022-11-031-0/+11
* mm: hugetlb: fix UAF in hugetlb_handle_userfaultLiu Shixin2022-10-261-14/+15
* mm/mmap: undo ->mmap() when arch_validate_flags() failsCarlos Llamas2022-10-261-1/+4
* mm: gup: fix the fast GUP race against THP collapseYang Shi2022-10-152-10/+34
* mm: fix madivse_pageout mishandling on non-LRU pageMinchan Kim2022-10-051-2/+5
* mm/migrate_device.c: flush TLB while holding PTLAlistair Popple2022-10-051-2/+3
* mm: prevent page_frag_alloc() from corrupting the memoryMaurizio Lombardi2022-10-051-0/+12
* mm/page_alloc: fix race condition between build_all_zonelists and page alloca...Mel Gorman2022-10-051-10/+43
* mm/slub: fix to return errno if kmalloc() failsChao Yu2022-09-281-1/+4
* mm: Fix TLB flush for not-first PFNMAP mappings in unmap_region()Jann Horn2022-09-201-2/+7
* Revert "mm: kmemleak: take a full lowmem check in kmemleak_*_phys()"Yee Lee2022-09-151-4/+4
* mm: pagewalk: Fix race between unmap and page walkerSteven Price2022-09-082-11/+14
* mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuseJann Horn2022-09-051-13/+16
* mm: Force TLB flush for PFNMAP mappings before unlink_file_vma()Jann Horn2022-09-051-0/+12
* mm/hugetlb: fix hugetlb not supporting softdirty trackingDavid Hildenbrand2022-08-311-2/+6
* mm/huge_memory.c: use helper function migration_entry_to_page()Miaohe Lin2022-08-311-2/+2
* mm/mmap.c: fix missing call to vm_unacct_memory in mmap_regionMiaohe Lin2022-08-211-1/+0
* mm/mremap: hold the rmap lock in write mode when moving page table entries.Aneesh Kumar K.V2022-08-211-4/+2
* mm: Add kvrealloc()Dave Chinner2022-08-211-0/+15
* page_alloc: fix invalid watermark check on a negative valueJaewon Kim2022-08-031-4/+8