1. c350d6d Merge tag 'dma-mapping-4.18-2' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  2. 210d079 swiotlb: export swiotlb_dma_ops by Christoph Hellwig · 7 years ago
  3. 9331510 perf/core: Move inline keyword at the beginning of declaration by Mathieu Malaterre · 7 years ago
  4. c81b995 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  5. 2ce413e Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  6. 2da2ca2 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  7. 6242258 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  8. 78fea63 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  9. 81f9c4e Merge tag 'trace-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  10. 784e030 rseq: Avoid infinite recursion when delivering SIGSEGV by Will Deacon · 7 years ago
  11. abcbcb8 time: Make sure jiffies_to_msecs() preserves non-zero time periods by Geert Uytterhoeven · 7 years ago
  12. 72a8edc genirq/debugfs: Add missing IRQCHIP_SUPPORTS_LEVEL_MSI debug by Marc Zyngier · 7 years ago
  13. 57d6a79 perf/core: Move the inline keyword at the beginning of the function declaration by Mathieu Malaterre · 7 years ago
  14. 08ae88f tracing: Use swap macro in update_max_tr by Gustavo A. R. Silva · 7 years ago
  15. 1a63dcd softirq: Reorder trace_softirqs_on to prevent lockdep splat by Joel Fernandes (Google) · 7 years ago
  16. 7030342 tracing: Check for no filter when processing event filters by Steven Rostedt (VMware) · 7 years ago
  17. fcc784b locking/lockdep: Do not record IRQ state within lockdep code by Steven Rostedt (VMware) · 7 years ago
  18. d8894a0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  19. 03eeafd locking/rwsem: Fix up_read_non_owner() warning with DEBUG_RWSEMS by Waiman Long · 7 years ago
  20. 6d90eb7 Merge tag 'dma-rename-4.18' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  21. 0fe2795 posix-timers: Fix nanosleep_copyout() for CONFIG_COMPAT_32BIT_TIME by Arnd Bergmann · 7 years ago
  22. 0841d98 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  23. 5e7b921 Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental by Linus Torvalds · 7 years ago
  24. dbb2816f Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  25. 9215310 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  26. de7f01c Merge tag 'modules-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  27. 6d5fc19 xdp: Fix handling of devmap in generic XDP by Toshiaki Makita · 7 years ago
  28. 44348e8a fix a series of Documentation/ broken file name references by Mauro Carvalho Chehab · 7 years ago
  29. 5fb94e9 docs: Fix some broken references by Mauro Carvalho Chehab · 7 years ago
  30. 9facc33 bpf: reject any prog that failed read-only lock by Daniel Borkmann · 7 years ago
  31. 7d1982b bpf: fix panic in prog load calls cleanup by Daniel Borkmann · 7 years ago
  32. b5d903c2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  33. 0ed557a sched/core / kcov: avoid kcov_area during task switch by Mark Rutland · 7 years ago
  34. dc55daf kcov: prefault the kcov_area by Mark Rutland · 7 years ago
  35. c9484b9 kcov: ensure irq code sees a valid area by Mark Rutland · 7 years ago
  36. 3fb3894 kernel/relay.c: change return type to vm_fault_t by Souptick Joarder · 7 years ago
  37. 655c79b mm: check for SIGKILL inside dup_mmap() loop by Tetsuo Handa · 7 years ago
  38. a8311f6 kexec: yield to scheduler when loading kimage segments by Jarrett Farnitano · 7 years ago
  39. a0f8c29 kconfig: tinyconfig: remove stale stack protector fixups by Masahiro Yamada · 7 years ago
  40. cf65a0f dma-mapping: move all DMA mapping code to kernel/dma by Christoph Hellwig · 7 years ago
  41. 050e9ba Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables by Linus Torvalds · 7 years ago
  42. be779f0 Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  43. fad953c treewide: Use array_size() in vzalloc() by Kees Cook · 7 years ago
  44. 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 7 years ago
  45. 778e1cd treewide: kvzalloc() -> kvcalloc() by Kees Cook · 7 years ago
  46. 590b5b7 treewide: kzalloc_node() -> kcalloc_node() by Kees Cook · 7 years ago
  47. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  48. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  49. c60c32a5 posix-cpu-timers: Remove lockdep_assert_irqs_disabled() by Sebastian Andrzej Siewior · 7 years ago
  50. 0ca69d1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  51. f0dc7f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  52. 5f85942 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  53. d82991a Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  54. f4e5b30 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  55. a8a4021b Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  56. 59dc6f3 signal: Remove no longer required irqsave/restore by Anna-Maria Gleixner · 7 years ago
  57. d6c7528 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide by Linus Torvalds · 7 years ago
  58. 7d3bf61 Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  59. b568457 Merge branch 'for-4.18/dax' into libnvdimm-for-next by Dan Williams · 7 years ago
  60. b165585 bpf: implement dummy fops for bpf objects by Daniel Borkmann · 7 years ago
  61. 6a61b70 gcov: remove CONFIG_GCOV_FORMAT_AUTODETECT by Masahiro Yamada · 7 years ago
  62. 401c636 kernel/hung_task.c: show all hung tasks before panic by Tetsuo Handa · 7 years ago
  63. 6e292b9 mm: split page_type out from _mapcount by Matthew Wilcox · 7 years ago
  64. 88aa7cc mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_struct by Yang Shi · 7 years ago
  65. ff26728 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  66. bf956be umh: fix race condition by Alexei Starovoitov · 7 years ago
  67. 58990d1 bpf: reject passing modified ctx to helper functions by Daniel Borkmann · 7 years ago
  68. c90fca9 Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  69. da315f6 Merge tag 'fuse-update-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 7 years ago
  70. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  71. 2857676 Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  72. 5eb6eed Merge tag 'trace-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  73. 8b5c6a3 Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 7 years ago
  74. d75ae5b Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 7 years ago
  75. acafe7e treewide: Use struct_size() for kmalloc()-family by Kees Cook · 7 years ago
  76. 12f4707 genirq/affinity: Defer affinity setting if irq chip is busy by Thomas Gleixner · 7 years ago
  77. d340ebd genirq/migration: Avoid out of line call if pending is not set by Thomas Gleixner · 7 years ago
  78. a33a5d2 genirq/generic_pending: Do not lose pending affinity update by Thomas Gleixner · 7 years ago
  79. d7822b1 rseq: Introduce restartable sequences system call by Mathieu Desnoyers · 7 years ago
  80. af6c5d5 Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 7 years ago
  81. 9f25a8d Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 7 years ago
  82. 47b82e8 ide: don't enable/disable interrupts in force threaded-IRQ mode by Sebastian Andrzej Siewior · 7 years ago
  83. 591a033 tracing: Use match_string() instead of open coding it in trace_set_options() by Yisheng Xie · 7 years ago
  84. fd129f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  85. 3c89adb0 Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  86. 554755b printk: drop in_nmi check from printk_safe_flush_on_panic() by Sergey Senozhatsky · 7 years ago
  87. ba252f16 Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  88. 0bbcce5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  89. db020be Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  90. f7f4e7f Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  91. d9b446e Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  92. 92400b8 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  93. 4057ada Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  94. 93e95fa Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  95. 6167c20 ring-buffer: Fix a bunch of typos in comments by Steven Rostedt (VMware) · 7 years ago
  96. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  97. 34ea38c bpf: guard bpf_get_current_cgroup_id() with CONFIG_CGROUPS by Yonghong Song · 7 years ago
  98. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  99. f459c34 Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  100. a24e16b Merge branches 'pm-pci', 'acpi-pm', 'pm-sleep' and 'pm-avs' by Rafael J. Wysocki · 7 years ago