aboutsummaryrefslogtreecommitdiff
path: root/mm/allocpercpu.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-30cpumask: use new cpumask_ functions in core code.Gravatar Rusty Russell 1-1/+1
2009-03-11percpu: fix spurious alignment WARN in legacy SMP percpu allocatorGravatar Tejun Heo 1-1/+1
2009-02-20percpu: kill percpu_alloc() and friendsGravatar Tejun Heo 1-13/+19
2008-07-26mm/allocpercpu.c: make 4 functions staticGravatar Adrian Bunk 1-9/+11
2008-07-06Merge commit 'v2.6.26-rc9' into cpus4096Gravatar Ingo Molnar 1-1/+1
2008-07-04Christoph has movedGravatar Christoph Lameter 1-1/+1
2008-05-23mm: use performance variant for_each_cpu_mask_nrGravatar Mike Travis 1-2/+2
2008-04-19cpumask: Cleanup more uses of CPU_MASK and NODE_MASKGravatar Mike Travis 1-1/+2
2008-03-04alloc_percpu() fails to allocate percpu dataGravatar Eric Dumazet 1-1/+14
2008-02-06PERCPU : __percpu_alloc_mask() can dynamically size percpu_data storageGravatar Eric Dumazet 1-1/+1
2007-07-17Slab allocators: Replace explicit zeroing with __GFP_ZEROGravatar Christoph Lameter 1-6/+3
2006-12-07[PATCH] Allow NULL pointers in percpu_freeGravatar Alan Stern 1-4/+5
2006-09-26[PATCH] Extract the allocpercpu functions from the slab allocatorGravatar Christoph Lameter 1-0/+129