aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/percpu.h
AgeCommit message (Expand)Author
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
2009-02-20x86: convert to the new dynamic percpu allocatorTejun Heo
2009-02-09x86: use linker to offset symbols by __per_cpu_loadBrian Gerst
2009-01-21x86: fix percpu_write with 64-bit constantsBrian Gerst
2009-01-20x86: move stack_canary into irq_stackBrian Gerst
2009-01-19x86-64: Use absolute displacements for per-cpu accesses.Brian Gerst
2009-01-16percpu: add optimized generic percpu accessorsIngo Molnar
2009-01-16x86: convert pda ops to wrappers around x86 percpu accessorsTejun Heo
2009-01-16x86: merge 64 and 32 SMP percpu handlingTejun Heo
2009-01-16x86: fold pda into percpu area on SMPTejun Heo
2009-01-16x86: make early_per_cpu() a lvalue and use itTejun Heo
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin
2008-10-22x86, um: ... and asm-x86 moveAl Viro