- 1db604f include/linux/bitops.h: set_mask_bits() to return old value by Vineet Gupta · 6 years ago
- edfa872 bitops: protect variables in bit_clear_unless() macro by Miklos Szeredi · 6 years ago
- 1812742 bitops: protect variables in set_mask_bits() macro by Miklos Szeredi · 6 years ago
- 9144d75 include/linux/bitops.h: introduce BITS_PER_TYPE by Chris Wilson · 7 years ago
- 8bd9cb5 locking/atomics, asm-generic: Move some macros from <linux/bitops.h> to a new <linux/bits.h> file by Will Deacon · 7 years ago
- 6aa2f94 Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 7 years ago
- 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
- 5307e2ad bitops: Introduce assign_bit() by Lukas Wunner · 7 years ago
- c32ee3d bitops: avoid integer overflow in GENMASK(_ULL) by Matthias Kaehlcke · 8 years ago
- 252e5c6 mm/vmalloc.c: fix align value calculation error by zijun_hu · 8 years ago
- 85ad1d1 md: set MD_CHANGE_PENDING in a atomic region by Guoqing Jiang · 9 years ago
- d7e35df bitops.h: correctly handle rol32 with 0 byte shift by Sasha Levin · 9 years ago
- 48e203e bitops.h: add sign_extend64() by Martin Kepplinger · 9 years ago
- e2eb53a bitops.h: improve sign_extend32()'s documentation by Martin Kepplinger · 9 years ago
- 1a1d48a4a linux/bitmap: Force inlining of bitmap weight functions by Denys Vlasenko · 10 years ago
- 2c57a0e lib: find_*_bit reimplementation by Yury Norov · 10 years ago
- 00b4d9a1 bitops: Fix shift overflow in GENMASK macros by Maxime COQUELIN · 10 years ago
- 2e39465 locking: Remove deprecated smp_mb__() barriers by Peter Zijlstra · 11 years ago
- febdbfe arch: Prepare for smp_mb__{before,after}_atomic() by Peter Zijlstra · 11 years ago
- 00a1a05 ext4: atomically set inode->i_flags in ext4_set_inode_flags() by Theodore Ts'o · 11 years ago
- f9300ea Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
- 10ef6b0 bitops: Introduce a more generic BITMASK macro by Chen, Gong · 11 years ago
- bfd1ff6 bitops: Introduce BIT_ULL by Srinivas Pandruvada · 11 years ago
- 03f4a82 bitops: introduce for_each_clear_bit() by Akinobu Mita · 13 years ago
- 0a329d2 bitops: remove for_each_set_bit_cont() by Akinobu Mita · 13 years ago
- 307b1cd bitops: rename for_each_set_bit_cont() in favor of analogous list.h function by Akinobu Mita · 13 years ago
- a18d3af Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 13 years ago
- f2ea0f5 crypto: sha512 - use standard ror64() by Alexey Dobriyan · 13 years ago
- 1e2ad28 perf, x86: Implement event scheduler helper functions by Robert Richter · 13 years ago
- 63e424c arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT} by Akinobu Mita · 14 years ago
- 19de85ef bitops: add #ifndef for each of find bitops by Akinobu Mita · 14 years ago
- 7919a57 bitops: Provide generic sign_extend32 function by Andreas Herrmann · 14 years ago
- d852a6a bitops: remove duplicated extern declarations by Akinobu Mita · 14 years ago
- 708ff2a bitops: make asm-generic/bitops/find.h more generic by Akinobu Mita · 14 years ago
- cb41838 Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- 4677d4a arch, hweight: Fix compilation errors by Borislav Petkov · 15 years ago
- b01d094 bitops: remove temporary for_each_bit() by Andrew Morton · 15 years ago
- 1527bc8 bitops: Optimize hweight() by making use of compile-time evaluation by Peter Zijlstra · 15 years ago
- 984b3f5 bitops: rename for_each_bit() to for_each_set_bit() by Akinobu Mita · 15 years ago
- fce877e bitops: Ensure the compile time HWEIGHT is only used for such by Peter Zijlstra · 15 years ago
- 9f41699 bitops: Provide compile time HWEIGHT{8,16,32,64} by Peter Zijlstra · 15 years ago
- 952043a bitops: Add __ffs64 bitop by Steven Whitehouse · 16 years ago
- ab53d47 bitmap: find_last_bit() by Rusty Russell · 16 years ago
- fee4b19 bitops: remove "optimizations" by Thomas Gleixner · 17 years ago
- ede9c69 Avoid divides in BITS_TO_LONGS by Eric Dumazet · 17 years ago
- 3a48305 x86: optimize find_first_bit for small bitmaps by Alexander van Heukelum · 17 years ago
- 77b9bd9 x86: generic versions of find_first_(zero_)bit, convert i386 by Alexander van Heukelum · 17 years ago
- 64970b6 x86, generic: optimize find_next_(zero_)bit for small constant-size bitmaps by Alexander van Heukelum · 17 years ago
- 3afe392 kernel: add bit rotation helpers for 16 and 8 bit by Harvey Harrison · 17 years ago
- 14ed9d2 remove BITS_TO_TYPE macro by Jiri Slaby · 17 years ago
- 93043ec define global BIT macro by Jiri Slaby · 17 years ago
- d05be13b define first set of BIT* macros by Jiri Slaby · 17 years ago
- 3e03745 I/OAT: Add support for MSI and MSI-X by Shannon Nelson · 17 years ago
- 45f8bde [PATCH] fix various kernel-doc in header files by Robert P. J. Day · 18 years ago
- e9bebd6 [PATCH] bitops: remove unused generic bitops in include/linux/bitops.h by Akinobu Mita · 19 years ago
- 962749a [PATCH] roundup_pow_of_two() 64-bit fix by Andrew Morton · 19 years ago
- f434baf [PATCH] fix generic_fls64() by Akinobu Mita · 19 years ago
- 3821af2 [FLS64]: generic version by Stephen Hemminger · 19 years ago
- 94605ef [PATCH] x86-64/i386: Intel HT, Multi core detection fixes by Siddha, Suresh B · 19 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago