Age | Commit message (Expand) | Author |
2019-01-08 | slab: alien caches must not be initialized if the allocation of the alien cac... | Christoph Lameter |
2018-12-28 | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS |
2018-12-28 | kasan, mm, arm64: tag non slab memory allocated via pagealloc | Andrey Konovalov |
2018-12-28 | mm: move obj_to_index to include/linux/slab_def.h | Andrey Konovalov |
2018-12-28 | kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU | Andrey Konovalov |
2018-12-28 | kasan, mm: change hooks signatures | Andrey Konovalov |
2018-11-27 | slab: Replace synchronize_sched() with synchronize_rcu() | Paul E. McKenney |
2018-10-26 | mm, slab: combine kmalloc_caches and kmalloc_dma_caches | Vlastimil Babka |
2018-10-26 | mm: don't warn about large allocations for slab | Dmitry Vyukov |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook |
2018-06-07 | slab,slub: remove rcu_head size checks | Matthew Wilcox |
2018-06-07 | slab: __GFP_ZERO is incompatible with a constructor | Matthew Wilcox |
2018-04-13 | mm, slab: reschedule cache_reap() on the same CPU | Vlastimil Babka |
2018-04-05 | slab, slub: skip unnecessary kasan_cache_shutdown() | Shakeel Butt |
2018-04-05 | kasan: make kasan_cache_create() work with 32-bit slab cache sizes | Alexey Dobriyan |
2018-04-05 | slab: make kmem_cache_flags accept 32-bit object size | Alexey Dobriyan |
2018-04-05 | slab: make kmem_cache_create() work with 32-bit sizes | Alexey Dobriyan |
2018-03-28 | mm, slab: memcg_link the SLAB's kmem_cache | Shakeel Butt |
2018-02-06 | kasan: don't use __builtin_return_address(1) | Dmitry Vyukov |
2018-02-03 | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2018-01-31 | mm/slab.c: remove redundant assignments for slab_state | Oscar Salvador |
2018-01-15 | usercopy: Mark kmalloc caches as usercopy caches | David Windsor |
2018-01-15 | usercopy: Allow strict enforcement of whitelists | Kees Cook |
2018-01-15 | usercopy: WARN() on slab cache usercopy region violations | Kees Cook |
2018-01-15 | usercopy: Prepare for usercopy whitelisting | David Windsor |
2018-01-15 | usercopy: Include offset in hardened usercopy report | Kees Cook |
2017-12-14 | mm/slab.c: do not hash pointers when debugging slab | Geert Uytterhoeven |
2017-11-15 | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK | Levin, Alexander (Sasha Levin) |
2017-11-15 | kmemcheck: remove annotations | Levin, Alexander (Sasha Levin) |
2017-11-15 | slab, slub, slob: convert slab_flags_t to 32-bit | Alexey Dobriyan |
2017-11-15 | slab, slub, slob: add slab_flags_t | Alexey Dobriyan |
2017-11-15 | mm/slab.c: only set __GFP_RECLAIMABLE once | David Rientjes |
2017-11-15 | mm: slabinfo: remove CONFIG_SLABINFO | Yang Shi |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-07-06 | mm: memcontrol: account slab stats per lruvec | Johannes Weiner |
2017-07-06 | mm: vmstat: move slab statistics from zone to node counters | Johannes Weiner |
2017-07-06 | mm/slab.c: replace open-coded round-up code with ALIGN | Canjiang Lu |
2017-05-10 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2017-05-03 | slab: avoid IPIs when creating kmem caches | Greg Thelen |
2017-04-18 | mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU | Paul E. McKenney |
2017-03-02 | sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sc... | Ingo Molnar |
2017-02-22 | slab: introduce __kmemcg_cache_deactivate() | Tejun Heo |
2017-02-22 | Revert "slub: move synchronize_sched out of slab_mutex on shrink" | Tejun Heo |
2017-02-22 | mm, slab: rename kmalloc-node cache to kmalloc-<size> | Vlastimil Babka |
2017-01-10 | mm/slab.c: fix SLAB freelist randomization duplicate entries | John Sperbeck |
2016-12-13 | Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds |
2016-12-12 | mm, slab: maintain total slab count instead of active count | David Rientjes |
2016-12-12 | mm, slab: faster active and free stats | Greg Thelen |
2016-12-12 | slub: move synchronize_sched out of slab_mutex on shrink | Vladimir Davydov |
2016-10-27 | mm/slab: improve performance of gathering slabinfo stats | Aruna Ramakrishna |