summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-03-29mm: prefer xxx_page() alloc/free functions for order-0 pagesLorenzo Stoakes5-6/+6
2023-03-29kasan: remove PG_skip_kasan_poison flagPeter Collingbourne3-53/+32
2023-03-29shmem: add support to ignore swapLuis Chamberlain1-1/+27
2023-03-29shmem: skip page split if we're not reclaimingLuis Chamberlain1-4/+6
2023-03-29shmem: move reclaim check early on writepages()Luis Chamberlain1-12/+10
2023-03-29shmem: set shmem_writepage() variables earlyLuis Chamberlain1-6/+3
2023-03-29shmem: remove check for folio lock on writepage()Luis Chamberlain1-1/+0
2023-03-29mm/gup.c: fix typo in commentsJingyu Wang1-1/+1
2023-03-29mm,jfs: move write_one_page/folio_write_one to jfsChristoph Hellwig1-40/+0
2023-03-29kmsan: add test_stackdepot_roundtripAlexander Potapenko1-0/+31
2023-03-29mm, memcg: Prevent memory.soft_limit_in_bytes load/store tearingYue Zhao1-4/+4
2023-03-29mm, memcg: Prevent memory.oom_control load/store tearingYue Zhao1-5/+5
2023-03-29mm, memcg: Prevent memory.swappiness load/store tearingYue Zhao1-3/+3
2023-03-29mm, memcg: Prevent memory.oom.group load/store tearingYue Zhao1-3/+3
2023-03-29mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()Gerald Schaefer2-2/+3
2023-03-29zsmalloc: show per fullness group class statsSergey Senozhatsky1-30/+23
2023-03-29zsmalloc: rework compaction algorithmSergey Senozhatsky1-42/+36
2023-03-29zsmalloc: fine-grained inuse ratio based fullness groupingSergey Senozhatsky1-118/+130
2023-03-29zsmalloc: remove insert_zspage() ->inuse optimizationSergey Senozhatsky1-12/+1
2023-03-29kmsan: add memsetXX testsAlexander Potapenko1-0/+22
2023-03-29kmsan: another take at fixing memcpy testsAlexander Potapenko1-6/+38
2023-03-29mm/khugepaged: cleanup memcg uncharge for failure pathPeter Xu1-6/+2
2023-03-29mm/debug_vm_pgtable: replace pte_mkhuge() with arch_make_huge_pte()Anshuman Khandual1-1/+1
2023-03-29mm/migrate: drop pte_mkhuge() in remove_migration_pte()Anshuman Khandual1-1/+0
2023-03-29mm: swap: remove unneeded cgroup_throttle_swaprate()Kefeng Wang1-3/+3
2023-03-29mm: memory: use folio_throttle_swaprate() in do_cow_fault()Kefeng Wang1-1/+1
2023-03-29mm: memory: use folio_throttle_swaprate() in do_anonymous_page()Kefeng Wang1-1/+1
2023-03-29mm: memory: use folio_throttle_swaprate() in wp_page_copy()Kefeng Wang1-1/+1
2023-03-29mm: memory: use folio_throttle_swaprate() in page_copy_prealloc()Kefeng Wang1-1/+1
2023-03-29mm: memory: use folio_throttle_swaprate() in do_swap_page()Kefeng Wang1-1/+1
2023-03-29mm: huge_memory: convert __do_huge_pmd_anonymous_page() to use a folioKefeng Wang1-10/+11
2023-03-29mm/rmap: use atomic_try_cmpxchg in set_tlb_ubc_flush_pendingUros Bizjak1-5/+2
2023-03-29mm/debug: use %pGt to display page_type in dump_page()Hyeonggon Yoo1-0/+2
2023-03-29mm, printk: introduce new format %pGt for page_typeHyeonggon Yoo2-0/+6
2023-03-29mm: add tracepoints to ksmStefan Roesch1-2/+19
2023-03-29mm/zswap: try to avoid worst-case scenario on same element pagesTaejoon Song1-4/+12
2023-03-29mm: multi-gen LRU: improve design docT.J. Alumbaugh1-1/+1
2023-03-29mm: multi-gen LRU: clean up sysfs codeT.J. Alumbaugh1-13/+9
2023-03-29x86/mm/pat: clear VM_PAT if copy_p4d_range failedMa Wupeng2-1/+2
2023-03-29mm/userfaultfd: support WP on multiple VMAsMuhammad Usama Anjum1-17/+24
2023-03-29mm, page_alloc: reduce page alloc/free sanity checksVlastimil Babka1-135/+52
2023-03-29mm: reduce lock contention of pcp buffer refillAlexander Halbuer1-4/+18
2023-03-29mm: cma: make kobj_type structure constantThomas Weißschuh1-1/+1
2023-03-29mm/khugepaged: alloc_charge_hpage() take care of mem charge errorsPeter Xu1-1/+8
2023-03-29mm: hugetlb_vmemmap: simplify hugetlb_vmemmap_init() a bitMuchun Song1-8/+6
2023-03-29mm: kfence: fix handling discontiguous pageMuchun Song1-2/+2
2023-03-29mm: kfence: fix PG_slab and memcg_data clearingMuchun Song1-15/+15
2023-03-25Merge tag 'mm-hotfixes-stable-2023-03-24-17-09' of git://git.kernel.org/pub/s...Linus Torvalds7-18/+45
2023-03-24Merge tag 'slab-fix-for-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2023-03-24kfence: avoid passing -g for testMarco Elver1-1/+1