1. f808c13 lib/interval_tree: fast overlap detection by Davidlohr Bueso · 7 years ago
  2. b10d43f lib/rbtree_test.c: support rb_root_cached by Davidlohr Bueso · 7 years ago
  3. 977bd8d lib/rbtree_test.c: add (inorder) traversal test by Davidlohr Bueso · 7 years ago
  4. 223f891 lib/rbtree_test.c: make input module parameters by Davidlohr Bueso · 7 years ago
  5. 35dc67d rbtree: add some additional comments for rebalancing cases by Davidlohr Bueso · 7 years ago
  6. 2aadf7f rbtree: optimize root-check during rebalancing loop by Davidlohr Bueso · 7 years ago
  7. cd9e61e rbtree: cache leftmost node internally by Davidlohr Bueso · 7 years ago
  8. 03270c1 lib/string.c: add testcases for memset16/32/64 by Matthew Wilcox · 7 years ago
  9. 3b3c4ba lib/string.c: add multibyte memset functions by Matthew Wilcox · 7 years ago
  10. 3645e6d Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  11. 80cee03 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  12. aae3dbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  13. ec3604c Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  14. 44b1671 Merge tag 'driver-core-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  15. 0475919 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  16. b1b6f83 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  17. 5f82e71 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  18. b0c79f4 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  19. fea1543 Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  20. edc2988 Merge branch 'linus' into locking/core, to fix up conflicts by Ingo Molnar · 7 years ago
  21. 81a84ad Merge branch 'docs-next' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  22. b63f604 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
  23. 906dde0 Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  24. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  25. a1c516a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  26. 48c40c2 assoc_array: fix path to assoc_array documentation by Alexander Kuleshov · 7 years ago
  27. 388f79f idr: Add new APIs to support unsigned long by Chris Mi · 7 years ago
  28. d82fed7 locking/lockdep/selftests: Fix mixed read-write ABBA tests by Peter Zijlstra · 7 years ago
  29. 413d63d71b Merge branch 'linus' into x86/mm to pick up fixes and to fix conflicts by Ingo Molnar · 7 years ago
  30. b5e0fff lib/raid6: align AVX512 constants to 512 bits, not bytes by Denys Vlasenko · 7 years ago
  31. e914985 locking/lockdep/selftests: Add mixed read-write ABBA tests by Peter Zijlstra · 7 years ago
  32. 10c9850 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
  33. e90c48e Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 7 years ago
  34. dea3eb8 lib/mpi: kunmap after finishing accessing buffer by Stephan Mueller · 7 years ago
  35. e2a7c34 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  36. 735f463 Merge tag 'drm-intel-next-2017-08-18' of git://anongit.freedesktop.org/git/drm-intel into drm-next by Dave Airlie · 7 years ago
  37. d1b48c1 drm/i915: Replace execbuf vma ht with an idr by Chris Wilson · 7 years ago
  38. 7edaeb6 kernel/watchdog: Prevent false positives with turbo modes by Thomas Gleixner · 7 years ago
  39. e26f34a locking/lockdep: Make CONFIG_LOCKDEP_CROSSRELEASE and CONFIG_LOCKDEP_COMPLETIONS truly non-interactive by Ingo Molnar · 7 years ago
  40. ea3f2c0 locking/lockdep: Rename CONFIG_LOCKDEP_COMPLETE to CONFIG_LOCKDEP_COMPLETIONS by Byungchul Park · 7 years ago
  41. 0f0a222 locking/lockdep: Reword title of LOCKDEP_CROSSRELEASE config by Byungchul Park · 7 years ago
  42. d0541b0 locking/lockdep: Make CONFIG_LOCKDEP_CROSSRELEASE part of CONFIG_PROVE_LOCKING by Byungchul Park · 7 years ago
  43. dea632c lib/mpi: fix build with clang by Stefan Agner · 7 years ago
  44. 463910e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  45. f75f6ff Merge 4.13-rc5 into driver-core-next by Greg Kroah-Hartman · 7 years ago
  46. caba4cb debugobjects: Make kmemleak ignore debug objects by Waiman Long · 7 years ago
  47. 040cca3 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  48. 9eeb52a fault-inject: fix wrong should_fail() decision in task context by Akinobu Mita · 7 years ago
  49. 4e98ebe test_kmod: fix small memory leak on filesystem tests by Dan Carpenter · 7 years ago
  50. 9c56771 test_kmod: fix the lock in register_test_dev_kmod() by Dan Carpenter · 7 years ago
  51. 434b06a test_kmod: fix bug which allows negative values on two config options by Luis R. Rodriguez · 7 years ago
  52. a4afe8c test_kmod: fix spelling mistake: "EMTPY" -> "EMPTY" by Colin Ian King · 7 years ago
  53. c92316b test_firmware: add batched firmware tests by Luis R. Rodriguez · 7 years ago
  54. 1d0f49e Merge branch 'x86/urgent' into x86/asm, to pick up fixes by Ingo Molnar · 7 years ago
  55. cd8084f locking/lockdep: Apply crossrelease to completions by Byungchul Park · 7 years ago
  56. b09be67 locking/lockdep: Implement the 'crossrelease' feature by Byungchul Park · 7 years ago
  57. 92b31a9 bpf: add BPF_J{LT,LE,SLT,SLE} instructions by Daniel Borkmann · 7 years ago
  58. 6ec4e251 md/raid6: implement recovery using ARM NEON intrinsics by Ard Biesheuvel · 7 years ago
  59. 35129dd md/raid6: use faster multiplication for ARM NEON delta syndrome by Ard Biesheuvel · 7 years ago
  60. 29fda25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  61. bc78d64 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  62. 2cf0c8b netlink: Introduce nla_strdup() by Phil Sutter · 7 years ago
  63. 64c83d83 net netlink: Add new type NLA_BITFIELD32 by Jamal Hadi Salim · 7 years ago
  64. 3acdfd2 errseq: rename __errseq_set to errseq_set by Jeff Layton · 7 years ago
  65. a34a766 x86/kconfig: Make it easier to switch to the new ORC unwinder by Josh Poimboeuf · 7 years ago
  66. ee9f8fc x86/unwind: Add the ORC unwinder by Josh Poimboeuf · 7 years ago
  67. 7836925 lib: test_rhashtable: Fix KASAN warning by Phil Sutter · 7 years ago
  68. e859afe lib: test_rhashtable: fix for large entry counts by Phil Sutter · 7 years ago
  69. 1af824f Merge branch 'bind_unbind' into driver-core-next by Greg Kroah-Hartman · 7 years ago
  70. 1455cf8 driver core: emit uevents when device is bound to a driver by Dmitry Torokhov · 7 years ago
  71. d9cf484 uuid: fix incorrect uuid_equal conversion in test_uuid_test by Christoph Hellwig · 7 years ago
  72. 648babb swiotlb: Add warnings for use of bounce buffers with SME by Tom Lendacky · 7 years ago
  73. c775320 x86, swiotlb: Add memory encryption support by Tom Lendacky · 7 years ago
  74. 52f6c58 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 7 years ago
  75. eecabf5 random: suppress spammy warnings about unseeded randomness by Theodore Ts'o · 7 years ago
  76. d9c6a72 kmod: add test driver to stress test the module loader by Luis R. Rodriguez · 7 years ago
  77. 1203c8e fault-inject: simplify access check for fail-nth by Akinobu Mita · 7 years ago
  78. ffba19c lib/atomic64_test.c: add a test that atomic64_inc_not_zero() returns an int by Michael Ellerman · 7 years ago
  79. 3e8f399 writeback: rework wb_[dec|inc]_stat family of functions by Nikolay Borisov · 7 years ago
  80. 6974f0c include/linux/string.h: add the option of fortified string.h functions by Daniel Micay · 7 years ago
  81. 05a4a95 kernel/watchdog: split up config options by Nicholas Piggin · 7 years ago
  82. e41d581 fault-inject: support systematic fault injection by Dmitry Vyukov · 7 years ago
  83. 7c43a65 test_sysctl: test against int proc_dointvec() array support by Luis R. Rodriguez · 7 years ago
  84. 2920fad test_sysctl: add simple proc_douintvec() case by Luis R. Rodriguez · 7 years ago
  85. eb965ed test_sysctl: add simple proc_dointvec() case by Luis R. Rodriguez · 7 years ago
  86. 9308f2f test_sysctl: add dedicated proc sysctl test driver by Luis R. Rodriguez · 7 years ago
  87. 166a0f7 lib/bsearch.c: micro-optimize pivot position calculation by Sergey Senozhatsky · 7 years ago
  88. a94c33d lib/extable.c: use bsearch() library function in search_extable() by Thomas Meyer · 7 years ago
  89. 12e8fd6 lib/rhashtable.c: use kvzalloc() in bucket_table_alloc() when possible by Michal Hocko · 7 years ago
  90. c46ecce lib/interval_tree_test.c: allow full tree search by Davidlohr Bueso · 7 years ago
  91. a8ec14d lib/interval_tree_test.c: allow users to limit scope of endpoint by Davidlohr Bueso · 7 years ago
  92. a54dae0 lib/interval_tree_test.c: make test options module parameters by Davidlohr Bueso · 7 years ago
  93. 0f789b6 lib/interval_tree_test.c: allow the module to be compiled-in by Davidlohr Bueso · 7 years ago
  94. be5f3c7 lib/kstrtox.c: use "unsigned int" more by Alexey Dobriyan · 7 years ago
  95. 512750e lib/kstrtox.c: delete end-of-string test by Alexey Dobriyan · 7 years ago
  96. e5af323 bitmap: optimise bitmap_set and bitmap_clear of a single bit by Matthew Wilcox · 7 years ago
  97. 3cc7812 lib/test_bitmap.c: add optimisation tests by Matthew Wilcox · 7 years ago
  98. 2ceedf9 Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 7 years ago
  99. 6a37e94 Merge branch 'uaccess-work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  100. 088737f Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago