summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* shmem: update documentationLuis Chamberlain2023-03-281-8/+49
* shmem: skip page split if we're not reclaimingLuis Chamberlain2023-03-281-4/+6
* shmem: move reclaim check early on writepages()Luis Chamberlain2023-03-281-12/+10
* shmem: set shmem_writepage() variables earlyLuis Chamberlain2023-03-281-6/+3
* shmem: remove check for folio lock on writepage()Luis Chamberlain2023-03-281-1/+0
* mm/gup.c: fix typo in commentsJingyu Wang2023-03-281-1/+1
* maple_tree: export symbol mas_preallocate()Danilo Krummrich2023-03-281-0/+1
* mm,jfs: move write_one_page/folio_write_one to jfsChristoph Hellwig2023-03-283-51/+34
* ocfs2: don't use write_one_page in ocfs2_duplicate_clusters_by_pageChristoph Hellwig2023-03-281-4/+5
* ufs: don't flush page immediately for DIRSYNC directoriesChristoph Hellwig2023-03-281-10/+19
* kmsan: add test_stackdepot_roundtripAlexander Potapenko2023-03-281-0/+31
* lib/stackdepot: kmsan: mark API outputs as initializedAlexander Potapenko2023-03-281-0/+12
* mm, memcg: Prevent memory.soft_limit_in_bytes load/store tearingYue Zhao2023-03-281-4/+4
* mm, memcg: Prevent memory.oom_control load/store tearingYue Zhao2023-03-281-5/+5
* mm, memcg: Prevent memory.swappiness load/store tearingYue Zhao2023-03-282-7/+7
* mm, memcg: Prevent memory.oom.group load/store tearingYue Zhao2023-03-281-3/+3
* selftests/mm: fix split huge page testsZi Yan2023-03-281-3/+3
* mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()Gerald Schaefer2023-03-288-12/+17
* zsmalloc: show per fullness group class statsSergey Senozhatsky2023-03-281-30/+23
* zsmalloc: rework compaction algorithmSergey Senozhatsky2023-03-281-42/+36
* zsmalloc: fine-grained inuse ratio based fullness groupingSergey Senozhatsky2023-03-281-118/+130
* zsmalloc: remove insert_zspage() ->inuse optimizationSergey Senozhatsky2023-03-281-12/+1
* dma-buf: system_heap: avoid reclaim for order 4Jaewon Kim2023-03-281-3/+2
* kmsan: add memsetXX testsAlexander Potapenko2023-03-281-0/+22
* x86: kmsan: use C versions of memset16/memset32/memset64Alexander Potapenko2023-03-281-0/+6
* kmsan: another take at fixing memcpy testsAlexander Potapenko2023-03-281-6/+38
* x86: kmsan: don't rename memintrinsics in uninstrumented filesAlexander Potapenko2023-03-281-17/+0
* mm/khugepaged: cleanup memcg uncharge for failure pathPeter Xu2023-03-281-6/+2
* mm/debug_vm_pgtable: replace pte_mkhuge() with arch_make_huge_pte()Anshuman Khandual2023-03-282-2/+2
* mm/migrate: drop pte_mkhuge() in remove_migration_pte()Anshuman Khandual2023-03-281-1/+0
* mm: swap: remove unneeded cgroup_throttle_swaprate()Kefeng Wang2023-03-282-11/+7
* mm: memory: use folio_throttle_swaprate() in do_cow_fault()Kefeng Wang2023-03-281-1/+1
* mm: memory: use folio_throttle_swaprate() in do_anonymous_page()Kefeng Wang2023-03-281-1/+1
* mm: memory: use folio_throttle_swaprate() in wp_page_copy()Kefeng Wang2023-03-281-1/+1
* mm: memory: use folio_throttle_swaprate() in page_copy_prealloc()Kefeng Wang2023-03-281-1/+1
* mm: memory: use folio_throttle_swaprate() in do_swap_page()Kefeng Wang2023-03-281-1/+1
* mm: huge_memory: convert __do_huge_pmd_anonymous_page() to use a folioKefeng Wang2023-03-281-10/+11
* kasan: call clear_page with a match-all tag instead of changing page tagPeter Collingbourne2023-03-281-5/+3
* selftests: cgroup: add 'malloc' failures checks in test_memcontrolIvan Orlov2023-03-281-0/+15
* mm/rmap: use atomic_try_cmpxchg in set_tlb_ubc_flush_pendingUros Bizjak2023-03-281-5/+2
* mm/debug: use %pGt to display page_type in dump_page()Hyeonggon Yoo2023-03-281-0/+2
* mm, printk: introduce new format %pGt for page_typeHyeonggon Yoo2023-03-287-6/+78
* mmflags.h: use less error prone method to define pageflag_namesHyeonggon Yoo2023-03-281-41/+44
* mm: add tracepoints to ksmStefan Roesch2023-03-283-2/+271
* powerpc/64s: enable MMU_LAZY_TLB_SHOOTDOWNNicholas Piggin2023-03-281-0/+1
* lazy tlb: shoot lazies, non-refcounting lazy tlb mm reference handling schemeNicholas Piggin2023-03-283-0/+90
* lazy tlb: allow lazy tlb mm refcounting to be configurableNicholas Piggin2023-03-283-3/+38
* lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin2023-03-289-16/+41
* kthread: simplify kthread_use_mm refcountingNicholas Piggin2023-03-281-9/+5
* mm/zswap: try to avoid worst-case scenario on same element pagesTaejoon Song2023-03-281-4/+12