.2.3'/>
summaryrefslogtreecommitdiff
path: root/include/asm-generic/bitops
AgeCommit message (Expand)Author
2024-05-03bitops: Change function return types from long to intThorsten Blum
2024-01-24riscv: Avoid code duplication with generic bitops implementationXiao Wang
2023-10-18mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)
2023-10-18bitops: add xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)
2023-06-05locking/atomic: treewide: use raw_atomic*_<op>()Mark Rutland
2022-08-26wait_on_bit: add an acquire memory barrierMikulas Patocka
2022-08-16locking/atomic: Make test_and_*_bit() ordered on failureHector Martin
2022-06-30bitops: wrap non-atomic bitops with a transparent macroAlexander Lobakin
2022-06-30bitops: define const_*() versions of the non-atomicsAlexander Lobakin
2022-06-30bitops: unify non-atomic bitops prototypes across architecturesAlexander Lobakin
2022-06-30bitops: always define asm-generic non-atomic bitopsAlexander Lobakin
2022-01-25asm-generic/bitops: Always inline all bit manipulation helpersBorislav Petkov
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds
2022-01-15include: move find.h from asm_generic to linuxYury Norov
2022-01-15bitops: move find_bit_*_le functions from le.h to find.hYury Norov
2022-01-15bitops: protect find_first_{,zero}_bit properlyYury Norov
2021-12-09asm-generic/bitops, kcsan: Add instrumentation for barriersMarco Elver
2021-09-01Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-08-14bitops/non-atomic: make @nr unsigned to avoid any DIVVineet Gupta
2021-08-11asm-generic: ffs: Drop bogus reference to ffz locationGeert Uytterhoeven
2021-08-04locking/atomic: simplify non-atomic wrappersMark Rutland
2021-07-16locking/atomic: add generic arch_*() bitopsMark Rutland
2021-05-06lib: add fast path for find_first_*_bit() and find_last_bit()Yury Norov
2021-05-06lib: add fast path for find_next_*_bit()Yury Norov
2021-05-06lib: inline _find_next_bit() wrappersYury Norov
2021-01-13arm64: make atomic helpers __always_inlineArnd Bergmann
2020-10-26asm-generic: fix ffs -Wshadow warningArnd Bergmann
2020-08-24bitops, kcsan: Partially revert instrumentation for non-atomic bitopsMarco Elver
2020-08-24asm-generic/bitops: Use instrument_read_write() where appropriateMarco Elver
2020-03-21asm-generic, kcsan: Add KCSAN instrumentation for bitopsMarco Elver
2019-12-06Merge tag 'powerpc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-12-04bitops: introduce the for_each_set_clump8 macroWilliam Breathitt Gray
2019-11-07kasan: support instrumented bitops combined with generic bitopsDaniel Axtens