index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
include
/
asm
/
bitops.h
Age
Commit message (
Expand
)
Author
2025-04-04
Merge tag 'riscv-for-linus-6.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2025-03-18
Merge patch series "RISC-V: clarify what some RISCV_ISA* config options do & ...
Alexandre Ghiti
2025-03-18
RISC-V: separate Zbb optimisations requiring and not requiring toolchain support
Conor Dooley
2025-03-12
riscv: fix test_and_{set,clear}_bit ordering documentation
Ignacio Encinas
2024-12-30
riscv: Always inline bitops
Nathan Chancellor
2024-09-19
riscv: Enable bitops instrumentation
Samuel Holland
2024-07-10
riscv: Remove unnecessary int cast in variable_fls()
Thorsten Blum
2024-03-22
Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-02-09
work around gcc bugs with 'asm goto' with outputs
Linus Torvalds
2024-01-24
riscv: Avoid code duplication with generic bitops implementation
Xiao Wang
2024-01-17
riscv: Optimize hweight API with Zbb extension
Xiao Wang
2023-11-10
Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-11-09
riscv: Optimize bitops with Zbb extension
Xiao Wang
2023-10-18
mm: delete checks for xor_unlock_is_negative_byte()
Matthew Wilcox (Oracle)
2023-10-18
riscv: implement xor_unlock_is_negative_byte
Matthew Wilcox (Oracle)
2022-01-15
include: move find.h from asm_generic to linux
Yury Norov
2019-06-17
Merge tag 'riscv-for-v5.2/fixes-rc6' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-06-17
riscv: remove unused barrier defines
Rolf Eike Beer
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286
Thomas Gleixner
2017-11-28
RISC-V: __test_and_op_bit_ord should be strongly ordered
Palmer Dabbelt
2017-09-26
RISC-V: Atomic and Locking Code
Palmer Dabbelt