Age | Commit message (Expand) | Author |
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 |
2016-10-27 | mm/slab: fix kmemcg cache creation delayed issue | Joonsoo Kim |
2016-10-19 | Merge branch 'for-4.9' into for-4.10 | Tejun Heo |
2016-09-17 | slab, workqueue: remove keventd_up() usage | Tejun Heo |
2016-09-06 | slab: Convert to hotplug state machine | Sebastian Andrzej Siewior |
2016-08-08 | Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke... | Linus Torvalds |
2016-08-02 | treewide: replace obsolete _refok by __ref | Fabian Frederick |
2016-08-02 | mm/kasan: get rid of ->state in struct kasan_alloc_meta | Andrey Ryabinin |
2016-07-26 | mm/slab: use list_move instead of list_del/list_add | Wei Yongjun |
2016-07-26 | slab: do not panic on invalid gfp_mask | Michal Hocko |