index
:
pub/scm/linux/kernel/git/next/linux-next.git
master
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-04
memblock: add memblock_reserved_hugetlb_size()
Pratyush Yadav (Google)
1
-0
/
+22
2026-08-04
memblock: make HugeTLB bootmem allocation work with KHO
Pratyush Yadav (Google)
2
-30
/
+99
2026-08-04
memblock: always include KHO headers
Pratyush Yadav (Google)
1
-2
/
+0
2026-08-04
mm/mm_init: don't rely on memblock to get KHO scratch migratetype
Pratyush Yadav (Google)
2
-24
/
+13
2026-08-04
kho: initialize kho_scratch pointer earlier in boot
Pratyush Yadav (Google)
1
-0
/
+2
2026-07-31
mm/slab: allow kfree_rcu_sheaf() on PREEMPT_RT
Harry Yoo (Oracle)
2
-9
/
+20
2026-07-31
mm/slab: extend deferred free mechanism to handle rcu sheaves
Harry Yoo (Oracle)
3
-41
/
+53
2026-07-31
mm/slab: use call_rcu() in unknown context if irqs are enabled
Harry Yoo (Oracle)
1
-2
/
+6
2026-07-31
mm/slab: handle the !allow_spin case in kfree_rcu_sheaf()
Harry Yoo (Oracle)
3
-10
/
+44
2026-07-31
mm/slab: change struct slabobj_ext to a union
Vlastimil Babka (SUSE)
2
-18
/
+50
2026-07-31
mm/slab: replace slab.stride with obj_exts_in_object
Vlastimil Babka (SUSE)
2
-45
/
+41
2026-07-31
mm/slab: abstract slabobj_ext.ref access
Vlastimil Babka (SUSE)
2
-15
/
+37
2026-07-31
mm/slab: abstract slabobj_ext.objcg access
Vlastimil Babka (SUSE)
4
-11
/
+25
2026-07-31
mm/slab: make slab_obj_ext() determine object index
Vlastimil Babka (SUSE)
3
-32
/
+21
2026-07-31
mm: move struct slabobj_ext to mm/slab.h
Vlastimil Babka (SUSE)
1
-0
/
+13
2026-07-31
mm/slab: remove objs_per_slab()
Vlastimil Babka (SUSE)
3
-9
/
+2
2026-07-31
mm/slab: skip kfence objects in allocation profiling
Vlastimil Babka (SUSE)
1
-0
/
+9
2026-07-31
Remove excl arg to ->create inode_operation
NeilBrown
1
-1
/
+1
2026-07-30
mm: nommu: add sysctl_max_map_count() check for do_mmap()
Hajime Tazaki
1
-0
/
+3
2026-07-30
mm: memcg: reset oom_group in css_reset
Jiayuan Chen
1
-0
/
+1
2026-07-30
mm: memcg: reset zswap settings in css_reset
Jiayuan Chen
1
-0
/
+4
2026-07-30
mm/damon/sysfs: remove region size validation
SJ Park
1
-3
/
+0
2026-07-30
mm/damon/core: remove start, end check in damon_set_region_system_rams()
SJ Park
1
-3
/
+0
2026-07-30
mm/damon/lru_sort: remove duplicated min_region_sz power_of_2() check
SJ Park
1
-5
/
+0
2026-07-30
mm/damon/reclaim: remove duplicated min_region_sz power of 2 check
SJ Park
1
-5
/
+0
2026-07-30
mm/damon/sysfs: remove duplicated commit input validity check
SJ Park
1
-31
/
+1
2026-07-30
mm/damon/core: do parameter testing commit on damon_start()
SJ Park
1
-2
/
+12
2026-07-30
mm/damon/core: safely validate src on damon_commit_ctx()
SJ Park
1
-14
/
+47
2026-07-30
mm/mprotect: use huge_ptep_get() for hugetlb
Dev Jain
1
-3
/
+9
2026-07-30
mm/page_vma_mapped: use huge_ptep_get() for hugetlb
Dev Jain
1
-1
/
+7
2026-07-30
mm/migrate: use huge_ptep_get() in remove_migration_pte()
Dev Jain
1
-1
/
+5
2026-07-30
mm/rmap: use huge_ptep_get() in try_to_migrate_one()
Dev Jain
1
-6
/
+9
2026-07-30
mm/rmap: use huge_ptep_get() in try_to_unmap_one()
Dev Jain
1
-6
/
+10
2026-07-30
mm: factor out can_spin_trylock()
Brendan Jackman
3
-25
/
+25
2026-07-30
mm/page_alloc: drop alloc_flags arg from alloc_flags_cma()
Brendan Jackman
1
-7
/
+6
2026-07-30
mm: replace __GFP_NO_CODETAG with ALLOC_NO_CODETAG
Brendan Jackman
5
-44
/
+53
2026-07-30
mm: move __alloc_pages() to mm/page_alloc.h
Brendan Jackman
2
-1
/
+16
2026-07-30
mm: move some stuff to mm/page_alloc.h
Brendan Jackman
2
-0
/
+28
2026-07-30
mm/page_alloc: relax GFP WARN in nolock allocs
Brendan Jackman
1
-1
/
+2
2026-07-30
mm/page_alloc: unify __alloc_frozen_pages[_nolock]_noprof()
Brendan Jackman
5
-97
/
+114
2026-07-30
mm: split out internal page_alloc.h
Brendan Jackman
21
-255
/
+288
2026-07-30
mm: name some args in a function declaration
Brendan Jackman
1
-2
/
+2
2026-07-30
mm/page_alloc: some renames to clarify alloc_flags scopes
Brendan Jackman
1
-14
/
+14
2026-07-30
mm/page_alloc: rename ALLOC_TRYLOCK -> ALLOC_NOLOCK
Brendan Jackman
2
-6
/
+6
2026-07-30
mm/damon/sysfs-schemes: set probe hits as pseudo moving sums
SJ Park
1
-1
/
+2
2026-07-30
mm/damon/core: introduce damon_probe_hits_mvsum()
SJ Park
1
-0
/
+21
2026-07-30
mm/damon: add damon_region->last_probe_hits
SJ Park
1
-2
/
+8
2026-07-30
mm/vmalloc: add alignment info in warning print as possible failure reason
Feng Tang
1
-2
/
+2
2026-07-30
mm: hugetlb: refactor out hugetlb_alloc_folio()
Ackerley Tng
1
-93
/
+113
2026-07-30
mm: hugetlb: move mem_cgroup_charge_hugetlb() earlier in allocation
Ackerley Tng
1
-13
/
+18
[prev]
[next]