1. cfaff0e lib/uuid: add a test module by Andy Shevchenko · 8 years ago
  2. 7e0fb73 Merge branch 'hash' of git://ftp.sciencehorizons.net/linux by Linus Torvalds · 8 years ago
  3. 468a942 <linux/hash.h>: Add support for architecture-specific functions by George Spelvin · 8 years ago
  4. 0edaf86 include/linux/nodemask.h: create next_node_in() helper by Andrew Morton · 8 years ago
  5. 675e065 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  6. 9b1d6c8 lib: scatterlist: move SG pool code from SCSI driver to lib/sg_pool.c by Ming Lin · 8 years ago
  7. d18d12d lib/proportions: Remove unused code by Richard Cochran · 8 years ago
  8. cd11016 mm, kasan: stackdepot implementation. Enable stackdepot for SLAB by Alexander Potapenko · 8 years ago
  9. 5c9a875 kernel: add kcov code coverage by Dmitry Vyukov · 8 years ago
  10. f069153 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  11. a8463d4 dma: Provide simple noop dma ops by Christian Borntraeger · 8 years ago
  12. 5fd003f test_bitmap: unit tests for lib/bitmap.c by David Decotigny · 8 years ago
  13. 048ccca Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  14. c6d3085 UBSAN: run-time undefined behavior sanity checker by Andrey Ryabinin · 8 years ago
  15. f594870 lib/clz_tab.c: put in lib-y rather than obj-y by Chris Metcalf · 8 years ago
  16. 60b2e8f test_hexdump: rename to test_hexdump by Andy Shevchenko · 8 years ago
  17. 511cbce irq_poll: make blk-iopoll available outside the block layer by Christoph Hellwig · 9 years ago
  18. 02fff96 net: add support for netdev notifier error injection by Nikolay Aleksandrov · 9 years ago
  19. 707cc72 test_printf: test printf family at runtime by Rasmus Villemoes · 9 years ago
  20. 4623425 net: move net_get_random_once to lib by Hannes Frederic Sowa · 9 years ago
  21. 6f0a2fc Merge branch 'nmi' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  22. ca520ca Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  23. dd5cdb4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  24. dc8242f lib/Makefile: remove CONFIG_AVERAGE build rule by Valentin Rothberg · 9 years ago
  25. f8bcbe6 lib: scatterlist: add sg splitting function by Robert Jarzmik · 9 years ago
  26. 2bf9e0a locking/static_keys: Provide a selftest by Ingo Molnar · 9 years ago
  27. 579e1ac jump_label: Provide a self-test by Jason Baron · 9 years ago
  28. b2c0b2c nmi: create generic NMI backtrace implementation by Russell King · 10 years ago
  29. e965b8c Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 9 years ago
  30. c0b59fa Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Herbert Xu · 9 years ago
  31. 50ab9a6 kbuild: include core debug info when DEBUG_INFO_REDUCED by Rasmus Villemoes · 9 years ago
  32. 2da572c lib: add software 842 compression/decompression by Dan Streetman · 9 years ago
  33. e2fdae7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 9 years ago
  34. 840620a lib: rename lib/find_next_bit.c to lib/find_bit.c by Yury Norov · 9 years ago
  35. 8f6f19d lib: move find_last_bit to lib/find_next_bit.c by Yury Norov · 9 years ago
  36. 10b88a4 sparc: Break up monolithic iommu table/lock into finer graularity pools and lock by Sowmini Varadhan · 9 years ago
  37. d879cb8 move iov_iter.c from mm/ to lib/ by Al Viro · 9 years ago
  38. 3f15801 lib: add kasan test module by Andrey Ryabinin · 9 years ago
  39. 64d1d77 hexdump: introduce test suite by Andy Shevchenko · 9 years ago
  40. b3d6524 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  41. f2683b7 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by David S. Miller · 9 years ago
  42. 57dd8a0 vhost: vhost_scsi_handle_vq() should just use copy_from_user() by Al Viro · 9 years ago
  43. 9d6dbe1 rhashtable: Make selftest modular by Geert Uytterhoeven · 9 years ago
  44. c0a80c0 ftrace: allow architectures to specify ftrace compile options by Heiko Carstens · 9 years ago
  45. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  46. 350e4f4 Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  47. 0cb6c96 net, lib: kill arch_fast_hash library bits by Daniel Borkmann · 9 years ago
  48. 8d58e99a seq_buf: Move the seq_buf code to lib/ by Steven Rostedt (Red Hat) · 10 years ago
  49. 9f45894 reciprocal_div: objects with exported symbols should be obj-y rather than lib-y by Hannes Frederic Sowa · 10 years ago
  50. 8a6f0b4 lib: rename TEST_MODULE to TEST_LKM by Valentin Rothberg · 10 years ago
  51. 6de8ab6 lib: remove prio_heap by Lai Jiangshan · 10 years ago
  52. b012508 lib: add lib/glob.c by George Spelvin · 10 years ago
  53. ae045e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  54. 7e1e776 lib: Resizable, Scalable, Concurrent Hash Table by Thomas Graf · 10 years ago
  55. 0a8adf5 test: add firmware_class loader test by Kees Cook · 10 years ago
  56. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  57. 682b7c1 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  58. 64a8946 net: filter: BPF testsuite by Alexei Starovoitov · 10 years ago
  59. a88cc10 lib: Export interval_tree by Chris Wilson · 10 years ago
  60. adaf5687 lib: add fdt_empty_tree.c by Mark Salter · 10 years ago
  61. 0b74717 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  62. 4b58841 audit: Add generic compat syscall support by AKASHI Takahiro · 10 years ago
  63. a3b072c Merge tag 'efi-urgent' into x86/urgent by H. Peter Anvin · 10 years ago
  64. 6583327 x86, hweight: Fix BUG when booting with CONFIG_GCOV_PROFILE_ALL=y by Peter Oberparleiter · 10 years ago
  65. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  66. 3e2a4c1 test: check copy_to/from_user boundary validation by Kees Cook · 10 years ago
  67. 93e9ef8 test: add minimal module for verification testing by Kees Cook · 10 years ago
  68. 71ae8aa lib: introduce arch optimized hash library by Francesco Fusco · 10 years ago
  69. b0e3636 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  70. 78dc53c Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
  71. fcd40d6 percpu-refcount: Add percpu-refcount.o to obj-y by Randy Dunlap · 11 years ago
  72. 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
  73. 623fd80 percpu: add test module for various percpu operations by Greg Thelen · 11 years ago
  74. 32cf7c3 locking: Move the percpu-rwsem code to kernel/locking/ by Peter Zijlstra · 11 years ago
  75. ed428bf locking: Move the rwsem code to kernel/locking/ by Peter Zijlstra · 11 years ago
  76. 60fc287 locking: Move the spinlock code to kernel/locking/ by Peter Zijlstra · 11 years ago
  77. 3cb9895 Add a generic associative array implementation. by David Howells · 11 years ago
  78. 48efe45 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  79. 798ab48 idr: Percpu ida by Kent Overstreet · 11 years ago
  80. 2f4f12e lockref: uninline lockref helper functions by Linus Torvalds · 11 years ago
  81. c72ac7a lib: add lz4 compressor module by Chanho Min · 11 years ago
  82. e76e1fd lib: add support for LZ4-compressed kernel by Kyungsik Lee · 11 years ago
  83. 4df87bb lib: add weak clz/ctz functions by Chanho Min · 11 years ago
  84. 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
  85. 13cc560 Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 11 years ago
  86. ee89bd6 lib: Move fonts from drivers/video/console/ to lib/fonts/ by Geert Uytterhoeven · 11 years ago
  87. 4cd5773 net: core: move mac_pton() to lib/net_utils.c by Andy Shevchenko · 11 years ago
  88. 215e262 percpu: implement generic percpu refcounting by Kent Overstreet · 11 years ago
  89. b4d3ba3 lib: make iovec obj instead of lib by Randy Dunlap · 11 years ago
  90. d2f83e9 Hoist memcpy_fromiovec/memcpy_toiovec into lib/ by Rusty Russell · 11 years ago
  91. 446f24d Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKS by Stephen Boyd · 11 years ago
  92. 16c7fa0 lib/string_helpers: introduce generic string_unescape by Andy Shevchenko · 11 years ago
  93. 0635eb8 Move utf16 functions to kernel core and rename by Matthew Garrett · 11 years ago
  94. c759b35 kfifo: move kfifo.c from kernel/ to lib/ by Stefani Seibold · 11 years ago
  95. 16e024f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  96. 22b361d percpu_rw_semaphore: introduce CONFIG_PERCPU_RWSEM by Oleg Nesterov · 11 years ago
  97. a1fd3e2 percpu_rw_semaphore: reimplement to not block the readers unnecessarily by Oleg Nesterov · 11 years ago
  98. 18dd0bf Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  99. d526e85 powerpc+of: Rename and fix OF reconfig notifier error inject module by Benjamin Herrenschmidt · 11 years ago
  100. cff2f74 Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago