index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
percpu.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
arch: Remove cmpxchg_double
Peter Zijlstra
2023-06-05
1
-42
/
+0
*
percpu: Wire up cmpxchg128
Peter Zijlstra
2023-06-05
1
-6
/
+68
*
x86/percpu: Remove volatile from arch_raw_cpu_ptr().
Sebastian Andrzej Siewior
2022-04-05
1
-3
/
+3
*
x86/percpu: Remove unused PER_CPU() macro
Brian Gerst
2020-07-23
1
-18
/
+0
*
x86/percpu: Clean up percpu_stable_op()
Brian Gerst
2020-07-23
1
-29
/
+12
*
x86/percpu: Clean up percpu_cmpxchg_op()
Brian Gerst
2020-07-23
1
-40
/
+18
*
x86/percpu: Clean up percpu_xchg_op()
Brian Gerst
2020-07-23
1
-43
/
+18
*
x86/percpu: Clean up percpu_add_return_op()
Brian Gerst
2020-07-23
1
-35
/
+16
*
x86/percpu: Remove "e" constraint from XADD
Brian Gerst
2020-07-23
1
-1
/
+1
*
x86/percpu: Clean up percpu_add_op()
Brian Gerst
2020-07-23
1
-77
/
+22
*
x86/percpu: Clean up percpu_from_op()
Brian Gerst
2020-07-23
1
-35
/
+15
*
x86/percpu: Clean up percpu_to_op()
Brian Gerst
2020-07-23
1
-55
/
+35
*
x86/percpu: Introduce size abstraction macros
Brian Gerst
2020-07-23
1
-0
/
+30
*
x86/percpu: Optimize raw_cpu_xchg()
Peter Zijlstra
2019-06-17
1
-4
/
+16
*
x86/percpu: Differentiate this_cpu_{}() and __this_cpu_{}()
Peter Zijlstra
2019-06-17
1
-112
/
+112
*
x86/percpu: Fix this_cpu_read()
Peter Zijlstra
2018-10-14
1
-4
/
+4
*
x86/asm: Use CC_SET/CC_OUT in percpu_cmpxchg8b_double() to micro-optimize cod...
Uros Bizjak
2018-06-21
1
-3
/
+4
*
x86/asm: Add instruction suffixes to bitops
Jan Beulich
2018-02-28
1
-1
/
+1
*
Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts
Ingo Molnar
2017-11-07
1
-0
/
+1
|
\
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
|
x86/asm: Remove unnecessary \n\t in front of CC_SET() from asm templates
Uros Bizjak
2017-09-24
1
-1
/
+1
|
/
*
x86: Remove x86_test_and_clear_bit_percpu()
Len Brown
2016-11-18
1
-11
/
+0
*
percpu: eliminate two sparse warnings
Lance Richardson
2016-09-22
1
-2
/
+3
*
x86, asm: Use CC_SET()/CC_OUT() in <asm/percpu.h>
H. Peter Anvin
2016-06-08
1
-4
/
+5
*
x86, asm: use bool for bitops and other assembly outputs
H. Peter Anvin
2016-06-08
1
-4
/
+4
*
x86, bitops: remove use of "sbb" to return CF
H. Peter Anvin
2016-06-08
1
-6
/
+6
*
x86-64: Use RIP-relative addressing for most per-CPU accesses
Jan Beulich
2014-11-04
1
-15
/
+44
*
x86: Convert a few more per-CPU items to read-mostly ones
Jan Beulich
2014-11-04
1
-1
/
+1
*
percpu: invoke __verify_pcpu_ptr() from the generic part of accessors and ope...
Tejun Heo
2014-06-17
1
-1
/
+0
*
percpu: introduce arch_raw_cpu_ptr()
Tejun Heo
2014-06-17
1
-1
/
+1
*
percpu: add raw_cpu_ops
Christoph Lameter
2014-04-07
1
-49
/
+49
*
Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Linus Torvalds
2013-11-13
1
-8
/
+0
|
\
|
*
x86: remove this_cpu_xor() implementation
Heiko Carstens
2013-10-27
1
-8
/
+0
*
|
percpu: fix this_cpu_sub() subtrahend casting for unsigneds
Greg Thelen
2013-10-30
1
-1
/
+2
|
/
*
x86, 386 removal: Remove CONFIG_CMPXCHG
H. Peter Anvin
2012-11-29
1
-3
/
+0
*
x86: Define early read-mostly per-cpu macros
Ido Yariv
2012-06-14
1
-0
/
+17
*
percpu: remove percpu_xxx() functions
Alex Shi
2012-05-14
1
-10
/
+6
*
x86: replace percpu_xxx funcs with this_cpu_xxx
Alex Shi
2012-05-14
1
-4
/
+4
*
Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...
Linus Torvalds
2012-01-09
1
-28
/
+0
|
\
|
*
percpu: Remove irqsafe_cpu_xxx variants
Christoph Lameter
2011-12-22
1
-28
/
+0
*
|
x86: Fix and improve percpu_cmpxchg{8,16}b_double()
Jan Beulich
2011-12-15
1
-32
/
+21
|
/
*
percpu: Fixup __this_cpu_xchg* operations
Christoph Lameter
2011-07-12
1
-6
/
+5
*
Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
Linus Torvalds
2011-05-24
1
-1
/
+6
|
\
|
*
percpu: Avoid extra NOP in percpu_cmpxchg16b_double
Eric Dumazet
2011-03-28
1
-1
/
+6
*
|
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2011-05-19
1
-0
/
+27
|
\
\
|
*
|
x86: A fast way to check capabilities of the current cpu
Christoph Lameter
2011-03-29
1
-0
/
+27
|
|
/
*
/
x86, percpu: Use ASM_NOP4 instead of hardcoding P6_NOP4
H. Peter Anvin
2011-04-18
1
-1
/
+1
|
/
*
percpu: Omit segment prefix in the UP case for cmpxchg_double
Christoph Lameter
2011-03-27
1
-4
/
+6
*
Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
Linus Torvalds
2011-03-16
1
-0
/
+48
|
\
|
*
percpu, x86: Add arch-specific this_cpu_cmpxchg_double() support
Christoph Lameter
2011-02-28
1
-0
/
+48
[next]