aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/percpu.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-9/+0
2009-08-04x86, percpu: Add 'percpu_read_stable()' interface for cacheable accessesLinus Torvalds1-7/+19
2009-07-04x86,percpu: generalize lpage first chunk allocatorTejun Heo1-9/+0
2009-06-22x86: fix pageattr handling for lpage percpu allocator and re-enable itTejun Heo1-0/+10
2009-05-11x86: fix percpu_{to,from}_op()Jan Beulich1-5/+5
2009-03-10percpu: make x86 addr <-> pcpu ptr conversion macros genericTejun Heo1-8/+0
2009-02-20x86: convert to the new dynamic percpu allocatorTejun Heo1-0/+8
2009-02-09x86: use linker to offset symbols by __per_cpu_loadBrian Gerst1-0/+22
2009-01-21x86: fix percpu_write with 64-bit constantsBrian Gerst1-1/+1
2009-01-20x86: move stack_canary into irq_stackBrian Gerst1-6/+0
2009-01-19x86-64: Use absolute displacements for per-cpu accesses.Brian Gerst1-13/+13
2009-01-16percpu: add optimized generic percpu accessorsIngo Molnar1-11/+13
2009-01-16x86: convert pda ops to wrappers around x86 percpu accessorsTejun Heo1-0/+10
2009-01-16x86: merge 64 and 32 SMP percpu handlingTejun Heo1-88/+39
2009-01-16x86: fold pda into percpu area on SMPTejun Heo1-0/+8
2009-01-16x86: make early_per_cpu() a lvalue and use itTejun Heo1-3/+3
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin1-3/+3
2008-10-22x86, um: ... and asm-x86 moveAl Viro1-0/+218