summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-hotfixes-stable-2023-03-24-17-09' of git://git.kernel.org/pub/s...Linus Torvalds2023-03-247-18/+45
|\
| * kfence: avoid passing -g for testMarco Elver2023-03-231-1/+1
| * mm: kfence: fix using kfence_metadata without initialization in show_object()Muchun Song2023-03-231-2/+8
| * Revert "kasan: drop skip_kasan_poison variable in free_pages_prepare"Peter Collingbourne2023-03-231-1/+2
| * mm/ksm: fix race with VMA iteration and mm_struct teardownLiam R. Howlett2023-03-231-2/+9
| * mm: fix error handling for map_deny_write_execJoey Gouly2023-03-231-1/+1
| * mm: deduplicate error handling for map_deny_write_execJoey Gouly2023-03-231-6/+1
| * mm, vmalloc: fix high order __GFP_NOFAIL allocationsMichal Hocko2023-03-231-5/+23
* | Merge tag 'slab-fix-for-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-03-241-1/+1
|\ \ | |/ |/|
| * mm/slab: Fix undefined init_cache_node_node() for NUMA and !SMPGeert Uytterhoeven2023-03-221-1/+1
* | mm/damon/paddr: fix folio_nr_pages() after folio_put() in damon_pa_mark_acces...SeongJae Park2023-03-071-1/+1
* | mm/damon/paddr: fix folio_size() call after folio_put() in damon_pa_young()SeongJae Park2023-03-071-2/+1
* | migrate_pages: try migrate in batch asynchronously firstlyHuang Ying2023-03-071-18/+62
* | migrate_pages: move split folios processing out of migrate_pages_batch()Huang Ying2023-03-071-50/+28
* | migrate_pages: fix deadlock in batched migrationHuang Ying2023-03-071-43/+26
* | mm/userfaultfd: propagate uffd-wp bit when PTE-mapping the huge zeropageDavid Hildenbrand2023-03-071-2/+4
* | mm: teach mincore_hugetlb about pte markersJames Houghton2023-03-071-1/+1
* | mm: avoid gcc complaint about pointer castingLinus Torvalds2023-03-041-2/+8
* | Merge tag 'mm-hotfixes-stable-2023-03-04-13-12' of git://git.kernel.org/pub/s...Linus Torvalds2023-03-048-12/+65
|\ \
| * | kasan: test: fix test for new meminstrinsic instrumentationMarco Elver2023-03-022-1/+37
| * | kasan: treat meminstrinsic as builtins in uninstrumented filesMarco Elver2023-03-021-1/+4
| * | kasan: emit different calls for instrumentable memintrinsicsMarco Elver2023-03-022-0/+15
| * | mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISONNaoya Horiguchi2023-02-272-5/+5
| * | mm/damon/paddr: fix missing folio_put()andrew.yang2023-02-271-4/+3
| * | mm/mremap: fix dup_anon_vma() in vma_merge() case 4Vlastimil Babka2023-02-271-1/+1
* | | Merge tag 'memblock-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-271-14/+27
|\ \ \
| * | | memblock: Avoid useless checks in memblock_merge_regions().Peng Zhang2023-01-311-12/+25
| * | | memblock: Make a boundary tighter in memblock_add_range().Peng Zhang2023-01-311-2/+2
* | | | mm/mprotect: Fix successful vma_merge() of next in do_mprotect_pkey()Liam R. Howlett2023-02-251-0/+1
| |/ / |/| |
* | | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-2396-4007/+6113
|\ \ \
| * | | mm/memory_hotplug: cleanup return value handing in do_migrate_range()SeongJae Park2023-02-201-6/+2
| * | | mm/uffd: fix comment in handling pte markersPeter Xu2023-02-201-3/+1
| * | | mm: change to return bool for isolate_movable_page()Baolin Wang2023-02-204-11/+11
| * | | mm: hugetlb: change to return bool for isolate_hugetlb()Baolin Wang2023-02-204-11/+13
| * | | mm: change to return bool for isolate_lru_page()Baolin Wang2023-02-208-22/+21
| * | | mm: change to return bool for folio_isolate_lru()Baolin Wang2023-02-208-13/+19
| * | | kmsan: disable ftrace in kmsan core codeArnd Bergmann2023-02-201-1/+7
| * | | kasan: mark addr_has_metadata __always_inlineArnd Bergmann2023-02-201-2/+2
| * | | mm: memcontrol: rename memcg_kmem_enabled()Roman Gushchin2023-02-165-15/+15
| * | | mm: percpu: fix incorrect size in pcpu_obj_full_size()Yafang Shao2023-02-161-2/+4
| * | | mm: page_alloc: call panic() when memoryless node allocation failsQi Zheng2023-02-161-5/+3
| * | | mm: multi-gen LRU: avoid futile retriesYu Zhao2023-02-161-10/+15
| * | | migrate_pages: move THP/hugetlb migration support check to simplify codeHuang Ying2023-02-161-47/+36
| * | | migrate_pages: batch flushing TLBHuang Ying2023-02-162-4/+21
| * | | migrate_pages: share more code between _unmap and _moveHuang Ying2023-02-161-122/+85
| * | | migrate_pages: move migrate_folio_unmap()Huang Ying2023-02-161-50/+50
| * | | migrate_pages: batch _unmap and _moveHuang Ying2023-02-161-25/+189
| * | | migrate_pages: split unmap_and_move() to _unmap() and _move()Huang Ying2023-02-161-41/+128
| * | | migrate_pages: restrict number of pages to migrate in batchHuang Ying2023-02-161-68/+106
| * | | migrate_pages: separate hugetlb folios migrationHuang Ying2023-02-161-22/+119