index
:
kernel/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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
/
include
/
asm
/
bitops.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-14
s390/bitops: remove 31 bit related comments
Heiko Carstens
1
-19
/
+12
2015-10-14
s390/barrier: remove unnecessary serialization in atomics and bitops
Martin Schwidefsky
1
-1
/
+0
2015-10-14
s390/bitops: implement cache friendly test_and_set_bit_lock
Martin Schwidefsky
1
-1
/
+22
2015-03-25
s390: remove 31 bit support
Heiko Carstens
1
-28
/
+0
2014-04-01
s390/bitops,atomic: add missing memory barriers
Heiko Carstens
1
-18
/
+23
2014-02-21
s390/bitops: fix comment
Heiko Carstens
1
-4
/
+4
2013-10-24
s390/bitops: rename find_first_bit_left() to find_first_bit_inv()
Heiko Carstens
1
-5
/
+34
2013-10-24
s390/bitops: use flogr instruction to implement __ffs, ffs, __fls, fls and fls64
Heiko Carstens
1
-0
/
+125
2013-10-24
s390/bitops: use generic find bit functions / reimplement _left variant
Heiko Carstens
1
-554
/
+46
2013-10-24
s390/bitops: optimize set_bit() for constant values
Heiko Carstens
1
-0
/
+36
2013-10-24
s390/bitops: remove CONFIG_SMP / simplify non-atomic bitops
Heiko Carstens
1
-211
/
+65
2013-10-24
s390/bitops: make use of interlocked-access facility 1 instructions
Heiko Carstens
1
-17
/
+49
2013-08-22
s390/bitops: fix inline assembly constraints
Heiko Carstens
1
-6
/
+6
2013-07-26
s390/bitops: fix find_next_bit_left
Martin Schwidefsky
1
-1
/
+1
2013-04-17
s390/bitops: get rid of __BITOPS_BARRIER()
Heiko Carstens
1
-4
/
+3
2013-04-17
s390/bitops: remove unnecessary macro definitions in asm/bitops.h
Akinobu Mita
1
-57
/
+53
2012-11-30
s390/bitops: find leftmost bit instruction support
Jan Glauber
1
-0
/
+81
2012-07-20
s390/comments: unify copyright messages and remove file names
Heiko Carstens
1
-6
/
+4
2012-05-24
s390/headers: replace __s390x__ with CONFIG_64BIT where possible
Heiko Carstens
1
-8
/
+8
2012-05-24
s390/headers: remove #ifdef __KERNEL__ from not exported headers
Heiko Carstens
1
-5
/
+0
2011-07-27
asm-generic: add another generic ext2 atomic bitops
Akinobu Mita
1
-4
/
+1
2011-05-27
s390: use asm-generic/bitops/le.h
Akinobu Mita
1
-35
/
+2
2011-05-27
arch: add #define for each of optimized find bitops
Akinobu Mita
1
-0
/
+8
2011-03-24
bitops: remove minix bitops from asm/bitops.h
Akinobu Mita
1
-1
/
+0
2011-03-24
bitops: remove ext2 non-atomic bitops from asm/bitops.h
Akinobu Mita
1
-7
/
+0
2011-03-24
s390: introduce little-endian bitops
Akinobu Mita
1
-19
/
+54
2010-02-27
[S390] use inline assembly contraints available with gcc 3.3.3
Martin Schwidefsky
1
-63
/
+20
2009-03-26
[S390] bitops: remove likely annotations
Heiko Carstens
1
-6
/
+6
2009-03-26
[S390] convert bitmap definitions to C
Heiko Carstens
1
-1
/
+1
2008-08-21
[S390] fix ext2_find_next_bit
Eric Sandeen
1
-3
/
+3
2008-08-01
[S390] move include/asm-s390 to arch/s390/include/asm
Martin Schwidefsky
1
-0
/
+884