summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbsBaokun Li2023-05-111-2/+10
* mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlockTetsuo Handa2023-04-261-0/+16
* mm: page_alloc: skip regions with hugetlbfs pages when allocating 1G pagesMel Gorman2023-04-261-0/+3
* mm/khugepaged: check again on anon uffd-wp during isolationPeter Xu2023-04-261-0/+4
* mm: take a page reference when removing device exclusive entriesAlistair Popple2023-04-131-1/+15
* mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()Rongwei Wang2023-04-131-1/+2
* mm: vmalloc: avoid warn_alloc noise caused by fatal signalYafang Shao2023-04-131-3/+5
* mm: kfence: fix using kfence_metadata without initialization in show_object()Muchun Song2023-03-301-2/+6
* kfence: avoid passing -g for testMarco Elver2023-03-301-1/+1
* mm/slab: Fix undefined init_cache_node_node() for NUMA and !SMPGeert Uytterhoeven2023-03-301-1/+1
* 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-101-0/+3
* mm: memcontrol: deprecate charge movingJohannes Weiner2023-03-101-0/+4
* mm/filemap: fix page end in filemap_get_read_batchQian Yingjin2023-02-221-2/+3
* 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-141-1/+4
* migrate: hugetlb: check for hugetlb shared PMD in node migrationMike Kravetz2023-02-141-1/+2
* mm/migration: return errno when isolate_huge_page failedMiaohe Lin2023-02-146-13/+13
* mm/swapfile: add cond_resched() in get_swap_pages()Longlong Xia2023-02-091-0/+1
* panic: Consolidate open-coded panic_on_warn checksKees Cook2023-02-012-4/+3
* 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
* hugetlb: unshare some PMDs when splitting VMAsJames Houghton2023-01-241-9/+35
* 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-121-13/+5
* 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
* mm: migrate: fix THP's mapcount on isolationGavin Shan2022-12-081-11/+11
* mm: __isolate_lru_page_prepare() in isolate_migratepages_block()Hugh Dickins2022-12-082-90/+62
* 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-261-1/+1
* maccess: Fix writing offset in case of fault in strncpy_from_kernel_nofault()Alban Crequy2022-11-261-1/+1
* hugetlbfs: don't delete error page from pagecacheJames Houghton2022-11-262-1/+8
* mm: shmem: don't truncate page if memory failure happensYang Shi2022-11-263-9/+61
* mm: hwpoison: handle non-anonymous THP correctlyYang Shi2022-11-261-5/+2
* mm: hwpoison: refactor refcount check handlingYang Shi2022-11-261-29/+64
* mm/shmem: use page_mapping() to detect page cache for uffd continuePeter Xu2022-11-161-1/+1
* mm/memremap.c: map FS_DAX device memory as decryptedPankaj Gupta2022-11-161-0/+1
* mm/damon/dbgfs: check if rm_contexts input is for a real contextSeongJae Park2022-11-161-0/+7
* mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb pageBaolin Wang2022-11-102-15/+26
* mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pagesRik van Riel2022-10-291-1/+1
* mm: hugetlb: fix UAF in hugetlb_handle_userfaultLiu Shixin2022-10-261-20/+17
* mm/mmap: undo ->mmap() when arch_validate_flags() failsCarlos Llamas2022-10-261-1/+4
* mm/damon: validate if the pmd entry is present before accessingBaolin Wang2022-10-261-0/+10
* mm/huge_memory: use pfn_to_online_page() in split_huge_pages_all()Naoya Horiguchi2022-10-121-4/+2
* mm/huge_memory: minor cleanup for split_huge_pages_allMiaohe Lin2022-10-121-1/+6
* mm: gup: fix the fast GUP race against THP collapseYang Shi2022-10-122-10/+34