- b3ca1c1 percpu: add raw_cpu_ops by Christoph Lameter · 11 years ago
- c08acff Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 11 years ago
- bd09d9a percpu: fix this_cpu_sub() subtrahend casting for unsigneds by Greg Thelen · 11 years ago
- 90f2492 x86: remove this_cpu_xor() implementation by Heiko Carstens · 11 years ago
- d55c5a9 x86, 386 removal: Remove CONFIG_CMPXCHG by H. Peter Anvin · 12 years ago
- c35f774 x86: Define early read-mostly per-cpu macros by Ido Yariv · 12 years ago
- 641b695 percpu: remove percpu_xxx() functions by Alex Shi · 13 years ago
- c6ae41e x86: replace percpu_xxx funcs with this_cpu_xxx by Alex Shi · 13 years ago
- 6b3da11 Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 13 years ago
- 933393f percpu: Remove irqsafe_cpu_xxx variants by Christoph Lameter · 13 years ago
- cebef5b x86: Fix and improve percpu_cmpxchg{8,16}b_double() by Jan Beulich · 13 years ago
- 688d3be percpu: Fixup __this_cpu_xchg* operations by Christoph Lameter · 13 years ago
- 5129df0 Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
- 1358820 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- b1e7734 x86, percpu: Use ASM_NOP4 instead of hardcoding P6_NOP4 by H. Peter Anvin · 14 years ago
- 349c004 x86: A fast way to check capabilities of the current cpu by Christoph Lameter · 14 years ago
- 5f55924 percpu: Avoid extra NOP in percpu_cmpxchg16b_double by Eric Dumazet · 14 years ago
- d7c3f8c percpu: Omit segment prefix in the UP case for cmpxchg_double by Christoph Lameter · 14 years ago
- 79d8a8f Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
- b9ec40a percpu, x86: Add arch-specific this_cpu_cmpxchg_double() support by Christoph Lameter · 14 years ago
- 889a7a6 percpu, x86: Fix percpu_xchg_op() by Eric Dumazet · 14 years ago
- 2485b64 x86,percpu: Move out of place 64 bit ops into X86_64 section by Christoph Lameter · 14 years ago
- 8270137 cpuops: Use cmpxchg for xchg to avoid lock semantics by Christoph Lameter · 14 years ago
- 7296e08 x86: this_cpu_cmpxchg and this_cpu_xchg operations by Christoph Lameter · 14 years ago
- 4030477 percpu,x86: relocate this_cpu_add_return() and friends by Tejun Heo · 14 years ago
- 8f1d97c x86: Support for this_cpu_add, sub, dec, inc_return by Christoph Lameter · 14 years ago
- db7829c x86, percpu: Optimize this_cpu_ptr by Brian Gerst · 14 years ago
- 23b764d percpu, x86: Avoid warnings of unused variables in per cpu by Andi Kleen · 14 years ago
- f39d01b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
- 402af0d x86, asm: Introduce and use percpu_inc() by Jan Beulich · 15 years ago
- 40f0a5d Fix comment typo in percpu.h by Justin P. Mattock · 15 years ago
- 5917dae percpu, x86: Generic inc / dec percpu instructions by Christoph Lameter · 15 years ago
- dd17c8f percpu: remove per_cpu__ prefix. by Rusty Russell · 15 years ago
- 0f5e481 percpu: remove some sparse warnings by Tejun Heo · 15 years ago
- 30ed1a7 this_cpu: Implement X86 optimized this_cpu operations by Christoph Lameter · 15 years ago
- ada3fa1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
- ed8d9ad x86, percpu: Add 'percpu_read_stable()' interface for cacheable accesses by Linus Torvalds · 15 years ago
- 8c4bfc6 x86,percpu: generalize lpage first chunk allocator by Tejun Heo · 15 years ago
- e59a1bb x86: fix pageattr handling for lpage percpu allocator and re-enable it by Tejun Heo · 15 years ago
- 3c59876 x86: fix percpu_{to,from}_op() by Jan Beulich · 16 years ago
- e010098 percpu: make x86 addr <-> pcpu ptr conversion macros generic by Tejun Heo · 16 years ago
- 1112441 x86: convert to the new dynamic percpu allocator by Tejun Heo · 16 years ago
- 2add8e2 x86: use linker to offset symbols by __per_cpu_load by Brian Gerst · 16 years ago
- 299e269 x86: fix percpu_write with 64-bit constants by Brian Gerst · 16 years ago
- 947e76c x86: move stack_canary into irq_stack by Brian Gerst · 16 years ago
- 87b2640 x86-64: Use absolute displacements for per-cpu accesses. by Brian Gerst · 16 years ago
- 6dbde35 percpu: add optimized generic percpu accessors by Ingo Molnar · 16 years ago
- 49357d1 x86: convert pda ops to wrappers around x86 percpu accessors by Tejun Heo · 16 years ago
- 9939dda x86: merge 64 and 32 SMP percpu handling by Tejun Heo · 16 years ago
- 1a51e3a x86: fold pda into percpu area on SMP by Tejun Heo · 16 years ago
- f10fcd4 x86: make early_per_cpu() a lvalue and use it by Tejun Heo · 16 years ago
- 1965aae x86: Fix ASM_X86__ header guards by H. Peter Anvin · 16 years ago
- bb89855 x86, um: ... and asm-x86 move by Al Viro · 16 years ago[Renamed from include/asm-x86/percpu.h]
- b8cd9d0 Merge branch 'x86/header-guards' into x86-v28-for-linus-phase1 by Ingo Molnar · 16 years ago
- c6a92a2 x86, percpu: silence section mismatch warnings related to EARLY_PER_CPU variables by Marcin Slusarz · 16 years ago
- 77ef50a x86: consolidate header guards by Vegard Nossum · 16 years ago
- 5b09b28 x86_64: add workaround for no %gs-based percpu by Jeremy Fitzhardinge · 16 years ago
- 23ca4bb x86: cleanup early per cpu variables/accesses v4 by Mike Travis · 17 years ago
- bc9e3be include/asm-x86/percpu.h: checkpatch cleanups - formatting only by Joe Perches · 17 years ago
- 3334052 x86: unify percpu.h by travis@sgi.com · 17 years ago
- 96a388d i386/x86_64: move headers to include/asm-x86 by Thomas Gleixner · 17 years ago