aboutsummaryrefslogtreecommitdiff
path: root/include/linux/percpu.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-20mm: percpu: add generic pcpu_populate_pte() functionGravatar Kefeng Wang 1-3/+2
2022-01-20mm: percpu: add generic pcpu_fc_alloc/free funcitonGravatar Kefeng Wang 1-8/+1
2022-01-20mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefGravatar Kefeng Wang 1-2/+5
2021-11-18Merge tag 'printk-for-5.16-fixup' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+0
2021-11-15printk: Remove printk.h inclusion in percpu.hGravatar Andy Shevchenko 1-1/+0
2021-11-06percpu: add __alloc_size attributes for better bounds checkingGravatar Kees Cook 1-3/+3
2019-07-04percpu: Make pcpu_setup_first_chunk() void functionGravatar Kefeng Wang 1-1/+1
2019-03-13percpu: set PCPU_BITMAP_BLOCK_SIZE to PAGE_SIZEGravatar Dennis Zhou 1-9/+3
2018-08-22/proc/meminfo: add percpu populated pages countGravatar Dennis Zhou (Facebook) 1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-26percpu: update free path to take advantage of contig hintsGravatar Dennis Zhou (Facebook) 1-0/+3
2017-07-26percpu: introduce bitmap metadata blocksGravatar Dennis Zhou (Facebook) 1-0/+12
2017-07-26percpu: replace area map allocator with bitmapGravatar Dennis Zhou (Facebook) 1-1/+0
2017-07-26percpu: increase minimum percpu allocation size and align first regionsGravatar Dennis Zhou (Facebook) 1-0/+4
2017-03-16locking/lockdep: Handle statically initialized PER_CPU locks properlyGravatar Thomas Gleixner 1-0/+1
2016-05-20printk/nmi: generic solution for safe printk in NMIGravatar Petr Mladek 1-3/+0
2015-11-16percpu: remove PERCPU_ENOUGH_ROOM which is stale definitionGravatar Jungseok Lee 1-6/+0
2014-11-21printk/percpu: Define printk_func when printk is not definedGravatar Steven Rostedt (Red Hat) 1-0/+1
2014-11-19printk: Add per_cpu printk func to allow printk to be divertedGravatar Steven Rostedt (Red Hat) 1-0/+3
2014-09-02percpu: implement asynchronous chunk populationGravatar Tejun Heo 1-2/+2
2014-09-02percpu: implement [__]alloc_percpu_gfp()Gravatar Tejun Heo 1-2/+7
2014-06-17percpu: move {raw|this}_cpu_*() definitions to include/linux/percpu-defs.hGravatar Tejun Heo 1-208/+0
2014-06-17percpu: move generic {raw|this}_cpu_*_N() definitions to include/asm-generic/...Gravatar Tejun Heo 1-344/+0
2014-06-17percpu: only allow sized arch overrides for {raw|this}_cpu_*() opsGravatar Tejun Heo 1-89/+5
2014-06-17percpu: move accessors from include/linux/percpu.h to percpu-defs.hGravatar Tejun Heo 1-37/+0
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Gravatar Linus Torvalds 1-1/+1
2014-05-14percpu: Fix raw_cpu_inc_return()Gravatar Paul E. McKenney 1-1/+1
2014-04-15percpu: Replace __get_cpu_var with this_cpu_ptrGravatar Christoph Lameter 1-1/+1
2014-04-07percpu: add preemption checks to __this_cpu opsGravatar Christoph Lameter 1-10/+29
2014-04-07percpu: add raw_cpu_opsGravatar Christoph Lameter 1-136/+195
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGEGravatar Sasha Levin 1-0/+1
2013-11-13Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Gravatar Linus Torvalds 1-32/+0
2013-10-30percpu: fix this_cpu_sub() subtrahend casting for unsignedsGravatar Greg Thelen 1-4/+4
2013-10-27percpu: remove this_cpu_xor() implementationGravatar Heiko Carstens 1-32/+0
2012-10-06sections: fix section conflicts in mm/percpu.cGravatar Andi Kleen 1-1/+1
2012-05-14percpu: remove percpu_xxx() functionsGravatar Alex Shi 1-54/+0
2012-03-04percpu: fix __this_cpu_{sub,inc,dec}_return() definitionGravatar Konstantin Khlebnikov 1-3/+3
2012-02-21percpu: use raw_local_irq_* in _this_cpu opGravatar Ming Lei 1-10/+10
2012-02-21percpu: fix generic definition of __this_cpu_add_and_return()Gravatar Konstantin Khlebnikov 1-1/+2
2011-12-22percpu: Remove irqsafe_cpu_xxx variantsGravatar Christoph Lameter 1-168/+22
2011-06-03slub: always align cpu_slab to honor cmpxchg_double requirementGravatar Chris Metcalf 1-0/+3
2011-05-04slub: Fix the lockless code on 32-bit platforms with no 64-bit cmpxchgGravatar Thomas Gleixner 1-1/+1
2011-02-28percpu: Generic support for this_cpu_cmpxchg_double()Gravatar Christoph Lameter 1-0/+128
2010-12-18percpu: Generic this_cpu_cmpxchg() and this_cpu_xchg supportGravatar Christoph Lameter 1-1/+133
2010-12-17percpu,x86: relocate this_cpu_add_return() and friendsGravatar Tejun Heo 1-30/+30
2010-12-17percpu: Generic support for this_cpu_add, sub, dec, inc_returnGravatar Christoph Lameter 1-0/+71
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Gravatar Linus Torvalds 1-25/+6
2010-09-21percpu: Add {get,put}_cpu_ptrGravatar Peter Zijlstra 1-0/+9
2010-09-08percpu: use percpu allocator on UP tooGravatar Tejun Heo 1-24/+5
2010-09-08percpu: reduce PCPU_MIN_UNIT_SIZE to 32kGravatar Tejun Heo 1-1/+1