summaryrefslogtreecommitdiffstats
path: root/include/linux/percpu.h
Commit message (Expand)AuthorAgeFilesLines
* Randomized slab caches for kmalloc()GONG, Ruiqi2023-07-181-3/+9
* Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-07-041-0/+4
|\
| * locking: Introduce __cleanup() based infrastructurePeter Zijlstra2023-06-261-0/+4
* | mm: percpu: unhide pcpu_embed_first_chunk prototypeArnd Bergmann2023-06-091-2/+0
|/
* Merge branch 'for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds2022-12-121-4/+3
|\
| * mm/percpu: remove unused PERCPU_DYNAMIC_EARLY_SLOTSBaoquan He2022-11-071-4/+3
* | percpu: adjust the value of PERCPU_DYNAMIC_EARLY_SIZEBaoquan He2022-11-211-1/+1
|/
* mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang2022-01-201-3/+2
* mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang2022-01-201-8/+1
* mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang2022-01-201-2/+5
* Merge tag 'printk-for-5.16-fixup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-181-1/+0
|\
| * printk: Remove printk.h inclusion in percpu.hAndy Shevchenko2021-11-151-1/+0
* | percpu: add __alloc_size attributes for better bounds checkingKees Cook2021-11-061-3/+3
|/
* percpu: Make pcpu_setup_first_chunk() void functionKefeng Wang2019-07-041-1/+1
* percpu: set PCPU_BITMAP_BLOCK_SIZE to PAGE_SIZEDennis Zhou2019-03-131-9/+3
* /proc/meminfo: add percpu populated pages countDennis Zhou (Facebook)2018-08-221-0/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* percpu: update free path to take advantage of contig hintsDennis Zhou (Facebook)2017-07-261-0/+3
* percpu: introduce bitmap metadata blocksDennis Zhou (Facebook)2017-07-261-0/+12
* percpu: replace area map allocator with bitmapDennis Zhou (Facebook)2017-07-261-1/+0
* percpu: increase minimum percpu allocation size and align first regionsDennis Zhou (Facebook)2017-07-261-0/+4
* locking/lockdep: Handle statically initialized PER_CPU locks properlyThomas Gleixner2017-03-161-0/+1
* printk/nmi: generic solution for safe printk in NMIPetr Mladek2016-05-201-3/+0
* percpu: remove PERCPU_ENOUGH_ROOM which is stale definitionJungseok Lee2015-11-161-6/+0
* 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-191-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-171-208/+0
* percpu: move generic {raw|this}_cpu_*_N() definitions to include/asm-generic/...Tejun Heo2014-06-171-344/+0
* percpu: only allow sized arch overrides for {raw|this}_cpu_*() opsTejun Heo2014-06-171-89/+5
* percpu: move accessors from include/linux/percpu.h to percpu-defs.hTejun Heo2014-06-171-37/+0
* 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-071-10/+29
* percpu: add raw_cpu_opsChristoph Lameter2014-04-071-136/+195
* mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin2014-01-231-0/+1
* Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2013-11-131-32/+0
|\
| * percpu: remove this_cpu_xor() implementationHeiko Carstens2013-10-271-32/+0
* | percpu: fix this_cpu_sub() subtrahend casting for unsignedsGreg Thelen2013-10-301-4/+4
|/
* 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