aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/percpu.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-04percpu: Make pcpu_setup_first_chunk() void functionKefeng Wang1-1/+1
2019-03-13percpu: set PCPU_BITMAP_BLOCK_SIZE to PAGE_SIZEDennis Zhou1-9/+3
2018-08-22/proc/meminfo: add percpu populated pages countDennis Zhou (Facebook)1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-26percpu: update free path to take advantage of contig hintsDennis Zhou (Facebook)1-0/+3
2017-07-26percpu: introduce bitmap metadata blocksDennis Zhou (Facebook)1-0/+12
2017-07-26percpu: replace area map allocator with bitmapDennis Zhou (Facebook)1-1/+0
2017-07-26percpu: increase minimum percpu allocation size and align first regionsDennis Zhou (Facebook)1-0/+4
2017-03-16locking/lockdep: Handle statically initialized PER_CPU locks properlyThomas Gleixner1-0/+1
2016-05-20printk/nmi: generic solution for safe printk in NMIPetr Mladek1-3/+0
2015-11-16percpu: remove PERCPU_ENOUGH_ROOM which is stale definitionJungseok Lee1-6/+0
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