1. 851ca77 Merge tag 'drm-next-2019-03-06' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  2. b5dd0c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  3. fe0436e samples/mic/mpssd/mpssd.h: remove duplicate header by Brajeswar Ghosh · 6 years ago
  4. fd2081f kernel/fork.c: remove duplicated include by YueHaibing · 6 years ago
  5. 62461ac include/linux/relay.h: fix percpu annotation in struct rchan by Luc Van Oostenryck · 6 years ago
  6. 9587d19 arch/nios2/mm/fault.c: remove duplicate include by Sabyasachi Gupta · 6 years ago
  7. 1476ea2 unicore32: stop printing the virtual memory layout by Geert Uytterhoeven · 6 years ago
  8. cb66cb4 MAINTAINERS: fix GTA02 entry and mark as orphan by Jann Horn · 6 years ago
  9. 3d35390 mm: create the new vm_fault_t type by Souptick Joarder · 6 years ago
  10. c2938ee arm, s390, unicore32: remove oneliner wrappers for memblock_alloc() by Mike Rapoport · 6 years ago
  11. b63a07d arch: simplify several early memory allocations by Mike Rapoport · 6 years ago
  12. 1e8ffd5 openrisc: simplify pte_alloc_one_kernel() by Mike Rapoport · 6 years ago
  13. 47f1e92 sh: prefer memblock APIs returning virtual address by Mike Rapoport · 6 years ago
  14. 3e5e79f microblaze: prefer memblock API returning virtual address by Mike Rapoport · 6 years ago
  15. f806714 powerpc: prefer memblock APIs returning virtual address by Mike Rapoport · 6 years ago
  16. 45ec975 lib/lzo: separate lzo-rle from lzo by Dave Rodgman · 6 years ago
  17. 5ee4014 lib/lzo: implement run-length encoding by Dave Rodgman · 6 years ago
  18. 761b323 lib/lzo: fast 8-byte copy on arm64 by Matt Sealey · 6 years ago
  19. 433b3b3 lib/lzo: 64-bit CTZ on arm64 by Matt Sealey · 6 years ago
  20. 9577759 lib/lzo: tidy-up ifdefs by Dave Rodgman · 6 years ago
  21. 4a2ae92 ipc/sem.c: replace kvmalloc/memset with kvzalloc and use struct_size by Gustavo A. R. Silva · 6 years ago
  22. 667da6a ipc: annotate implicit fall through by Mathieu Malaterre · 6 years ago
  23. e5eed35 init/initramfs.c: provide more details in error messages by David Engraf · 6 years ago
  24. 1a6a1db lib/ubsan: default UBSAN_ALIGNMENT to not set by Anders Roxell · 6 years ago
  25. 663cb63 scripts/gdb: replace flags (MS_xyz -> SB_xyz) by Jackie Liu · 6 years ago
  26. 39e07cb kcov: convert kcov.refcount to refcount_t by Elena Reshetova · 6 years ago
  27. ec9672d kcov: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  28. 13610aa kernel/configs: use .incbin directive to embed config_data.gz by Masahiro Yamada · 6 years ago
  29. 3337d5c configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATED by Alexey Brodkin · 6 years ago
  30. 9abdb50 kernel/gcov/gcc_3_4.c: use struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
  31. 32a5ad9 sysctl: handle overflow for file-max by Christian Brauner · 6 years ago
  32. 7f2923c sysctl: handle overflow in proc_get_long by Christian Brauner · 6 years ago
  33. 92bf501 rapidio/mport_cdev: mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  34. 5ac188b drivers/rapidio/rio_cm.c: fix potential oops in riocm_ch_listen() by Dan Carpenter · 6 years ago
  35. 4b04700 kernel: workqueue: clarify wq_worker_last_func() caller requirements by Johannes Weiner · 6 years ago
  36. 6eb3c3d exec: increase BINPRM_BUF_SIZE to 256 by Oleg Nesterov · 6 years ago
  37. 26e1522 fs/exec.c: replace opencoded set_mask_bits() by Vineet Gupta · 6 years ago
  38. 67ceb1e fat: enable .splice_write to support splice on O_DIRECT file by Hou Tao · 6 years ago
  39. 660c9fc autofs: clear O_NONBLOCK on the pipe by NeilBrown · 6 years ago
  40. 874d22d fs/autofs/inode.c: use seq_puts() for simple strings in autofs_show_options() by Ian Kent · 6 years ago
  41. 60d6d04 autofs: add ignore mount option by Ian Kent · 6 years ago
  42. 8496ecd init/calibrate.c: provide proper prototype by Valdis Kletnieks · 6 years ago
  43. 49ac981 fs/binfmt_elf.c: spread const a little by Alexey Dobriyan · 6 years ago
  44. 93f044e fs/binfmt_elf.c: use list_for_each_entry() by Alexey Dobriyan · 6 years ago
  45. faf1c31 fs/binfmt_elf.c: don't be afraid of overflow by Alexey Dobriyan · 6 years ago
  46. a218cc4 epoll: use rwlock in order to reduce ep_poll_callback() contention by Roman Penyaev · 6 years ago
  47. c3e320b epoll: unify awaking of wakeup source on ep_poll_callback() path by Roman Penyaev · 6 years ago
  48. c141175 epoll: make sure all elements in ready list are in FIFO order by Roman Penyaev · 6 years ago
  49. a8da38a checkpatch: add test for SPDX-License-Identifier on wrong line # by Joe Perches · 6 years ago
  50. 98005e8 checkpatch: allow reporting C99 style comments by Vadim Bendebury · 6 years ago
  51. e29a70f checkpatch: add some new alloc functions to various tests by Joe Perches · 6 years ago
  52. fdf1369 checkpatch: verify SPDX comment style by Joe Perches · 6 years ago
  53. 488cf83 lib/test_firmware.c: remove some dead code by Dan Carpenter · 6 years ago
  54. 76c37f7 lib/assoc_array.c: mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  55. 9d7ca61 lib/test_ubsan.c: VLA no longer used in kernel by Olof Johansson · 6 years ago
  56. cdc94a37 lib/div64.c: off by one in shift by Stanislaw Gruszka · 6 years ago
  57. 1db604f include/linux/bitops.h: set_mask_bits() to return old value by Vineet Gupta · 6 years ago
  58. f1ebe04 ACPI: implement acpi_handle_debug in terms of _dynamic_func_call by Rasmus Villemoes · 6 years ago
  59. 902f99a ACPI: remove unused __acpi_handle_debug macro by Rasmus Villemoes · 6 years ago
  60. 6ad6e54 ACPI: use proper DYNAMIC_DEBUG_BRANCH macro by Rasmus Villemoes · 6 years ago
  61. afe1a71 btrfs: implement btrfs_debug* in terms of helper macro by Rasmus Villemoes · 6 years ago
  62. 47cdd64 dynamic_debug: refactor dynamic_pr_debug and friends by Rasmus Villemoes · 6 years ago
  63. a4507fe dynamic_debug: add static inline stub for ddebug_add_module by Rasmus Villemoes · 6 years ago
  64. 513770f dynamic_debug: move pr_err from module.c to ddebug_add_module by Rasmus Villemoes · 6 years ago
  65. f008043 dynamic_debug: remove unused EXPORT_SYMBOLs by Rasmus Villemoes · 6 years ago
  66. 4573fe1 dynamic_debug: use pointer comparison in ddebug_remove_module by Rasmus Villemoes · 6 years ago
  67. cdf6d00 dynamic_debug: don't duplicate modname in ddebug_add_module by Rasmus Villemoes · 6 years ago
  68. 2bdde67 dynamic_debug: consolidate DEFINE_DYNAMIC_DEBUG_METADATA definitions by Rasmus Villemoes · 6 years ago
  69. a9d4ab7 linux/printk.h: use DYNAMIC_DEBUG_BRANCH in pr_debug_ratelimited by Rasmus Villemoes · 6 years ago
  70. 3f16d18 linux/net.h: use DYNAMIC_DEBUG_BRANCH in net_dbg_ratelimited by Rasmus Villemoes · 6 years ago
  71. e0b73d7 linux/device.h: use DYNAMIC_DEBUG_BRANCH in dev_dbg_ratelimited by Rasmus Villemoes · 6 years ago
  72. 3c82066 include/linux/pid.h: remove next_pidmap() declaration by Nadav Amit · 6 years ago
  73. 54d5089 linux/kernel.h: split *_MAX and *_MIN macros into <linux/limits.h> by Masahiro Yamada · 6 years ago
  74. 2dc0e68 linux/kernel.h: use 'short' to define USHRT_MAX, SHRT_MAX, SHRT_MIN by Masahiro Yamada · 6 years ago
  75. f1fffbd linux/fs.h: move member alignment check next to definition of struct filename by Rasmus Villemoes · 6 years ago
  76. ef27ac1 lib/vsprintf.c: move sizeof(struct printf_spec) next to its definition by Rasmus Villemoes · 6 years ago
  77. 6bab69c build_bug.h: add wrapper for _Static_assert by Rasmus Villemoes · 6 years ago
  78. 7e242b5 scripts/spelling.txt: add more spellings to spelling.txt by Colin Ian King · 6 years ago
  79. 21f63a5 kernel/sys: annotate implicit fall through by Mathieu Malaterre · 6 years ago
  80. b014beb kernel/hung_task.c: Use continuously blocked time when reporting. by Tetsuo Handa · 6 years ago
  81. a98eb6f kernel/hung_task.c - fix sparse warnings by Valdis Kletnieks · 6 years ago
  82. 30ff9ec include/linux/types.h: use "unsigned int" instead of "unsigned" by WangBo · 6 years ago
  83. b95c4d1 <linux/kernel.h>: drop the gcc-3.3 'const' hack in roundup() by Randy Dunlap · 6 years ago
  84. 4169680 kernel/panic.c: taint: fix debugfs_simple_attr.cocci warnings by YueHaibing · 6 years ago
  85. c461aed kernel.h: unconditionally include asm/div64.h for do_div() by Jani Nikula · 6 years ago
  86. 610cd4e Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  87. 60970c1 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  88. f86727f Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  89. d2cb698 Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  90. 35a738f Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  91. bcd49c3 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  92. f14b5f0 Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  93. 37d1856 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  94. dd1c3ed Merge tag 'xtensa-20190307' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 6 years ago
  95. 6c3ac11 Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  96. d72cb8c Merge tag 'riscv-for-linus-5.1-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux by Linus Torvalds · 6 years ago
  97. be37f21 Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 6 years ago
  98. 3ac96c3 Merge tag 'selinux-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 6 years ago
  99. ae5906c Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  100. 1fc1cd8 Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 6 years ago