1. 8a6f0b4 lib: rename TEST_MODULE to TEST_LKM by Valentin Rothberg · 10 years ago
  2. 6de8ab6 lib: remove prio_heap by Lai Jiangshan · 10 years ago
  3. b012508 lib: add lib/glob.c by George Spelvin · 10 years ago
  4. ae045e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  5. 7e1e776 lib: Resizable, Scalable, Concurrent Hash Table by Thomas Graf · 10 years ago
  6. 0a8adf5 test: add firmware_class loader test by Kees Cook · 10 years ago
  7. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  8. 682b7c1 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  9. 64a8946 net: filter: BPF testsuite by Alexei Starovoitov · 10 years ago
  10. a88cc10 lib: Export interval_tree by Chris Wilson · 10 years ago
  11. adaf5687 lib: add fdt_empty_tree.c by Mark Salter · 10 years ago
  12. 0b74717 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  13. 4b58841 audit: Add generic compat syscall support by AKASHI Takahiro · 10 years ago
  14. a3b072c Merge tag 'efi-urgent' into x86/urgent by H. Peter Anvin · 10 years ago
  15. 6583327 x86, hweight: Fix BUG when booting with CONFIG_GCOV_PROFILE_ALL=y by Peter Oberparleiter · 10 years ago
  16. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  17. 3e2a4c1 test: check copy_to/from_user boundary validation by Kees Cook · 10 years ago
  18. 93e9ef8 test: add minimal module for verification testing by Kees Cook · 10 years ago
  19. 71ae8aa lib: introduce arch optimized hash library by Francesco Fusco · 11 years ago
  20. b0e3636 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  21. 78dc53c Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
  22. fcd40d6 percpu-refcount: Add percpu-refcount.o to obj-y by Randy Dunlap · 11 years ago
  23. 5e30025 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  24. 623fd80 percpu: add test module for various percpu operations by Greg Thelen · 11 years ago
  25. 32cf7c3 locking: Move the percpu-rwsem code to kernel/locking/ by Peter Zijlstra · 11 years ago
  26. ed428bf locking: Move the rwsem code to kernel/locking/ by Peter Zijlstra · 11 years ago
  27. 60fc287 locking: Move the spinlock code to kernel/locking/ by Peter Zijlstra · 11 years ago
  28. 3cb9895 Add a generic associative array implementation. by David Howells · 11 years ago
  29. 48efe45 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  30. 798ab48 idr: Percpu ida by Kent Overstreet · 11 years ago
  31. 2f4f12e lockref: uninline lockref helper functions by Linus Torvalds · 11 years ago
  32. c72ac7a lib: add lz4 compressor module by Chanho Min · 11 years ago
  33. e76e1fd lib: add support for LZ4-compressed kernel by Kyungsik Lee · 11 years ago
  34. 4df87bb lib: add weak clz/ctz functions by Chanho Min · 11 years ago
  35. ab53485 Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 11 years ago
  36. 13cc560 Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 11 years ago
  37. ee89bd6 lib: Move fonts from drivers/video/console/ to lib/fonts/ by Geert Uytterhoeven · 11 years ago
  38. 4cd5773 net: core: move mac_pton() to lib/net_utils.c by Andy Shevchenko · 11 years ago
  39. 215e262 percpu: implement generic percpu refcounting by Kent Overstreet · 11 years ago
  40. b4d3ba3 lib: make iovec obj instead of lib by Randy Dunlap · 11 years ago
  41. d2f83e9 Hoist memcpy_fromiovec/memcpy_toiovec into lib/ by Rusty Russell · 11 years ago
  42. 446f24d Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKS by Stephen Boyd · 11 years ago
  43. 16c7fa0 lib/string_helpers: introduce generic string_unescape by Andy Shevchenko · 11 years ago
  44. 0635eb8 Move utf16 functions to kernel core and rename by Matthew Garrett · 11 years ago
  45. c759b35 kfifo: move kfifo.c from kernel/ to lib/ by Stefani Seibold · 11 years ago
  46. 16e024f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  47. 22b361d percpu_rw_semaphore: introduce CONFIG_PERCPU_RWSEM by Oleg Nesterov · 12 years ago
  48. a1fd3e2 percpu_rw_semaphore: reimplement to not block the readers unnecessarily by Oleg Nesterov · 12 years ago
  49. 18dd0bf Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  50. d526e85 powerpc+of: Rename and fix OF reconfig notifier error inject module by Benjamin Herrenschmidt · 12 years ago
  51. cff2f74 Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  52. 527897c lib/Makefile: Fix oid_registry build dependency by Tim Gardner · 12 years ago
  53. 610141e lib: kobject_uevent is no longer dependant on CONFIG_HOTPLUG by Bill Pemberton · 12 years ago
  54. d25282d Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  55. 147e615 prio_tree: remove by Michel Lespinasse · 12 years ago
  56. fff3fd8 rbtree: add prio tree and interval tree tests by Michel Lespinasse · 12 years ago
  57. 910a742 rbtree: performance and correctness test by Michel Lespinasse · 12 years ago
  58. 42d5ec2 X.509: Add an ASN.1 decoder by David Howells · 12 years ago
  59. a77ad6e X.509: Implement simple static OID registry by David Howells · 12 years ago
  60. e645960 lib: Add early cpio decoder by H. Peter Anvin · 12 years ago
  61. 2e3ee61 Merge tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  62. 27c1ee3 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  63. 08dfb4d powerpc: pSeries reconfig notifier error injection module by Akinobu Mita · 12 years ago
  64. 9579f5b memory: memory notifier error injection module by Akinobu Mita · 12 years ago
  65. 048b9c3 PM: PM notifier error injection module by Akinobu Mita · 12 years ago
  66. 8d43828 fault-injection: notifier error injection by Akinobu Mita · 12 years ago
  67. 639b9e3 string: introduce memweight() by Akinobu Mita · 12 years ago
  68. ab25383 of/lib: Allow scripts/dtc/libfdt to be used from kernel code by David Daney · 12 years ago
  69. f3109a5 lib: Proportions with flexible period by Jan Kara · 12 years ago
  70. 1e2aec8 Merge branch 'generic-string-functions' by Linus Torvalds · 12 years ago
  71. 39b6cc6 Merge tag 'stmp-dev' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  72. a08c535 lib: add generic strnlen_user() function by Linus Torvalds · 12 years ago
  73. ce00417 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 12 years ago
  74. 2922585 lib: Sparc's strncpy_from_user is generic enough, move under lib/ by David S. Miller · 12 years ago
  75. 9c1c21a ddr: add LPDDR2 data from JESD209-2 by Aneesh V · 12 years ago
  76. 4ccf4be lib: add support for stmp-style devices by Wolfram Sang · 13 years ago
  77. c6df4b1 lib: Fix multiple definitions of clz_tab by David Miller · 12 years ago
  78. 5e8898e lib: digital signature config option name change by Dmitry Kasatkin · 12 years ago
  79. e7691a1 Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 12 years ago
  80. e343a89 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 12 years ago
  81. 7affca3 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  82. 4af679c kref: Inline all functions by Peter Zijlstra · 13 years ago
  83. 75957ba dql: Dynamic queue limits by Tom Herbert · 13 years ago
  84. 66eab4d lib: add GENERIC_PCI_IOMAP by Michael S. Tsirkin · 13 years ago
  85. 051dbb9 crypto: digital signature verification support by Dmitry Kasatkin · 13 years ago
  86. d9c46b1 crypto: GnuPG based MPI lib - make files (part 3) by Dmitry Kasatkin · 13 years ago
  87. 1230db8 llist: Make some llist functions inline by Huang Ying · 13 years ago
  88. bd82382 bitops: Move find_next_bit.o from lib-y to obj-y by Geert Uytterhoeven · 13 years ago
  89. bc0b96b crypto: Move md5_transform to lib/md5.c by David S. Miller · 13 years ago
  90. d0e323b Merge branch 'apei' into apei-release by Len Brown · 13 years ago
  91. f49f23a lib, Add lock-less NULL terminated single list by Huang Ying · 13 years ago
  92. c0c33ad Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  93. 10f8113 lib: cordic: add library module providing cordic angle calculation by Arend van Spriel · 13 years ago
  94. 7150962 lib: crc8: add new library module providing crc8 algorithm by Arend van Spriel · 13 years ago
  95. 63e424c arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT} by Akinobu Mita · 13 years ago
  96. 1a94dc3 lib: Add generic binary search function to the kernel. by Tim Abbott · 13 years ago
  97. 7bf7e37 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linus-1 by Artem Bityutskiy · 13 years ago
  98. 0664996 bitops: introduce CONFIG_GENERIC_FIND_BIT_LE by Akinobu Mita · 13 years ago
  99. 33ee3b2 kstrto*: converting strings to integers done (hopefully) right by Alexey Dobriyan · 13 years ago
  100. f74b944 Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 13 years ago