aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/percpu.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-11kmemleak: Remove some of the kmemleak false positivesCatalin Marinas1-0/+5
2009-04-21PERCPU: Collect the DECLARE/DEFINE declarations togetherDavid Howells1-20/+0
2009-04-21FRV: Fix the section attribute on UP DECLARE_PER_CPU()David Howells1-24/+0
2009-04-10percpu: unbreak alpha percpuTejun Heo1-0/+52
2009-03-10percpu: generalize embedding first chunk setup helperTejun Heo1-0/+4
2009-03-10percpu: more flexibility for @dyn_size of pcpu_setup_first_chunk()Tejun Heo1-1/+1
2009-03-06x86, percpu: setup reserved percpu area for x86_64Tejun Heo1-23/+12
2009-03-06percpu, module: implement reserved allocation and use it for module percpu variablesTejun Heo1-4/+6
2009-03-06percpu: use negative for auto for pcpu_setup_first_chunk() argumentsTejun Heo1-2/+3
2009-03-06percpu: cosmetic renames in pcpu_setup_first_chunk()Tejun Heo1-1/+1
2009-03-06percpu: clean up percpu constantsTejun Heo1-11/+13
2009-02-26percpu: fix too low alignment restriction on UPTejun Heo1-1/+1
2009-02-25alloc_percpu: fix UP buildIngo Molnar1-1/+1
2009-02-24percpu: give more latitude to arch specific first chunk initializationTejun Heo1-2/+37
2009-02-20percpu: implement new dynamic percpu allocatorTejun Heo1-4/+18
2009-02-20percpu: kill percpu_alloc() and friendsTejun Heo1-25/+22
2009-02-20alloc_percpu: add align argument to __alloc_percpu.Rusty Russell1-2/+3
2009-02-20alloc_percpu: change percpu_ptr to per_cpu_ptrRusty Russell1-12/+11
2009-02-09percpu: make PER_CPU_BASE_SECTION overridable by archesBrian Gerst1-1/+7
2009-01-20percpu: refactor percpu.hBrian Gerst1-18/+23
2008-09-05Merge commit '63cc8c75156462d4b42cbdd76c293b7eee7ddbfe':Ingo Molnar1-0/+7
2008-07-26mm/allocpercpu.c: make 4 functions staticAdrian Bunk1-29/+0
2008-05-25percpu: introduce DEFINE_PER_CPU_PAGE_ALIGNED() macroEric Dumazet1-0/+7
2008-05-14per_cpu: fix DEFINE_PER_CPU_SHARED_ALIGNED for modulesEric Dumazet1-1/+7
2008-04-29Remove superfluous include of string.h from percpu.hRobert P. J. Day1-1/+0
2008-02-06PERCPU : __percpu_alloc_mask() can dynamically size percpu_data storageEric Dumazet1-1/+1
2008-01-30ia64: use generic percputravis@sgi.com1-4/+0
2008-01-30percpu: move arch XX_PER_CPU_XX definitions into linux/percpu.htravis@sgi.com1-0/+24
2007-07-16Remove unnecessary includes of spinlock.h under include/linuxRobert P. J. Day1-1/+1
2007-05-02[PATCH] x86-64: Account for module percpu space separately from kernel percpuJeremy Fitzhardinge1-1/+8
2006-10-06[PATCH] Fix typo in "syntax error if percpu macros are incorrectly used" patchJan Blunck1-1/+1
2006-09-29[PATCH] __percpu_alloc_mask() has to be __always_inline in UP caseAl Viro1-1/+1
2006-09-26[PATCH] CPU hotplug compatible alloc_percpu()Martin Peschke1-19/+60
2006-09-26[PATCH] trigger a syntax error if percpu macros are incorrectly usedJan Blunck1-2/+8
2006-01-08[PATCH] remove unused blkp field in percpu_dataEric Dumazet1-1/+0
2006-01-08[PATCH] slab: remove unused align parameter from alloc_percpuPekka Enberg1-4/+3
2005-11-13[PATCH] Shut up per_cpu_ptr() on UPPaul Mundt1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+61