| Commit message (Expand) | Author | Age | Files | Lines |
* | arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT} | Akinobu Mita | 2011-05-27 | 1 | -10/+0 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Artem Bityutskiy | 2011-03-25 | 1 | -1/+15 |
|\ |
|
| * | bitops: introduce CONFIG_GENERIC_FIND_BIT_LE | Akinobu Mita | 2011-03-24 | 1 | -0/+3 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-03-11 | 1 | -1/+8 |
| |\ |
|
| | * | lib-average: Make config option selectable | Michael Buesch | 2011-03-04 | 1 | -1/+8 |
| * | | lib: cpu_rmap: CPU affinity reverse-mapping | Ben Hutchings | 2011-01-24 | 1 | -0/+4 |
| |/ |
|
* / | lib: add shared BCH ECC library | Ivan Djelic | 2011-03-11 | 1 | -0/+39 |
|/ |
|
* | decompressors: add boot-time XZ support | Lasse Collin | 2011-01-13 | 1 | -0/+4 |
* | decompressors: add XZ decompressor module | Lasse Collin | 2011-01-13 | 1 | -0/+2 |
* | lib: Add generic exponentially weighted moving average (EWMA) function | Bruno Randolf | 2010-11-18 | 1 | -0/+3 |
* | Merge branch 'async' of macbook:git/btrfs-unstable | David Woodhouse | 2010-08-09 | 1 | -0/+3 |
|\ |
|
| * | md: Factor out RAID6 algorithms into lib/ | David Woodhouse | 2009-10-29 | 1 | -0/+3 |
* | | lmb: rename to memblock | Yinghai Lu | 2010-07-14 | 1 | -3/+0 |
* | | Revert "lib: build list_sort() only if needed" | Linus Torvalds | 2010-03-07 | 1 | -3/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfs | Linus Torvalds | 2010-03-06 | 1 | -0/+3 |
|\ \ |
|
| * | | [LogFS] add new flash file system | Joern Engel | 2009-11-20 | 1 | -0/+3 |
| |/ |
|
* | | lib: build list_sort() only if needed | Don Mullis | 2010-03-06 | 1 | -0/+3 |
* | | Add LZO compression support for initramfs and old-style initrd | Albin Tonnerre | 2010-01-11 | 1 | -0/+4 |
* | | The DRBD driver | Philipp Reisner | 2009-10-01 | 1 | -0/+3 |
|/ |
|
* | lib: Provide generic atomic64_t implementation | Paul Mackerras | 2009-06-15 | 1 | -0/+6 |
* | lib: isolate rational fractions helper function | Oskar Schirmer | 2009-06-11 | 1 | -0/+3 |
* | Merge branch 'linus' into core/printk | Ingo Molnar | 2009-03-28 | 1 | -6/+20 |
|\ |
|
| * | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar | 2009-03-27 | 1 | -0/+14 |
| |\ |
|
| | * | bzip2/lzma: DECOMPRESS_GZIP should select ZLIB_INFLATE | H. Peter Anvin | 2009-01-07 | 1 | -0/+1 |
| | * | bzip2/lzma: proper Kconfig dependencies for the ramdisk options | H. Peter Anvin | 2009-01-05 | 1 | -0/+13 |
| * | | Merge branch 'sched-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2009-03-27 | 1 | -6/+0 |
| |\ \ |
|
| | * | | sched: make plist a library facility | Peter Zijlstra | 2009-01-16 | 1 | -6/+0 |
| | |/ |
|
| * / | netlink: Move netlink attribute parsing support to lib | Geert Uytterhoeven | 2009-03-04 | 1 | -0/+6 |
| |/ |
|
* / | vsprintf: add binary printf | Lai Jiangshan | 2009-03-06 | 1 | -0/+3 |
|/ |
|
* | cpumask: CONFIG_DISABLE_OBSOLETE_CPUMASK_FUNCTIONS | Rusty Russell | 2009-01-01 | 1 | -0/+4 |
* | bitmap: find_last_bit() | Rusty Russell | 2009-01-01 | 1 | -0/+4 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Rusty Russell | 2008-12-29 | 1 | -0/+2 |
|\ |
|
| * | libcrc32c: Select CRYPTO in Kconfig | Herbert Xu | 2008-12-25 | 1 | -0/+1 |
| * | libcrc32c: Move implementation to crypto crc32c | Herbert Xu | 2008-12-25 | 1 | -0/+1 |
* | | cpumask: Add CONFIG_CPUMASK_OFFSTACK | Rusty Russell | 2008-12-13 | 1 | -0/+7 |
|/ |
|
* | Kconfig: eliminate "def_bool n" constructs | Jan Beulich | 2008-10-16 | 1 | -2/+2 |
* | [SCSI] lib: Add support for the T10 (SCSI) Data Integrity Field CRC | Martin K. Petersen | 2008-07-12 | 1 | -0/+7 |
* | x86, bitops: select the generic bitmap search functions | Alexander van Heukelum | 2008-04-26 | 1 | -0/+6 |
* | [LIB]: Make PowerPC LMB code generic so sparc64 can use it too. | David S. Miller | 2008-02-14 | 1 | -0/+3 |
* | Introduce CONFIG_CHECK_SIGNATURE | Geert Uytterhoeven | 2007-08-23 | 1 | -0/+3 |
* | CRC7 support | Jan Nikitenko | 2007-07-17 | 1 | -0/+8 |
* | Add LZO1X algorithm to the kernel | Richard Purdie | 2007-07-11 | 1 | -0/+6 |
* | Merge branch 'juju' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394... | Linus Torvalds | 2007-05-10 | 1 | -0/+8 |
|\ |
|
| * | CRC ITU-T V.41 | Ivo van Doorn | 2007-05-10 | 1 | -0/+8 |
* | | Introduce CONFIG_HAS_DMA | Heiko Carstens | 2007-05-07 | 1 | -0/+5 |
|/ |
|
* | [PATCH] sort the devres mess out | Al Viro | 2007-02-11 | 1 | -2/+7 |
* | [PATCH] uml problems with linux/io.h | Al Viro | 2006-12-13 | 1 | -0/+5 |
* | [PATCH] crc32: replace bitreverse by bitrev32 | Akinobu Mita | 2006-12-08 | 1 | -0/+1 |
* | [PATCH] bit reverse library | Akinobu Mita | 2006-12-08 | 1 | -0/+3 |
* | [PATCH] syscall class hookup for all normal targets | Al Viro | 2006-09-12 | 1 | -0/+5 |