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.18.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
/
s390
/
include
/
asm
/
bitops.h
Age
Commit message (
Expand
)
Author
2025-10-09
Merge tag 's390-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2025-09-29
Merge tag 's390-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2025-09-29
s390: Remove superfluous newlines from inline assemblies
Heiko Carstens
2025-09-24
s390/bitops: Switch to generic ffs() if supported by compiler
Heiko Carstens
2025-09-24
s390/bitops: Switch to generic fls(), fls64(), etc.
Heiko Carstens
2025-09-18
s390/bitops: Cleanup __flogr()
Heiko Carstens
2025-09-18
s390/bitops: Use __assume() for __flogr() inline assembly return value
Heiko Carstens
2025-09-18
s390/bitops: Limit return value range of __flogr()
Heiko Carstens
2025-09-08
s390: Add __attribute_const__ to ffs()-family implementations
Kees Cook
2025-08-20
s390/bitops: Optimize inlining
Juergen Christ
2025-08-20
s390/bitops: Slightly optimize ffs() and fls64()
Heiko Carstens
2025-02-11
s390/bitops: Disable arch_test_bit() optimization for PROFILE_ALL_BRANCHES
Heiko Carstens
2025-01-26
s390/bitops: Use correct constraint for arch_test_bit() inline assembly
Heiko Carstens
2025-01-13
s390/bitops: Provide optimized arch_test_bit()
Heiko Carstens
2025-01-13
s390/bitops: Switch to generic bitops
Heiko Carstens
2024-06-24
s390: Provide optimized __arch_hweight*() implementations
Heiko Carstens
2023-10-18
s390: implement arch_xor_unlock_is_negative_byte
Matthew Wilcox (Oracle)
2022-08-27
provide arch_test_bit_acquire for architectures that define test_bit
Mikulas Patocka
2022-06-30
bitops: unify non-atomic bitops prototypes across architectures
Alexander Lobakin
2022-03-10
s390: raise minimum supported machine generation to z10
Vasily Gorbik
2022-01-15
include: move find.h from asm_generic to linux
Yury Norov
2021-10-26
s390/bitops: return true/false (not 1/0) from bool functions
Huilong Deng
2021-06-18
s390/bitops: use register pair instead of register asm
Heiko Carstens
2021-04-12
s390/bitops: make bitops only work on longs
Heiko Carstens
2021-01-19
s390/bitops: remove small optimization to fix clang build
Heiko Carstens
2019-11-07
kasan: support instrumented bitops combined with generic bitops
Daniel Axtens
2019-10-04
s390/atomic,bitops: mark function(s) __always_inline
Heiko Carstens
2019-07-23
s390/kasan: add bitops instrumentation
Vasily Gorbik
2019-07-23
s390/bitops: make test functions return bool
Vasily Gorbik
2019-05-03
s390: fix clang -Wpointer-sign warnigns in boot code
Arnd Bergmann
2019-01-04
fls: change parameter to unsigned int
Matthew Wilcox
2018-01-26
s390/bitops: add test_and_clear_bit_inv()
Jens Freimann
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-03-22
s390/bitops: remove outdated comment
Heiko Carstens
2017-03-22
s390/bitops: add for_each_set_bit_inv helper
Heiko Carstens
2016-11-11
s390/bitops: use atomic primitives for bitops
Martin Schwidefsky
2015-10-14
s390/bitops: remove 31 bit related comments
Heiko Carstens
2015-10-14
s390/barrier: remove unnecessary serialization in atomics and bitops
Martin Schwidefsky
2015-10-14
s390/bitops: implement cache friendly test_and_set_bit_lock
Martin Schwidefsky
2015-03-25
s390: remove 31 bit support
Heiko Carstens
2014-04-01
s390/bitops,atomic: add missing memory barriers
Heiko Carstens
2014-02-21
s390/bitops: fix comment
Heiko Carstens
2013-10-24
s390/bitops: rename find_first_bit_left() to find_first_bit_inv()
Heiko Carstens
2013-10-24
s390/bitops: use flogr instruction to implement __ffs, ffs, __fls, fls and fls64
Heiko Carstens
2013-10-24
s390/bitops: use generic find bit functions / reimplement _left variant
Heiko Carstens
2013-10-24
s390/bitops: optimize set_bit() for constant values
Heiko Carstens
2013-10-24
s390/bitops: remove CONFIG_SMP / simplify non-atomic bitops
Heiko Carstens
2013-10-24
s390/bitops: make use of interlocked-access facility 1 instructions
Heiko Carstens
2013-08-22
s390/bitops: fix inline assembly constraints
Heiko Carstens
2013-07-26
s390/bitops: fix find_next_bit_left
Martin Schwidefsky
[next]