summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* mm: take a page reference when removing device exclusive entriesAlistair Popple2023-04-131-1/+15
* mm/hugetlb: fix uffd wr-protection for CoW optimization pathPeter Xu2023-04-131-2/+12
* 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 handling discontiguous pageMuchun Song2023-04-131-2/+2
* mm: kfence: fix PG_slab and memcg_data clearingMuchun Song2023-04-131-15/+15
* mm/ksm: fix race with VMA iteration and mm_struct teardownLiam R. Howlett2023-03-301-2/+9
* Revert "kasan: drop skip_kasan_poison variable in free_pages_prepare"Peter Collingbourne2023-03-301-1/+2
* kfence: avoid passing -g for testMarco Elver2023-03-301-1/+1
* mm: kfence: fix using kfence_metadata without initialization in show_object()Muchun Song2023-03-301-2/+8
* mm/slab: Fix undefined init_cache_node_node() for NUMA and !SMPGeert Uytterhoeven2023-03-301-1/+1
* mm: teach mincore_hugetlb about pte markersJames Houghton2023-03-221-1/+1
* mm/userfaultfd: propagate uffd-wp bit when PTE-mapping the huge zeropageDavid Hildenbrand2023-03-221-2/+4
* memory tier: release the new_memtier in find_create_memory_tier()Tong Tiangen2023-03-101-2/+2
* 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/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISONNaoya Horiguchi2023-03-102-5/+5
* mm/damon/paddr: fix missing folio_put()andrew.yang2023-03-101-4/+3
* mm/gup: add folio to list when folio_isolate_lru() succeedKuan-Ying Lee2023-02-221-1/+1
* Revert "mm: Always release pages to the buddy allocator in memblock_free_late...Aaron Thompson2023-02-221-7/+1
* mm/migrate: fix wrongly apply write bit after mkdirty on sparc64Peter Xu2023-02-222-2/+6
* mm/filemap: fix page end in filemap_get_read_batchQian Yingjin2023-02-221-2/+3
* mm/MADV_COLLAPSE: set EAGAIN on unexpected page refcountZach O'Keefe2023-02-221-0/+1
* mm: shrinkers: fix deadlock in shrinker debugfsQi Zheng2023-02-222-6/+13
* kasan: fix Oops due to missing calls to kasan_arch_is_ready()Christophe Leroy2023-02-223-1/+21
* 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-091-1/+2
* mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookupsZach O'Keefe2023-02-091-0/+8
* mm, mremap: fix mremap() expanding for vma's with vm_ops->close()Vlastimil Babka2023-02-091-6/+19
* mm/khugepaged: fix ->anon_vma raceJann Horn2023-02-091-1/+13
* mm/swapfile: add cond_resched() in get_swap_pages()Longlong Xia2023-02-091-0/+1
* mm/uffd: fix pte marker when fork() without fork eventPeter Xu2023-02-091-6/+2
* mm: multi-gen LRU: fix crash during cgroup migrationYu Zhao2023-02-091-1/+4
* use less confusing names for iov_iter direction initializersAl Viro2023-02-093-4/+4
* Revert "mm/compaction: fix set skip in fast_find_migrateblock"Vlastimil Babka2023-02-011-0/+1
* panic: Consolidate open-coded panic_on_warn checksKees Cook2023-01-242-4/+3
* mm/MADV_COLLAPSE: don't expand collapse when vm_end is past requested endZach O'Keefe2023-01-241-1/+1
* mm/userfaultfd: enable writenotify while userfaultfd-wp is enabled for a VMADavid Hildenbrand2023-01-241-0/+4
* mm/hugetlb: pre-allocate pgtable pages for uffd wr-protectsPeter Xu2023-01-241-2/+11
* mm/hugetlb: fix uffd-wp handling for migration entries in hugetlb_change_prot...David Hildenbrand2023-01-241-8/+9
* mm/hugetlb: fix PTE marker handling in hugetlb_change_protection()David Hildenbrand2023-01-241-14/+7
* 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/shmem: restore SHMEM_HUGE_DENY precedence over MADV_COLLAPSEZach O'Keefe2023-01-241-4/+2
* nommu: fix split_vma() map_count errorLiam Howlett2023-01-241-1/+3
* nommu: fix do_munmap() error pathLiam Howlett2023-01-241-1/+2
* nommu: fix memory leak in do_mmap() error pathLiam Howlett2023-01-241-1/+1
* mm: Always release pages to the buddy allocator in memblock_free_late().Aaron Thompson2023-01-181-1/+7
* hugetlb: really allocate vma lock for all sharable vmasMike Kravetz2023-01-071-185/+148
* mm, compaction: fix fast_isolate_around() to stay within boundariesNARIBAYASHI Akira2023-01-041-13/+5