1. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  2. b293fca Merge tag 'riscv-for-linus-4.15-arch-v9-premerge' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/linux by Linus Torvalds · 7 years ago
  3. 9682b3d Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 7 years ago
  4. 37dc795 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  5. 2bcc673 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  6. d6ec9d9 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  7. 8e9a2db Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  8. 7832681 Merge tag 'docs-4.15' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  9. 28033ae net: netlink: Update attr validation to require exact length for some types by David Ahern · 7 years ago
  10. 1d9ddde1 lib/mpi: call cond_resched() from mpi_powm() loop by Eric Biggers · 7 years ago
  11. 91a6a6c Merge branch 'linus' into x86/asm, to resolve conflict by Ingo Molnar · 7 years ago
  12. 4dc6758 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  13. 624f5ab KEYS: fix NULL pointer dereference during ASN.1 parsing [ver #2] by Eric Biggers · 7 years ago
  14. d7b417f x86/mm: Add DMA support for SEV memory encryption by Tom Lendacky · 7 years ago
  15. b3d9a13 Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts by Ingo Molnar · 7 years ago
  16. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  17. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  18. ead7515 Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  19. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  20. 2eb9eab KEYS: fix out-of-bounds read during ASN.1 parsing by Eric Biggers · 7 years ago
  21. 3357b0d Merge branch 'x86/mpx/prep' into x86/asm by Ingo Molnar · 7 years ago
  22. ed29668 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  23. b39ab98 Mark 'ioremap_page_range()' as possibly sleeping by Linus Torvalds · 7 years ago
  24. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  25. ea67899 assoc_array: Fix a buggy node-splitting case by David Howells · 7 years ago
  26. e121d64 locking/lockdep: Introduce CONFIG_BOOTPARAM_LOCKDEP_CROSSRELEASE_FULLSTACK=y by Byungchul Park · 7 years ago
  27. 2dcd5ad locking/lockdep: Remove the BROKEN flag from CONFIG_LOCKDEP_CROSSRELEASE and CONFIG_LOCKDEP_COMPLETIONS by Byungchul Park · 7 years ago
  28. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  29. f95b23a Merge branch 'x86/urgent' into x86/asm, to pick up dependent fixes by Ingo Molnar · 7 years ago
  30. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  31. b5ac3be Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  32. 7433a8d textsearch: fix typos in library helpers by Randy Dunlap · 7 years ago
  33. 7d7363e documentation: kernel-api: add more info on bitmap functions by Randy Dunlap · 7 years ago
  34. 7a0947e dql: make dql_init return void by Stephen Hemminger · 7 years ago
  35. 494b9ae7 Merge commit 'tags/keys-fixes-20171018' into fixes-v4.14-rc5 by James Morris · 7 years ago
  36. 60a6ca6 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  37. b483cf3b locking/lockdep: Disable cross-release features for now by Ingo Molnar · 7 years ago
  38. 11af847 x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*' by Josh Poimboeuf · 7 years ago
  39. cc3fa84 lib/Kconfig.debug: kernel hacking menu: runtime testing: keep tests together by Randy Dunlap · 7 years ago
  40. 192cabd lib/digsig: fix dereference of NULL user_key_payload by Eric Biggers · 7 years ago
  41. 5a244f4 lib/xz: Add fall-through comments to a switch statement by Lasse Collin · 8 years ago
  42. c7e2f69 locking/selftest: Avoid false BUG report by Peter Zijlstra · 7 years ago
  43. cf4c950 once: switch to new jump label API by Eric Biggers · 7 years ago
  44. 341e9a3 lib/gcd: add kernel-doc notation by Randy Dunlap · 7 years ago
  45. 6ec72e6 div64: add missing kernel-doc by Randy Dunlap · 7 years ago
  46. 53954cf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  47. 1d27e3e timer: Remove expires and data arguments from DEFINE_TIMER by Kees Cook · 7 years ago
  48. 656d61c lib/ratelimit.c: use deferred printk() version by Sergey Senozhatsky · 7 years ago
  49. a70e43a lib/idr.c: fix comment for idr_replace() by Eric Biggers · 7 years ago
  50. 8cb5d74 lib/lz4: make arrays static const, reduces object code size by Colin Ian King · 7 years ago
  51. c4142ed Merge tag 'driver-core-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  52. 8a29896 docs: clean up and add rest of CRC functions to kernel-api.rst by Randy Dunlap · 7 years ago
  53. b35cd98 lib: Add shared copies of some GCC library routines by Palmer Dabbelt · 7 years ago
  54. 1f8d31d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  55. cd4175b1 Merge branch 'parisc-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 7 years ago
  56. 71aa60f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  57. 432654d parisc: Fix too large frame size warnings by Helge Deller · 7 years ago
  58. 411d788 test_rhashtable: remove initdata annotation by Florian Westphal · 7 years ago
  59. a90bcb8 iov_iter: fix page_copy_sane for compound pages by Petar Penkov · 7 years ago
  60. d464e84 kobject: factorize skb setup in kobject_uevent_net_broadcast() by Eric Dumazet · 7 years ago
  61. 4a336a2 kobject: copy env blob in one go by Eric Dumazet · 7 years ago
  62. 16dff33 kobject: add kobject_uevent_net_broadcast() by Eric Dumazet · 7 years ago
  63. cdd4de3 test_rhashtable: add test case for rhl_table interface by Florian Westphal · 7 years ago
  64. a6359bd test_rhashtable: add a check for max_size by Florian Westphal · 7 years ago
  65. f651616 test_rhashtable: don't use global entries variable by Florian Westphal · 7 years ago
  66. 7e936bd test_rhashtable: don't allocate huge static array by Florian Westphal · 7 years ago
  67. 0647169 rhashtable: Documentation tweak by Andreas Gruenbacher · 7 years ago
  68. 6878e7d driver core: suppress sending MODALIAS in UNBIND uevents by Dmitry Torokhov · 7 years ago
  69. e7cdb60 Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 7 years ago
  70. 0ee931c mm: treewide: remove GFP_TEMPORARY allocation flag by Michal Hocko · 7 years ago
  71. 8185f570 lib/test_bitmap.c: use ULL suffix for 64-bit constants by Geert Uytterhoeven · 7 years ago
  72. a47f68d idr: remove WARN_ON_ONCE() when trying to replace negative ID by Eric Biggers · 7 years ago
  73. 89fd915 Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  74. f22ef33 cpumask: make cpumask_next() out-of-line by Alexey Dobriyan · 7 years ago
  75. 52c270d test_kmod: flip INT checks to be consistent by Dan Carpenter · 7 years ago
  76. f520409 test_kmod: remove paranoid UINT_MAX check on uint range processing by Dan Carpenter · 7 years ago
  77. afdb05e lib/oid_registry.c: X.509: fix the buffer overflow in the utility function for OID string by Takashi Iwai · 7 years ago
  78. bc9ae22 radix-tree: must check __radix_tree_preload() return value by Eric Dumazet · 7 years ago
  79. 7c61bd6 lib/cmdline.c: remove meaningless comment by Baoquan He · 7 years ago
  80. da43652 lib/string.c: check for kmalloc() failure by Dan Carpenter · 7 years ago
  81. 60ef690 bitmap: introduce BITMAP_FROM_U64() by Yury Norov · 7 years ago
  82. 6df0d46 lib/test_bitmap.c: add test for bitmap_parselist() by Yury Norov · 7 years ago
  83. 0a5ce08 lib/bitmap.c: make bitmap_parselist() thread-safe and much faster by Yury Norov · 7 years ago
  84. e4dace3 lib: add test module for CONFIG_DEBUG_VIRTUAL by Florian Fainelli · 7 years ago
  85. 9888a58 lib/hexdump.c: return -EINVAL in case of error in hex2bin() by Andy Shevchenko · 7 years ago
  86. f808c13 lib/interval_tree: fast overlap detection by Davidlohr Bueso · 7 years ago
  87. b10d43f lib/rbtree_test.c: support rb_root_cached by Davidlohr Bueso · 7 years ago
  88. 977bd8d lib/rbtree_test.c: add (inorder) traversal test by Davidlohr Bueso · 7 years ago
  89. 223f891 lib/rbtree_test.c: make input module parameters by Davidlohr Bueso · 7 years ago
  90. 35dc67d rbtree: add some additional comments for rebalancing cases by Davidlohr Bueso · 7 years ago
  91. 2aadf7f rbtree: optimize root-check during rebalancing loop by Davidlohr Bueso · 7 years ago
  92. cd9e61e rbtree: cache leftmost node internally by Davidlohr Bueso · 7 years ago
  93. 03270c1 lib/string.c: add testcases for memset16/32/64 by Matthew Wilcox · 7 years ago
  94. 3b3c4ba lib/string.c: add multibyte memset functions by Matthew Wilcox · 7 years ago
  95. 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
  96. 80cee03 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  97. aae3dbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  98. 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
  99. 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
  100. 0475919 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago