index
:
kernel/git/stable/linux.git
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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
percpu.h
Age
Commit message (
Expand
)
Author
2026-06-03
percpu: Sanitize __percpu_qual include hell
Thomas Gleixner
2026-02-23
x86/headers: Replace __ASSEMBLY__ stragglers with __ASSEMBLER__
Thomas Huth
2026-01-18
x86/percpu: Make CONFIG_USE_X86_SEG_SUPPORT work with sparse
Thomas Gleixner
2025-11-10
x86/percpu: Use BIT_WORD() and BIT_MASK() macros
Uros Bizjak
2025-09-08
x86/asm: Remove code depending on __GCC_ASM_FLAG_OUTPUTS__
Uros Bizjak
2025-04-13
x86/percpu: Refer __percpu_prefix to __force_percpu_prefix
Uros Bizjak
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-03-19
x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-UAPI headers
Thomas Huth
2025-03-16
percpu/x86: enable strict percpu checks via named AS qualifiers
Uros Bizjak
2025-03-16
percpu: use TYPEOF_UNQUAL() in *_cpu_ptr() accessors
Uros Bizjak
2025-03-16
percpu: use TYPEOF_UNQUAL() in variable declarations
Uros Bizjak
2025-03-04
x86/smp: Move this_cpu_off to percpu hot section
Brian Gerst
2025-03-04
x86/percpu: Move current_task to percpu hot section
Brian Gerst
2025-03-04
x86/percpu: Move top_of_stack to percpu hot section
Brian Gerst
2025-03-04
Merge branch 'x86/locking' into x86/asm, to simplify dependencies
Ingo Molnar
2025-02-25
x86/percpu: Construct __percpu_seg_override from __percpu_seg
Uros Bizjak
2025-02-24
x86/percpu: Unify __pcpu_op{1,2}_N() macros to __pcpu_op_N()
Uros Bizjak
2025-02-21
x86/locking: Use asm_inline for {,try_}cmpxchg{64,128} emulations
Uros Bizjak
2025-02-21
x86/locking: Use ALT_OUTPUT_SP() for percpu_{,try_}cmpxchg{64,128}_op()
Uros Bizjak
2025-02-18
x86/percpu/64: Remove INIT_PER_CPU macros
Brian Gerst
2024-11-06
x86/percpu: fix clang warning when dealing with unsigned types
Andy Shevchenko
2024-05-20
x86/percpu: Clean up <asm/percpu.h> vertical alignment details
Ingo Molnar
2024-05-20
x86/percpu: Clean up <asm/percpu.h> a bit
Ingo Molnar
2024-05-20
x86/percpu: Move some percpu accessors around to reduce ifdeffery
Uros Bizjak
2024-05-20
x86/percpu: Rename percpu_stable_op() to __raw_cpu_read_stable()
Uros Bizjak
2024-05-18
x86/percpu: Fix operand constraint modifier in __raw_cpu_write()
Uros Bizjak
2024-05-18
x86/percpu: Introduce the __raw_cpu_read_const() macro
Uros Bizjak
2024-05-18
x86/percpu: Unify percpu read-write accessors
Uros Bizjak
2024-05-18
x86/percpu: Move some percpu macros around for readability
Uros Bizjak
2024-05-18
x86/percpu: Introduce the pcpu_binary_op() macro
Uros Bizjak
2024-04-06
x86/percpu: Introduce raw_cpu_read_long() to reduce ifdeffery
Uros Bizjak
2024-04-06
x86/percpu: Rewrite x86_this_cpu_test_bit() and friends as macros
Uros Bizjak
2024-04-06
x86/percpu: Fix x86_this_cpu_variable_test_bit() asm template
Uros Bizjak
2024-04-03
x86/percpu: Use __force to cast from __percpu address space
Uros Bizjak
2024-03-25
x86/percpu: Do not use this_cpu_read_stable_8() for 32-bit targets
Uros Bizjak
2024-03-22
x86/percpu: Unify arch_raw_cpu_ptr() defines
Uros Bizjak
2024-03-20
x86/percpu: Move raw_percpu_xchg_op() to a better place
Uros Bizjak
2024-03-20
x86/percpu: Convert this_percpu_xchg_op() from asm() to C code, to generate b...
Uros Bizjak
2024-02-14
Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...
Ingo Molnar
2023-12-27
Kill unnecessary kernel.h include
Kent Overstreet
2023-12-11
x86/percpu: Avoid sparse warning with cast to named address space
Uros Bizjak
2023-12-11
x86/percpu: Fix "const_pcpu_hot" version generation failure
Uros Bizjak
2023-11-30
x86/percpu: Define PER_CPU_VAR macro also for !__ASSEMBLY__
Uros Bizjak
2023-10-23
x86/percpu: Introduce const-qualified const_pcpu_hot to micro-optimize code g...
Uros Bizjak
2023-10-20
x86/percpu: Introduce %rip-relative addressing to PER_CPU_VAR()
Uros Bizjak
2023-10-18
x86/percpu: Use the correct asm operand modifier in percpu_stable_op()
Uros Bizjak
2023-10-16
x86/percpu: Use C for arch_raw_cpu_ptr(), to improve code generation
Uros Bizjak
2023-10-16
x86/percpu: Rewrite arch_raw_cpu_ptr() to be easier for compilers to optimize
Uros Bizjak
2023-10-05
x86/percpu: Use C for percpu read/write accessors
Uros Bizjak
2023-10-05
x86/percpu: Use compiler segment prefix qualifier
Nadav Amit
[next]