summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/percpu.h
AgeCommit message (Expand)AuthorLines
2022-04-05x86/percpu: Remove volatile from arch_raw_cpu_ptr().Sebastian Andrzej Siewior-3/+3
2020-07-23x86/percpu: Remove unused PER_CPU() macroBrian Gerst-18/+0
2020-07-23x86/percpu: Clean up percpu_stable_op()Brian Gerst-29/+12
2020-07-23x86/percpu: Clean up percpu_cmpxchg_op()Brian Gerst-40/+18
2020-07-23x86/percpu: Clean up percpu_xchg_op()Brian Gerst-43/+18
2020-07-23x86/percpu: Clean up percpu_add_return_op()Brian Gerst-35/+16
2020-07-23x86/percpu: Remove "e" constraint from XADDBrian Gerst-1/+1
2020-07-23x86/percpu: Clean up percpu_add_op()Brian Gerst-77/+22
2020-07-23x86/percpu: Clean up percpu_from_op()Brian Gerst-35/+15
2020-07-23x86/percpu: Clean up percpu_to_op()Brian Gerst-55/+35
2020-07-23x86/percpu: Introduce size abstraction macrosBrian Gerst-0/+30
2019-06-17x86/percpu: Optimize raw_cpu_xchg()Peter Zijlstra-4/+16
2019-06-17x86/percpu: Differentiate this_cpu_{}() and __this_cpu_{}()Peter Zijlstra-112/+112
2018-10-14x86/percpu: Fix this_cpu_read()Peter Zijlstra-4/+4
2018-06-21x86/asm: Use CC_SET/CC_OUT in percpu_cmpxchg8b_double() to micro-optimize cod...Uros Bizjak-3/+4
2018-02-28x86/asm: Add instruction suffixes to bitopsJan Beulich-1/+1
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-09-24x86/asm: Remove unnecessary \n\t in front of CC_SET() from asm templatesUros Bizjak-1/+1
2016-11-18x86: Remove x86_test_and_clear_bit_percpu()Len Brown-11/+0
2016-09-22percpu: eliminate two sparse warningsLance Richardson-2/+3
2016-06-08x86, asm: Use CC_SET()/CC_OUT() in <asm/percpu.h>H. Peter Anvin-4/+5
2016-06-08x86, asm: use bool for bitops and other assembly outputsH. Peter Anvin-4/+4
2016-06-08x86, bitops: remove use of "sbb" to return CFH. Peter Anvin-6/+6
2014-11-04x86-64: Use RIP-relative addressing for most per-CPU accessesJan Beulich-15/+44
2014-11-04x86: Convert a few more per-CPU items to read-mostly onesJan Beulich-1/+1
2014-06-17percpu: invoke __verify_pcpu_ptr() from the generic part of accessors and ope...Tejun Heo-1/+0
2014-06-17percpu: introduce arch_raw_cpu_ptr()Tejun Heo-1/+1
2014-04-07percpu: add raw_cpu_opsChristoph Lameter-49/+49
2013-11-13Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds-8/+0
2013-10-30percpu: fix this_cpu_sub() subtrahend casting for unsignedsGreg Thelen-1/+2
2013-10-27x86: remove this_cpu_xor() implementationHeiko Carstens-8/+0
2012-11-29x86, 386 removal: Remove CONFIG_CMPXCHGH. Peter Anvin-3/+0
2012-06-14x86: Define early read-mostly per-cpu macrosIdo Yariv-0/+17
2012-05-14percpu: remove percpu_xxx() functionsAlex Shi-10/+6
2012-05-14x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi-4/+4
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds-28/+0
2011-12-22percpu: Remove irqsafe_cpu_xxx variantsChristoph Lameter-28/+0
2011-12-15x86: Fix and improve percpu_cmpxchg{8,16}b_double()Jan Beulich-32/+21
2011-07-12percpu: Fixup __this_cpu_xchg* operationsChristoph Lameter-6/+5
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds-1/+6
2011-05-19Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+27
2011-04-18x86, percpu: Use ASM_NOP4 instead of hardcoding P6_NOP4H. Peter Anvin-1/+1
2011-03-29x86: A fast way to check capabilities of the current cpuChristoph Lameter-0/+27
2011-03-28percpu: Avoid extra NOP in percpu_cmpxchg16b_doubleEric Dumazet-1/+6
2011-03-27percpu: Omit segment prefix in the UP case for cmpxchg_doubleChristoph Lameter-4/+6
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds-0/+48
2011-02-28percpu, x86: Add arch-specific this_cpu_cmpxchg_double() supportChristoph Lameter-0/+48
2011-01-26percpu, x86: Fix percpu_xchg_op()Eric Dumazet-12/+12
2011-01-11x86,percpu: Move out of place 64 bit ops into X86_64 sectionChristoph Lameter-4/+4