summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-08-30mm,hwpoison: fix printing of page flagsOscar Salvador1-1/+1
2023-08-30mm: memory-failure: fix unexpected return value in soft_offline_page()Miaohe Lin1-4/+7
2023-08-30mm: memory-failure: kill soft_offline_free_page()Kefeng Wang1-11/+1
2023-08-30mm: fix page reference leak in soft_offline_page()Dan Williams1-4/+16
2023-08-30mm,hwpoison: refactor get_any_pageOscar Salvador1-58/+43
2023-08-30mm: add a call to flush_cache_vmap() in vmap_pfn()Alexandre Ghiti1-0/+4
2023-07-27shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfsRoberto Sassu1-1/+1
2023-06-28memfd: check for non-NULL file_seals in memfd_create() syscallRoberto Sassu1-1/+2
2023-06-21mm/memory_hotplug: extend offline_and_remove_memory() to handle more than one...David Hildenbrand1-16/+89
2023-05-30writeback, cgroup: remove extra percpu_ref_exit()Greg Thelen1-1/+0
2023-05-17mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlockTetsuo Handa1-0/+16
2023-05-17writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbsBaokun Li1-1/+10
2023-04-26mm/khugepaged: check again on anon uffd-wp during isolationPeter Xu1-0/+4
2023-04-20mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()Rongwei Wang1-1/+2
2023-03-22mm/userfaultfd: propagate uffd-wp bit when PTE-mapping the huge zeropageDavid Hildenbrand1-2/+4
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-15Fix page corruption caused by racy check in __free_pagesDavid Chen1-1/+4
2023-02-15migrate: hugetlb: check for hugetlb shared PMD in node migrationMike Kravetz1-1/+2
2023-02-15mm/migration: return errno when isolate_huge_page failedMiaohe Lin6-10/+11
2023-02-15mm/swapfile: add cond_resched() in get_swap_pages()Longlong Xia1-0/+1
2023-02-01panic: Consolidate open-coded panic_on_warn checksKees Cook1-2/+2
2023-02-01kasan: no need to unset panic_on_warn in end_report()Tiezhu Yang1-9/+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-14mm, compaction: fix fast_isolate_around() to stay within boundariesNARIBAYASHI Akira1-13/+5
2022-12-14mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb pageBaolin Wang2-15/+26
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-3/+4
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-12-02mm: vmscan: fix extreme overreclaim and swap floodsJohannes Weiner1-6/+4
2022-11-25mm: fs: initialize fsdata passed to write_begin/write_end interfaceAlexander Potapenko1-1/+1
2022-11-25maccess: Fix writing offset in case of fault in strncpy_from_kernel_nofault()Alban Crequy1-1/+1
2022-11-16mm/memremap.c: map FS_DAX device memory as decryptedPankaj Gupta1-0/+1
2022-11-03mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pagesRik van Riel1-1/+1
2022-11-03mm/memory: add non-anonymous page check in the copy_present_page()Yuanzheng Song1-0/+11
2022-10-26mm: hugetlb: fix UAF in hugetlb_handle_userfaultLiu Shixin1-14/+15
2022-10-26mm/mmap: undo ->mmap() when arch_validate_flags() failsCarlos Llamas1-1/+4
2022-10-15mm: gup: fix the fast GUP race against THP collapseYang Shi2-10/+34
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