aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
AgeCommit message (Expand)AuthorFilesLines
2014-04-12Merge git://git.infradead.org/users/eparis/auditGravatar Linus Torvalds 1-0/+1
2014-03-20audit: Add generic compat syscall supportGravatar AKASHI Takahiro 1-0/+1
2014-02-07Merge tag 'efi-urgent' into x86/urgentGravatar H. Peter Anvin 1-1/+3
2014-02-06x86, hweight: Fix BUG when booting with CONFIG_GCOV_PROFILE_ALL=yGravatar Peter Oberparleiter 1-0/+1
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+1
2014-01-23test: check copy_to/from_user boundary validationGravatar Kees Cook 1-0/+1
2014-01-23test: add minimal module for verification testingGravatar Kees Cook 1-0/+1
2013-12-17lib: introduce arch optimized hash libraryGravatar Francesco Fusco 1-1/+1
2013-11-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-2/+2
2013-11-21Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Gravatar Linus Torvalds 1-0/+1
2013-11-19percpu-refcount: Add percpu-refcount.o to obj-yGravatar Randy Dunlap 1-2/+2
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-4/+0
2013-11-13percpu: add test module for various percpu operationsGravatar Greg Thelen 1-0/+2
2013-11-06locking: Move the percpu-rwsem code to kernel/locking/Gravatar Peter Zijlstra 1-1/+0
2013-11-06locking: Move the rwsem code to kernel/locking/Gravatar Peter Zijlstra 1-2/+0
2013-11-06locking: Move the spinlock code to kernel/locking/Gravatar Peter Zijlstra 1-1/+0
2013-09-24Add a generic associative array implementation.Gravatar David Howells 1-0/+1
2013-09-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-2/+3
2013-09-09idr: Percpu idaGravatar Kent Overstreet 1-2/+3
2013-09-02lockref: uninline lockref helper functionsGravatar Linus Torvalds 1-0/+1
2013-07-09lib: add lz4 compressor moduleGravatar Chanho Min 1-0/+2
2013-07-09lib: add support for LZ4-compressed kernelGravatar Kyungsik Lee 1-0/+2
2013-07-09lib: add weak clz/ctz functionsGravatar Chanho Min 1-1/+1
2013-07-03Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+2
2013-07-02Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Gravatar Linus Torvalds 1-1/+1
2013-06-28lib: Move fonts from drivers/video/console/ to lib/fonts/Gravatar Geert Uytterhoeven 1-0/+2
2013-06-05net: core: move mac_pton() to lib/net_utils.cGravatar Andy Shevchenko 1-0/+2
2013-06-03percpu: implement generic percpu refcountingGravatar Kent Overstreet 1-1/+1
2013-05-23lib: make iovec obj instead of libGravatar Randy Dunlap 1-2/+2
2013-05-20Hoist memcpy_fromiovec/memcpy_toiovec into lib/Gravatar Rusty Russell 1-1/+1
2013-04-30Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKSGravatar Stephen Boyd 1-0/+1
2013-04-30lib/string_helpers: introduce generic string_unescapeGravatar Andy Shevchenko 1-1/+3
2013-04-15Move utf16 functions to kernel core and renameGravatar Matthew Garrett 1-0/+2
2013-02-27kfifo: move kfifo.c from kernel/ to lib/Gravatar Stefani Seibold 1-1/+1
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 1-2/+2
2012-12-17percpu_rw_semaphore: introduce CONFIG_PERCPU_RWSEMGravatar Oleg Nesterov 1-1/+2
2012-12-17percpu_rw_semaphore: reimplement to not block the readers unnecessarilyGravatar Oleg Nesterov 1-1/+1
2012-12-14Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+2
2012-12-14powerpc+of: Rename and fix OF reconfig notifier error inject moduleGravatar Benjamin Herrenschmidt 1-2/+2
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+1
2012-12-06lib/Makefile: Fix oid_registry build dependencyGravatar Tim Gardner 1-1/+1
2012-11-28lib: kobject_uevent is no longer dependant on CONFIG_HOTPLUGGravatar Bill Pemberton 1-2/+1
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+18
2012-10-09prio_tree: removeGravatar Michel Lespinasse 1-2/+1
2012-10-09rbtree: add prio tree and interval tree testsGravatar Michel Lespinasse 1-0/+4
2012-10-09rbtree: performance and correctness testGravatar Michel Lespinasse 1-0/+2
2012-10-08X.509: Add an ASN.1 decoderGravatar David Howells 1-0/+2
2012-10-08X.509: Implement simple static OID registryGravatar David Howells 1-0/+16
2012-09-30lib: Add early cpio decoderGravatar H. Peter Anvin 1-1/+1
2012-07-30Merge tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1