index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
slub.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
1
-3
/
+1
2007-07-19
slub: fix ksize() for zero-sized pointers
Linus Torvalds
1
-1
/
+1
2007-07-17
SLUB: Fix CONFIG_SLUB_DEBUG use for CONFIG_NUMA
Christoph Lameter
1
-0
/
+4
2007-07-17
SLUB: Move sysfs operations outside of slub_lock
Christoph Lameter
1
-13
/
+15
2007-07-17
SLUB: Do not allocate object bit array on stack
Christoph Lameter
1
-14
/
+25
2007-07-17
Slab allocators: Cleanup zeroing allocations
Christoph Lameter
1
-11
/
+0
2007-07-17
SLUB: Do not use length parameter in slab_alloc()
Christoph Lameter
1
-11
/
+9
2007-07-17
SLUB: Style fix up the loop to disable small slabs
Christoph Lameter
1
-1
/
+1
2007-07-17
mm/slub.c: make code static
Adrian Bunk
1
-3
/
+3
2007-07-17
SLUB: Simplify dma index -> size calculation
Christoph Lameter
1
-9
/
+1
2007-07-17
SLUB: faster more efficient slab determination for __kmalloc
Christoph Lameter
1
-7
/
+64
2007-07-17
SLUB: do proper locking during dma slab creation
Christoph Lameter
1
-2
/
+9
2007-07-17
SLUB: extract dma_kmalloc_cache from get_cache.
Christoph Lameter
1
-30
/
+36
2007-07-17
SLUB: add some more inlines and #ifdef CONFIG_SLUB_DEBUG
Christoph Lameter
1
-6
/
+7
2007-07-17
Slab allocators: support __GFP_ZERO in all allocators
Christoph Lameter
1
-9
/
+15
2007-07-17
Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semantics
Christoph Lameter
1
-13
/
+16
2007-07-17
Slab allocators: consolidate code for krealloc in mm/util.c
Christoph Lameter
1
-37
/
+0
2007-07-17
SLUB Debug: fix initial object debug state of NUMA bootstrap objects
Christoph Lameter
1
-1
/
+2
2007-07-17
SLUB: ensure that the number of objects per slab stays low for high orders
Christoph Lameter
1
-2
/
+19
2007-07-17
SLUB slab validation: Move tracking information alloc outside of lock
Christoph Lameter
1
-10
/
+7
2007-07-17
SLUB: use list_for_each_entry for loops over all slabs
Christoph Lameter
1
-38
/
+13
2007-07-17
SLUB: change error reporting format to follow lockdep loosely
Christoph Lameter
1
-123
/
+154
2007-07-16
SLUB: support slub_debug on by default
Christoph Lameter
1
-28
/
+51
2007-07-06
slub: remove useless EXPORT_SYMBOL
Christoph Lameter
1
-1
/
+0
2007-07-03
SLUB: Make lockdep happy by not calling add_partial with interrupts enabled d...
Christoph Lameter
1
-2
/
+6
2007-06-24
SLUB: fix behavior if the text output of list_locations overflows PAGE_SIZE
Christoph Lameter
1
-2
/
+4
2007-06-16
SLUB: minimum alignment fixes
Christoph Lameter
1
-5
/
+15
2007-06-16
SLUB slab validation: Alloc while interrupts are disabled must use GFP_ATOMIC
Christoph Lameter
1
-1
/
+1
2007-06-08
SLUB: return ZERO_SIZE_PTR for kmalloc(0)
Christoph Lameter
1
-8
/
+18
2007-06-01
SLUB: fix locking for hotplug callbacks
Christoph Lameter
1
-1
/
+14
2007-05-31
SLUB: Fix NUMA / SYSFS bootstrap issue
Christoph Lameter
1
-0
/
+7
2007-05-23
SLUB Debug: fix check for super sized slabs (>512k 64bit, >256k 32bit)
Christoph Lameter
1
-1
/
+1
2007-05-23
SLUB Debug: Fix object size calculation
Christoph Lameter
1
-1
/
+1
2007-05-17
SLUB: Simplify debug code
Christoph Lameter
1
-55
/
+57
2007-05-17
Remove SLAB_CTOR_CONSTRUCTOR
Christoph Lameter
1
-1
/
+1
2007-05-17
SLUB: Do our own flags based on PG_active and PG_error
Christoph Lameter
1
-14
/
+14
2007-05-17
SLUB: Define functions for cpu slab handling instead of using PageActive
Christoph Lameter
1
-19
/
+38
2007-05-17
Slab allocators: Drop support for destructors
Christoph Lameter
1
-31
/
+14
2007-05-16
slub: don't confuse ctor and dtor
Hugh Dickins
1
-1
/
+1
2007-05-10
SLUB: remove nr_cpu_ids hack
Christoph Lameter
1
-3
/
+2
2007-05-10
slub: support concurrent local and remote frees and allocs on a slab
Christoph Lameter
1
-36
/
+118
2007-05-09
Move remote node draining out of slab allocators
Christoph Lameter
1
-84
/
+0
2007-05-09
vmstat: use our own timer events
Christoph Lameter
1
-1
/
+0
2007-05-09
Add suspend-related notifications for CPU hotplug
Rafael J. Wysocki
1
-0
/
+2
2007-05-09
krealloc: fix kerneldoc comments
Pekka J Enberg
1
-1
/
+0
2007-05-09
SLUB: rework slab order determination
Christoph Lameter
1
-14
/
+52
2007-05-09
SLUB: include lifetime stats and sets of cpus / nodes in tracking output
Christoph Lameter
1
-15
/
+81
2007-05-09
SLUB: add CONFIG_SLUB_DEBUG
Christoph Lameter
1
-75
/
+114
2007-05-09
SLUB: move tracking definitions and check_valid_pointer() away from debug code
Christoph Lameter
1
-29
/
+29
2007-05-09
SLUB: consolidate trace code
Christoph Lameter
1
-13
/
+18
[next]