1. 6937047 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  2. e7ca7f9 Merge branch 'fixes' into misc by James Bottomley · 8 years ago
  3. a7fd20d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  4. 9a07a79 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  5. a3871bd Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  6. 0052af4 Merge branch 'core-lib-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  7. d1c55ab bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis by Daniel Borkmann · 8 years ago
  8. 909b27f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  9. 6ba5b85 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  10. 23c8a81 KEYS: Fix ASN.1 indefinite length object parsing by David Howells · 9 years ago
  11. e4d35be Merge branch 'ovl-fixes' into for-linus by Al Viro · 8 years ago
  12. e800072 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  13. dd254f5 fold checks into iterate_and_advance() by Al Viro · 8 years ago
  14. 7c31190 lib/stackdepot: avoid to return 0 handle by Joonsoo Kim · 8 years ago
  15. cba65321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  16. ccab605 lib: asn1_decoder - add MODULE_LICENSE("GPL") by Tudor Ambarus · 8 years ago
  17. 33334e2 lib/stackdepot.c: allow the stack trace hash to be zero by Alexander Potapenko · 8 years ago
  18. 41ed943 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 8 years ago
  19. 11a9957 libnl: fix help of _64bit functions by Nicolas Dichtel · 8 years ago
  20. 1602f49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  21. 089bf1a libnl: add more helpers to align attributes on 64-bit by Nicolas Dichtel · 8 years ago
  22. 2198531 string_helpers: add kstrdup_quotable_file by Kees Cook · 8 years ago
  23. 0d04432 string_helpers: add kstrdup_quotable_cmdline by Kees Cook · 8 years ago
  24. b53f27e string_helpers: add kstrdup_quotable by Kees Cook · 8 years ago
  25. 5614e77 Merge 4.6-rc4 into driver-core-next by Greg Kroah-Hartman · 8 years ago
  26. e1e22b2 Merge tag 'driver-core-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  27. 9b1d6c8 lib: scatterlist: move SG pool code from SCSI driver to lib/sg_pool.c by Ming Lin · 8 years ago
  28. dea5c24 lib: lz4: cleanup unaligned access efficiency detection by Rui Salvaterra · 8 years ago
  29. 3e26a69 lib: lz4: fixed zram with lz4 on big endian machines by Rui Salvaterra · 8 years ago
  30. 58976ee Merge tag 'keys-fixes-20160412' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into for-linus by James Morris · 8 years ago
  31. 9fd4dce debugfs: prevent access to possibly dead file_operations at file open by Nicolai Stange · 8 years ago
  32. ae95d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  33. 357f435 fix the copy vs. map logics in blk_rq_map_user_iov() by Al Viro · 8 years ago
  34. 9c94f6c lib/test_bpf: Add additional BPF_ADD tests by Naveen N. Rao · 8 years ago
  35. b64b50e lib/test_bpf: Add test to check for result of 32-bit add that overflows by Naveen N. Rao · 8 years ago
  36. c7395d6 lib/test_bpf: Add tests for unsigned BPF_JGT by Naveen N. Rao · 8 years ago
  37. 9f134c3 lib/test_bpf: Fix JMP_JSET tests by Naveen N. Rao · 8 years ago
  38. 8d4a2ec assoc_array: don't call compare_object() on a node by Jerome Marchand · 8 years ago
  39. 0bb5c9e lib/mpi: mpi_read_raw_from_sgl(): fix out-of-bounds buffer access by Nicolai Stange · 8 years ago
  40. 85d541a lib/mpi: mpi_read_raw_from_sgl(): sanitize meaning of indices by Nicolai Stange · 8 years ago
  41. 64c09b0 lib/mpi: mpi_read_raw_from_sgl(): fix nbits calculation by Nicolai Stange · 8 years ago
  42. 60e1b74 lib/mpi: mpi_read_raw_from_sgl(): purge redundant clearing of nbits by Nicolai Stange · 8 years ago
  43. ab1e912 lib/mpi: mpi_read_raw_from_sgl(): don't include leading zero SGEs in nbytes by Nicolai Stange · 8 years ago
  44. b698538 lib/mpi: mpi_read_raw_from_sgl(): replace len argument by nbytes by Nicolai Stange · 8 years ago
  45. 462696f lib/mpi: mpi_read_buffer(): fix buffer overflow by Nicolai Stange · 8 years ago
  46. 90f864e lib/mpi: mpi_read_buffer(): replace open coded endian conversion by Nicolai Stange · 8 years ago
  47. f00fa24 lib/mpi: mpi_read_buffer(): optimize skipping of leading zero limbs by Nicolai Stange · 8 years ago
  48. d755290 lib/mpi: mpi_write_sgl(): replace open coded endian conversion by Nicolai Stange · 8 years ago
  49. cece762 lib/mpi: mpi_write_sgl(): fix out-of-bounds stack access by Nicolai Stange · 8 years ago
  50. ea122be lib/mpi: mpi_write_sgl(): purge redundant pointer arithmetic by Nicolai Stange · 8 years ago
  51. 654842e lib/mpi: mpi_write_sgl(): fix style issue with lzero decrement by Nicolai Stange · 8 years ago
  52. f2d1362 lib/mpi: mpi_write_sgl(): fix skipping of leading zero limbs by Nicolai Stange · 8 years ago
  53. 8f6fd83 rhashtable: accept GFP flags in rhashtable_walk_init by Bob Copeland · 8 years ago
  54. d18d12d lib/proportions: Remove unused code by Richard Cochran · 8 years ago
  55. 8704baa rcutorture: Add RCU grace-period performance tests by Paul E. McKenney · 9 years ago
  56. 9dcadd3 kasan: test fix: warn if the UAF could not be detected in kmalloc_uaf2 by Alexander Potapenko · 8 years ago
  57. cd11016 mm, kasan: stackdepot implementation. Enable stackdepot for SLAB by Alexander Potapenko · 8 years ago
  58. 7ed2f9e mm, kasan: SLAB support by Alexander Potapenko · 8 years ago
  59. e6e8379 kasan: modify kmalloc_large_oob_right(), add kmalloc_pagealloc_oob_right() by Alexander Potapenko · 8 years ago
  60. 6c31da3 parisc,metag: Implement CONFIG_DEBUG_STACK_USAGE option by Helge Deller · 8 years ago
  61. dde5cf3 ubsan: fix tree-wide -Wmaybe-uninitialized false positives by Andrey Ryabinin · 8 years ago
  62. 5c9a875 kernel: add kcov code coverage by Dmitry Vyukov · 8 years ago
  63. 26660a4 Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  64. f069153 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  65. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  66. 814a2bf Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  67. 49dc2b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  68. 588ab3f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  69. f9310b2 sscanf: implement basic character sets by Jessica Yu · 8 years ago
  70. 2553b67 lib/bug.c: use common WARN helper by Josh Poimboeuf · 8 years ago
  71. a81a5a1 lib: add "on"/"off" support to kstrtobool by Kees Cook · 8 years ago
  72. ef95159 lib: move strtobool() to kstrtobool() by Kees Cook · 8 years ago
  73. 56b0608 lib/string: introduce match_string() helper by Andy Shevchenko · 8 years ago
  74. 7cf19af radix_tree: add radix_tree_dump by Matthew Wilcox · 8 years ago
  75. e614523 radix_tree: add support for multi-order entries by Matthew Wilcox · 8 years ago
  76. 0070e28 radix_tree: loop based on shift count, not height by Matthew Wilcox · 8 years ago
  77. 339e635 radix_tree: tag all internal tree nodes as indirect pointers by Matthew Wilcox · 8 years ago
  78. d7b85ca lib/bug.c: make panic_on_warn available for all architectures by Heiko Carstens · 8 years ago
  79. 58e698a radix-tree: account radix_tree_node to memory cgroup by Vladimir Davydov · 8 years ago
  80. 8eee93e Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  81. 1a4ab08 Merge tag 'driver-core-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  82. 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  83. 271ecc5 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  84. edf14cd mm, printk: introduce new format string for flags by Vlastimil Babka · 8 years ago
  85. 710d60c Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  86. ba33ea8 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  87. e71c2c1 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  88. 01cfbad ipv4: Update parameters for csum_tcpudp_magic to their original types by Alexander Duyck · 8 years ago
  89. 6cbe9e4 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 8 years ago
  90. d77a117 list: kill list_force_poison() by Dan Williams · 8 years ago
  91. a8463d4 dma: Provide simple noop dma ops by Christian Borntraeger · 9 years ago
  92. 523462d Merge 4.5-rc6 into char-misc-next by Greg Kroah-Hartman · 8 years ago
  93. 757c989 cpu/hotplug: Make target state writeable by Thomas Gleixner · 9 years ago
  94. b07edbe netfilter: meta: add PRANDOM support by Florian Westphal · 9 years ago
  95. 39a1142 Merge tag 'v4.5-rc6' into locking/core, to pick up fixes by Ingo Molnar · 8 years ago
  96. 3712bba cpumask: Export cpumask_any_but() by Thomas Gleixner · 9 years ago
  97. b9ab5eb objtool: Add CONFIG_STACK_VALIDATION option by Josh Poimboeuf · 8 years ago
  98. 9c6bd0c lib/mpi: use "static inline" instead of "extern inline" by Arnd Bergmann · 9 years ago
  99. c5d5524 lib/mpi: avoid assembler warning by Arnd Bergmann · 9 years ago
  100. 3ee0cb5 lib/mpi: Endianness fix by Michal Marek · 9 years ago