summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-28shmem: move reclaim check early on writepages()Luis Chamberlain
2023-03-28shmem: set shmem_writepage() variables earlyLuis Chamberlain
2023-03-28shmem: remove check for folio lock on writepage()Luis Chamberlain
2023-03-28mm/gup.c: fix typo in commentsJingyu Wang
2023-03-28maple_tree: export symbol mas_preallocate()Danilo Krummrich
2023-03-28mm,jfs: move write_one_page/folio_write_one to jfsChristoph Hellwig
2023-03-28ocfs2: don't use write_one_page in ocfs2_duplicate_clusters_by_pageChristoph Hellwig
2023-03-28ufs: don't flush page immediately for DIRSYNC directoriesChristoph Hellwig
2023-03-28kmsan: add test_stackdepot_roundtripAlexander Potapenko
2023-03-28lib/stackdepot: kmsan: mark API outputs as initializedAlexander Potapenko
2023-03-28mm, memcg: Prevent memory.soft_limit_in_bytes load/store tearingYue Zhao
2023-03-28mm, memcg: Prevent memory.oom_control load/store tearingYue Zhao
2023-03-28mm, memcg: Prevent memory.swappiness load/store tearingYue Zhao
2023-03-28mm, memcg: Prevent memory.oom.group load/store tearingYue Zhao
2023-03-28selftests/mm: fix split huge page testsZi Yan
2023-03-28mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()Gerald Schaefer
2023-03-28zsmalloc: show per fullness group class statsSergey Senozhatsky
2023-03-28zsmalloc: rework compaction algorithmSergey Senozhatsky
2023-03-28zsmalloc: fine-grained inuse ratio based fullness groupingSergey Senozhatsky
2023-03-28zsmalloc: remove insert_zspage() ->inuse optimizationSergey Senozhatsky
2023-03-28dma-buf: system_heap: avoid reclaim for order 4Jaewon Kim
2023-03-28kmsan: add memsetXX testsAlexander Potapenko
2023-03-28x86: kmsan: use C versions of memset16/memset32/memset64Alexander Potapenko
2023-03-28kmsan: another take at fixing memcpy testsAlexander Potapenko
2023-03-28x86: kmsan: don't rename memintrinsics in uninstrumented filesAlexander Potapenko
2023-03-28mm/khugepaged: cleanup memcg uncharge for failure pathPeter Xu
2023-03-28mm/debug_vm_pgtable: replace pte_mkhuge() with arch_make_huge_pte()Anshuman Khandual
2023-03-28mm/migrate: drop pte_mkhuge() in remove_migration_pte()Anshuman Khandual
2023-03-28mm: swap: remove unneeded cgroup_throttle_swaprate()Kefeng Wang
2023-03-28mm: memory: use folio_throttle_swaprate() in do_cow_fault()Kefeng Wang
2023-03-28mm: memory: use folio_throttle_swaprate() in do_anonymous_page()Kefeng Wang
2023-03-28mm: memory: use folio_throttle_swaprate() in wp_page_copy()Kefeng Wang
2023-03-28mm: memory: use folio_throttle_swaprate() in page_copy_prealloc()Kefeng Wang
2023-03-28mm: memory: use folio_throttle_swaprate() in do_swap_page()Kefeng Wang
2023-03-28mm: huge_memory: convert __do_huge_pmd_anonymous_page() to use a folioKefeng Wang
2023-03-28kasan: call clear_page with a match-all tag instead of changing page tagPeter Collingbourne
2023-03-28selftests: cgroup: add 'malloc' failures checks in test_memcontrolIvan Orlov
2023-03-28mm/rmap: use atomic_try_cmpxchg in set_tlb_ubc_flush_pendingUros Bizjak
2023-03-28mm/debug: use %pGt to display page_type in dump_page()Hyeonggon Yoo
2023-03-28mm, printk: introduce new format %pGt for page_typeHyeonggon Yoo
2023-03-28mmflags.h: use less error prone method to define pageflag_namesHyeonggon Yoo
2023-03-28mm: add tracepoints to ksmStefan Roesch
2023-03-28powerpc/64s: enable MMU_LAZY_TLB_SHOOTDOWNNicholas Piggin
2023-03-28lazy tlb: shoot lazies, non-refcounting lazy tlb mm reference handling schemeNicholas Piggin
2023-03-28lazy tlb: allow lazy tlb mm refcounting to be configurableNicholas Piggin
2023-03-28lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin
2023-03-28kthread: simplify kthread_use_mm refcountingNicholas Piggin
2023-03-28mm/zswap: try to avoid worst-case scenario on same element pagesTaejoon Song
2023-03-28mm: multi-gen LRU: improve design docT.J. Alumbaugh
2023-03-28mm: multi-gen LRU: clean up sysfs codeT.J. Alumbaugh