1. b66484c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  2. 6727ad9 nmi_backtrace: generate one-line reports for idle cpus by Chris Metcalf · 8 years ago
  3. 6776648 nmi_backtrace: do a local dump_stack() instead of a self-NMI by Chris Metcalf · 8 years ago
  4. 9a01c3e nmi_backtrace: add more trigger_*_cpu_backtrace() methods by Chris Metcalf · 8 years ago
  5. 51a0212 atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE by Vineet Gupta · 8 years ago
  6. d1f5323 Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  7. 513a4be Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  8. 2ab704a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  9. c23112e Merge tag 'md/4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
  10. 553911c Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 8 years ago
  11. a779638 pipe: add pipe_buf_release() helper by Miklos Szeredi · 8 years ago
  12. 241699c new iov_iter flavour: pipe-backed by Al Viro · 8 years ago
  13. 687ee0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  14. d3798ae mm: filemap: don't plant shadow entries without radix tree node by Johannes Weiner · 8 years ago
  15. e46cae4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  16. 597f03f Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  17. 1a4a2bc Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  18. de956b8 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  19. b50afd2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  20. 2e0cc30 dma-debug: fix ia64 build, use PHYS_PFN by Niklas Söderlund · 8 years ago
  21. d7e25c6 Merge branch 'x86/urgent' into x86/asm by Thomas Gleixner · 8 years ago
  22. 67797b9 lib/Kconfig.debug: fix DEBUG_SECTION_MISMATCH description by Uwe Kleine-König · 8 years ago
  23. 3796c3c lib: clean up put_cpu_var usage by Shaohua Li · 8 years ago
  24. 099b548 raid6/test/test.c: bug fix: Specify aligned(alignment) attributes to the char arrays by Gayatri Kammela · 8 years ago
  25. 0e74b34 dma-debug: add support for resource mappings by Niklas Söderlund · 8 years ago
  26. 8d2c0d3 radix tree: fix sibling entry handling in radix_tree_descend() by Linus Torvalds · 8 years ago
  27. d6989d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  28. 96b03ab locking/hung_task: Fix typo in CONFIG_DETECT_HUNG_TASK help text by Vivien Didelot · 8 years ago
  29. 694dda6 lib/raid6: Add AVX512 optimized xor_syndrome functions by Gayatri Kammela · 8 years ago
  30. 161db5d lib/raid6/test/Makefile: Add avx512 gen_syndrome and recovery functions by Gayatri Kammela · 8 years ago
  31. 13c520b lib/raid6: Add AVX512 optimized recovery functions by Gayatri Kammela · 8 years ago
  32. e0a491c lib/raid6: Add AVX512 optimized gen_syndrome functions by Gayatri Kammela · 8 years ago
  33. a4f1f9a lib/win_minmax: windowed min or max estimator by Neal Cardwell · 8 years ago
  34. 41a6607 Merge branch 'efi/urgent' into efi/core, to pick up fixes by Ingo Molnar · 8 years ago
  35. 725c4d2 ubsan: allow to disable the null sanitizer by Christian Borntraeger · 8 years ago
  36. ca26893 rhashtable: Add rhlist interface by Herbert Xu · 8 years ago
  37. b2c16e1 Merge branch 'linus' into x86/asm, to pick up fixes by Ingo Molnar · 8 years ago
  38. 8c58898 fault-injection/cpu: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  39. 75e12ed lib/irq_poll: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  40. 60658e0 sbitmap: initialize weight to zero by Colin Ian King · 8 years ago
  41. d4690f1 fix iov_iter_fault_in_readable() by Al Viro · 8 years ago
  42. 5c64a8d sbitmap: don't update the allocation hint on clear after resize by Omar Sandoval · 8 years ago
  43. 05fd095 sbitmap: re-initialize allocation hints after resize by Omar Sandoval · 8 years ago
  44. 98d9541 sbitmap: randomize initial alloc_hint values by Omar Sandoval · 8 years ago
  45. f4a644d sbitmap: push alloc policy into sbitmap_queue by Omar Sandoval · 8 years ago
  46. 40aabb6 sbitmap: push per-cpu last_tag into sbitmap_queue by Omar Sandoval · 8 years ago
  47. 48e2816 sbitmap: allocate wait queues on a specific node by Omar Sandoval · 8 years ago
  48. 8845964 blk-mq: abstract tag allocation out into sbitmap library by Omar Sandoval · 8 years ago
  49. aa1f1a6 lib/syscall: Pin the task stack in collect_syscall() by Andy Lutomirski · 8 years ago
  50. 5c0ca3f test_bpf: fix the dummy skb after dissector changes by Jakub Kicinski · 8 years ago
  51. d4b80af Merge branch 'linus' into x86/asm, to pick up recent fixes by Ingo Molnar · 8 years ago
  52. b20b378 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  53. cf289ce lib/ucs2_string: Speed up ucs2_utf8size() by Lukas Wunner · 8 years ago
  54. 60175cc Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  55. e6173ba lib/test_hash.c: fix warning in preprocessor symbol evaluation by Geert Uytterhoeven · 8 years ago
  56. ed76b7a lib/test_hash.c: fix warning in two-dimensional array init by Geert Uytterhoeven · 8 years ago
  57. f5b55fa RAID/s390: provide raid6 recovery optimization by Martin Schwidefsky · 8 years ago
  58. 0d025d2 mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKS by Josh Poimboeuf · 8 years ago
  59. 6abdd5f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  60. 474fd6e RAID/s390: add SIMD implementation for raid6 gen/xor by Martin Schwidefsky · 8 years ago
  61. 9dbeea7 rhashtable: fix a memory leak in alloc_bucket_locks() by Eric Dumazet · 8 years ago
  62. 5ca8cc5 rhashtable: add rhashtable_lookup_get_insert_key() by Pablo Neira Ayuso · 8 years ago
  63. b4a0f53 dma-api: Teach the "DMA-from-stack" check about vmapped stacks by Andy Lutomirski · 8 years ago
  64. 246779d rhashtable: Remove GFP flag from rhashtable_walk_init by Herbert Xu · 8 years ago
  65. 184ca82 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  66. 1231195 rhashtable: fix shift by 64 when shrinking by Vegard Nossum · 8 years ago
  67. 4cf0b35 rhashtable: avoid large lock-array allocations by Florian Westphal · 8 years ago
  68. 1bd4403 unsafe_[get|put]_user: change interface to use a error target label by Linus Torvalds · 8 years ago
  69. 3b3bf80 rhashtable-test: Fix max_size parameter description by Phil Sutter · 8 years ago
  70. 9049fc7 dynamic_debug: add jump label support by Jason Baron · 8 years ago
  71. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
  72. d52bd54 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  73. a4691de kcov: allow more fine-grained coverage instrumentation by Vegard Nossum · 8 years ago
  74. a9bfd33 crc32: use ktime_get_ns() for measurement by Arnd Bergmann · 8 years ago
  75. f003a1f lib/iommu-helper: skip to next segment by Sebastian Ott · 8 years ago
  76. 6b1d174 ratelimit: extend to print suppressed messages on release by Borislav Petkov · 8 years ago
  77. 901d805 UBSAN: fix typo in format string by Nicolas Iooss · 8 years ago
  78. 05eb6e7 radix-tree: account nodes to memcg only if explicitly requested by Vladimir Davydov · 8 years ago
  79. f716a85 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  80. f38d2e5 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  81. d761f3e Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  82. 4816c94 lib/mpi: Fix SG miter leak by Herbert Xu · 8 years ago
  83. 1c88e19 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  84. 87cc271 lib/stackdepot.c: use __GFP_NOWARN for stack allocations by Kirill A. Shutemov · 8 years ago
  85. 80a9201 mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUB by Alexander Potapenko · 8 years ago
  86. 3fa6c50 mm: optimize copy_page_to/from_iter_iovec by Mikulas Patocka · 8 years ago
  87. 554828e Merge branch 'salted-string-hash' by Linus Torvalds · 8 years ago
  88. 818e607 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 8 years ago
  89. 468fc7e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  90. df15929 Merge branch 'linus' into x86/microcode, to pick up merge window changes by Ingo Molnar · 8 years ago
  91. 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  92. c78c66d radix-tree: implement radix_tree_maybe_preload_order() by Kirill A. Shutemov · 8 years ago
  93. f2ca0b5 mm/page_owner: use stackdepot to store stacktrace by Joonsoo Kim · 8 years ago
  94. d5dfc80 dma-debug: track bucket lock state for static checkers by Stephen Boyd · 8 years ago
  95. a519167e gcc-plugins: disable under COMPILE_TEST by Kees Cook · 8 years ago
  96. d05d7f4 Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  97. bbce2ad Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  98. 55392c4 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  99. 0f65726 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  100. c86ad14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago