index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
slab.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
slab: skip calling cache_free_alien() when the platform is not numa capable
Siddha, Suresh B
2007-08-22
1
-2
/
+12
*
slab: correctly handle __GFP_ZERO
Andrew Morton
2007-07-24
1
-1
/
+1
*
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
2007-07-20
1
-10
/
+7
*
Fix up non-NUMA SLAB configuration for zero-sized allocations
Linus Torvalds
2007-07-19
1
-2
/
+2
*
FRV: work around a possible compiler bug
David Howells
2007-07-19
1
-1
/
+1
*
kallsyms: make KSYM_NAME_LEN include space for trailing '\0'
Tejun Heo
2007-07-17
1
-1
/
+1
*
Slab allocators: Cleanup zeroing allocations
Christoph Lameter
2007-07-17
1
-17
/
+0
*
Slab allocators: support __GFP_ZERO in all allocators
Christoph Lameter
2007-07-17
1
-1
/
+7
*
Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semantics
Christoph Lameter
2007-07-17
1
-5
/
+8
*
Slab allocators: consolidate code for krealloc in mm/util.c
Christoph Lameter
2007-07-17
1
-46
/
+0
*
mm/slab.c: start_cpu_timer() should be __cpuinit
Adrian Bunk
2007-07-16
1
-1
/
+1
*
Make /proc/slabinfo use seq_list_xxx helpers
Pavel Emelianov
2007-07-16
1
-24
/
+6
*
Fix slab redzone alignment
David Woodhouse
2007-07-05
1
-9
/
+23
*
SLAB: remove WARN_ON_ONCE for zero sized objects for 2.6.22 release
Christoph Lameter
2007-07-01
1
-1
/
+0
*
slab: fix alien cache handling
Christoph Lameter
2007-06-08
1
-1
/
+1
*
mm/slab: fix section mismatch warning
Sam Ravnborg
2007-05-19
1
-1
/
+1
*
Slab allocators: define common size limitations
Christoph Lameter
2007-05-17
1
-17
/
+2
*
Remove SLAB_CTOR_CONSTRUCTOR
Christoph Lameter
2007-05-17
1
-7
/
+5
*
slab: warn on zero-length allocations
Christoph Lameter
2007-05-17
1
-0
/
+1
*
Slab allocators: Drop support for destructors
Christoph Lameter
2007-05-17
1
-25
/
+2
*
Move remote node draining out of slab allocators
Christoph Lameter
2007-05-09
1
-6
/
+0
*
vmstat: use our own timer events
Christoph Lameter
2007-05-09
1
-1
/
+0
*
Add suspend-related notifications for CPU hotplug
Rafael J. Wysocki
2007-05-09
1
-0
/
+6
*
slab: shut down cache_reaper when cpu goes down
Christoph Lameter
2007-05-09
1
-0
/
+14
*
slab: use CPU_LOCK_[ACQUIRE|RELEASE]
Heiko Carstens
2007-05-09
1
-8
/
+5
*
krealloc: fix kerneldoc comments
Pekka J Enberg
2007-05-09
1
-1
/
+0
*
Fix race between cat /proc/slab_allocators and rmmod
Alexey Dobriyan
2007-05-08
1
-7
/
+3
*
Increase slab redzone to 64bits
David Woodhouse
2007-05-08
1
-19
/
+23
*
Slab allocators: remove useless __GFP_NO_GROW flag
Christoph Lameter
2007-05-07
1
-4
/
+2
*
slab allocators: Remove SLAB_CTOR_ATOMIC
Christoph Lameter
2007-05-07
1
-15
/
+2
*
slab allocators: Remove SLAB_DEBUG_INITIAL flag
Christoph Lameter
2007-05-07
1
-18
/
+2
*
fault injection: fix failslab with CONFIG_NUMA
Akinobu Mita
2007-05-07
1
-4
/
+7
*
slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGN
Christoph Lameter
2007-05-07
1
-2
/
+2
*
include KERN_* constant in printk() calls in mm/slab.c
matze
2007-05-07
1
-3
/
+6
*
Add virt_to_head_page and consolidate code in slab and slub
Christoph Lameter
2007-05-07
1
-5
/
+4
*
Make page->private usable in compound pages
Christoph Lameter
2007-05-07
1
-4
/
+2
*
slab: mark set_up_list3s() __init
Andrew Morton
2007-05-07
1
-1
/
+1
*
slab: NUMA kmem_cache diet
Eric Dumazet
2007-05-07
1
-4
/
+20
*
SLAB: don't allocate empty shared caches
Eric Dumazet
2007-05-07
1
-11
/
+15
*
SLAB: use num_possible_cpus() in enable_cpucache()
Eric Dumazet
2007-05-07
1
-3
/
+1
*
slab: ensure cache_alloc_refill terminates
Pekka Enberg
2007-05-07
1
-0
/
+8
*
slab: introduce krealloc
Pekka Enberg
2007-05-07
1
-1
/
+48
*
[PATCH] x86-64: skip cache_free_alien() on non NUMA
Siddha, Suresh B
2007-05-02
1
-2
/
+5
*
[PATCH] SLAB: Mention slab name when listing corrupt objects
David Howells
2007-04-04
1
-2
/
+2
*
[PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers)
Randy Dunlap
2007-03-01
1
-1
/
+1
*
[PATCH] slab: reduce size of alien cache to cover only possible nodes
Christoph Lameter
2007-02-20
1
-1
/
+1
*
[PATCH] Numerous fixes to kernel-doc info in source files.
Robert P. J. Day
2007-02-11
1
-1
/
+1
*
[PATCH] lockdep: also check for freed locks in kmem_cache_free()
Ingo Molnar
2007-02-11
1
-0
/
+1
*
[PATCH] optional ZONE_DMA: optional ZONE_DMA in the VM
Christoph Lameter
2007-02-11
1
-7
/
+13
*
[PATCH] slab: use parameter passed to cache_reap to determine pointer to work...
Christoph Lameter
2007-02-11
1
-8
/
+7
[next]