summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-07-03mm/swap: reduce swap cache search spaceKairui Song
2024-07-03mm: drop page_index and simplify folio_indexKairui Song
2024-07-03mm/swap: get the swap device offset directlyKairui Song
2024-07-03writeback: factor out balance_wb_limits to remove repeated codeKemeng Shi
2024-07-03writeback: factor out wb_dirty_exceeded to remove repeated codeKemeng Shi
2024-07-03writeback: factor out balance_domain_limits to remove repeated codeKemeng Shi
2024-07-03writeback: factor out wb_dirty_freerun to remove more repeated freerun codeKemeng Shi
2024-07-03writeback: factor out code of freerun to remove repeated codeKemeng Shi
2024-07-03writeback: factor out domain_over_bg_thresh to remove repeated codeKemeng Shi
2024-07-03writeback: add general function domain_dirty_avail to calculate dirty and ava...Kemeng Shi
2024-07-03writeback: factor out wb_bg_dirty_limits to remove repeated codeKemeng Shi
2024-07-03mm: vmscan: reset sc->priority on retryShakeel Butt
2024-07-03mm: vmscan: restore incremental cgroup iterationJohannes Weiner
2024-07-03mm: shmem: use folio_alloc_mpol() in shmem_alloc_folio()Kefeng Wang
2024-07-03mm: mempolicy: use folio_alloc_mpol() in alloc_migration_target_by_mpol()Kefeng Wang
2024-07-03mm: mempolicy: use folio_alloc_mpol_noprof() in vma_alloc_folio_noprof()Kefeng Wang
2024-07-03mm: add folio_alloc_mpol()Kefeng Wang
2024-07-03mm/hugetlb: drop node_alloc_noretry from alloc_fresh_hugetlb_folioOscar Salvador
2024-07-03mm/vmscan: update stale references to shrink_page_listIllia Ostapyshyn
2024-07-03mm/hugetlb: constify ctl_table arguments of utility functionsThomas Weißschuh
2024-07-03mm: avoid overflows in dirty throttling logicJan Kara
2024-07-03Revert "mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again"Jan Kara
2024-07-03mm/util: Use dedicated slab buckets for memdup_user()Kees Cook
2024-07-03mm/slab: Introduce kmem_buckets_create() and familyKees Cook
2024-07-03mm/slab: Introduce kvmalloc_buckets_node() that can take kmem_buckets argumentKees Cook
2024-07-03mm/slab: Plumb kmem_buckets into __do_kmalloc_node()Kees Cook
2024-07-03mm/slab: Introduce kmem_buckets typedefKees Cook
2024-07-03slab, rust: extend kmalloc() alignment guarantees to remove Rust paddingVlastimil Babka
2024-07-02kunit/usercopy: Disable testing on !CONFIG_MMUKees Cook
2024-07-02tmpfs: Convert to new uid/gid option parsing helpersEric Sandeen
2024-06-25vfs: remove redundant smp_mb for thp handling in do_dentry_openMateusz Guzik
2024-06-24mm/memory: don't require head page for do_set_pmd()Andrew Bresticker
2024-06-24mm/page_alloc: Separate THP PCP into movable and non-movable categoriesyangge
2024-06-24mm/migrate: make migrate_pages_batch() stats consistentZi Yan
2024-06-24kasan: fix bad call to unpoison_slab_objectAndrey Konovalov
2024-06-24mm: handle profiling for fake memory allocations during compactionSuren Baghdasaryan
2024-06-24mm/slab: fix 'variable obj_exts set but not used' warningSuren Baghdasaryan
2024-06-24/proc/pid/smaps: add mseal info for vmaJeff Xu
2024-06-24mm: fix incorrect vbq reference in purge_fragmented_blockZhaoyang Huang
2024-06-24slab: delete useless RED_INACTIVE and RED_ACTIVEChengming Zhou
2024-06-23Merge tag 'fixes-2024-06-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-06-19memblock: Move late alloc warning down to phys allocJames Gowans
2024-06-19mm/memblock: Add "reserve_mem" to reserved named memory at boot upSteven Rostedt (Google)
2024-06-17Merge tag 'mm-hotfixes-stable-2024-06-17-11-43' of git://git.kernel.org/pub/s...Linus Torvalds
2024-06-17Merge tag 'hardening-v6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-06-16memblock: use numa_valid_node() helper to check for invalid node IDMike Rapoport (IBM)
2024-06-15mm: shmem: fix getting incorrect lruvec when replacing a shmem folioBaolin Wang
2024-06-15mm/debug_vm_pgtable: drop RANDOM_ORVALUE trickPeter Xu
2024-06-15mm: fix possible OOB in numa_rebuild_large_mapping()Kefeng Wang
2024-06-15mm/migrate: fix kernel BUG at mm/compaction.c:2761!Hugh Dickins