summaryrefslogtreecommitdiff
path: root/include/linux/percpu.h
AgeCommit message (Expand)Author
2011-06-03slub: always align cpu_slab to honor cmpxchg_double requirementChris Metcalf
2011-05-04slub: Fix the lockless code on 32-bit platforms with no 64-bit cmpxchgThomas Gleixner
2011-02-28percpu: Generic support for this_cpu_cmpxchg_double()Christoph Lameter
2010-12-18percpu: Generic this_cpu_cmpxchg() and this_cpu_xchg supportChristoph Lameter
2010-12-17percpu,x86: relocate this_cpu_add_return() and friendsTejun Heo
2010-12-17percpu: Generic support for this_cpu_add, sub, dec, inc_returnChristoph Lameter
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2010-09-21percpu: Add {get,put}_cpu_ptrPeter Zijlstra
2010-09-08percpu: use percpu allocator on UP tooTejun Heo
2010-09-08percpu: reduce PCPU_MIN_UNIT_SIZE to 32kTejun Heo
2010-08-07percpu: handle __percpu notations in UP accessorsNamhyung Kim
2010-06-27percpu: allow limited allocation before slab is onlineTejun Heo
2010-06-27percpu: make @dyn_size always mean min dyn_size in first chunk init functionsTejun Heo
2010-04-05Merge branch 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/miscLinus Torvalds
2010-03-30percpu: don't implicitly include slab.h from percpu.hTejun Heo
2010-03-29percpu, module: implement and use is_kernel/module_percpu_address()Tejun Heo
2010-01-05Merge branch 'master' into percpuTejun Heo
2009-12-08Merge branch 'for-linus' into for-nextTejun Heo
2009-12-02percpu: add missing per_cpu_ptr_to_phys() definition for UPTejun Heo
2009-11-25percpu: Fix kdump failure if booted with percpu_alloc=pageVivek Goyal
2009-10-29percpu: make accessors check for percpu pointer in sparseTejun Heo
2009-10-29percpu: add __percpu for sparse.Rusty Russell
2009-10-29percpu: make access macros universalTejun Heo
2009-10-29percpu: remove per_cpu__ prefix.Rusty Russell
2009-10-29percpu: remove some sparse warningsTejun Heo
2009-10-29percpu: make alloc_percpu() handle array typesTejun Heo
2009-10-03this_cpu: Introduce this_cpu_ptr() and generic this_cpu_* operationsChristoph Lameter
2009-10-02percpu: kill legacy percpu allocatorTejun Heo
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