summaryrefslogtreecommitdiffstats
path: root/include/linux/percpu.h
Commit message (Expand)AuthorAgeFilesLines
* sections: fix section conflicts in mm/percpu.cAndi Kleen2012-10-061-1/+1
* percpu: remove percpu_xxx() functionsAlex Shi2012-05-141-54/+0
* percpu: fix __this_cpu_{sub,inc,dec}_return() definitionKonstantin Khlebnikov2012-03-041-3/+3
* percpu: use raw_local_irq_* in _this_cpu opMing Lei2012-02-211-10/+10
* percpu: fix generic definition of __this_cpu_add_and_return()Konstantin Khlebnikov2012-02-211-1/+2
* percpu: Remove irqsafe_cpu_xxx variantsChristoph Lameter2011-12-221-168/+22
* slub: always align cpu_slab to honor cmpxchg_double requirementChris Metcalf2011-06-031-0/+3
* slub: Fix the lockless code on 32-bit platforms with no 64-bit cmpxchgThomas Gleixner2011-05-041-1/+1
* percpu: Generic support for this_cpu_cmpxchg_double()Christoph Lameter2011-02-281-0/+128
* percpu: Generic this_cpu_cmpxchg() and this_cpu_xchg supportChristoph Lameter2010-12-181-1/+133
* percpu,x86: relocate this_cpu_add_return() and friendsTejun Heo2010-12-171-30/+30
* percpu: Generic support for this_cpu_add, sub, dec, inc_returnChristoph Lameter2010-12-171-0/+71
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-10-221-25/+6
|\
| * percpu: use percpu allocator on UP tooTejun Heo2010-09-081-24/+5
| * percpu: reduce PCPU_MIN_UNIT_SIZE to 32kTejun Heo2010-09-081-1/+1
* | percpu: Add {get,put}_cpu_ptrPeter Zijlstra2010-09-211-0/+9
|/
* percpu: handle __percpu notations in UP accessorsNamhyung Kim2010-08-071-1/+1
* percpu: allow limited allocation before slab is onlineTejun Heo2010-06-271-0/+13
* percpu: make @dyn_size always mean min dyn_size in first chunk init functionsTejun Heo2010-06-271-6/+1
* Merge branch 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/miscLinus Torvalds2010-04-051-25/+5
|\
| * percpu: don't implicitly include slab.h from percpu.hTejun Heo2010-03-301-25/+5
* | percpu, module: implement and use is_kernel/module_percpu_address()Tejun Heo2010-03-291-0/+7
|/
* Merge branch 'master' into percpuTejun Heo2010-01-051-0/+6
|\
| * Merge branch 'for-linus' into for-nextTejun Heo2009-12-081-0/+6
| |\
| | * percpu: add missing per_cpu_ptr_to_phys() definition for UPTejun Heo2009-12-021-0/+5
| | * percpu: Fix kdump failure if booted with percpu_alloc=pageVivek Goyal2009-11-251-0/+1
* | | percpu: make accessors check for percpu pointer in sparseTejun Heo2009-10-291-0/+2
* | | percpu: add __percpu for sparse.Rusty Russell2009-10-291-7/+11
* | | percpu: make access macros universalTejun Heo2009-10-291-9/+14
* | | percpu: remove per_cpu__ prefix.Rusty Russell2009-10-291-3/+2
|/ /
* | percpu: remove some sparse warningsTejun Heo2009-10-291-24/+24
* | percpu: make alloc_percpu() handle array typesTejun Heo2009-10-291-2/+2
* | this_cpu: Introduce this_cpu_ptr() and generic this_cpu_* operationsChristoph Lameter2009-10-031-0/+400
* | percpu: kill legacy percpu allocatorTejun Heo2009-10-021-24/+0
|/
* percpu: kill lpage first chunk allocatorTejun Heo2009-08-141-16/+0
* percpu: update embedding first chunk allocator to handle sparse unitsTejun Heo2009-08-141-2/+5
* percpu: add pcpu_unit_offsets[]Tejun Heo2009-08-141-9/+7
* percpu: introduce pcpu_alloc_info and pcpu_group_infoTejun Heo2009-08-141-13/+29
* percpu: move pcpu_lpage_build_unit_map() and pcpul_lpage_dump_cfg() upwardTejun Heo2009-08-141-6/+8
* percpu: add @align to pcpu_fc_alloc_fn_tTejun Heo2009-08-141-1/+2
* percpu: make @dyn_size mandatory for pcpu_setup_first_chunk()Tejun Heo2009-08-141-1/+1
* percpu: drop @static_size from first chunk allocatorsTejun Heo2009-08-141-10/+8
* percpu: generalize first chunk allocator selectionTejun Heo2009-08-141-0/+12
* percpu: build first chunk allocators selectivelyTejun Heo2009-08-141-22/+5
* percpu: rename 4k first chunk allocator to pageTejun Heo2009-08-141-1/+1
* percpu: add dummy pcpu_lpage_remapped() for !CONFIG_SMPTejun Heo2009-07-151-0/+5
* percpu: teach large page allocator about NUMATejun Heo2009-07-041-2/+22
* percpu: allow non-linear / sparse cpu -> unit mappingTejun Heo2009-07-041-1/+2
* percpu: drop pcpu_chunk->page[]Tejun Heo2009-07-041-2/+1
* percpu: simplify pcpu_setup_first_chunk()Tejun Heo2009-07-041-3/+2