| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-06-17 | x86/percpu: Optimize raw_cpu_xchg() |  Peter Zijlstra | 1 | -4/+16 |
| 2019-06-17 | x86/percpu: Differentiate this_cpu_{}() and __this_cpu_{}() |  Peter Zijlstra | 1 | -107/+107 |
| 2018-10-14 | x86/percpu: Fix this_cpu_read() |  Peter Zijlstra | 1 | -4/+4 |
| 2018-06-21 | x86/asm: Use CC_SET/CC_OUT in percpu_cmpxchg8b_double() to micro-optimize code generation |  Uros Bizjak | 1 | -3/+4 |
| 2018-02-28 | x86/asm: Add instruction suffixes to bitops |  Jan Beulich | 1 | -1/+1 |
| 2017-11-07 | Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts |  Ingo Molnar | 1 | -0/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license |  Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-09-24 | x86/asm: Remove unnecessary \n\t in front of CC_SET() from asm templates |  Uros Bizjak | 1 | -1/+1 |
| 2016-11-18 | x86: Remove x86_test_and_clear_bit_percpu() |  Len Brown | 1 | -11/+0 |
| 2016-09-22 | percpu: eliminate two sparse warnings |  Lance Richardson | 1 | -2/+3 |
| 2016-06-08 | x86, asm: Use CC_SET()/CC_OUT() in <asm/percpu.h> |  H. Peter Anvin | 1 | -4/+5 |
| 2016-06-08 | x86, asm: use bool for bitops and other assembly outputs |  H. Peter Anvin | 1 | -4/+4 |
| 2016-06-08 | x86, bitops: remove use of "sbb" to return CF |  H. Peter Anvin | 1 | -6/+6 |
| 2014-11-04 | x86-64: Use RIP-relative addressing for most per-CPU accesses |  Jan Beulich | 1 | -15/+44 |
| 2014-11-04 | x86: Convert a few more per-CPU items to read-mostly ones |  Jan Beulich | 1 | -1/+1 |
| 2014-06-17 | percpu: invoke __verify_pcpu_ptr() from the generic part of accessors and operations |  Tejun Heo | 1 | -1/+0 |
| 2014-06-17 | percpu: introduce arch_raw_cpu_ptr() |  Tejun Heo | 1 | -1/+1 |
| 2014-04-07 | percpu: add raw_cpu_ops |  Christoph Lameter | 1 | -47/+47 |
| 2013-11-13 | Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu |  Linus Torvalds | 1 | -8/+0 |
| 2013-10-30 | percpu: fix this_cpu_sub() subtrahend casting for unsigneds |  Greg Thelen | 1 | -1/+2 |
| 2013-10-27 | x86: remove this_cpu_xor() implementation |  Heiko Carstens | 1 | -8/+0 |
| 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/percpu |  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/percpu |  Linus Torvalds | 1 | -1/+6 |
| 2011-05-19 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  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/percpu |  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/jikos/trivial |  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 |