index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
percpu.h
Age
Commit message (
Expand
)
Author
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
2023-09-21
x86/percpu: Do not clobber %rsi in percpu_{try_,}cmpxchg{64,128}_op
Uros Bizjak
2023-09-15
x86/percpu: Define raw_cpu_try_cmpxchg and this_cpu_try_cmpxchg()
Uros Bizjak
2023-09-15
x86/percpu: Define {raw,this}_cpu_try_cmpxchg{64,128}
Uros Bizjak
2023-06-05
arch: Remove cmpxchg_double
Peter Zijlstra
2023-06-05
percpu: Wire up cmpxchg128
Peter Zijlstra
2022-04-05
x86/percpu: Remove volatile from arch_raw_cpu_ptr().
Sebastian Andrzej Siewior
2020-07-23
x86/percpu: Remove unused PER_CPU() macro
Brian Gerst
2020-07-23
x86/percpu: Clean up percpu_stable_op()
Brian Gerst
2020-07-23
x86/percpu: Clean up percpu_cmpxchg_op()
Brian Gerst
2020-07-23
x86/percpu: Clean up percpu_xchg_op()
Brian Gerst
2020-07-23
x86/percpu: Clean up percpu_add_return_op()
Brian Gerst
2020-07-23
x86/percpu: Remove "e" constraint from XADD
Brian Gerst
2020-07-23
x86/percpu: Clean up percpu_add_op()
Brian Gerst
2020-07-23
x86/percpu: Clean up percpu_from_op()
Brian Gerst
2020-07-23
x86/percpu: Clean up percpu_to_op()
Brian Gerst
2020-07-23
x86/percpu: Introduce size abstraction macros
Brian Gerst
2019-06-17
x86/percpu: Optimize raw_cpu_xchg()
Peter Zijlstra
2019-06-17
x86/percpu: Differentiate this_cpu_{}() and __this_cpu_{}()
Peter Zijlstra
2018-10-14
x86/percpu: Fix this_cpu_read()
Peter Zijlstra
2018-06-21
x86/asm: Use CC_SET/CC_OUT in percpu_cmpxchg8b_double() to micro-optimize cod...
Uros Bizjak
2018-02-28
x86/asm: Add instruction suffixes to bitops
Jan Beulich
[next]