summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
Commit message (Expand)AuthorAgeFilesLines
* lib: add lib/glob.cGeorge Spelvin2014-08-061-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-08-061-1/+1
|\
| * lib: Resizable, Scalable, Concurrent Hash TableThomas Graf2014-08-021-1/+1
* | test: add firmware_class loader testKees Cook2014-07-171-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-0/+1
|\
| * net: filter: BPF testsuiteAlexei Starovoitov2014-05-121-0/+1
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-06-121-2/+1
|\ \
| * | lib: Export interval_treeChris Wilson2014-05-051-2/+1
| |/
* / lib: add fdt_empty_tree.cMark Salter2014-04-301-1/+2
|/
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-04-121-0/+1
|\
| * audit: Add generic compat syscall supportAKASHI Takahiro2014-03-201-0/+1
* | Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin2014-02-071-1/+3
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-251-1/+1
| |\ \
| | * | lib: introduce arch optimized hash libraryFrancesco Fusco2013-12-171-1/+1
| | |/
| * | test: check copy_to/from_user boundary validationKees Cook2014-01-231-0/+1
| * | test: add minimal module for verification testingKees Cook2014-01-231-0/+1
| |/
* / x86, hweight: Fix BUG when booting with CONFIG_GCOV_PROFILE_ALL=yPeter Oberparleiter2014-02-061-0/+1
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-11-221-2/+2
|\
| * percpu-refcount: Add percpu-refcount.o to obj-yRandy Dunlap2013-11-191-2/+2
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds2013-11-211-0/+1
|\ \
| * | Add a generic associative array implementation.David Howells2013-09-241-0/+1
| |/
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-141-4/+0
|\ \
| * | locking: Move the percpu-rwsem code to kernel/locking/Peter Zijlstra2013-11-061-1/+0
| * | locking: Move the rwsem code to kernel/locking/Peter Zijlstra2013-11-061-2/+0
| * | locking: Move the spinlock code to kernel/locking/Peter Zijlstra2013-11-061-1/+0
| |/
* / percpu: add test module for various percpu operationsGreg Thelen2013-11-131-0/+2
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-09-121-2/+3
|\
| * idr: Percpu idaKent Overstreet2013-09-091-2/+3
* | lockref: uninline lockref helper functionsLinus Torvalds2013-09-021-0/+1
|/
* lib: add lz4 compressor moduleChanho Min2013-07-091-0/+2
* lib: add support for LZ4-compressed kernelKyungsik Lee2013-07-091-0/+2
* lib: add weak clz/ctz functionsChanho Min2013-07-091-1/+1
* Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-031-0/+2
|\
| * lib: Move fonts from drivers/video/console/ to lib/fonts/Geert Uytterhoeven2013-06-281-0/+2
* | Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2013-07-021-1/+1
|\ \
| * | percpu: implement generic percpu refcountingKent Overstreet2013-06-031-1/+1
| |/
* / net: core: move mac_pton() to lib/net_utils.cAndy Shevchenko2013-06-051-0/+2
|/
* lib: make iovec obj instead of libRandy Dunlap2013-05-231-2/+2
* Hoist memcpy_fromiovec/memcpy_toiovec into lib/Rusty Russell2013-05-201-1/+1
* Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKSStephen Boyd2013-04-301-0/+1
* lib/string_helpers: introduce generic string_unescapeAndy Shevchenko2013-04-301-1/+3
* Move utf16 functions to kernel core and renameMatthew Garrett2013-04-151-0/+2
* kfifo: move kfifo.c from kernel/ to lib/Stefani Seibold2013-02-271-1/+1
* 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
|\ \ \