aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-07-03mm: drop page_index and simplify folio_indexKairui Song1-4/+3
2024-07-03mm/swap: get the swap device offset directlyKairui Song2-3/+12
2024-07-03writeback: factor out balance_wb_limits to remove repeated codeKemeng Shi1-8/+17
2024-07-03writeback: factor out wb_dirty_exceeded to remove repeated codeKemeng Shi1-10/+12
2024-07-03writeback: factor out balance_domain_limits to remove repeated codeKemeng Shi1-7/+10
2024-07-03writeback: factor out wb_dirty_freerun to remove more repeated freerun codeKemeng Shi1-27/+28
2024-07-03writeback: factor out code of freerun to remove repeated codeKemeng Shi1-40/+49
2024-07-03writeback: factor out domain_over_bg_thresh to remove repeated codeKemeng Shi1-22/+19
2024-07-03writeback: add general function domain_dirty_avail to calculate dirty and ava...Kemeng Shi1-31/+34
2024-07-03writeback: factor out wb_bg_dirty_limits to remove repeated codeKemeng Shi1-16/+19
2024-07-03mm: vmscan: reset sc->priority on retryShakeel Butt1-0/+1
2024-07-03mm: vmscan: restore incremental cgroup iterationJohannes Weiner1-2/+40
2024-07-03mm: shmem: use folio_alloc_mpol() in shmem_alloc_folio()Kefeng Wang1-23/+9
2024-07-03mm: mempolicy: use folio_alloc_mpol() in alloc_migration_target_by_mpol()Kefeng Wang1-3/+1
2024-07-03mm: mempolicy: use folio_alloc_mpol_noprof() in vma_alloc_folio_noprof()Kefeng Wang1-4/+3
2024-07-03mm: add folio_alloc_mpol()Kefeng Wang1-0/+7
2024-07-03mm/hugetlb: drop node_alloc_noretry from alloc_fresh_hugetlb_folioOscar Salvador1-7/+5
2024-07-03mm/vmscan: update stale references to shrink_page_listIllia Ostapyshyn3-3/+3
2024-07-03mm/hugetlb: constify ctl_table arguments of utility functionsThomas Weißschuh1-2/+2
2024-07-03mm: avoid overflows in dirty throttling logicJan Kara1-4/+26
2024-07-03Revert "mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again"Jan Kara1-1/+1
2024-07-03mm/util: Use dedicated slab buckets for memdup_user()Kees Cook1-2/+12
2024-07-03mm/slab: Introduce kmem_buckets_create() and familyKees Cook1-0/+97
2024-07-03mm/slab: Introduce kvmalloc_buckets_node() that can take kmem_buckets argumentKees Cook1-4/+5
2024-07-03mm/slab: Plumb kmem_buckets into __do_kmalloc_node()Kees Cook4-13/+32
2024-07-03mm/slab: Introduce kmem_buckets typedefKees Cook1-2/+1
2024-07-03slab, rust: extend kmalloc() alignment guarantees to remove Rust paddingVlastimil Babka1-4/+5
2024-07-02kunit/usercopy: Disable testing on !CONFIG_MMUKees Cook1-0/+2
2024-07-02tmpfs: Convert to new uid/gid option parsing helpersEric Sandeen1-8/+4
2024-06-25vfs: remove redundant smp_mb for thp handling in do_dentry_openMateusz Guzik1-5/+5
2024-06-24mm/memory: don't require head page for do_set_pmd()Andrew Bresticker1-1/+2
2024-06-24mm/page_alloc: Separate THP PCP into movable and non-movable categoriesyangge1-2/+7
2024-06-24mm/migrate: make migrate_pages_batch() stats consistentZi Yan1-0/+5
2024-06-24kasan: fix bad call to unpoison_slab_objectAndrey Konovalov1-1/+1
2024-06-24mm: handle profiling for fake memory allocations during compactionSuren Baghdasaryan1-2/+9
2024-06-24mm/slab: fix 'variable obj_exts set but not used' warningSuren Baghdasaryan1-3/+4
2024-06-24/proc/pid/smaps: add mseal info for vmaJeff Xu1-5/+0
2024-06-24mm: fix incorrect vbq reference in purge_fragmented_blockZhaoyang Huang1-6/+15
2024-06-24slab: delete useless RED_INACTIVE and RED_ACTIVEChengming Zhou1-2/+2
2024-06-23Merge tag 'fixes-2024-06-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-21/+7
2024-06-19memblock: Move late alloc warning down to phys allocJames Gowans1-7/+11
2024-06-19mm/memblock: Add "reserve_mem" to reserved named memory at boot upSteven Rostedt (Google)1-0/+117
2024-06-17Merge tag 'mm-hotfixes-stable-2024-06-17-11-43' of git://git.kernel.org/pub/s...Linus Torvalds10-90/+59
2024-06-17Merge tag 'hardening-v6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2024-06-16memblock: use numa_valid_node() helper to check for invalid node IDMike Rapoport (IBM)1-21/+7
2024-06-15mm: shmem: fix getting incorrect lruvec when replacing a shmem folioBaolin Wang2-3/+2
2024-06-15mm/debug_vm_pgtable: drop RANDOM_ORVALUE trickPeter Xu1-26/+5
2024-06-15mm: fix possible OOB in numa_rebuild_large_mapping()Kefeng Wang1-4/+10
2024-06-15mm/migrate: fix kernel BUG at mm/compaction.c:2761!Hugh Dickins1-1/+7
2024-06-15mm: huge_memory: fix misused mapping_large_folio_support() for anon foliosRan Xiaokai1-11/+17