summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-12-181-2/+2
|\
| * powerpc+of: Rename and fix OF reconfig notifier error inject moduleBenjamin Herrenschmidt2012-12-141-2/+2
* | percpu_rw_semaphore: introduce CONFIG_PERCPU_RWSEMOleg Nesterov2012-12-171-1/+2
* | percpu_rw_semaphore: reimplement to not block the readers unnecessarilyOleg Nesterov2012-12-171-1/+1
* | Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-12-141-1/+2
|\ \
| * | lib: Add early cpio decoderH. Peter Anvin2012-09-301-1/+1
* | | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-111-2/+1
|\ \ \
| * | | lib: kobject_uevent is no longer dependant on CONFIG_HOTPLUGBill Pemberton2012-11-281-2/+1
| | |/ | |/|
* | | lib/Makefile: Fix oid_registry build dependencyTim Gardner2012-12-061-1/+1
|/ /
* | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-141-0/+18
|\ \
| * | X.509: Add an ASN.1 decoderDavid Howells2012-10-081-0/+2
| * | X.509: Implement simple static OID registryDavid Howells2012-10-081-0/+16
| |/
* | prio_tree: removeMichel Lespinasse2012-10-091-2/+1
* | rbtree: add prio tree and interval tree testsMichel Lespinasse2012-10-091-0/+4
* | rbtree: performance and correctness testMichel Lespinasse2012-10-091-0/+2
|/
* Merge tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-07-301-1/+1
|\
| * lib: Proportions with flexible periodJan Kara2012-06-091-1/+1
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-301-1/+6
|\ \
| * | powerpc: pSeries reconfig notifier error injection moduleAkinobu Mita2012-07-301-0/+2
| * | memory: memory notifier error injection moduleAkinobu Mita2012-07-301-0/+1
| * | PM: PM notifier error injection moduleAkinobu Mita2012-07-301-0/+1
| * | fault-injection: notifier error injectionAkinobu Mita2012-07-301-0/+1
| * | string: introduce memweight()Akinobu Mita2012-07-301-1/+1
| |/
* | of/lib: Allow scripts/dtc/libfdt to be used from kernel codeDavid Daney2012-07-231-0/+5
|/
* Merge branch 'generic-string-functions'Linus Torvalds2012-05-261-0/+1
|\
| * lib: add generic strnlen_user() functionLinus Torvalds2012-05-261-0/+1
* | Merge tag 'stmp-dev' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-05-261-0/+2
|\ \ | |/ |/|
| * lib: add support for stmp-style devicesWolfram Sang2012-04-201-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2012-05-241-0/+2
|\ \
| * | lib: Sparc's strncpy_from_user is generic enough, move under lib/David S. Miller2012-05-241-0/+2
| |/
* | ddr: add LPDDR2 data from JESD209-2Aneesh V2012-05-021-0/+2
|/
* lib: Fix multiple definitions of clz_tabDavid Miller2012-02-021-0/+2
* lib: digital signature config option name changeDmitry Kasatkin2012-01-181-1/+1
* Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-101-0/+3
|\
| * crypto: digital signature verification supportDmitry Kasatkin2011-11-091-0/+1
| * crypto: GnuPG based MPI lib - make files (part 3)Dmitry Kasatkin2011-11-091-0/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2012-01-101-0/+1
|\ \
| * | lib: add GENERIC_PCI_IOMAPMichael S. Tsirkin2011-11-281-0/+1
| |/
* | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-071-1/+1
|\ \
| * | kref: Inline all functionsPeter Zijlstra2011-12-131-1/+1
| |/
* | dql: Dynamic queue limitsTom Herbert2011-11-291-0/+2
|/
* llist: Make some llist functions inlineHuang Ying2011-10-041-3/+1
* bitops: Move find_next_bit.o from lib-y to obj-yGeert Uytterhoeven2011-08-301-2/+2
* crypto: Move md5_transform to lib/md5.cDavid S. Miller2011-08-061-1/+1
* Merge branch 'apei' into apei-releaseLen Brown2011-08-031-0/+2
|\
| * lib, Add lock-less NULL terminated single listHuang Ying2011-08-031-0/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-081-0/+3
|\ \ | |/ |/|
| * lib: cordic: add library module providing cordic angle calculationArend van Spriel2011-06-031-0/+2
| * lib: crc8: add new library module providing crc8 algorithmArend van Spriel2011-06-031-0/+1
* | arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita2011-05-261-6/+2
|/
OpenPOWER on IntegriCloud