index
:
pm24.git
cpufreq-rust
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
2023-12-07
mm/slub: handle bulk and single object freeing separately
Vlastimil Babka
2023-12-07
mm/slub: introduce __kmem_cache_free_bulk() without free hooks
Vlastimil Babka
2023-12-07
mm/slub: fix bulk alloc and free stats
Vlastimil Babka
2023-12-06
mm/slub: optimize free fast path code layout
Vlastimil Babka
2023-12-06
mm/slub: optimize alloc fastpath code layout
Vlastimil Babka
2023-12-06
mm/slub: remove slab_alloc() and __kmem_cache_alloc_lru() wrappers
Vlastimil Babka
2023-12-06
mm/slab: move kmalloc() functions from slab_common.c to slub.c
Vlastimil Babka
2023-12-06
mm/slab: move kmalloc_slab() to mm/slab.h
Vlastimil Babka
2023-12-06
mm/slab: move kfree() from slab_common.c to slub.c
Vlastimil Babka
2023-12-06
mm/slab: move struct kmem_cache_node from slab.h to slub.c
Vlastimil Babka
2023-12-06
mm/slab: move memcg related functions from slab.h to slub.c
Vlastimil Babka
2023-12-06
mm/slab: move pre/post-alloc hooks from slab.h to slub.c
Vlastimil Babka
2023-12-06
mm/slab: consolidate includes in the internal mm/slab.h
Vlastimil Babka
2023-12-06
mm/slab: move the rest of slub_def.h to mm/slab.h
Vlastimil Babka
2023-12-06
mm/slab: move struct kmem_cache_cpu declaration to slub.c
Vlastimil Babka
2023-12-06
mm/slab: remove mm/slab.c and slab_def.h
Vlastimil Babka
2023-12-05
mm/mempool/dmapool: remove CONFIG_DEBUG_SLAB ifdefs
Vlastimil Babka
2023-12-05
mm/slab: remove CONFIG_SLAB code from slab common code
Vlastimil Babka
2023-12-05
mm/memcontrol: remove CONFIG_SLAB #ifdef guards
Vlastimil Babka
2023-12-05
KFENCE: cleanup kfence_guarded_alloc() after CONFIG_SLAB removal
Vlastimil Babka
2023-12-05
KASAN: remove code paths guarded by CONFIG_SLAB
Vlastimil Babka
2023-12-05
mm/slab: remove CONFIG_SLAB from all Kconfig and Makefile
Vlastimil Babka
2023-12-05
mm/slab, docs: switch mm-api docs generation from slab.c to slub.c
Vlastimil Babka
2023-11-08
Merge tag 'memblock-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-11-02
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2023-11-02
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-11-01
Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-11-01
mm/damon/sysfs: update monitoring target regions for online input commit
SeongJae Park
2023-11-01
mm/damon/sysfs: remove requested targets when online-commit inputs
SeongJae Park
2023-11-01
mm/vmalloc: fix the unchecked dereference warning in vread_iter()
Baoquan He
2023-11-01
zswap: export compression failure stats
Nhat Pham
2023-10-31
Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-10-30
Merge tag 'execve-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-10-30
Merge tag 'slab-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...
Linus Torvalds
2023-10-30
Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...
Linus Torvalds
2023-10-30
Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-10-30
Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2023-10-30
Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2023-10-30
Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2023-10-30
Merge tag 'vfs-6.7.super' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2023-10-28
mm/swap: Convert to use bdev_open_by_dev()
Jan Kara
2023-10-26
Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...
Jakub Kicinski
2023-10-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-25
mempolicy: migration attempt to match interleave nodes
Hugh Dickins
2023-10-25
mempolicy: mmap_lock is not needed while migrating folios
Hugh Dickins
2023-10-25
mempolicy: alloc_pages_mpol() for NUMA policy without vma
Hugh Dickins
2023-10-25
mm: add page_rmappable_folio() wrapper
Hugh Dickins
2023-10-25
mempolicy: remove confusing MPOL_MF_LAZY dead code
Hugh Dickins
2023-10-25
mempolicy: mpol_shared_policy_init() without pseudo-vma
Hugh Dickins
2023-10-25
mempolicy trivia: use pgoff_t in shared mempolicy tree
Hugh Dickins
[next]