| Commit message (Expand) | Author | Age | Files | Lines |
* | bitops.h: add sign_extend64() | Martin Kepplinger | 2015-11-06 | 1 | -0/+11 |
* | bitops.h: improve sign_extend32()'s documentation | Martin Kepplinger | 2015-11-06 | 1 | -0/+2 |
* | linux/bitmap: Force inlining of bitmap weight functions | Denys Vlasenko | 2015-08-05 | 1 | -3/+3 |
* | lib: find_*_bit reimplementation | Yury Norov | 2015-04-17 | 1 | -2/+2 |
* | bitops: Fix shift overflow in GENMASK macros | Maxime COQUELIN | 2014-11-16 | 1 | -2/+5 |
* | locking: Remove deprecated smp_mb__() barriers | Peter Zijlstra | 2014-08-13 | 1 | -20/+0 |
* | arch: Prepare for smp_mb__{before,after}_atomic() | Peter Zijlstra | 2014-04-18 | 1 | -0/+20 |
* | ext4: atomically set inode->i_flags in ext4_set_inode_flags() | Theodore Ts'o | 2014-03-30 | 1 | -0/+15 |
* | Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-11-14 | 1 | -0/+3 |
|\ |
|
| * | bitops: Introduce BIT_ULL | Srinivas Pandruvada | 2013-10-17 | 1 | -0/+3 |
* | | bitops: Introduce a more generic BITMASK macro | Chen, Gong | 2013-10-21 | 1 | -0/+8 |
|/ |
|
* | bitops: introduce for_each_clear_bit() | Akinobu Mita | 2012-03-23 | 1 | -0/+11 |
* | bitops: remove for_each_set_bit_cont() | Akinobu Mita | 2012-03-23 | 1 | -3/+0 |
* | bitops: rename for_each_set_bit_cont() in favor of analogous list.h function | Akinobu Mita | 2012-03-23 | 1 | -1/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2012-02-18 | 1 | -0/+20 |
|\ |
|
| * | crypto: sha512 - use standard ror64() | Alexey Dobriyan | 2012-02-16 | 1 | -0/+20 |
* | | perf, x86: Implement event scheduler helper functions | Robert Richter | 2011-12-06 | 1 | -2/+8 |
|/ |
|
* | arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT} | Akinobu Mita | 2011-05-26 | 1 | -2/+0 |
* | bitops: add #ifndef for each of find bitops | Akinobu Mita | 2011-05-26 | 1 | -0/+2 |
* | bitops: Provide generic sign_extend32 function | Andreas Herrmann | 2010-11-15 | 1 | -0/+11 |
* | bitops: remove duplicated extern declarations | Akinobu Mita | 2010-10-09 | 1 | -23/+0 |
* | bitops: make asm-generic/bitops/find.h more generic | Akinobu Mita | 2010-10-09 | 1 | -22/+0 |
* | Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2010-05-18 | 1 | -25/+5 |
|\ |
|
| * | arch, hweight: Fix compilation errors | Borislav Petkov | 2010-05-04 | 1 | -0/+5 |
| * | bitops: Optimize hweight() by making use of compile-time evaluation | Peter Zijlstra | 2010-04-06 | 1 | -25/+0 |
* | | bitops: remove temporary for_each_bit() | Andrew Morton | 2010-04-07 | 1 | -3/+0 |
|/ |
|
* | bitops: rename for_each_bit() to for_each_set_bit() | Akinobu Mita | 2010-03-06 | 1 | -1/+3 |
* | bitops: Ensure the compile time HWEIGHT is only used for such | Peter Zijlstra | 2010-02-04 | 1 | -11/+22 |
* | bitops: Provide compile time HWEIGHT{8,16,32,64} | Peter Zijlstra | 2010-01-29 | 1 | -2/+16 |
* | bitops: Add __ffs64 bitop | Steven Whitehouse | 2009-04-23 | 1 | -0/+19 |
* | bitmap: find_last_bit() | Rusty Russell | 2009-01-01 | 1 | -1/+12 |
* | bitops: remove "optimizations" | Thomas Gleixner | 2008-04-29 | 1 | -103/+12 |
* | Avoid divides in BITS_TO_LONGS | Eric Dumazet | 2008-04-29 | 1 | -1/+1 |
* | x86: optimize find_first_bit for small bitmaps | Alexander van Heukelum | 2008-04-26 | 1 | -0/+29 |
* | x86: generic versions of find_first_(zero_)bit, convert i386 | Alexander van Heukelum | 2008-04-26 | 1 | -0/+34 |
* | x86, generic: optimize find_next_(zero_)bit for small constant-size bitmaps | Alexander van Heukelum | 2008-04-26 | 1 | -0/+77 |
* | kernel: add bit rotation helpers for 16 and 8 bit | Harvey Harrison | 2008-03-28 | 1 | -0/+40 |
* | remove BITS_TO_TYPE macro | Jiri Slaby | 2007-10-19 | 1 | -2/+1 |
* | define global BIT macro | Jiri Slaby | 2007-10-19 | 1 | -0/+1 |
* | define first set of BIT* macros | Jiri Slaby | 2007-10-19 | 1 | -0/+8 |
* | I/OAT: Add support for MSI and MSI-X | Shannon Nelson | 2007-10-16 | 1 | -0/+6 |
* | [PATCH] fix various kernel-doc in header files | Robert P. J. Day | 2007-01-26 | 1 | -4/+2 |
* | [PATCH] bitops: remove unused generic bitops in include/linux/bitops.h | Akinobu Mita | 2006-03-26 | 1 | -123/+1 |
* | [PATCH] roundup_pow_of_two() 64-bit fix | Andrew Morton | 2006-03-25 | 1 | -0/+7 |
* | [PATCH] fix generic_fls64() | Akinobu Mita | 2006-02-03 | 1 | -1/+1 |
* | [FLS64]: generic version | Stephen Hemminger | 2006-01-03 | 1 | -0/+9 |
* | [PATCH] x86-64/i386: Intel HT, Multi core detection fixes | Siddha, Suresh B | 2005-11-14 | 1 | -0/+10 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 1 | -0/+159 |