index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
include
/
asm
/
bitops.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
s390: Provide optimized __arch_hweight*() implementations
Heiko Carstens
2024-06-24
1
-1
/
+2
*
s390: implement arch_xor_unlock_is_negative_byte
Matthew Wilcox (Oracle)
2023-10-18
1
-0
/
+10
*
provide arch_test_bit_acquire for architectures that define test_bit
Mikulas Patocka
2022-08-27
1
-8
/
+2
*
bitops: unify non-atomic bitops prototypes across architectures
Alexander Lobakin
2022-07-01
1
-30
/
+31
*
s390: raise minimum supported machine generation to z10
Vasily Gorbik
2022-03-10
1
-12
/
+0
*
include: move find.h from asm_generic to linux
Yury Norov
2022-01-15
1
-1
/
+0
*
s390/bitops: return true/false (not 1/0) from bool functions
Huilong Deng
2021-10-26
1
-1
/
+1
*
s390/bitops: use register pair instead of register asm
Heiko Carstens
2021-06-18
1
-5
/
+5
*
s390/bitops: make bitops only work on longs
Heiko Carstens
2021-04-12
1
-46
/
+47
*
s390/bitops: remove small optimization to fix clang build
Heiko Carstens
2021-01-19
1
-36
/
+0
*
kasan: support instrumented bitops combined with generic bitops
Daniel Axtens
2019-11-07
1
-1
/
+3
*
s390/atomic,bitops: mark function(s) __always_inline
Heiko Carstens
2019-10-04
1
-4
/
+4
*
s390/kasan: add bitops instrumentation
Vasily Gorbik
2019-07-23
1
-30
/
+35
*
s390/bitops: make test functions return bool
Vasily Gorbik
2019-07-23
1
-12
/
+14
*
s390: fix clang -Wpointer-sign warnigns in boot code
Arnd Bergmann
2019-05-03
1
-6
/
+6
*
fls: change parameter to unsigned int
Matthew Wilcox
2019-01-04
1
-2
/
+2
*
s390/bitops: add test_and_clear_bit_inv()
Jens Freimann
2018-01-26
1
-0
/
+5
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
s390/bitops: remove outdated comment
Heiko Carstens
2017-03-22
1
-8
/
+0
*
s390/bitops: add for_each_set_bit_inv helper
Heiko Carstens
2017-03-22
1
-0
/
+5
*
s390/bitops: use atomic primitives for bitops
Martin Schwidefsky
2016-11-11
1
-55
/
+7
*
s390/bitops: remove 31 bit related comments
Heiko Carstens
2015-10-14
1
-19
/
+12
*
s390/barrier: remove unnecessary serialization in atomics and bitops
Martin Schwidefsky
2015-10-14
1
-1
/
+0
*
s390/bitops: implement cache friendly test_and_set_bit_lock
Martin Schwidefsky
2015-10-14
1
-1
/
+22
*
s390: remove 31 bit support
Heiko Carstens
2015-03-25
1
-28
/
+0
*
s390/bitops,atomic: add missing memory barriers
Heiko Carstens
2014-04-01
1
-18
/
+23
*
s390/bitops: fix comment
Heiko Carstens
2014-02-21
1
-4
/
+4
*
s390/bitops: rename find_first_bit_left() to find_first_bit_inv()
Heiko Carstens
2013-10-24
1
-5
/
+34
*
s390/bitops: use flogr instruction to implement __ffs, ffs, __fls, fls and fls64
Heiko Carstens
2013-10-24
1
-0
/
+125
*
s390/bitops: use generic find bit functions / reimplement _left variant
Heiko Carstens
2013-10-24
1
-554
/
+46
*
s390/bitops: optimize set_bit() for constant values
Heiko Carstens
2013-10-24
1
-0
/
+36
*
s390/bitops: remove CONFIG_SMP / simplify non-atomic bitops
Heiko Carstens
2013-10-24
1
-211
/
+65
*
s390/bitops: make use of interlocked-access facility 1 instructions
Heiko Carstens
2013-10-24
1
-17
/
+49
*
s390/bitops: fix inline assembly constraints
Heiko Carstens
2013-08-22
1
-6
/
+6
*
s390/bitops: fix find_next_bit_left
Martin Schwidefsky
2013-07-26
1
-1
/
+1
*
s390/bitops: get rid of __BITOPS_BARRIER()
Heiko Carstens
2013-04-17
1
-4
/
+3
*
s390/bitops: remove unnecessary macro definitions in asm/bitops.h
Akinobu Mita
2013-04-17
1
-57
/
+53
*
s390/bitops: find leftmost bit instruction support
Jan Glauber
2012-11-30
1
-0
/
+81
*
s390/comments: unify copyright messages and remove file names
Heiko Carstens
2012-07-20
1
-6
/
+4
*
s390/headers: replace __s390x__ with CONFIG_64BIT where possible
Heiko Carstens
2012-05-24
1
-8
/
+8
*
s390/headers: remove #ifdef __KERNEL__ from not exported headers
Heiko Carstens
2012-05-24
1
-5
/
+0
*
asm-generic: add another generic ext2 atomic bitops
Akinobu Mita
2011-07-27
1
-4
/
+1
*
s390: use asm-generic/bitops/le.h
Akinobu Mita
2011-05-27
1
-35
/
+2
*
arch: add #define for each of optimized find bitops
Akinobu Mita
2011-05-27
1
-0
/
+8
*
bitops: remove minix bitops from asm/bitops.h
Akinobu Mita
2011-03-24
1
-1
/
+0
*
bitops: remove ext2 non-atomic bitops from asm/bitops.h
Akinobu Mita
2011-03-24
1
-7
/
+0
*
s390: introduce little-endian bitops
Akinobu Mita
2011-03-24
1
-19
/
+54
*
[S390] use inline assembly contraints available with gcc 3.3.3
Martin Schwidefsky
2010-02-26
1
-63
/
+20
*
[S390] bitops: remove likely annotations
Heiko Carstens
2009-03-26
1
-6
/
+6
*
[S390] convert bitmap definitions to C
Heiko Carstens
2009-03-26
1
-1
/
+1
[next]