aboutsummaryrefslogtreecommitdiff
path: root/include/linux/percpu.h
AgeCommit message (Expand)Author
2009-08-14percpu: kill lpage first chunk allocatorTejun Heo
2009-08-14percpu: update embedding first chunk allocator to handle sparse unitsTejun Heo
2009-08-14percpu: add pcpu_unit_offsets[]Tejun Heo
2009-08-14percpu: introduce pcpu_alloc_info and pcpu_group_infoTejun Heo
2009-08-14percpu: move pcpu_lpage_build_unit_map() and pcpul_lpage_dump_cfg() upwardTejun Heo
2009-08-14percpu: add @align to pcpu_fc_alloc_fn_tTejun Heo
2009-08-14percpu: make @dyn_size mandatory for pcpu_setup_first_chunk()Tejun Heo
2009-08-14percpu: drop @static_size from first chunk allocatorsTejun Heo
2009-08-14percpu: generalize first chunk allocator selectionTejun Heo
2009-08-14percpu: build first chunk allocators selectivelyTejun Heo
2009-08-14percpu: rename 4k first chunk allocator to pageTejun Heo
2009-07-15percpu: add dummy pcpu_lpage_remapped() for !CONFIG_SMPTejun Heo
2009-07-04percpu: teach large page allocator about NUMATejun Heo
2009-07-04percpu: allow non-linear / sparse cpu -> unit mappingTejun Heo
2009-07-04percpu: drop pcpu_chunk->page[]Tejun Heo
2009-07-04percpu: simplify pcpu_setup_first_chunk()Tejun Heo
2009-07-04x86,percpu: generalize lpage first chunk allocatorTejun Heo
2009-07-04x86,percpu: generalize 4k first chunk allocatorTejun Heo
2009-07-04percpu: drop @unit_size from embed first chunk allocatorTejun Heo
2009-06-24percpu: use dynamic percpu allocator as the default percpu allocatorTejun Heo
2009-06-11kmemleak: Remove some of the kmemleak false positivesCatalin Marinas
2009-04-21PERCPU: Collect the DECLARE/DEFINE declarations togetherDavid Howells
2009-04-21FRV: Fix the section attribute on UP DECLARE_PER_CPU()David Howells
2009-04-10percpu: unbreak alpha percpuTejun Heo
2009-03-10percpu: generalize embedding first chunk setup helperTejun Heo
2009-03-10percpu: more flexibility for @dyn_size of pcpu_setup_first_chunk()Tejun Heo
2009-03-06x86, percpu: setup reserved percpu area for x86_64Tejun Heo
2009-03-06percpu, module: implement reserved allocation and use it for module percpu va...Tejun Heo
2009-03-06percpu: use negative for auto for pcpu_setup_first_chunk() argumentsTejun Heo
2009-03-06percpu: cosmetic renames in pcpu_setup_first_chunk()Tejun Heo
2009-03-06percpu: clean up percpu constantsTejun Heo
2009-02-26percpu: fix too low alignment restriction on UPTejun Heo
2009-02-25alloc_percpu: fix UP buildIngo Molnar
2009-02-24percpu: give more latitude to arch specific first chunk initializationTejun Heo
2009-02-20percpu: implement new dynamic percpu allocatorTejun Heo
2009-02-20percpu: kill percpu_alloc() and friendsTejun Heo
2009-02-20alloc_percpu: add align argument to __alloc_percpu.Rusty Russell
2009-02-20alloc_percpu: change percpu_ptr to per_cpu_ptrRusty Russell
2009-02-09percpu: make PER_CPU_BASE_SECTION overridable by archesBrian Gerst
2009-01-20percpu: refactor percpu.hBrian Gerst
2008-09-05Merge commit '63cc8c75156462d4b42cbdd76c293b7eee7ddbfe':Ingo Molnar
2008-07-26mm/allocpercpu.c: make 4 functions staticAdrian Bunk
2008-05-25percpu: introduce DEFINE_PER_CPU_PAGE_ALIGNED() macroEric Dumazet
2008-05-14per_cpu: fix DEFINE_PER_CPU_SHARED_ALIGNED for modulesEric Dumazet
2008-04-29Remove superfluous include of string.h from percpu.hRobert P. J. Day
2008-02-06PERCPU : __percpu_alloc_mask() can dynamically size percpu_data storageEric Dumazet
2008-01-30ia64: use generic percputravis@sgi.com
2008-01-30percpu: move arch XX_PER_CPU_XX definitions into linux/percpu.htravis@sgi.com
2007-07-16Remove unnecessary includes of spinlock.h under include/linuxRobert P. J. Day
2007-05-02[PATCH] x86-64: Account for module percpu space separately from kernel percpuJeremy Fitzhardinge