summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-28shmem: add support to ignore swapLuis Chamberlain4-4/+36
2023-03-28shmem: update documentationLuis Chamberlain1-8/+49
2023-03-28shmem: skip page split if we're not reclaimingLuis Chamberlain1-4/+6
2023-03-28shmem: move reclaim check early on writepages()Luis Chamberlain1-12/+10
2023-03-28shmem: set shmem_writepage() variables earlyLuis Chamberlain1-6/+3
2023-03-28shmem: remove check for folio lock on writepage()Luis Chamberlain1-1/+0
2023-03-28mm/gup.c: fix typo in commentsJingyu Wang1-1/+1
2023-03-28maple_tree: export symbol mas_preallocate()Danilo Krummrich1-0/+1
2023-03-28mm,jfs: move write_one_page/folio_write_one to jfsChristoph Hellwig3-51/+34
2023-03-28ocfs2: don't use write_one_page in ocfs2_duplicate_clusters_by_pageChristoph Hellwig1-4/+5
2023-03-28ufs: don't flush page immediately for DIRSYNC directoriesChristoph Hellwig1-10/+19
2023-03-28kmsan: add test_stackdepot_roundtripAlexander Potapenko1-0/+31
2023-03-28lib/stackdepot: kmsan: mark API outputs as initializedAlexander Potapenko1-0/+12
2023-03-28mm, memcg: Prevent memory.soft_limit_in_bytes load/store tearingYue Zhao1-4/+4
2023-03-28mm, memcg: Prevent memory.oom_control load/store tearingYue Zhao1-5/+5
2023-03-28mm, memcg: Prevent memory.swappiness load/store tearingYue Zhao2-7/+7
2023-03-28mm, memcg: Prevent memory.oom.group load/store tearingYue Zhao1-3/+3
2023-03-28selftests/mm: fix split huge page testsZi Yan1-3/+3
2023-03-28mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()Gerald Schaefer8-12/+17
2023-03-28zsmalloc: show per fullness group class statsSergey Senozhatsky1-30/+23
2023-03-28zsmalloc: rework compaction algorithmSergey Senozhatsky1-42/+36
2023-03-28zsmalloc: fine-grained inuse ratio based fullness groupingSergey Senozhatsky1-118/+130
2023-03-28zsmalloc: remove insert_zspage() ->inuse optimizationSergey Senozhatsky1-12/+1
2023-03-28dma-buf: system_heap: avoid reclaim for order 4Jaewon Kim1-3/+2
2023-03-28kmsan: add memsetXX testsAlexander Potapenko1-0/+22
2023-03-28x86: kmsan: use C versions of memset16/memset32/memset64Alexander Potapenko1-0/+6
2023-03-28kmsan: another take at fixing memcpy testsAlexander Potapenko1-6/+38
2023-03-28x86: kmsan: don't rename memintrinsics in uninstrumented filesAlexander Potapenko1-17/+0
2023-03-28mm/khugepaged: cleanup memcg uncharge for failure pathPeter Xu1-6/+2
2023-03-28mm/debug_vm_pgtable: replace pte_mkhuge() with arch_make_huge_pte()Anshuman Khandual2-2/+2
2023-03-28mm/migrate: drop pte_mkhuge() in remove_migration_pte()Anshuman Khandual1-1/+0
2023-03-28mm: swap: remove unneeded cgroup_throttle_swaprate()Kefeng Wang2-11/+7
2023-03-28mm: memory: use folio_throttle_swaprate() in do_cow_fault()Kefeng Wang1-1/+1
2023-03-28mm: memory: use folio_throttle_swaprate() in do_anonymous_page()Kefeng Wang1-1/+1
2023-03-28mm: memory: use folio_throttle_swaprate() in wp_page_copy()Kefeng Wang1-1/+1
2023-03-28mm: memory: use folio_throttle_swaprate() in page_copy_prealloc()Kefeng Wang1-1/+1
2023-03-28mm: memory: use folio_throttle_swaprate() in do_swap_page()Kefeng Wang1-1/+1
2023-03-28mm: huge_memory: convert __do_huge_pmd_anonymous_page() to use a folioKefeng Wang1-10/+11
2023-03-28kasan: call clear_page with a match-all tag instead of changing page tagPeter Collingbourne1-5/+3
2023-03-28selftests: cgroup: add 'malloc' failures checks in test_memcontrolIvan Orlov1-0/+15
2023-03-28mm/rmap: use atomic_try_cmpxchg in set_tlb_ubc_flush_pendingUros Bizjak1-5/+2
2023-03-28mm/debug: use %pGt to display page_type in dump_page()Hyeonggon Yoo1-0/+2
2023-03-28mm, printk: introduce new format %pGt for page_typeHyeonggon Yoo7-6/+78
2023-03-28mmflags.h: use less error prone method to define pageflag_namesHyeonggon Yoo1-41/+44
2023-03-28mm: add tracepoints to ksmStefan Roesch3-2/+271
2023-03-28powerpc/64s: enable MMU_LAZY_TLB_SHOOTDOWNNicholas Piggin1-0/+1
2023-03-28lazy tlb: shoot lazies, non-refcounting lazy tlb mm reference handling schemeNicholas Piggin3-0/+90
2023-03-28lazy tlb: allow lazy tlb mm refcounting to be configurableNicholas Piggin3-3/+38
2023-03-28lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin9-16/+41
2023-03-28kthread: simplify kthread_use_mm refcountingNicholas Piggin1-9/+5