aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/percpu.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-21printk/percpu: Define printk_func when printk is not definedSteven Rostedt (Red Hat)1-0/+1
2014-11-19printk: Add per_cpu printk func to allow printk to be divertedSteven Rostedt (Red Hat)1-0/+3
2014-09-02percpu: implement asynchronous chunk populationTejun Heo1-2/+2
2014-09-02percpu: implement [__]alloc_percpu_gfp()Tejun Heo1-2/+7
2014-06-17percpu: move {raw|this}_cpu_*() definitions to include/linux/percpu-defs.hTejun Heo1-208/+0
2014-06-17percpu: move generic {raw|this}_cpu_*_N() definitions to include/asm-generic/percpu.hTejun Heo1-344/+0
2014-06-17percpu: only allow sized arch overrides for {raw|this}_cpu_*() opsTejun Heo1-89/+5
2014-06-17percpu: move accessors from include/linux/percpu.h to percpu-defs.hTejun Heo1-37/+0
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2014-05-14percpu: Fix raw_cpu_inc_return()Paul E. McKenney1-1/+1
2014-04-15percpu: Replace __get_cpu_var with this_cpu_ptrChristoph Lameter1-1/+1
2014-04-07percpu: add preemption checks to __this_cpu opsChristoph Lameter1-10/+29
2014-04-07percpu: add raw_cpu_opsChristoph Lameter1-136/+195
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin1-0/+1
2013-11-13Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-32/+0
2013-10-30percpu: fix this_cpu_sub() subtrahend casting for unsignedsGreg Thelen1-4/+4
2013-10-27percpu: remove this_cpu_xor() implementationHeiko Carstens1-32/+0
2012-10-06sections: fix section conflicts in mm/percpu.cAndi Kleen1-1/+1
2012-05-14percpu: remove percpu_xxx() functionsAlex Shi1-54/+0
2012-03-04percpu: fix __this_cpu_{sub,inc,dec}_return() definitionKonstantin Khlebnikov1-3/+3
2012-02-21percpu: use raw_local_irq_* in _this_cpu opMing Lei1-10/+10
2012-02-21percpu: fix generic definition of __this_cpu_add_and_return()Konstantin Khlebnikov1-1/+2
2011-12-22percpu: Remove irqsafe_cpu_xxx variantsChristoph Lameter1-168/+22
2011-06-03slub: always align cpu_slab to honor cmpxchg_double requirementChris Metcalf1-0/+3
2011-05-04slub: Fix the lockless code on 32-bit platforms with no 64-bit cmpxchgThomas Gleixner1-1/+1
2011-02-28percpu: Generic support for this_cpu_cmpxchg_double()Christoph Lameter1-0/+128
2010-12-18percpu: Generic this_cpu_cmpxchg() and this_cpu_xchg supportChristoph Lameter1-1/+133
2010-12-17percpu,x86: relocate this_cpu_add_return() and friendsTejun Heo1-30/+30
2010-12-17percpu: Generic support for this_cpu_add, sub, dec, inc_returnChristoph Lameter1-0/+71
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-25/+6
2010-09-21percpu: Add {get,put}_cpu_ptrPeter Zijlstra1-0/+9
2010-09-08percpu: use percpu allocator on UP tooTejun Heo1-24/+5
2010-09-08percpu: reduce PCPU_MIN_UNIT_SIZE to 32kTejun Heo1-1/+1
2010-08-07percpu: handle __percpu notations in UP accessorsNamhyung Kim1-1/+1
2010-06-27percpu: allow limited allocation before slab is onlineTejun Heo1-0/+13
2010-06-27percpu: make @dyn_size always mean min dyn_size in first chunk init functionsTejun Heo1-6/+1
2010-04-05Merge branch 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/miscLinus Torvalds1-25/+5
2010-03-30percpu: don't implicitly include slab.h from percpu.hTejun Heo1-25/+5
2010-03-29percpu, module: implement and use is_kernel/module_percpu_address()Tejun Heo1-0/+7
2010-01-05Merge branch 'master' into percpuTejun Heo1-0/+6
2009-12-08Merge branch 'for-linus' into for-nextTejun Heo1-0/+6
2009-12-02percpu: add missing per_cpu_ptr_to_phys() definition for UPTejun Heo1-0/+5
2009-11-25percpu: Fix kdump failure if booted with percpu_alloc=pageVivek Goyal1-0/+1
2009-10-29percpu: make accessors check for percpu pointer in sparseTejun Heo1-0/+2
2009-10-29percpu: add __percpu for sparse.Rusty Russell1-7/+11
2009-10-29percpu: make access macros universalTejun Heo1-9/+14
2009-10-29percpu: remove per_cpu__ prefix.Rusty Russell1-3/+2
2009-10-29percpu: remove some sparse warningsTejun Heo1-24/+24
2009-10-29percpu: make alloc_percpu() handle array typesTejun Heo1-2/+2
2009-10-03this_cpu: Introduce this_cpu_ptr() and generic this_cpu_* operationsChristoph Lameter1-0/+400