Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
fd7fe701612e42fb8780d7bf61fbb0467a488c9b
/
mm
/
slab.c
38bdc32
mm/slab: fix section mismatch warning
by Sam Ravnborg
· 17 years ago
0aa817f
Slab allocators: define common size limitations
by Christoph Lameter
· 17 years ago
a35afb8
Remove SLAB_CTOR_CONSTRUCTOR
by Christoph Lameter
· 17 years ago
0b44f7a
slab: warn on zero-length allocations
by Christoph Lameter
· 17 years ago
c59def9
Slab allocators: Drop support for destructors
by Christoph Lameter
· 17 years ago
4037d45
Move remote node draining out of slab allocators
by Christoph Lameter
· 18 years ago
d1187ed
vmstat: use our own timer events
by Christoph Lameter
· 18 years ago
8bb7844
Add suspend-related notifications for CPU hotplug
by Rafael J. Wysocki
· 18 years ago
5830c59
slab: shut down cache_reaper when cpu goes down
by Christoph Lameter
· 18 years ago
38c3bd9
slab: use CPU_LOCK_[ACQUIRE|RELEASE]
by Heiko Carstens
· 18 years ago
7ae439c
krealloc: fix kerneldoc comments
by Pekka J Enberg
· 18 years ago
a5c43da
Fix race between cat /proc/slab_allocators and rmmod
by Alexey Dobriyan
· 18 years ago
b46b8f1
Increase slab redzone to 64bits
by David Woodhouse
· 18 years ago
cfce660
Slab allocators: remove useless __GFP_NO_GROW flag
by Christoph Lameter
· 18 years ago
4f10493
slab allocators: Remove SLAB_CTOR_ATOMIC
by Christoph Lameter
· 18 years ago
50953fe
slab allocators: Remove SLAB_DEBUG_INITIAL flag
by Christoph Lameter
· 18 years ago
824ebef
fault injection: fix failslab with CONFIG_NUMA
by Akinobu Mita
· 18 years ago
5af6083
slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGN
by Christoph Lameter
· 18 years ago
b416952
include KERN_* constant in printk() calls in mm/slab.c
by matze
· 18 years ago
b49af68
Add virt_to_head_page and consolidate code in slab and slub
by Christoph Lameter
· 18 years ago
d85f338
Make page->private usable in compound pages
by Christoph Lameter
· 18 years ago
a3a02be
slab: mark set_up_list3s() __init
by Andrew Morton
· 18 years ago
8da3430
slab: NUMA kmem_cache diet
by Eric Dumazet
· 18 years ago
6310984
SLAB: don't allocate empty shared caches
by Eric Dumazet
· 18 years ago
364fbb2
SLAB: use num_possible_cpus() in enable_cpucache()
by Eric Dumazet
· 18 years ago
714b8171
slab: ensure cache_alloc_refill terminates
by Pekka Enberg
· 18 years ago
fd76bab
slab: introduce krealloc
by Pekka Enberg
· 18 years ago
62918a0
[PATCH] x86-64: skip cache_free_alien() on non NUMA
by Siddha, Suresh B
· 18 years ago
e94a40c
[PATCH] SLAB: Mention slab name when listing corrupt objects
by David Howells
· 18 years ago
05fb6bf
[PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers)
by Randy Dunlap
· 18 years ago
8ef8286
[PATCH] slab: reduce size of alien cache to cover only possible nodes
by Christoph Lameter
· 18 years ago
72fd4a3
[PATCH] Numerous fixes to kernel-doc info in source files.
by Robert P. J. Day
· 18 years ago
898552c
[PATCH] lockdep: also check for freed locks in kmem_cache_free()
by Ingo Molnar
· 18 years ago
4b51d66
[PATCH] optional ZONE_DMA: optional ZONE_DMA in the VM
by Christoph Lameter
· 18 years ago
7c5cae3
[PATCH] slab: use parameter passed to cache_reap to determine pointer to work structure
by Christoph Lameter
· 18 years ago
8c8cc2c
[PATCH] slab: cache alloc cleanups
by Pekka Enberg
· 18 years ago
6e40e73
[PATCH] slab: remove broken PageSlab check from kfree_debugcheck
by Pekka Enberg
· 18 years ago
b6a6045
[PATCH] fix BUG_ON(!PageSlab) from fallback_alloc
by Hugh Dickins
· 18 years ago
af9997e
[PATCH] fix kernel-doc warnings in 2.6.20-rc1
by Randy Dunlap
· 18 years ago
b7f869a2
[PATCH] slab: fix kmem_ptr_validate definition
by Christoph Lameter
· 18 years ago
6a2d7a9
[PATCH] SLAB: use a multiply instead of a divide in obj_to_index()
by Eric Dumazet
· 18 years ago
02a0e53
[PATCH] cpuset: rework cpuset_zone_allowed api
by Paul Jackson
· 18 years ago
55935a3
[PATCH] More slab.h cleanups
by Christoph Lameter
· 18 years ago
dd47ea7
[PATCH] slab: fix sleeping in atomic bug
by Christoph Lameter
· 18 years ago
2b28421
[PATCH] user of the jiffies rounding patch: Slab
by Arjan van de Ven
· 18 years ago
6b1b60f
[PATCH] fault-injection: defaults likely to please a new user
by Don Mullis
· 18 years ago
8a8b650
[PATCH] fault-injection capability for kmalloc
by Akinobu Mita
· 18 years ago
b8b50b6
[PATCH] mm: fallback_alloc cpuset_zone_allowed irq fix
by Paul Jackson
· 18 years ago
15ad7cd
[PATCH] struct seq_operations and struct file_operations constification
by Helge Deller
· 18 years ago
138ae66
[PATCH] slab: use probe_kernel_address()
by Andrew Morton
· 18 years ago
3c517a6
[PATCH] slab: better fallback allocation behavior
by Christoph Lameter
· 18 years ago
5bcd234
[PATCH] slab: fix two issues in kmalloc_node / __cache_alloc_node
by Christoph Lameter
· 18 years ago
441e143
[PATCH] slab: remove SLAB_DMA
by Christoph Lameter
· 18 years ago
e94b176
[PATCH] slab: remove SLAB_KERNEL
by Christoph Lameter
· 18 years ago
a06d72c
[PATCH] slab: remove SLAB_LEVEL_MASK
by Christoph Lameter
· 18 years ago
6e0eaa4
[PATCH] slab: remove SLAB_NO_GROW
by Christoph Lameter
· 18 years ago
8b98c16
[PATCH] leak tracking for kmalloc_node
by Christoph Hellwig
· 18 years ago
3395ee0
[PATCH] mm: add noaliencache boot option to disable numa alien caches
by Paul Menage
· 18 years ago
8f5be20
[PATCH] mm: slab: eliminate lock_cpu_hotplug from slab
by Ravikiran G Thirumalai
· 18 years ago
a44b56d
[PATCH] slab debug and ARCH_SLAB_MINALIGN don't get along
by Kevin Hilman
· 18 years ago
65f27f3
WorkStruct: Pass the work_struct pointer instead of context data
by David Howells
· 18 years ago
52bad64
WorkStruct: Separate delayable and non-delayable events.
by David Howells
· 18 years ago
7f6b887
[PATCH] init_reap_node() initialization fix
by Daniel Yeisley
· 18 years ago
aedb0eb
[PATCH] Slab: Do not fallback to nodes that have not been bootstrapped yet
by Christoph Lameter
· 18 years ago
dcbd4ec
[PATCH] slab: remove wrongly placed BUG_ON
by Christoph Lameter
· 18 years ago
1ca4cb2
[PATCH] slab: reduce numa text size
by Pekka Enberg
· 18 years ago
fefd26b
Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/configh
by Linus Torvalds
· 18 years ago
1d2c8ee
[PATCH] slab: clean up leak tracking ifdefs a little bit
by Christoph Hellwig
· 18 years ago
038b0a6
Remove all inclusions of <linux/config.h>
by Dave Jones
· 18 years ago
aa83aa4
[PATCH] single bit flip detector
by Dave Jones
· 18 years ago
765c450
[PATCH] GFP_THISNODE for the slab allocator
by Christoph Lameter
· 18 years ago
de3083e
[PATCH] slab: fix kmalloc_node applying memory policies if nodeid == numa_node_id()
by Christoph Lameter
· 18 years ago
133d205
[PATCH] Make kmem_cache_destroy() return void
by Alexey Dobriyan
· 18 years ago
972d1a7
[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLE
by Christoph Lameter
· 18 years ago
d00bcc9
[PATCH] Extract the allocpercpu functions from the slab allocator
by Christoph Lameter
· 18 years ago
d2e7b7d
[PATCH] fix potential stack overflow in mm/slab.c
by Siddha, Suresh B
· 18 years ago
056c624
[PATCH] slab: fix lockdep warnings
by Ravikiran G Thirumalai
· 18 years ago
2ed3a4e
[PATCH] slab: do not panic when alloc_kmemlist fails and slab is up
by Christoph Lameter
· 18 years ago
117f6eb
[PATCH] slab: extract __kmem_cache_destroy from kmem_cache_destroy
by Christoph Lameter
· 18 years ago
dbe5e69
[PATCH] slab: optimize kmalloc_node the same way as kmalloc
by Christoph Hellwig
· 18 years ago
e5ac9c5
[PATCH] Add some comments to slab.c
by Ravikiran G Thirumalai
· 18 years ago
ca5f970
[PATCH] slab: respect architecture and caller mandated alignment
by Pekka Enberg
· 18 years ago
7ff6f08
[PATCH] CPU hotplug compatible alloc_percpu()
by Martin Peschke
· 18 years ago
b221385
[PATCH] mm/: make functions static
by Adrian Bunk
· 18 years ago
b8008b2
[PATCH] Fix kmem_cache_alloc() been documented twice
by Rolf Eike Beer
· 18 years ago
8c78f30
[PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notifications
by Chandra Seetharaman
· 18 years ago
fc81830
[PATCH] revert slab.c locking change
by Ingo Molnar
· 18 years ago
f1aaee5
[PATCH] lockdep: annotate mm/slab.c
by Arjan van de Ven
· 18 years ago
873623d
[PATCH] lockdep: undo mm/slab.c annotation
by Ingo Molnar
· 18 years ago
2b2d549
[PATCH] lockdep: annotate SLAB code
by Ingo Molnar
· 18 years ago
ed11d9e
[PATCH] slab: consolidate code to free slabs from freelist
by Christoph Lameter
· 18 years ago
9a865ff
[PATCH] zoned vm counters: conversion of nr_slab to per zone counter
by Christoph Lameter
· 18 years ago
2244b95
[PATCH] zoned vm counters: basic ZVC (zoned vm counter) implementation
by Christoph Lameter
· 18 years ago
e7eebaf
[PATCH] pi-futex: rt mutex debug
by Ingo Molnar
· 18 years ago
f9b8404
[PATCH] pi-futex: introduce debug_check_no_locks_freed()
by Ingo Molnar
· 18 years ago
74b85f3
[PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit only
by Chandra Seetharaman
· 18 years ago
9c7b216
[PATCH] cpu hotplug: revert init patch submitted for 2.6.17
by Chandra Seetharaman
· 18 years ago
c9cf552
[PATCH] add poison.h and patch primary users
by Randy Dunlap
· 18 years ago
800590f
[PATCH] slab: kmalloc, kzalloc comments cleanup and fix
by Paul Drynoff
· 18 years ago
e0a4272
[PATCH] mm/slab.c: fix early init assumption
by Ingo Molnar
· 18 years ago
Next »