1. f5a8eb6 Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 7 years ago
  2. 2fcd2b3 Merge branch 'x86-dma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  3. 701f3b3 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  4. 61d1757 Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  5. 19193bc locking/Kconfig: Restructure the lock debugging menu by Waiman Long · 7 years ago
  6. f07cbeb locking/Kconfig: Add LOCK_DEBUGGING_SUPPORT to make it more readable by Waiman Long · 7 years ago
  7. 5149cba locking/rwsem: Add DEBUG_RWSEMS to look for lock/unlock mismatches by Waiman Long · 7 years ago
  8. e89f5b3 dma-mapping: Don't clear GFP_ZERO in dma_alloc_attrs by Christoph Hellwig · 7 years ago
  9. 889ce12 raid: remove tile specific raid6 implementation by Arnd Bergmann · 7 years ago
  10. a687a53 treewide: simplify Kconfig dependencies for removed archs by Arnd Bergmann · 7 years ago
  11. ea2301b Merge branch 'linus' into x86/dma, to resolve a conflict with upstream by Ingo Molnar · 7 years ago
  12. 0803e60 swiotlb: Make swiotlb_{alloc,free}_buffer depend on CONFIG_DMA_DIRECT_OPS by Christoph Hellwig · 7 years ago
  13. f36b753 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  14. b6bdb75 mm/vmalloc: add interfaces to free unmapped page table by Toshi Kani · 7 years ago
  15. c4f4d2f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  16. 52fda36 test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other arches by Thadeu Lima de Souza Cascardo · 7 years ago
  17. 16e73ad dma/swiotlb: Remove swiotlb_{alloc,free}_coherent() by Christoph Hellwig · 7 years ago
  18. c10f07a dma/direct: Handle force decryption for DMA coherent buffers in common code by Christoph Hellwig · 7 years ago
  19. b6e0547 dma/direct: Handle the memory encryption bit in common code by Christoph Hellwig · 7 years ago
  20. e7de6c7 dma/swiotlb: Remove swiotlb_set_mem_attributes() by Christoph Hellwig · 7 years ago
  21. 0d707a2 Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 7 years ago
  22. b3a5d11 percpu_ref: Update doc to dissuade users from depending on internal RCU grace periods by Tejun Heo · 7 years ago
  23. 8df3aaa btree: avoid variable-length allocations by Joern Engel · 7 years ago
  24. 163cf84 debugobjects: Avoid another unused variable warning by Arnd Bergmann · 7 years ago
  25. ac68b1b lib/test_kmod.c: fix limit check on number of test devices created by Luis R. Rodriguez · 7 years ago
  26. 1b4cfe3 lib/bug.c: exclude non-BUG/WARN exceptions from report_bug() by Kees Cook · 7 years ago
  27. 0862ca4 bug: use %pB in BUG and stack protector failure by Kees Cook · 7 years ago
  28. 739d875 mn10300: Remove the architecture by David Howells · 7 years ago
  29. b67aea2b Merge tag 'metag_remove_2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jhogan/metag into asm-generic by Arnd Bergmann · 7 years ago
  30. 499ac3b test_rhashtable: add test case for rhltable with duplicate objects by Paul Blakey · 7 years ago
  31. d3dcf8e rhashtable: Fix rhlist duplicates insertion by Paul Blakey · 7 years ago
  32. 5470461 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  33. a5f7b0e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  34. b1aad68 Merge tag 'dma-mapping-4.16-3' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  35. 9960d76 test_bpf: reduce MAX_TESTRUNS by Eric Dumazet · 7 years ago
  36. d40bc96 test_bpf: add a schedule point by Eric Dumazet · 7 years ago
  37. 4b0ad07 idr: Fix handling of IDs above INT_MAX by Matthew Wilcox · 7 years ago
  38. 13f514b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 7 years ago
  39. 5f17157 Drop a bunch of metag references by James Hogan · 7 years ago
  40. af1da68 dma-debug: fix memory leak in debug_dma_alloc_coherent by Miles Chen · 7 years ago
  41. 0414818 debugobjects: Fix debug_objects_freed accounting by Arnd Bergmann · 7 years ago
  42. 908009e8 lib/Kconfig.debug: enable RUNTIME_TESTING_MENU by Anders Roxell · 7 years ago
  43. b1a8a7a ida: do zeroing in ida_pre_get() by Rasmus Villemoes · 7 years ago
  44. 1ea9b98 debugobjects: Use global free list in __debug_check_no_obj_freed() by Yang Shi · 7 years ago
  45. 636e197 debugobjects: Use global free list in free_object() by Yang Shi · 7 years ago
  46. 36c4ead debugobjects: Add global free list and the counter by Yang Shi · 7 years ago
  47. bd9dcd0 debugobjects: Export max loops counter by Yang Shi · 7 years ago
  48. 42ed645 dma-direct: comment the dma_direct_free calling convention by Christoph Hellwig · 7 years ago
  49. f25e6f6 dma-direct: mark as is_phys by Christoph Hellwig · 7 years ago
  50. 9a61df9 Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  51. c839682 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  52. 437a4db Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  53. 9d21874 Merge branch 'idr-2018-02-06' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 7 years ago
  54. 3a129cc vsprintf: avoid misleading "(null)" for %px by Adam Borowski · 7 years ago
  55. a2e5790 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  56. e7c52b8 kasan: rework Kconfig settings by Arnd Bergmann · 7 years ago
  57. bac7a1f lib/ubsan: remove returns-nonnull-attribute checks by Andrey Ryabinin · 7 years ago
  58. 42440c1 lib/ubsan: add type mismatch handler for new GCC/Clang by Andrey Ryabinin · 7 years ago
  59. b8fe112 lib/ubsan.c: s/missaligned/misaligned/ by Andrew Morton · 7 years ago
  60. 92fc7cb lib/test_sort.c: add module unload support by Pravin Shedge · 7 years ago
  61. d3deafa lib/: make RUNTIME_TESTS a menuconfig to ease disabling it all by Vincent Legoll · 7 years ago
  62. 0ade34c lib: optimize cpumask_next_and() by Clement Courbet · 7 years ago
  63. 15ff67b lib/find_bit_benchmark.c: improvements by Yury Norov · 7 years ago
  64. dceeb3e lib/test_find_bit.c: rename to find_bit_benchmark.c by Yury Norov · 7 years ago
  65. a571b27 lib/stackdepot.c: use a non-instrumented version of memcmp() by Alexander Potapenko · 7 years ago
  66. fe81814 lib/test_bitmap.c: clean up test_zero_fill_copy() test case and rename by Andy Shevchenko · 7 years ago
  67. 978f369 lib/test_bitmap.c: add bitmap_fill()/bitmap_set() test cases by Andy Shevchenko · 7 years ago
  68. ee3527bd lib/test_bitmap.c: add bitmap_zero()/bitmap_clear() test cases by Andy Shevchenko · 7 years ago
  69. 3aa5688 bitmap: replace bitmap_{from,to}_u32array by Yury Norov · 7 years ago
  70. c724f19 bitmap: new bitmap_copy_safe and bitmap_{from,to}_arr32 by Yury Norov · 7 years ago
  71. 48c2323 kasan: remove redundant initialization of variable 'real_size' by Colin Ian King · 7 years ago
  72. b1d5728 kasan: detect invalid frees by Dmitry Vyukov · 7 years ago
  73. 47adccc kasan: detect invalid frees for large objects by Dmitry Vyukov · 7 years ago
  74. 00a1429 kasan: add tests for alloca poisoning by Paul Lawrence · 7 years ago
  75. 6ce711f idr: Make 1-based IDRs more efficient by Matthew Wilcox · 7 years ago
  76. 72fd6c7 idr: Warn if old iterators see large IDs by Matthew Wilcox · 7 years ago
  77. 7a45757 idr: Rename idr_for_each_entry_ext by Matthew Wilcox · 7 years ago
  78. 460488c idr: Remove idr_alloc_ext by Matthew Wilcox · 7 years ago
  79. e096f6a idr: Add idr_alloc_u32 helper by Matthew Wilcox · 7 years ago
  80. 234a462 idr: Delete idr_replace_ext function by Matthew Wilcox · 7 years ago
  81. 105cf3c Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  82. 09584b4 bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=y by Yonghong Song · 7 years ago
  83. e0371b8 lib/Kconfig.debug: Remove blank help text by Ulf Magnusson · 7 years ago
  84. ab486bc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 7 years ago
  85. 27529c8 Merge tag 'trace-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  86. 8e44e66 Merge branch 'KASAN-read_word_at_a_time' by Linus Torvalds · 7 years ago
  87. 1a3241f lib/strscpy: Shut up KASAN false-positives in strscpy() by Andrey Ryabinin · 7 years ago
  88. 47fcc03 Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  89. 255442c Merge tag 'docs-4.16' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  90. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  91. a103950 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  92. 7b1cd95 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
  93. 2382dc9 Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  94. 19e7b5f Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  95. d772794 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  96. c148879 Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  97. e7996a9 Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by Jason Gunthorpe · 7 years ago
  98. 0a4b6e2 Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  99. bc4e118 Merge tag 'mfd-next-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 7 years ago
  100. 21ccaf2 bpf: add further test cases around div/mod and others by Daniel Borkmann · 7 years ago