aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/percpu.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-14x86/percpu: Fix this_cpu_read()Peter Zijlstra1-4/+4
2018-06-21x86/asm: Use CC_SET/CC_OUT in percpu_cmpxchg8b_double() to micro-optimize code generationUros Bizjak1-3/+4
2018-02-28x86/asm: Add instruction suffixes to bitopsJan Beulich1-1/+1
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-24x86/asm: Remove unnecessary \n\t in front of CC_SET() from asm templatesUros Bizjak1-1/+1
2016-11-18x86: Remove x86_test_and_clear_bit_percpu()Len Brown1-11/+0
2016-09-22percpu: eliminate two sparse warningsLance Richardson1-2/+3
2016-06-08x86, asm: Use CC_SET()/CC_OUT() in <asm/percpu.h>H. Peter Anvin1-4/+5
2016-06-08x86, asm: use bool for bitops and other assembly outputsH. Peter Anvin1-4/+4
2016-06-08x86, bitops: remove use of "sbb" to return CFH. Peter Anvin1-6/+6
2014-11-04x86-64: Use RIP-relative addressing for most per-CPU accessesJan Beulich1-15/+44
2014-11-04x86: Convert a few more per-CPU items to read-mostly onesJan Beulich1-1/+1
2014-06-17percpu: invoke __verify_pcpu_ptr() from the generic part of accessors and operationsTejun Heo1-1/+0
2014-06-17percpu: introduce arch_raw_cpu_ptr()Tejun Heo1-1/+1
2014-04-07percpu: add raw_cpu_opsChristoph Lameter1-49/+49
2013-11-13Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-8/+0
2013-10-30percpu: fix this_cpu_sub() subtrahend casting for unsignedsGreg Thelen1-1/+2
2013-10-27x86: remove this_cpu_xor() implementationHeiko Carstens1-8/+0
2012-11-29x86, 386 removal: Remove CONFIG_CMPXCHGH. Peter Anvin1-3/+0
2012-06-14x86: Define early read-mostly per-cpu macrosIdo Yariv1-0/+17
2012-05-14percpu: remove percpu_xxx() functionsAlex Shi1-10/+6
2012-05-14x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi1-4/+4
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-28/+0
2011-12-22percpu: Remove irqsafe_cpu_xxx variantsChristoph Lameter1-28/+0
2011-12-15x86: Fix and improve percpu_cmpxchg{8,16}b_double()Jan Beulich1-32/+21
2011-07-12percpu: Fixup __this_cpu_xchg* operationsChristoph Lameter1-6/+5
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+6
2011-05-19Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+27
2011-04-18x86, percpu: Use ASM_NOP4 instead of hardcoding P6_NOP4H. Peter Anvin1-1/+1
2011-03-29x86: A fast way to check capabilities of the current cpuChristoph Lameter1-0/+27
2011-03-28percpu: Avoid extra NOP in percpu_cmpxchg16b_doubleEric Dumazet1-1/+6
2011-03-27percpu: Omit segment prefix in the UP case for cmpxchg_doubleChristoph Lameter1-4/+6
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-0/+48
2011-02-28percpu, x86: Add arch-specific this_cpu_cmpxchg_double() supportChristoph Lameter1-0/+48
2011-01-26percpu, x86: Fix percpu_xchg_op()Eric Dumazet1-12/+12
2011-01-11x86,percpu: Move out of place 64 bit ops into X86_64 sectionChristoph Lameter1-4/+4
2010-12-18cpuops: Use cmpxchg for xchg to avoid lock semanticsChristoph Lameter1-6/+15
2010-12-18x86: this_cpu_cmpxchg and this_cpu_xchg operationsChristoph Lameter1-1/+106
2010-12-17percpu,x86: relocate this_cpu_add_return() and friendsTejun Heo1-36/+35
2010-12-17x86: Support for this_cpu_add, sub, dec, inc_returnChristoph Lameter1-0/+43
2010-09-10x86, percpu: Optimize this_cpu_ptrBrian Gerst1-0/+14
2010-06-11percpu, x86: Avoid warnings of unused variables in per cpuAndi Kleen1-0/+2
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-04-28x86, asm: Introduce and use percpu_inc()Jan Beulich1-0/+24
2010-04-20Fix comment typo in percpu.hJustin P. Mattock1-1/+1
2010-01-05percpu, x86: Generic inc / dec percpu instructionsChristoph Lameter1-14/+72
2009-10-29percpu: remove per_cpu__ prefix.Rusty Russell1-20/+17
2009-10-29percpu: remove some sparse warningsTejun Heo1-13/+13
2009-10-03this_cpu: Implement X86 optimized this_cpu operationsChristoph Lameter1-0/+78