summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
12 daysMerge tag 'iommu-updates-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
12 daysMerge tag 'slab-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds
12 daysMerge tag 'cgroup-for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
13 daysMerge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
13 daysMerge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
13 daysMerge branch 'slab/for-7.0/sheaves' into slab/for-nextVlastimil Babka
13 daysMerge tag 'kthread-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
14 daysMerge tag 'pull-filename' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
14 daysMerge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-06Merge tag 'mm-hotfixes-stable-2026-02-06-12-37' of git://git.kernel.org/pub/s...Linus Torvalds
2026-02-06Merge tag 'slab-for-6.19-rc8-fix' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-02-06Merge branches 'fixes', 'arm/smmu/updates', 'intel/vt-d', 'amd/amd-vi' and 'c...Joerg Roedel
2026-02-06slub: let need_slab_obj_exts() return false if SLAB_NO_OBJ_EXT is setHao Li
2026-02-06mm/slab: Add alloc_tagging_slab_free_hook for memcg_alloc_abort_singleHao Ge
2026-02-05mm/memory-failure: reject unsupported non-folio compound pageMiaohe Lin
2026-02-04Merge tag 'mm-hotfixes-stable-2026-02-04-15-55' of git://git.kernel.org/pub/s...Linus Torvalds
2026-02-04mm/slab: only allow SLAB_OBJ_EXT_IN_OBJ for unmergeable cachesHarry Yoo
2026-02-04mm/slab: place slabobj_ext metadata in unused space within s->sizeHarry Yoo
2026-02-04mm/slab: move [__]ksize and slab_ksize() to mm/slub.cHarry Yoo
2026-02-04mm/slab: save memory by allocating slabobj_ext array from leftoverHarry Yoo
2026-02-04mm/memcontrol,alloc_tag: handle slabobj_ext access under KASAN poisonHarry Yoo
2026-02-04mm/slab: use stride to access slabobj_extHarry Yoo
2026-02-04mm/slab: abstract slabobj_ext access via new slab_obj_ext() helperHarry Yoo
2026-02-04mm/slab: allow specifying free pointer offset when using constructorHarry Yoo
2026-02-04mm/slab: use unsigned long for orig_size to ensure proper metadata alignHarry Yoo
2026-02-04slub: clarify object field layout commentsHao Li
2026-02-04mm/slab: avoid allocating slabobj_ext array from its own slabHarry Yoo
2026-02-03sched/isolation: Flush vmstat workqueues on cpuset isolated partition changeFrederic Weisbecker
2026-02-03sched/isolation: Flush memcg workqueues on cpuset isolated partition changeFrederic Weisbecker
2026-02-03mm: vmstat: Prepare to protect against concurrent isolated cpuset changeFrederic Weisbecker
2026-02-03memcg: Prepare to protect against concurrent isolated cpuset changeFrederic Weisbecker
2026-02-02mm, shmem: prevent infinite loop on truncate raceKairui Song
2026-01-29Merge tag 'mm-hotfixes-stable-2026-01-29-09-41' of git://git.kernel.org/pub/s...Linus Torvalds
2026-01-29slub: avoid list_lock contention from __refill_objects_any()Vlastimil Babka
2026-01-29mm/slub: cleanup and repurpose some stat itemsVlastimil Babka
2026-01-29mm/slub: remove DEACTIVATE_TO_* stat itemsVlastimil Babka
2026-01-29slab: remove frozen slab checks from __slab_free()Vlastimil Babka
2026-01-29slab: update overview commentsVlastimil Babka
2026-01-29slab: refill sheaves from all nodesVlastimil Babka
2026-01-29slab: remove unused PREEMPT_RT specific macrosVlastimil Babka
2026-01-29slab: remove struct kmem_cache_cpuVlastimil Babka
2026-01-29slab: simplify kmalloc_nolock()Vlastimil Babka
2026-01-29slab: remove defer_deactivate_slab()Vlastimil Babka
2026-01-29slab: remove the do_slab_free() fastpathVlastimil Babka
2026-01-29slab: remove SLUB_CPU_PARTIALVlastimil Babka
2026-01-29slab: remove cpu (partial) slabs usage from allocation pathsVlastimil Babka
2026-01-29slab: add optimized sheaf refill from partial listVlastimil Babka
2026-01-29slab: handle kmalloc sheaves bootstrapVlastimil Babka
2026-01-29slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()Vlastimil Babka
2026-01-29slab: introduce percpu sheaves bootstrapVlastimil Babka