Commit Graph

252 Commits (6f61076406251626be39651d114fac412b1e0c39)

Author SHA1 Message Date
Christoph Lameter 481c5346d0 Slab: Fix memory leak in fallback_alloc() 17 years ago
Harvey Harrison d40cee245f mm: remove remaining __FUNCTION__ occurrences 17 years ago
Thomas Gleixner 3ac7fe5a4a infrastructure to debug (dynamic) objects 17 years ago
Pekka Enberg 1b27d05b6e mm: move cache_line_size() to <linux/cache.h> 17 years ago
Mel Gorman dd1a239f6f mm: have zonelist contains structs with both a zone pointer and zone_idx 17 years ago
Mel Gorman 54a6eb5c47 mm: use two zonelist that are filtered by GFP mask 17 years ago
Mel Gorman 0e88460da6 mm: introduce node_zonelist() for accessing the zonelist for a GFP mask 17 years ago
Mike Travis c5f59f0833 nodemask: use new node_to_cpumask_ptr function 17 years ago
Daniel Yeisley ec1f5eeeb5 slab: fix cache_cache bootstrap in kmem_cache_init() 17 years ago
Randy Dunlap 7682486b3e mm: fix various kernel-doc comments 17 years ago
Joe Korty 6d2144d355 slab: NUMA slab allocator migration bugfix 17 years ago
Joe Perches 1c61fc40fc slab - use angle brackets for include of kmalloc_sizes.h 17 years ago
Christoph Lameter 9ac33b2b74 slab numa fallback logic: Do not pass unfiltered flags to page allocator 17 years ago
Marcin Slusarz e51bfd0ad1 slab: avoid double initialization & do initialization in 1 place 17 years ago
Marcin Slusarz 7cc718d56c slab: avoid double initialization & do initialization in 1 place 17 years ago
Gautham R Shenoy 95402b3829 cpu-hotplug: replace per-subsystem mutexes with get_online_cpus() 17 years ago
Pekka Enberg 556a169dab slab: fix bootstrap on memoryless node 17 years ago
Mel Gorman 9c09a95cf4 slab: partially revert list3 changes 17 years ago
Linus Torvalds 158a962422 Unify /proc/slabinfo configuration 17 years ago
Tetsuo Handa f8fcc93319 Add EXPORT_SYMBOL(ksize); 17 years ago
Matthew Wilcox 80cbd911ca Fix kmem_cache_free performance regression in slab 17 years ago
Akinobu Mita cc550defe9 slab: fix typo in allocation failure handling 17 years ago
Simon Arlott 183ff22bb6 spelling fixes: mm/ 18 years ago
Akinobu Mita 12d00f6a12 cpu hotplug: slab: fix memory leak in cpu hotplug error path 18 years ago
Akinobu Mita fbf1e473bd cpu hotplug: slab: cleanup cpuup_callback() 18 years ago
Robert P. J. Day bda5b655fe Delete gcc-2.95 compatible structure definition. 18 years ago
Christoph Lameter 4ba9b9d0ba Slab API: remove useless ctor parameter and reorder parameters 18 years ago
Mel Gorman e12ba74d8f Group short-lived and reclaimable kernel allocations 18 years ago
Christoph Lameter 6cb062296f Categorize GFP flags 18 years ago
Christoph Lameter 04231b3002 Memoryless nodes: Slab support 18 years ago
Christoph Lameter ef8b4520bd Slab allocators: fail if ksize is called with a NULL parameter 18 years ago
Siddha, Suresh B 1807a1aaf5 slab: skip calling cache_free_alien() when the platform is not numa capable 18 years ago
Andrew Morton b8c1c5da15 slab: correctly handle __GFP_ZERO 18 years ago
Paul Mundt 20c2df83d2 mm: Remove slab destructors from kmem_cache_create(). 18 years ago
Linus Torvalds a5c96d8a1c Fix up non-NUMA SLAB configuration for zero-sized allocations 18 years ago
David Howells ea02e3dde3 FRV: work around a possible compiler bug 18 years ago
Tejun Heo 9281acea6a kallsyms: make KSYM_NAME_LEN include space for trailing '\0' 18 years ago
Christoph Lameter 81cda66261 Slab allocators: Cleanup zeroing allocations 18 years ago
Christoph Lameter d07dbea464 Slab allocators: support __GFP_ZERO in all allocators 18 years ago
Christoph Lameter 6cb8f91320 Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semantics 18 years ago
Christoph Lameter ef2ad80c7d Slab allocators: consolidate code for krealloc in mm/util.c 18 years ago
Adrian Bunk 897e679b17 mm/slab.c: start_cpu_timer() should be __cpuinit 18 years ago
Pavel Emelianov b92151bab9 Make /proc/slabinfo use seq_list_xxx helpers 18 years ago
David Woodhouse 87a927c715 Fix slab redzone alignment 18 years ago
Christoph Lameter 17022220dd SLAB: remove WARN_ON_ONCE for zero sized objects for 2.6.22 release 18 years ago
Christoph Lameter 3cdc0ed0ce slab: fix alien cache handling 18 years ago
Sam Ravnborg 38bdc32af4 mm/slab: fix section mismatch warning 18 years ago
Christoph Lameter 0aa817f078 Slab allocators: define common size limitations 18 years ago
Christoph Lameter a35afb830f Remove SLAB_CTOR_CONSTRUCTOR 18 years ago
Christoph Lameter 0b44f7a5b5 slab: warn on zero-length allocations 18 years ago