aboutsummaryrefslogtreecommitdiffstats
path: root/mm/allocpercpu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-24percpu: use dynamic percpu allocator as the default percpu allocatorTejun Heo1-0/+28
2009-04-06percpu: __percpu_depopulate_mask can take a const maskStephen Rothwell1-1/+1
2009-03-30cpumask: use new cpumask_ functions in core code.Rusty Russell1-1/+1
2009-03-11percpu: fix spurious alignment WARN in legacy SMP percpu allocatorTejun Heo1-1/+1
2009-02-20percpu: kill percpu_alloc() and friendsTejun Heo1-13/+19
2008-07-26mm/allocpercpu.c: make 4 functions staticAdrian Bunk1-9/+11
2008-07-06Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar1-1/+1
2008-07-04Christoph has movedChristoph Lameter1-1/+1
2008-05-23mm: use performance variant for_each_cpu_mask_nrMike Travis1-2/+2
2008-04-19cpumask: Cleanup more uses of CPU_MASK and NODE_MASKMike Travis1-1/+2
2008-03-04alloc_percpu() fails to allocate percpu dataEric Dumazet1-1/+14
2008-02-06PERCPU : __percpu_alloc_mask() can dynamically size percpu_data storageEric Dumazet1-1/+1
2007-07-17Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter1-6/+3
2006-12-07[PATCH] Allow NULL pointers in percpu_freeAlan Stern1-4/+5
2006-09-26[PATCH] Extract the allocpercpu functions from the slab allocatorChristoph Lameter1-0/+129