summaryrefslogtreecommitdiffstats
path: root/include/linux/percpu.h
Commit message (Expand)AuthorAgeFilesLines
* printk/percpu: Define printk_func when printk is not definedSteven Rostedt (Red Hat)2014-11-211-0/+1
* printk: Add per_cpu printk func to allow printk to be divertedSteven Rostedt (Red Hat)2014-11-201-0/+3
* percpu: implement asynchronous chunk populationTejun Heo2014-09-021-2/+2
* percpu: implement [__]alloc_percpu_gfp()Tejun Heo2014-09-021-2/+7
* percpu: move {raw|this}_cpu_*() definitions to include/linux/percpu-defs.hTejun Heo2014-06-181-208/+0Star
* percpu: move generic {raw|this}_cpu_*_N() definitions to include/asm-generic/...Tejun Heo2014-06-181-344/+0Star
* percpu: only allow sized arch overrides for {raw|this}_cpu_*() opsTejun Heo2014-06-181-89/+5Star
* percpu: move accessors from include/linux/percpu.h to percpu-defs.hTejun Heo2014-06-181-37/+0Star
* Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-06-091-1/+1
|\
| * percpu: Replace __get_cpu_var with this_cpu_ptrChristoph Lameter2014-04-151-1/+1
* | percpu: Fix raw_cpu_inc_return()Paul E. McKenney2014-05-141-1/+1
|/
* percpu: add preemption checks to __this_cpu opsChristoph Lameter2014-04-081-10/+29
* percpu: add raw_cpu_opsChristoph Lameter2014-04-081-136/+195
* mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin2014-01-241-0/+1
* Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2013-11-131-32/+0Star
|\
| * percpu: remove this_cpu_xor() implementationHeiko Carstens2013-10-271-32/+0Star
* | percpu: fix this_cpu_sub() subtrahend casting for unsignedsGreg Thelen2013-10-301-4/+4
|/
* sections: fix section conflicts in mm/percpu.cAndi Kleen2012-10-051-1/+1
* percpu: remove percpu_xxx() functionsAlex Shi2012-05-141-54/+0Star
* 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/+22Star
* 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-231-25/+6Star
|\
| * percpu: use percpu allocator on UP tooTejun Heo2010-09-081-24/+5Star
| * 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/+1Star
* Merge branch 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/miscLinus Torvalds2010-04-051-25/+5Star
|\
| * percpu: don't implicitly include slab.h from percpu.hTejun Heo2010-03-301-25/+5Star
* | 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/+2Star
|/ /
* | 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