index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
bits.h
Age
Commit message (
Expand
)
Author
3 days
bits: unify the non-asm GENMASK*()
Vincent Mailhol
3 days
bits: split the definition of the asm and non-asm GENMASK*()
Vincent Mailhol
2025-04-29
bits: introduce fixed-type BIT_U*()
Lucas De Marchi
2025-04-29
bits: introduce fixed-type GENMASK_U*()
Vincent Mailhol
2025-04-29
bits: add comments and newlines to #if, #else and #endif directives
Vincent Mailhol
2025-03-05
treewide: fix typo 'unsigned __init128' -> 'unsigned __int128'
Vincent Mailhol
2024-12-30
linux/bits.h: simplify GENMASK_INPUT_CHECK()
Vincent Mailhol
2024-08-28
uapi: Define GENMASK_U128
Anshuman Khandual
2024-02-08
uapi: introduce uapi-friendly macros for GENMASK
Paolo Bonzini
2023-01-31
vdso/bits.h: Add BIT_ULL() for the sake of consistency
Andy Shevchenko
2021-05-22
linux/bits.h: fix compilation error with GENMASK
Rikard Falkeborn
2020-07-08
Raise gcc version requirement to 4.9
Linus Torvalds
2020-04-07
linux/bits.h: add compile time sanity check of GENMASK inputs
Rikard Falkeborn
2020-03-21
linux/bits.h: Extract common header for vDSO
Vincenzo Frascino
2019-07-16
linux/bits.h: make BIT(), GENMASK(), and friends available in assembly
Masahiro Yamada
2018-06-21
locking/atomics, asm-generic: Move some macros from <linux/bitops.h> to a new...
Will Deacon