aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/percpu.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-14percpu: kill lpage first chunk allocatorTejun Heo1-16/+0
2009-08-14percpu: update embedding first chunk allocator to handle sparse unitsTejun Heo1-2/+5
2009-08-14percpu: add pcpu_unit_offsets[]Tejun Heo1-9/+7
2009-08-14percpu: introduce pcpu_alloc_info and pcpu_group_infoTejun Heo1-13/+29
2009-08-14percpu: move pcpu_lpage_build_unit_map() and pcpul_lpage_dump_cfg() upwardTejun Heo1-6/+8
2009-08-14percpu: add @align to pcpu_fc_alloc_fn_tTejun Heo1-1/+2
2009-08-14percpu: make @dyn_size mandatory for pcpu_setup_first_chunk()Tejun Heo1-1/+1
2009-08-14percpu: drop @static_size from first chunk allocatorsTejun Heo1-10/+8
2009-08-14percpu: generalize first chunk allocator selectionTejun Heo1-0/+12
2009-08-14percpu: build first chunk allocators selectivelyTejun Heo1-22/+5
2009-08-14percpu: rename 4k first chunk allocator to pageTejun Heo1-1/+1
2009-07-15percpu: add dummy pcpu_lpage_remapped() for !CONFIG_SMPTejun Heo1-0/+5
2009-07-04percpu: teach large page allocator about NUMATejun Heo1-2/+22
2009-07-04percpu: allow non-linear / sparse cpu -> unit mappingTejun Heo1-1/+2
2009-07-04percpu: drop pcpu_chunk->page[]Tejun Heo1-2/+1
2009-07-04percpu: simplify pcpu_setup_first_chunk()Tejun Heo1-3/+2
2009-07-04x86,percpu: generalize lpage first chunk allocatorTejun Heo1-0/+27
2009-07-04x86,percpu: generalize 4k first chunk allocatorTejun Heo1-2/+10
2009-07-04percpu: drop @unit_size from embed first chunk allocatorTejun Heo1-1/+1
2009-06-24percpu: use dynamic percpu allocator as the default percpu allocatorTejun Heo1-3/+9
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