| Commit message (Expand) | Author | Age | Files | Lines |
* | prio_tree: remove | Michel Lespinasse | 2012-10-09 | 1 | -2/+1 |
* | rbtree: add prio tree and interval tree tests | Michel Lespinasse | 2012-10-09 | 1 | -0/+4 |
* | rbtree: performance and correctness test | Michel Lespinasse | 2012-10-09 | 1 | -0/+2 |
* | Merge tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-07-30 | 1 | -1/+1 |
|\ |
|
| * | lib: Proportions with flexible period | Jan Kara | 2012-06-09 | 1 | -1/+1 |
* | | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-07-30 | 1 | -1/+6 |
|\ \ |
|
| * | | powerpc: pSeries reconfig notifier error injection module | Akinobu Mita | 2012-07-30 | 1 | -0/+2 |
| * | | memory: memory notifier error injection module | Akinobu Mita | 2012-07-30 | 1 | -0/+1 |
| * | | PM: PM notifier error injection module | Akinobu Mita | 2012-07-30 | 1 | -0/+1 |
| * | | fault-injection: notifier error injection | Akinobu Mita | 2012-07-30 | 1 | -0/+1 |
| * | | string: introduce memweight() | Akinobu Mita | 2012-07-30 | 1 | -1/+1 |
| |/ |
|
* | | of/lib: Allow scripts/dtc/libfdt to be used from kernel code | David Daney | 2012-07-23 | 1 | -0/+5 |
|/ |
|
* | Merge branch 'generic-string-functions' | Linus Torvalds | 2012-05-26 | 1 | -0/+1 |
|\ |
|
| * | lib: add generic strnlen_user() function | Linus Torvalds | 2012-05-26 | 1 | -0/+1 |
* | | Merge tag 'stmp-dev' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm... | Linus Torvalds | 2012-05-26 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | lib: add support for stmp-style devices | Wolfram Sang | 2012-04-20 | 1 | -0/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2012-05-24 | 1 | -0/+2 |
|\ \ |
|
| * | | lib: Sparc's strncpy_from_user is generic enough, move under lib/ | David S. Miller | 2012-05-24 | 1 | -0/+2 |
| |/ |
|
* | | ddr: add LPDDR2 data from JESD209-2 | Aneesh V | 2012-05-02 | 1 | -0/+2 |
|/ |
|
* | lib: Fix multiple definitions of clz_tab | David Miller | 2012-02-02 | 1 | -0/+2 |
* | lib: digital signature config option name change | Dmitry Kasatkin | 2012-01-18 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 2012-01-10 | 1 | -0/+3 |
|\ |
|
| * | crypto: digital signature verification support | Dmitry Kasatkin | 2011-11-09 | 1 | -0/+1 |
| * | crypto: GnuPG based MPI lib - make files (part 3) | Dmitry Kasatkin | 2011-11-09 | 1 | -0/+2 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2012-01-10 | 1 | -0/+1 |
|\ \ |
|
| * | | lib: add GENERIC_PCI_IOMAP | Michael S. Tsirkin | 2011-11-28 | 1 | -0/+1 |
| |/ |
|
* | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-01-07 | 1 | -1/+1 |
|\ \ |
|
| * | | kref: Inline all functions | Peter Zijlstra | 2011-12-13 | 1 | -1/+1 |
| |/ |
|
* | | dql: Dynamic queue limits | Tom Herbert | 2011-11-29 | 1 | -0/+2 |
|/ |
|
* | llist: Make some llist functions inline | Huang Ying | 2011-10-04 | 1 | -3/+1 |
* | bitops: Move find_next_bit.o from lib-y to obj-y | Geert Uytterhoeven | 2011-08-30 | 1 | -2/+2 |
* | crypto: Move md5_transform to lib/md5.c | David S. Miller | 2011-08-06 | 1 | -1/+1 |
* | Merge branch 'apei' into apei-release | Len Brown | 2011-08-03 | 1 | -0/+2 |
|\ |
|
| * | lib, Add lock-less NULL terminated single list | Huang Ying | 2011-08-03 | 1 | -0/+2 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-06-08 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | lib: cordic: add library module providing cordic angle calculation | Arend van Spriel | 2011-06-03 | 1 | -0/+2 |
| * | lib: crc8: add new library module providing crc8 algorithm | Arend van Spriel | 2011-06-03 | 1 | -0/+1 |
* | | arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT} | Akinobu Mita | 2011-05-26 | 1 | -6/+2 |
|/ |
|
* | lib: Add generic binary search function to the kernel. | Tim Abbott | 2011-05-19 | 1 | -1/+2 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Artem Bityutskiy | 2011-03-25 | 1 | -1/+5 |
|\ |
|
| * | bitops: introduce CONFIG_GENERIC_FIND_BIT_LE | Akinobu Mita | 2011-03-23 | 1 | -0/+1 |
| * | kstrto*: converting strings to integers done (hopefully) right | Alexey Dobriyan | 2011-03-22 | 1 | -0/+2 |
| * | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2011-03-16 | 1 | -1/+0 |
| |\ |
|
| | * | BKL: That's all, folks | Arnd Bergmann | 2011-03-05 | 1 | -1/+0 |
| * | | lib: cpu_rmap: CPU affinity reverse-mapping | Ben Hutchings | 2011-01-24 | 1 | -0/+2 |
| |/ |
|
* | | lib: add shared BCH ECC library | Ivan Djelic | 2011-03-11 | 1 | -0/+1 |
|/ |
|
* | decompressors: add boot-time XZ support | Lasse Collin | 2011-01-13 | 1 | -0/+1 |
* | decompressors: add XZ decompressor module | Lasse Collin | 2011-01-13 | 1 | -0/+1 |
* | flex_array: export symbols to modules | David Rientjes | 2011-01-13 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2011-01-06 | 1 | -0/+2 |
|\ |
|