summaryrefslogtreecommitdiff
path: root/lib/Makefile
AgeCommit message (Expand)Author
2014-12-11rheap: move rheap.c from arch/powerpc/lib/ to lib/Zhao Qiang
2014-04-10Merge branch 'rtmerge' into sdk-v1.6.xScott Wood
2014-04-10rwsem-add-rt-variant.patchThomas Gleixner
2014-04-08Merge remote-tracking branch 'stable/linux-3.12.y' into sdk-v1.6.xScott Wood
2014-04-08Merge branch 'merge' into sdk-v1.6.xScott Wood
2014-04-07Rewind v3.13-rc3+ (78fd82238d0e5716) to v3.12Scott Wood
2014-02-20x86, hweight: Fix BUG when booting with CONFIG_GCOV_PROFILE_ALL=yPeter Oberparleiter
2013-12-14Merge remote-tracking branch 'linus/master' into mergeScott Wood
2013-11-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2013-11-22Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds
2013-11-20percpu-refcount: Add percpu-refcount.o to obj-yRandy Dunlap
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-11-13percpu: add test module for various percpu operationsGreg Thelen
2013-11-06locking: Move the percpu-rwsem code to kernel/locking/Peter Zijlstra
2013-11-06locking: Move the rwsem code to kernel/locking/Peter Zijlstra
2013-11-06locking: Move the spinlock code to kernel/locking/Peter Zijlstra
2013-11-03Merge tag 'v3.10' into sdk-kernel-3.10Scott Wood
2013-10-29Revert to 3.8 (no rt, no stable)Scott Wood
2013-10-29Revert to v3.8 (no RT, no stable)Scott Wood
2013-09-24Add a generic associative array implementation.David Howells
2013-09-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2013-09-09idr: Percpu idaKent Overstreet
2013-09-02lockref: uninline lockref helper functionsLinus Torvalds
2013-07-09lib: add lz4 compressor moduleChanho Min
2013-07-09lib: add support for LZ4-compressed kernelKyungsik Lee
2013-07-09lib: add weak clz/ctz functionsChanho Min
2013-07-05lib: Add CRC64 ECMA moduleMarian Chereji
2013-07-03Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-07-03Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2013-06-28lib: Move fonts from drivers/video/console/ to lib/fonts/Geert Uytterhoeven
2013-06-05net: core: move mac_pton() to lib/net_utils.cAndy Shevchenko
2013-06-03percpu: implement generic percpu refcountingKent Overstreet
2013-05-26rwsem-add-rt-variant.patchThomas Gleixner
2013-05-23lib: make iovec obj instead of libRandy Dunlap
2013-05-20Hoist memcpy_fromiovec/memcpy_toiovec into lib/Rusty Russell
2013-05-01Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKSStephen Boyd
2013-05-01lib/string_helpers: introduce generic string_unescapeAndy Shevchenko
2013-04-15Move utf16 functions to kernel core and renameMatthew Garrett
2013-04-04rwsem-add-rt-variant.patchThomas Gleixner
2013-02-28kfifo: move kfifo.c from kernel/ to lib/Stefani Seibold
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-12-18percpu_rw_semaphore: introduce CONFIG_PERCPU_RWSEMOleg Nesterov
2012-12-18percpu_rw_semaphore: reimplement to not block the readers unnecessarilyOleg Nesterov
2012-12-14Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-12-13powerpc+of: Rename and fix OF reconfig notifier error inject moduleBenjamin Herrenschmidt
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-12-06lib/Makefile: Fix oid_registry build dependencyTim Gardner
2012-11-28lib: kobject_uevent is no longer dependant on CONFIG_HOTPLUGBill Pemberton
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-10-09prio_tree: removeMichel Lespinasse