1. ffb8e45 Merge tag 'for-linus-20190329' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  2. 1a9df9e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  3. e6d1fa5 sbitmap: order READ/WRITE freed instance and setting clear bit by Ming Lei · 6 years ago
  4. 408f13e rhashtable: Still do rehash when we get EEXIST by Herbert Xu · 6 years ago
  5. 28d747f Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  6. 0be2886 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 6 years ago
  7. 13d3bc7 libfdt: prefix header search paths with $(srctree)/ by Masahiro Yamada · 6 years ago
  8. dbc2fba Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  9. a667cb7 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  10. 586187d Drop flex_arrays by Kent Overstreet · 6 years ago
  11. ba20ba2 generic radix trees by Kent Overstreet · 6 years ago
  12. 8a7f97b treewide: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
  13. ea29548 Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
  14. ffd602e Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  15. b7a7d1c Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  16. 3d8dfe7 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  17. a50243b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  18. c4703ac Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  19. 2bb9954 Merge tag 'gcc-plugins-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  20. b7af27b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching by Linus Torvalds · 6 years ago
  21. 45ec975 lib/lzo: separate lzo-rle from lzo by Dave Rodgman · 6 years ago
  22. 5ee4014 lib/lzo: implement run-length encoding by Dave Rodgman · 6 years ago
  23. 761b323 lib/lzo: fast 8-byte copy on arm64 by Matt Sealey · 6 years ago
  24. 433b3b3 lib/lzo: 64-bit CTZ on arm64 by Matt Sealey · 6 years ago
  25. 9577759 lib/lzo: tidy-up ifdefs by Dave Rodgman · 6 years ago
  26. 1a6a1db lib/ubsan: default UBSAN_ALIGNMENT to not set by Anders Roxell · 6 years ago
  27. 488cf83 lib/test_firmware.c: remove some dead code by Dan Carpenter · 6 years ago
  28. 76c37f7 lib/assoc_array.c: mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  29. 9d7ca61 lib/test_ubsan.c: VLA no longer used in kernel by Olof Johansson · 6 years ago
  30. cdc94a37 lib/div64.c: off by one in shift by Stanislaw Gruszka · 6 years ago
  31. 513770f dynamic_debug: move pr_err from module.c to ddebug_add_module by Rasmus Villemoes · 6 years ago
  32. f008043 dynamic_debug: remove unused EXPORT_SYMBOLs by Rasmus Villemoes · 6 years ago
  33. 4573fe1 dynamic_debug: use pointer comparison in ddebug_remove_module by Rasmus Villemoes · 6 years ago
  34. cdf6d00 dynamic_debug: don't duplicate modname in ddebug_add_module by Rasmus Villemoes · 6 years ago
  35. ef27ac1 lib/vsprintf.c: move sizeof(struct printf_spec) next to its definition by Rasmus Villemoes · 6 years ago
  36. e431f2d Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  37. 45763bf Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  38. 8dcd175 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  39. 203b660 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  40. 3478588 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  41. 8aa4976 mm/page_owner: move config option to mm/Kconfig.debug by Changbin Du · 6 years ago
  42. 3f21a6b vmalloc: add test driver to analyse vmalloc allocator by Uladzislau Rezki (Sony) · 6 years ago
  43. 98fa15f mm: replace all open encodings for NUMA_NO_NODE by Anshuman Khandual · 6 years ago
  44. 7771bdb kasan: remove use after scope bugs detection. by Andrey Ryabinin · 6 years ago
  45. 18a4d8b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  46. f7fb7c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  47. 50ceaa95e lib: Introduce test_stackinit module by Kees Cook · 6 years ago
  48. 6baec88 kasan: turn off asan-stack for clang-8 and earlier by Arnd Bergmann · 6 years ago
  49. 335ebe3 lib/raid6: arm: optimize away a mask operation in NEON recovery routine by Ard Biesheuvel · 6 years ago
  50. 1ad3935 lib/raid6: use vdupq_n_u8 to avoid endianness warnings by ndesaulniers@google.com · 6 years ago
  51. 9d93744 kbuild: move -gsplit-dwarf, -gdwarf-4 option tests to Kconfig by Masahiro Yamada · 6 years ago
  52. b607066 lib/vsprintf: Remove %pCr remnant in comment by Geert Uytterhoeven · 6 years ago
  53. 9ed8f1a Merge branch 'linus' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
  54. cdc84d7 locking/lockdep: Make it easy to detect whether or not inside a selftest by Bart Van Assche · 6 years ago
  55. 0614621d Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 6 years ago
  56. 6daef95 iov_iter: optimize page_copy_sane() by Eric Dumazet · 6 years ago
  57. fd92d66 bpf: test_bpf: turn off preemption in function __run_once by Anders Roxell · 6 years ago
  58. 70f3522 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  59. 6c4128f rhashtable: Remove obsolete rhashtable_walk_init function by Herbert Xu · 6 years ago
  60. 4a5c8d8 XArray: Fix xa_reserve for 2-byte aligned entries by Matthew Wilcox · 6 years ago
  61. 2fbe967 XArray: Fix xa_erase of 2-byte aligned entries by Matthew Wilcox · 6 years ago
  62. 56b90fa lib/test_rhashtable: fix spelling mistake "existant" -> "existent" by Colin Ian King · 6 years ago
  63. 962033d XArray: Use xa_cmpxchg to implement xa_reserve by Matthew Wilcox · 6 years ago
  64. b38f6c5 XArray: Fix xa_release in allocating arrays by Matthew Wilcox · 6 years ago
  65. 1f5a018 Merge branch 'fixes-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  66. 375ca54 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  67. 4133b01 lib/irq_poll: Support schedules in non-interrupt contexts by Steve Wise · 6 years ago
  68. 0b999ae Merge tag 'compiler-attributes-for-linus-v5.0-rc7' of git://github.com/ojeda/linux by Linus Torvalds · 6 years ago
  69. bb2ba2d assoc_array: Fix shortcut creation by David Howells · 6 years ago
  70. ff98e20 lib/crc32.c: mark crc32_le_base/__crc32c_le_base aliases as __pure by Miguel Ojeda · 6 years ago
  71. fa8ba2c lib: objagg: fix handling of object with 0 users when assembling hints by Jiri Pirko · 6 years ago
  72. e7c2e3b test_objagg: Uninitialized variable in error handling by Dan Carpenter · 6 years ago
  73. 951d3d6 test_objagg: Test the correct variable by Dan Carpenter · 6 years ago
  74. 4446eb8 lib: objagg: Fix an error code in objagg_hints_get() by Dan Carpenter · 6 years ago
  75. 70ca7ba dma-mapping: move debug configuration options to kernel/dma by Andy Shevchenko · 6 years ago
  76. 02106f8 kprobes: Prohibit probing on bsearch() by Andrea Righi · 6 years ago
  77. 984640c kprobes: Prohibit probing on preemption checking debug functions by Masami Hiramatsu · 6 years ago
  78. de9c0d4 ARM: 8833/1: Ensure that NEON code always compiles with Clang by Nathan Chancellor · 6 years ago
  79. d901b27 lib/scatterlist: Provide a DMA page iterator by Jason Gunthorpe · 6 years ago
  80. 9481caf Merge 5.0-rc6 into driver-core-next by Greg Kroah-Hartman · 6 years ago
  81. 5c07488 Merge 5.0-rc6 into char-misc-next by Greg Kroah-Hartman · 6 years ago
  82. f818b82 XArray: Mark xa_insert and xa_reserve as must_check by Matthew Wilcox · 6 years ago
  83. 204f6a8 lib: objagg: add root count to stats by Jiri Pirko · 6 years ago
  84. 9069a38 lib: objagg: implement optimization hints assembly and use hints for object creation by Jiri Pirko · 6 years ago
  85. bb72e68 lib: objagg: fix typo in objagg_stats_put() docstring by Jiri Pirko · 6 years ago
  86. 27b4ad6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  87. 2fa044e XArray: Add cyclic allocation by Matthew Wilcox · 6 years ago
  88. a3e4d3f XArray: Redesign xa_alloc API by Matthew Wilcox · 6 years ago
  89. 3ccaf57 XArray: Add support for 1s-based allocation by Matthew Wilcox · 6 years ago
  90. fd9dc93 XArray: Change xa_insert to return -EBUSY by Matthew Wilcox · 6 years ago
  91. 49ee4dd livepatch: Proper error handling in the shadow variables selftest by Petr Mladek · 6 years ago
  92. 86e43f2 livepatch: return -ENOMEM on ptr_id() allocation failure by Joe Lawrence · 6 years ago
  93. 809ab93 XArray: Update xa_erase family descriptions by Matthew Wilcox · 6 years ago
  94. bd54211 XArray tests: RCU lock prohibits GFP_KERNEL by Matthew Wilcox · 6 years ago
  95. 47b8f3a refcount_t: Add ACQUIRE ordering on success for dec(sub)_and_test() variants by Elena Reshetova · 6 years ago
  96. db7ddea lib/test_kmod.c: potential double free in error handling by Dan Carpenter · 6 years ago
  97. bae0543 selftests/livepatch: add DYNAMIC_DEBUG config dependency by Joe Lawrence · 6 years ago
  98. 8d84b18 devres: always use dev_name() in devm_ioremap_resource() by Sergei Shtylyov · 6 years ago
  99. fc42a68 lib/test_rhashtable: Make test_insert_dup() allocate its hash table dynamically by Bart Van Assche · 6 years ago
  100. fdddcfd Merge 5.0-rc4 into char-misc-next by Greg Kroah-Hartman · 6 years ago