bitops api · Maintained
Maintainers
- M Yury Norov <yury.norov@gmail.com>
- R Rasmus Villemoes <linux@rasmusvillemoes.dk>
Paths
- F
arch/*/include/asm/bitops.h - F
arch/*/include/asm/bitops_32.h - F
arch/*/include/asm/bitops_64.h - F
arch/*/lib/bitops.c - F
include/asm-generic/bitops - F
include/asm-generic/bitops.h - F
include/linux/bitops.h - F
include/linux/count_zeros.h - F
lib/hweight.c - F
lib/test_bitops.c - F
lib/tests/bitops_kunit.c - F
tools/*/bitops*
Last 30 days
Recent patches
Most-recent 30 patches in this subsystem on netdev (capped at 30), ordered by date desc.
-
STALE397d
[PATCH v4 01/13] bitops: Change parity8() to parity_odd() with u64 input and bool return type
2025-04-09 · Kuan-Wei Chiu <visitorckw@gmail.com> -
STALE419d
[PATCH v3 02/16] bitops: Add parity16(), parity32(), and parity64() helpers
2025-03-06 · Kuan-Wei Chiu <visitorckw@gmail.com> -
STALE419d
[PATCH v3 01/16] bitops: Change parity8() return type to bool
2025-03-06 · Kuan-Wei Chiu <visitorckw@gmail.com> -
STALE449d
Re: [PATCH v2 01/18] lib/parity: Add __builtin_parity() fallback implementations
2025-03-02 · Kuan-Wei Chiu <visitorckw@gmail.com> -
STALE449d
[PATCH v2 18/18] bitops: Add parity() macro for automatic type-based selection
2025-03-01 · Kuan-Wei Chiu <visitorckw@gmail.com> -
STALE449d
[PATCH v2 03/18] bitops: Add parity16(), parity32(), and parity64() helpers
2025-03-01 · Kuan-Wei Chiu <visitorckw@gmail.com> -
STALE449d
[PATCH v2 02/18] bitops: Optimize parity8() using __builtin_parity()
2025-03-01 · Kuan-Wei Chiu <visitorckw@gmail.com> -
STALE452d
Re: [PATCH 02/17] bitops: Add generic parity calculation for u64
2025-02-25 · Kuan-Wei Chiu <visitorckw@gmail.com> -
STALE452d
Re: [PATCH 02/17] bitops: Add generic parity calculation for u64
2025-02-25 · Kuan-Wei Chiu <visitorckw@gmail.com> -
STALE452d
Re: [PATCH 02/17] bitops: Add generic parity calculation for u64
2025-02-24 · Yury Norov <yury.norov@gmail.com> -
STALE452d
[PATCH 02/17] bitops: Add generic parity calculation for u64
2025-02-23 · Kuan-Wei Chiu <visitorckw@gmail.com> -
STALE452d
[PATCH 01/17] bitops: Add generic parity calculation for u32
2025-02-23 · Kuan-Wei Chiu <visitorckw@gmail.com> -
STALE716d
REVIEWED: 2 (1M) [PATCH net-next v16 14/15] p4tc: add set of P4TC table kfuncs
2024-04-10 · Jamal Hadi Salim <jhs@mojatatu.com> -
STALE780d
REVIEWED: 2 (1M) [PATCH net-next v15 14/15] p4tc: add set of P4TC table kfuncs
2024-04-08 · Jamal Hadi Salim <jhs@mojatatu.com> -
STALE783d
REVIEWED: 2 (1M) [PATCH net-next v14 14/15] p4tc: add set of P4TC table kfuncs
2024-04-04 · Jamal Hadi Salim <jhs@mojatatu.com> -
STALE728d
REVIEWED: 8 (8M) [PATCH net-next v6 06/21] bitops: let the compiler optimize {__,}assign_bit()
2024-03-27 · Alexander Lobakin <aleksander.lobakin@intel.com> -
STALE728d
REVIEWED: 8 (8M) [PATCH net-next v6 05/21] bitops: make BYTES_TO_BITS() treewide-available
2024-03-27 · Alexander Lobakin <aleksander.lobakin@intel.com> -
STALE728d
REVIEWED: 1 (1M) [PATCH net-next v6 04/21] bitops: add missing prototype check
2024-03-27 · Alexander Lobakin <aleksander.lobakin@intel.com> -
STALE785d
[PATCH net-next v13 14/15] p4tc: add set of P4TC table kfuncs
2024-03-25 · Jamal Hadi Salim <jhs@mojatatu.com> -
STALE812d
REVIEWED: 1 (1M) [PATCH net-next v12 14/15] p4tc: add set of P4TC table kfuncs
2024-02-25 · Jamal Hadi Salim <jhs@mojatatu.com> -
STALE786d
REVIEWED: 1 (1M) [PATCH net-next v5 06/21] bitops: let the compiler optimize {__,}assign_bit()
2024-02-01 · Alexander Lobakin <aleksander.lobakin@intel.com> -
STALE786d
REVIEWED: 1 (1M) [PATCH net-next v5 05/21] bitops: make BYTES_TO_BITS() treewide-available
2024-02-01 · Alexander Lobakin <aleksander.lobakin@intel.com> -
STALE786d
REVIEWED: 1 (1M) [PATCH net-next v5 04/21] bitops: add missing prototype check
2024-02-01 · Alexander Lobakin <aleksander.lobakin@intel.com> -
STALE827d
[PATCH v10 net-next 14/15] p4tc: add set of P4TC table kfuncs
2024-01-22 · Jamal Hadi Salim <jhs@mojatatu.com> -
STALE899d
[PATCH net-next v9 14/15] p4tc: add set of P4TC table kfuncs
2023-12-01 · Jamal Hadi Salim <jhs@mojatatu.com> -
STALE916d
[PATCH net-next v8 13/15] p4tc: add set of P4TC table kfuncs
2023-11-16 · Jamal Hadi Salim <jhs@mojatatu.com> -
STALE920d
REVIEWED: 1 (1M) [PATCH v3 03/11] bitops: let the compiler optimize {__,}assign_bit()
2023-11-13 · Alexander Lobakin <aleksander.lobakin@intel.com> -
STALE920d
REVIEWED: 1 (1M) [PATCH v3 02/11] bitops: make BYTES_TO_BITS() treewide-available
2023-11-13 · Alexander Lobakin <aleksander.lobakin@intel.com> -
STALE920d
REVIEWED: 1 (1M) [PATCH v3 01/11] bitops: add missing prototype check
2023-11-13 · Alexander Lobakin <aleksander.lobakin@intel.com> -
STALE938d
REVIEWED: 1 (1M) [PATCH v2 03/13] bitops: let the compiler optimize {__,}assign_bit()
2023-10-16 · Alexander Lobakin <aleksander.lobakin@intel.com>