index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
slob.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-18
sl[au]b: always get the cache from its page in kmem_cache_free()
Glauber Costa
1
-1
/
+1
2012-12-11
mm/sl[aou]b: Common alignment code
Christoph Lameter
1
-10
/
+0
2012-10-31
mm/slob: use min_t() to compare ARCH_SLAB_MINALIGN
Arnd Bergmann
1
-3
/
+3
2012-10-31
mm/slob: Use free_page instead of put_page for page-size kmalloc allocations
Ezequiel Garcia
1
-1
/
+1
2012-10-31
mm/sl[aou]b: Move common kmem_cache_size() to slab.h
Ezequiel Garcia
1
-6
/
+0
2012-10-31
mm/slob: Use object_size field in kmem_cache_size()
Ezequiel Garcia
1
-3
/
+3
2012-10-31
mm/slob: Drop usage of page->private for storing page-sized allocations
Ezequiel Garcia
1
-14
/
+10
2012-10-03
Merge branch 'slab/tracing' into slab/for-linus
Pekka Enberg
1
-1
/
+1
2012-10-03
Merge branch 'slab/common-for-cgroups' into slab/for-linus
Pekka Enberg
1
-33
/
+27
2012-09-26
mm, slob: fix build breakage in __kmalloc_node_track_caller
David Rientjes
1
-1
/
+1
2012-09-25
mm, slob: Add support for kmalloc_track_caller()
Ezequiel Garcia
1
-3
/
+24
2012-09-25
mm, slob: Use NUMA_NO_NODE instead of -1
Ezequiel Garcia
1
-3
/
+3
2012-09-05
mm/sl[aou]b: Move kmem_cache refcounting to common code
Christoph Lameter
1
-1
/
+0
2012-09-05
mm/sl[aou]b: Shrink __kmem_cache_create() parameter lists
Christoph Lameter
1
-5
/
+3
2012-09-05
mm/sl[aou]b: Move kmem_cache allocations into common code
Christoph Lameter
1
-25
/
+17
2012-09-05
mm/sl[aou]b: Get rid of __kmem_cache_destroy
Christoph Lameter
1
-4
/
+0
2012-09-05
mm/sl[aou]b: Move freeing of kmem_cache structure to common code
Christoph Lameter
1
-2
/
+0
2012-09-05
mm/sl[aou]b: Use "kmem_cache" name for slab cache with kmem_cache struct
Christoph Lameter
1
-0
/
+8
2012-09-05
mm/sl[aou]b: Extract a common function for kmem_cache_destroy
Christoph Lameter
1
-8
/
+7
2012-09-05
mm/sl[aou]b: Move list_add() to slab_common.c
Christoph Lameter
1
-0
/
+4
2012-07-12
slob: Fix early boot kernel crash
Christoph Lameter
1
-1
/
+1
2012-07-09
mm, sl[aou]b: Common definition for boot state of the slab allocators
Christoph Lameter
1
-9
/
+5
2012-07-09
mm, sl[aou]b: Extract common code for kmem_cache_create()
Christoph Lameter
1
-5
/
+3
2012-06-14
mm, sl[aou]b: Extract common fields from struct kmem_cache
Christoph Lameter
1
-8
/
+1
2012-06-14
slob: Remove various small accessors
Christoph Lameter
1
-40
/
+9
2012-06-14
slob: No need to zero mapping since it is no longer in use
Christoph Lameter
1
-1
/
+0
2012-06-14
slob: Define page struct fields used in mm_types.h
Christoph Lameter
1
-58
/
+37
2011-10-31
mm: Map most files to use export.h instead of module.h
Paul Gortmaker
1
-1
/
+1
2011-07-26
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2011-06-07
slob/lockdep: Fix gfp flags passed to lockdep
Steven Rostedt
1
-0
/
+6
2011-01-23
mm: Remove support for kmem_cache_name()
Christoph Lameter
1
-6
/
+0
2011-01-07
kernel: kmem_ptr_validate considered harmful
Nick Piggin
1
-5
/
+0
2010-10-02
slob: fix gfp flags for order-0 page allocations
David Rientjes
1
-1
/
+3
2010-08-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...
Linus Torvalds
1
-1
/
+8
2010-08-06
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+3
2010-07-16
SLOB: Free objects to their own list
Bob Liu
1
-1
/
+8
2010-06-14
mm: remove all rcu head initializations
Paul E. McKenney
1
-1
/
+0
2010-06-09
tracing: Remove kmemtrace ftrace plugin
Li Zefan
1
-1
/
+3
2010-05-19
mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slob_def.h>
David Woodhouse
1
-8
/
+0
2009-08-06
slab: remove duplicate kmem_cache_init_late() declarations
Wu Fengguang
1
-0
/
+5
2009-06-26
fix RCU-callback-after-kmem_cache_destroy problem in sl[aou]b
Paul E. McKenney
1
-0
/
+2
2009-06-17
Merge branches 'slab/documentation', 'slab/fixes', 'slob/cleanups' and 'slub/...
Pekka Enberg
1
-3
/
+3
2009-06-16
page allocator: do not check NUMA node ID when the caller knows the node is v...
Mel Gorman
1
-2
/
+2
2009-06-11
kmemleak: Add the slob memory allocation/freeing hooks
Catalin Marinas
1
-0
/
+7
2009-06-10
Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2009-05-11
slob: use PG_slab for identifying SLOB pages
Wu Fengguang
1
-3
/
+3
2009-05-06
mm: SLOB fix reclaim_state
Nick Piggin
1
-1
/
+4
2009-04-12
tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and ...
Zhaolei
1
-1
/
+1
2009-04-03
kmemtrace: trace kfree() calls with NULL or zero-length objects
Pekka Enberg
1
-2
/
+2
2009-04-03
kmemtrace: use tracepoints
Eduard - Gabriel Munteanu
1
-16
/
+12
[next]