summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/percpu.h
AgeCommit message (Expand)Author
2018-11-10x86/percpu: Fix this_cpu_read()Peter Zijlstra
2016-09-22percpu: eliminate two sparse warningsLance Richardson
2016-06-08x86, asm: Use CC_SET()/CC_OUT() in <asm/percpu.h>H. Peter Anvin
2016-06-08x86, asm: use bool for bitops and other assembly outputsH. Peter Anvin
2016-06-08x86, bitops: remove use of "sbb" to return CFH. Peter Anvin
2014-11-04x86-64: Use RIP-relative addressing for most per-CPU accessesJan Beulich
2014-11-04x86: Convert a few more per-CPU items to read-mostly onesJan Beulich
2014-06-17percpu: invoke __verify_pcpu_ptr() from the generic part of accessors and ope...Tejun Heo
2014-06-17percpu: introduce arch_raw_cpu_ptr()Tejun Heo
2014-04-07percpu: add raw_cpu_opsChristoph Lameter
2013-11-13Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2013-10-30percpu: fix this_cpu_sub() subtrahend casting for unsignedsGreg Thelen
2013-10-27x86: remove this_cpu_xor() implementationHeiko Carstens
2012-11-29x86, 386 removal: Remove CONFIG_CMPXCHGH. Peter Anvin
2012-06-14x86: Define early read-mostly per-cpu macrosIdo Yariv
2012-05-14percpu: remove percpu_xxx() functionsAlex Shi
2012-05-14x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds
2011-12-22percpu: Remove irqsafe_cpu_xxx variantsChristoph Lameter
2011-12-15x86: Fix and improve percpu_cmpxchg{8,16}b_double()Jan Beulich
2011-07-12percpu: Fixup __this_cpu_xchg* operationsChristoph Lameter
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2011-05-19Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-04-18x86, percpu: Use ASM_NOP4 instead of hardcoding P6_NOP4H. Peter Anvin
2011-03-29x86: A fast way to check capabilities of the current cpuChristoph Lameter
2011-03-28percpu: Avoid extra NOP in percpu_cmpxchg16b_doubleEric Dumazet
2011-03-27percpu: Omit segment prefix in the UP case for cmpxchg_doubleChristoph Lameter
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2011-02-28percpu, x86: Add arch-specific this_cpu_cmpxchg_double() supportChristoph Lameter
2011-01-26percpu, x86: Fix percpu_xchg_op()Eric Dumazet
2011-01-11x86,percpu: Move out of place 64 bit ops into X86_64 sectionChristoph Lameter
2010-12-18cpuops: Use cmpxchg for xchg to avoid lock semanticsChristoph Lameter
2010-12-18x86: this_cpu_cmpxchg and this_cpu_xchg operationsChristoph Lameter
2010-12-17percpu,x86: relocate this_cpu_add_return() and friendsTejun Heo
2010-12-17x86: Support for this_cpu_add, sub, dec, inc_returnChristoph Lameter
2010-09-10x86, percpu: Optimize this_cpu_ptrBrian Gerst
2010-06-11percpu, x86: Avoid warnings of unused variables in per cpuAndi Kleen
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2010-04-28x86, asm: Introduce and use percpu_inc()Jan Beulich
2010-04-20Fix comment typo in percpu.hJustin P. Mattock
2010-01-05percpu, x86: Generic inc / dec percpu instructionsChristoph Lameter
2009-10-29percpu: remove per_cpu__ prefix.Rusty Russell
2009-10-29percpu: remove some sparse warningsTejun Heo
2009-10-03this_cpu: Implement X86 optimized this_cpu operationsChristoph Lameter
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-08-04x86, percpu: Add 'percpu_read_stable()' interface for cacheable accessesLinus Torvalds
2009-07-04x86,percpu: generalize lpage first chunk allocatorTejun Heo
2009-06-22x86: fix pageattr handling for lpage percpu allocator and re-enable itTejun Heo
2009-05-11x86: fix percpu_{to,from}_op()Jan Beulich
2009-03-10percpu: make x86 addr <-> pcpu ptr conversion macros genericTejun Heo