Age | Commit message (Expand) | Author | Files | Lines |
2012-11-29 | x86, 386 removal: Remove CONFIG_CMPXCHG | H. Peter Anvin | 1 | -3/+0 |
2012-06-14 | x86: Define early read-mostly per-cpu macros | Ido Yariv | 1 | -0/+17 |
2012-05-14 | percpu: remove percpu_xxx() functions | Alex Shi | 1 | -10/+6 |
2012-05-14 | x86: replace percpu_xxx funcs with this_cpu_xxx | Alex Shi | 1 | -4/+4 |
2012-01-09 | Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe... | Linus Torvalds | 1 | -28/+0 |
2011-12-22 | percpu: Remove irqsafe_cpu_xxx variants | Christoph Lameter | 1 | -28/+0 |
2011-12-15 | x86: Fix and improve percpu_cmpxchg{8,16}b_double() | Jan Beulich | 1 | -32/+21 |
2011-07-12 | percpu: Fixup __this_cpu_xchg* operations | Christoph Lameter | 1 | -6/+5 |
2011-05-24 | Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds | 1 | -1/+6 |
2011-05-19 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+27 |
2011-04-18 | x86, percpu: Use ASM_NOP4 instead of hardcoding P6_NOP4 | H. Peter Anvin | 1 | -1/+1 |
2011-03-29 | x86: A fast way to check capabilities of the current cpu | Christoph Lameter | 1 | -0/+27 |
2011-03-28 | percpu: Avoid extra NOP in percpu_cmpxchg16b_double | Eric Dumazet | 1 | -1/+6 |
2011-03-27 | percpu: Omit segment prefix in the UP case for cmpxchg_double | Christoph Lameter | 1 | -4/+6 |
2011-03-16 | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds | 1 | -0/+48 |
2011-02-28 | percpu, x86: Add arch-specific this_cpu_cmpxchg_double() support | Christoph Lameter | 1 | -0/+48 |
2011-01-26 | percpu, x86: Fix percpu_xchg_op() | Eric Dumazet | 1 | -12/+12 |
2011-01-11 | x86,percpu: Move out of place 64 bit ops into X86_64 section | Christoph Lameter | 1 | -4/+4 |
2010-12-18 | cpuops: Use cmpxchg for xchg to avoid lock semantics | Christoph Lameter | 1 | -6/+15 |
2010-12-18 | x86: this_cpu_cmpxchg and this_cpu_xchg operations | Christoph Lameter | 1 | -1/+106 |
2010-12-17 | percpu,x86: relocate this_cpu_add_return() and friends | Tejun Heo | 1 | -36/+35 |
2010-12-17 | x86: Support for this_cpu_add, sub, dec, inc_return | Christoph Lameter | 1 | -0/+43 |
2010-09-10 | x86, percpu: Optimize this_cpu_ptr | Brian Gerst | 1 | -0/+14 |
2010-06-11 | percpu, x86: Avoid warnings of unused variables in per cpu | Andi Kleen | 1 | -0/+2 |
2010-05-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2010-04-28 | x86, asm: Introduce and use percpu_inc() | Jan Beulich | 1 | -0/+24 |
2010-04-20 | Fix comment typo in percpu.h | Justin P. Mattock | 1 | -1/+1 |
2010-01-05 | percpu, x86: Generic inc / dec percpu instructions | Christoph Lameter | 1 | -14/+72 |
2009-10-29 | percpu: remove per_cpu__ prefix. | Rusty Russell | 1 | -20/+17 |
2009-10-29 | percpu: remove some sparse warnings | Tejun Heo | 1 | -13/+13 |
2009-10-03 | this_cpu: Implement X86 optimized this_cpu operations | Christoph Lameter | 1 | -0/+78 |
2009-09-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 1 | -9/+0 |
2009-08-04 | x86, percpu: Add 'percpu_read_stable()' interface for cacheable accesses | Linus Torvalds | 1 | -7/+19 |
2009-07-04 | x86,percpu: generalize lpage first chunk allocator | Tejun Heo | 1 | -9/+0 |
2009-06-22 | x86: fix pageattr handling for lpage percpu allocator and re-enable it | Tejun Heo | 1 | -0/+10 |
2009-05-11 | x86: fix percpu_{to,from}_op() | Jan Beulich | 1 | -5/+5 |
2009-03-10 | percpu: make x86 addr <-> pcpu ptr conversion macros generic | Tejun Heo | 1 | -8/+0 |
2009-02-20 | x86: convert to the new dynamic percpu allocator | Tejun Heo | 1 | -0/+8 |
2009-02-09 | x86: use linker to offset symbols by __per_cpu_load | Brian Gerst | 1 | -0/+22 |
2009-01-21 | x86: fix percpu_write with 64-bit constants | Brian Gerst | 1 | -1/+1 |
2009-01-20 | x86: move stack_canary into irq_stack | Brian Gerst | 1 | -6/+0 |
2009-01-19 | x86-64: Use absolute displacements for per-cpu accesses. | Brian Gerst | 1 | -13/+13 |
2009-01-16 | percpu: add optimized generic percpu accessors | Ingo Molnar | 1 | -11/+13 |
2009-01-16 | x86: convert pda ops to wrappers around x86 percpu accessors | Tejun Heo | 1 | -0/+10 |
2009-01-16 | x86: merge 64 and 32 SMP percpu handling | Tejun Heo | 1 | -88/+39 |
2009-01-16 | x86: fold pda into percpu area on SMP | Tejun Heo | 1 | -0/+8 |
2009-01-16 | x86: make early_per_cpu() a lvalue and use it | Tejun Heo | 1 | -3/+3 |
2008-10-22 | x86: Fix ASM_X86__ header guards | H. Peter Anvin | 1 | -3/+3 |
2008-10-22 | x86, um: ... and asm-x86 move | Al Viro | 1 | -0/+218 |