| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 2012-01-11 | 1 | -0/+25 |
|\ |
|
| * | digsig: build dependency fix | Dmitry Kasatkin | 2011-11-22 | 1 | -1/+1 |
| * | crypto: digital signature verification support | Dmitry Kasatkin | 2011-11-09 | 1 | -0/+8 |
| * | crypto: GnuPG based MPI lib - additional sources (part 4) | Dmitry Kasatkin | 2011-11-09 | 1 | -0/+10 |
| * | crypto: GnuPG based MPI lib - make files (part 3) | Dmitry Kasatkin | 2011-11-09 | 1 | -0/+7 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2012-01-11 | 1 | -0/+7 |
|\ \ |
|
| * | | lib: add GENERIC_PCI_IOMAP | Michael S. Tsirkin | 2011-11-28 | 1 | -0/+4 |
| * | | lib: move GENERIC_IOMAP to lib/Kconfig | Michael S. Tsirkin | 2011-11-24 | 1 | -0/+3 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-01-08 | 1 | -4/+3 |
|\ \ |
|
| * | | Merge branch 'master' into for-next | Jiri Kosina | 2011-11-13 | 1 | -3/+0 |
| |\| |
|
| * | | Docs: Kconfig: CORDIC description | Michael Witten | 2011-10-29 | 1 | -3/+2 |
| * | | Docs: wording: functions -> algorithm | Michael Witten | 2011-10-29 | 1 | -1/+1 |
| * | | Docs: Pedantry: [Cc]ordic -> CORDIC | Michael Witten | 2011-10-29 | 1 | -2/+2 |
* | | | dql: Dynamic queue limits | Tom Herbert | 2011-11-29 | 1 | -0/+3 |
| |/
|/| |
|
* | | llist: Make some llist functions inline | Huang Ying | 2011-10-04 | 1 | -3/+0 |
|/ |
|
* | Merge branch 'apei' into apei-release | Len Brown | 2011-08-03 | 1 | -0/+3 |
|\ |
|
| * | lib, Add lock-less NULL terminated single list | Huang Ying | 2011-08-03 | 1 | -0/+3 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-06-08 | 1 | -0/+14 |
|\ \
| |/
|/| |
|
| * | lib: cordic: add library module providing cordic angle calculation | Arend van Spriel | 2011-06-03 | 1 | -0/+7 |
| * | lib: crc8: add new library module providing crc8 algorithm | Arend van Spriel | 2011-06-03 | 1 | -0/+7 |
* | | 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 |