Age | Commit message (Expand) | Author | Files | Lines |
2018-06-08 | slab: clean up the code comment in slab kmem_cache struct | Baoquan He | 1 | -3/+4 |
2018-04-06 | slab: make usercopy region 32-bit | Alexey Dobriyan | 1 | -2/+2 |
2018-01-15 | usercopy: Prepare for usercopy whitelisting | David Windsor | 1 | -0/+3 |
2017-11-16 | slab, slub, slob: add slab_flags_t | Alexey Dobriyan | 1 | -1/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2016-07-29 | mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUB | Alexander Potapenko | 1 | -1/+2 |
2016-07-27 | mm: reorganize SLAB freelist randomization | Thomas Garnier | 1 | -1/+1 |
2016-05-20 | mm: SLAB freelist randomization | Thomas Garnier | 1 | -0/+4 |
2016-03-26 | mm, kasan: SLAB support | Alexander Potapenko | 1 | -0/+14 |
2016-03-16 | mm/slab: alternative implementation for DEBUG_SLAB_LEAK | Joonsoo Kim | 1 | -0/+3 |
2016-01-21 | mm: memcontrol: move kmem accounting code to CONFIG_MEMCG | Johannes Weiner | 1 | -1/+2 |
2015-02-13 | slab: embed memcg_cache_params to kmem_cache | Vladimir Davydov | 1 | -1/+1 |
2014-10-10 | mm/slab: use percpu allocator for cpu cache | Joonsoo Kim | 1 | -17/+3 |
2014-01-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -1/+3 |
2014-01-22 | reciprocal_divide: update/correction of the algorithm | Hannes Frederic Sowa | 1 | -1/+3 |
2014-01-21 | slab: struct kmem_cache is protected by slab_mutex | Fam Zheng | 1 | -1/+1 |
2013-11-22 | Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds | 1 | -2/+2 |
2013-10-24 | slab: use struct page for slab management | Joonsoo Kim | 1 | -2/+2 |
2013-09-04 | mm/sl[aou]b: Move kmallocXXX functions to common code | Christoph Lameter | 1 | -106/+0 |
2013-05-06 | slab: Return NULL for oversized allocations | Christoph Lameter | 1 | -0/+6 |
2013-02-01 | slab: Common definition for the array of kmalloc caches | Christoph Lameter | 1 | -3/+0 |
2013-02-01 | slab: Rename nodelists to node | Christoph Lameter | 1 | -1/+1 |
2013-02-01 | slab: Common name for the per node structures | Christoph Lameter | 1 | -1/+1 |
2013-02-01 | slab: Use common kmalloc_index/kmalloc_size functions | Christoph Lameter | 1 | -35/+12 |
2012-12-19 | slab/slub: struct memcg_params | Glauber Costa | 1 | -0/+3 |
2012-12-11 | slab: Simplify bootstrap | Christoph Lameter | 1 | -1/+5 |
2012-09-29 | mm/slab: Fix kmem_cache_alloc_node_trace() declaration | Ezequiel Garcia | 1 | -7/+7 |
2012-09-25 | mm, slab: Match SLAB and SLUB kmem_cache_alloc_xxx_trace() prototype | Ezequiel Garcia | 1 | -4/+3 |
2012-09-25 | mm, slab: Remove silly function slab_buffer_size() | Ezequiel Garcia | 1 | -5/+0 |
2012-08-17 | mm, slab: remove dflags | David Rientjes | 1 | -1/+0 |
2012-07-02 | slab: rename gfpflags to allocflags | Glauber Costa | 1 | -1/+1 |
2012-06-14 | mm, sl[aou]b: Extract common fields from struct kmem_cache | Christoph Lameter | 1 | -4/+6 |
2012-01-10 | tracing/mm: Move include of trace/events/kmem.h out of header into slab.c | Steven Rostedt | 1 | -2/+0 |
2011-07-20 | slab: shrink sizeof(struct kmem_cache) | Eric Dumazet | 1 | -13/+13 |
2011-06-16 | slab, slub, slob: Unify alignment definition | Christoph Lameter | 1 | -26/+0 |
2010-11-28 | tracing/slab: Move kmalloc tracepoint out of inline code | Steven Rostedt | 1 | -20/+13 |
2010-08-11 | dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN | FUJITA Tomonori | 1 | -1/+3 |
2010-06-09 | tracing: Remove kmemtrace ftrace plugin | Li Zefan | 1 | -1/+2 |
2010-05-19 | mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slab_def.h> | David Woodhouse | 1 | -0/+24 |
2009-12-11 | tracing, slab: Define kmem_cache_alloc_notrace ifdef CONFIG_TRACING | Li Zefan | 1 | -2/+2 |
2009-06-13 | slab: move struct kmem_cache to headers | Pekka Enberg | 1 | -0/+81 |
2009-04-12 | tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and ... | Zhaolei | 1 | -1/+1 |
2009-04-03 | kmemtrace: use tracepoints | Eduard - Gabriel Munteanu | 1 | -5/+5 |
2009-02-03 | Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing... | Ingo Molnar | 1 | -8/+2 |
2009-01-28 | kmalloc: return NULL instead of link failure | Jeff Mahoney | 1 | -8/+2 |
2008-12-30 | tracing/kmemtrace: normalize the raw tracer event to the unified tracing API | Frederic Weisbecker | 1 | -1/+1 |
2008-12-29 | kmemtrace: SLAB hooks. | Eduard - Gabriel Munteanu | 1 | -9/+59 |
2008-03-07 | slab - use angle brackets for include of kmalloc_sizes.h | Joe Perches | 1 | -2/+2 |
2008-01-03 | Unify /proc/slabinfo configuration | Linus Torvalds | 1 | -3/+0 |
2007-07-17 | Slab allocators: Cleanup zeroing allocations | Christoph Lameter | 1 | -30/+0 |