1. 661e4e3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  2. 290af86 bpf: introduce BPF_JIT_ALWAYS_ON config by Alexei Starovoitov · 7 years ago
  3. 64648a5 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  4. cea92e8 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  5. 4288e6b Merge tag 'driver-core-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  6. 9f4533c timerqueue: Document return values of timerqueue_add/del() by Thomas Gleixner · 7 years ago
  7. bbc25be lib/mpi: Fix umul_ppmm() for MIPS64r6 by James Hogan · 7 years ago
  8. 9b3fa47 kobject: fix suppressing modalias in uevents delivered over netlink by Dmitry Torokhov · 7 years ago
  9. b36025b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  10. 1f76a75 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  11. 87ab819 bpf: add test case for ld_abs and helper changing pkt data by Daniel Borkmann · 7 years ago
  12. 338f1d9 lib/rbtree,drm/mm: add rbtree_replace_node_cached() by Chris Wilson · 7 years ago
  13. e966eae locking/lockdep: Remove the cross-release locking checks by Ingo Molnar · 7 years ago
  14. 4ded3be Merge tag 'keys-fixes-20171208' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into keys-for-linus by James Morris · 7 years ago
  15. 8dfd2f2 509: fix printing uninitialized stack memory when OID is empty by Eric Biggers · 7 years ago
  16. 47e0a20 X.509: fix buffer overflow detection in sprint_oid() by Eric Biggers · 7 years ago
  17. 81a7be2 ASN.1: check for error from ASN1_OP_END__ACT actions by Eric Biggers · 7 years ago
  18. e0058f3 ASN.1: fix out-of-bounds read when parsing indefinite length item by Eric Biggers · 7 years ago
  19. 6e237d0 netlink: Relax attr validation for fixed length types by David Ahern · 7 years ago
  20. e1ba1c9 Merge tag 'riscv-for-linus-4.15-rc2_cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/linux by Linus Torvalds · 7 years ago
  21. 4db2b60 move libgcc.h to include/linux by Christoph Hellwig · 7 years ago
  22. ef0010a vsprintf: don't use 'restricted_pointer()' when not restricting by Linus Torvalds · 7 years ago
  23. 7b1924a vsprintf: add printk specifier %px by Tobin C. Harding · 7 years ago
  24. ad67b74 printk: hash addresses printed with %p by Tobin C. Harding · 7 years ago
  25. 57e7344 vsprintf: refactor %pK code out of pointer() by Tobin C. Harding · 7 years ago
  26. 844056f Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  27. 14b661e Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtd by Linus Torvalds · 7 years ago
  28. 24ed960 treewide: Switch DEFINE_TIMER callbacks to struct timer_list * by Kees Cook · 7 years ago
  29. fa7f578 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  30. d677a4d Makefile: support flag -fsanitizer-coverage=trace-cmp by Victor Chibotaru · 7 years ago
  31. 4441fca lib: test module for find_*_bit() functions by Yury Norov · 7 years ago
  32. 0b548e3 lib/rbtree-test: lower default params by Davidlohr Bueso · 7 years ago
  33. 2f9b7e0 lib/nmi_backtrace.c: fix kernel text address leak by Liu, Changcheng · 7 years ago
  34. 36a3d1d lib/genalloc.c: make the avail variable an atomic_long_t by Stephen Bates · 7 years ago
  35. e813a61 lib/int_sqrt: adjust comments by Peter Zijlstra · 7 years ago
  36. f8ae107 lib/int_sqrt: optimize initial value compute by Peter Zijlstra · 7 years ago
  37. 3f32957 lib/int_sqrt: optimize small argument by Peter Zijlstra · 7 years ago
  38. dc2bf000 lib/test: delete five error messages for failed memory allocations by Markus Elfring · 7 years ago
  39. d6b28e0 lib: add module support to string tests by Geert Uytterhoeven · 7 years ago
  40. 1f3c790 dynamic-debug-howto: fix optional/omitted ending line number to be LARGE instead of 0 by Randy Dunlap · 7 years ago
  41. 2a8358d bug: define the "cut here" string in a single place by Kees Cook · 7 years ago
  42. aaf5dcf kernel debug: support resetting WARN_ONCE for all architectures by Andi Kleen · 7 years ago
  43. 3aaabbf lib/dma-debug.c: fix incorrect pfn calculation by Miles Chen · 7 years ago
  44. 16382e1 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  45. b974304 Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  46. e60e1ee Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  47. 7c225c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  48. c7df8ad mm, truncate: do not check mapping for every page being truncated by Mel Gorman · 7 years ago
  49. 4675ff0 kmemcheck: rip it out by Levin, Alexander (Sasha Levin) · 7 years ago
  50. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  51. 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
  52. 9682b3d Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 7 years ago
  53. 37dc795 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  54. 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
  55. 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
  56. 9de8da4 kconfig: kill off GENERIC_IO option by Rob Herring · 7 years ago
  57. 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
  58. 7832681 Merge tag 'docs-4.15' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  59. 28033ae net: netlink: Update attr validation to require exact length for some types by David Ahern · 7 years ago
  60. 1d9ddde1 lib/mpi: call cond_resched() from mpi_powm() loop by Eric Biggers · 7 years ago
  61. 91a6a6c Merge branch 'linus' into x86/asm, to resolve conflict by Ingo Molnar · 7 years ago
  62. 4dc6758 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  63. 624f5ab KEYS: fix NULL pointer dereference during ASN.1 parsing [ver #2] by Eric Biggers · 7 years ago
  64. c9afbec debugfs: purge obsolete SRCU based removal protection by Nicolai Stange · 7 years ago
  65. d7b417f x86/mm: Add DMA support for SEV memory encryption by Tom Lendacky · 7 years ago
  66. b3d9a13 Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts by Ingo Molnar · 7 years ago
  67. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  68. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  69. 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
  70. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  71. 2eb9eab KEYS: fix out-of-bounds read during ASN.1 parsing by Eric Biggers · 7 years ago
  72. 3357b0d Merge branch 'x86/mpx/prep' into x86/asm by Ingo Molnar · 7 years ago
  73. ed29668 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  74. 7a88cbd Backmerge tag 'v4.14-rc7' into drm-next by Dave Airlie · 7 years ago
  75. b39ab98 Mark 'ioremap_page_range()' as possibly sleeping by Linus Torvalds · 7 years ago
  76. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  77. ea67899 assoc_array: Fix a buggy node-splitting case by David Howells · 7 years ago
  78. e121d64 locking/lockdep: Introduce CONFIG_BOOTPARAM_LOCKDEP_CROSSRELEASE_FULLSTACK=y by Byungchul Park · 7 years ago
  79. 2dcd5ad locking/lockdep: Remove the BROKEN flag from CONFIG_LOCKDEP_CROSSRELEASE and CONFIG_LOCKDEP_COMPLETIONS by Byungchul Park · 7 years ago
  80. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  81. f95b23a Merge branch 'x86/urgent' into x86/asm, to pick up dependent fixes by Ingo Molnar · 7 years ago
  82. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  83. b5ac3be Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  84. 7433a8d textsearch: fix typos in library helpers by Randy Dunlap · 7 years ago
  85. 7d7363e documentation: kernel-api: add more info on bitmap functions by Randy Dunlap · 7 years ago
  86. 7a0947e dql: make dql_init return void by Stephen Hemminger · 7 years ago
  87. 494b9ae7 Merge commit 'tags/keys-fixes-20171018' into fixes-v4.14-rc5 by James Morris · 7 years ago
  88. 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
  89. b483cf3b locking/lockdep: Disable cross-release features for now by Ingo Molnar · 7 years ago
  90. 11af847 x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*' by Josh Poimboeuf · 7 years ago
  91. cc3fa84 lib/Kconfig.debug: kernel hacking menu: runtime testing: keep tests together by Randy Dunlap · 7 years ago
  92. 192cabd lib/digsig: fix dereference of NULL user_key_payload by Eric Biggers · 7 years ago
  93. 5a244f4 lib/xz: Add fall-through comments to a switch statement by Lasse Collin · 7 years ago
  94. 09cf698 new primitive: iov_iter_for_each_range() by Al Viro · 7 years ago
  95. c7e2f69 locking/selftest: Avoid false BUG report by Peter Zijlstra · 7 years ago
  96. cf4c950 once: switch to new jump label API by Eric Biggers · 7 years ago
  97. 341e9a3 lib/gcd: add kernel-doc notation by Randy Dunlap · 7 years ago
  98. 6ec72e6 div64: add missing kernel-doc by Randy Dunlap · 7 years ago
  99. 53954cf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  100. 1d27e3e timer: Remove expires and data arguments from DEFINE_TIMER by Kees Cook · 7 years ago