summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/percpu.h
Commit message (Expand)AuthorAgeFilesLines
* x86/percpu: Fix this_cpu_read()Peter Zijlstra2018-10-141-4/+4
* x86/asm: Use CC_SET/CC_OUT in percpu_cmpxchg8b_double() to micro-optimize cod...Uros Bizjak2018-06-211-3/+4
* x86/asm: Add instruction suffixes to bitopsJan Beulich2018-02-281-1/+1
* Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | x86/asm: Remove unnecessary \n\t in front of CC_SET() from asm templatesUros Bizjak2017-09-241-1/+1
|/
* x86: Remove x86_test_and_clear_bit_percpu()Len Brown2016-11-181-11/+0
* percpu: eliminate two sparse warningsLance Richardson2016-09-221-2/+3
* x86, asm: Use CC_SET()/CC_OUT() in <asm/percpu.h>H. Peter Anvin2016-06-081-4/+5
* x86, asm: use bool for bitops and other assembly outputsH. Peter Anvin2016-06-081-4/+4
* x86, bitops: remove use of "sbb" to return CFH. Peter Anvin2016-06-081-6/+6
* x86-64: Use RIP-relative addressing for most per-CPU accessesJan Beulich2014-11-041-15/+44
* x86: Convert a few more per-CPU items to read-mostly onesJan Beulich2014-11-041-1/+1
* percpu: invoke __verify_pcpu_ptr() from the generic part of accessors and ope...Tejun Heo2014-06-171-1/+0
* percpu: introduce arch_raw_cpu_ptr()Tejun Heo2014-06-171-1/+1
* percpu: add raw_cpu_opsChristoph Lameter2014-04-071-49/+49
* Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2013-11-131-8/+0
|\
| * x86: remove this_cpu_xor() implementationHeiko Carstens2013-10-271-8/+0
* | percpu: fix this_cpu_sub() subtrahend casting for unsignedsGreg Thelen2013-10-301-1/+2
|/
* x86, 386 removal: Remove CONFIG_CMPXCHGH. Peter Anvin2012-11-291-3/+0
* x86: Define early read-mostly per-cpu macrosIdo Yariv2012-06-141-0/+17
* percpu: remove percpu_xxx() functionsAlex Shi2012-05-141-10/+6
* x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi2012-05-141-4/+4
* Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds2012-01-091-28/+0
|\
| * percpu: Remove irqsafe_cpu_xxx variantsChristoph Lameter2011-12-221-28/+0
* | x86: Fix and improve percpu_cmpxchg{8,16}b_double()Jan Beulich2011-12-151-32/+21
|/
* percpu: Fixup __this_cpu_xchg* operationsChristoph Lameter2011-07-121-6/+5
* Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-05-241-1/+6
|\
| * percpu: Avoid extra NOP in percpu_cmpxchg16b_doubleEric Dumazet2011-03-281-1/+6
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-05-191-0/+27
|\ \
| * | x86: A fast way to check capabilities of the current cpuChristoph Lameter2011-03-291-0/+27
| |/
* / x86, percpu: Use ASM_NOP4 instead of hardcoding P6_NOP4H. Peter Anvin2011-04-181-1/+1
|/
* percpu: Omit segment prefix in the UP case for cmpxchg_doubleChristoph Lameter2011-03-271-4/+6
* Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-03-161-0/+48
|\
| * percpu, x86: Add arch-specific this_cpu_cmpxchg_double() supportChristoph Lameter2011-02-281-0/+48
* | percpu, x86: Fix percpu_xchg_op()Eric Dumazet2011-01-261-12/+12
|/
* x86,percpu: Move out of place 64 bit ops into X86_64 sectionChristoph Lameter2011-01-111-4/+4
* cpuops: Use cmpxchg for xchg to avoid lock semanticsChristoph Lameter2010-12-181-6/+15
* x86: this_cpu_cmpxchg and this_cpu_xchg operationsChristoph Lameter2010-12-181-1/+106
* percpu,x86: relocate this_cpu_add_return() and friendsTejun Heo2010-12-171-36/+35
* x86: Support for this_cpu_add, sub, dec, inc_returnChristoph Lameter2010-12-171-0/+43
* x86, percpu: Optimize this_cpu_ptrBrian Gerst2010-09-101-0/+14
* percpu, x86: Avoid warnings of unused variables in per cpuAndi Kleen2010-06-111-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-201-1/+1
|\
| * Fix comment typo in percpu.hJustin P. Mattock2010-04-201-1/+1
* | x86, asm: Introduce and use percpu_inc()Jan Beulich2010-04-281-0/+24
|/
* percpu, x86: Generic inc / dec percpu instructionsChristoph Lameter2010-01-051-14/+72
* percpu: remove per_cpu__ prefix.Rusty Russell2009-10-291-20/+17
* percpu: remove some sparse warningsTejun Heo2009-10-291-13/+13
* this_cpu: Implement X86 optimized this_cpu operationsChristoph Lameter2009-10-031-0/+78