1. ac60602 Merge tag 'dma-mapping-5.3-1' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 5 years ago
  2. e6023ad Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  3. 4b01f5a Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  4. 70e6e1b Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  5. 07ab9d5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
  6. 19dbdcb smp: Warn on function calls from softirq context by Peter Zijlstra · 5 years ago
  7. 0c5f81d KVM: LAPIC: Inject timer interrupt via posted interrupt by Wanpeng Li · 5 years ago
  8. dd4542d Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  9. 41ba485 Merge tag 'trace-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  10. 4f5ed13 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  11. 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  12. 5f4fc6d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 5 years ago
  13. 249be85 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  14. 6d54ceb tracing: Fix user stack trace "??" output by Eiichi Tsukata · 6 years ago
  15. 449fa54 dma-direct: correct the physical addr in dma_direct_sync_sg_for_cpu/device by Fugang Duan · 5 years ago
  16. eec4844 proc/sysctl: add shared variables for range check by Matteo Croce · 5 years ago
  17. 7cc7867 mm/devm_memremap_pages: enable sub-section remap by Dan Williams · 5 years ago
  18. 7563987 resource: avoid unnecessary lookups in find_next_iomem_res() by Nadav Amit · 5 years ago
  19. 49f17c2 resource: fix locking in find_next_iomem_res() by Nadav Amit · 5 years ago
  20. a50a3f4 sched/rt, Kconfig: Introduce CONFIG_PREEMPT_RT by Thomas Gleixner · 5 years ago
  21. bb74523 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 5 years ago
  22. da0acd7 Merge tag 'modules-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 5 years ago
  23. 3193c08 bpf: Disable GCC -fgcse optimization for ___bpf_prog_run() by Josh Poimboeuf · 5 years ago
  24. 818e95c Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  25. 54f698f Merge branch 'x86/debug' into core/urgent by Thomas Gleixner · 5 years ago
  26. d4df33b Merge branch 'for-linus-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 5 years ago
  27. cac9b9a stacktrace: Force USER_DS for stack_trace_save_user() by Peter Zijlstra · 5 years ago
  28. cf144f8 padata: use smp_mb in padata_reorder to avoid orphaned padata jobs by Daniel Jordan · 5 years ago
  29. 57a8ec3 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  30. a5008b5 dma-direct: only limit the mapping size if swiotlb could be used by Christoph Hellwig · 5 years ago
  31. f57e515 kernel/pid.c: convert struct pid count to refcount_t by Joel Fernandes (Google) · 5 years ago
  32. b772434 signal: simplify set_user_sigmask/restore_user_sigmask by Oleg Nesterov · 5 years ago
  33. 201766a ptrace: add PTRACE_GET_SYSCALL_INFO request by Elvira Khabirova · 5 years ago
  34. 65f50f2 kernel: fix typos and some coding style in comments by Weitao Hou · 5 years ago
  35. 9087c37 dma-direct: Force unencrypted DMA under SME for certain DMA masks by Tom Lendacky · 5 years ago
  36. c309b6f Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 5 years ago
  37. 0aeb1de tracing: Make trace_get_fields() global by Cong Wang · 6 years ago
  38. 5967bd5 tracing: Let filter_assign_type() detect FILTER_PTR_STRING by Cong Wang · 6 years ago
  39. 46710f3 tracing: Pass type into tracing_generic_entry_update() by Cong Wang · 6 years ago
  40. 715fa2f tracing/kprobe: Check registered state using kprobe by Masami Hiramatsu · 6 years ago
  41. e3dc9f8 tracing/probe: Add trace_event_call accesses APIs by Masami Hiramatsu · 6 years ago
  42. b55ce203 tracing/probe: Add probe event name and group name accesses APIs by Masami Hiramatsu · 6 years ago
  43. 747774d tracing/probe: Add trace flag access APIs for trace_probe by Masami Hiramatsu · 6 years ago
  44. b5f935e tracing/probe: Add trace_event_file access APIs for trace_probe by Masami Hiramatsu · 6 years ago
  45. 46e5376 tracing/probe: Add trace_event_call register API for trace_probe by Masami Hiramatsu · 6 years ago
  46. 455b289 tracing/probe: Add trace_probe init and free functions by Masami Hiramatsu · 6 years ago
  47. b4d4b96 tracing/uprobe: Set print format when parsing command by Masami Hiramatsu · 6 years ago
  48. f730e0f tracing/kprobe: Set print format right after parsed command by Masami Hiramatsu · 6 years ago
  49. 65fc965 kprobes: Fix to init kprobes in subsys_initcall by Masami Hiramatsu · 6 years ago
  50. 3c69914 Merge tag 'for-linus-20190715' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
  51. fb4da21 Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 5 years ago
  52. 1acc5d5 bpf: fix BTF verifier size resolution logic by Andrii Nakryiko · 5 years ago
  53. da82c92 docs: cgroup-v1: add it to the admin-guide book by Mauro Carvalho Chehab · 6 years ago
  54. 5704324 docs: admin-guide: move sysctl directory to it by Mauro Carvalho Chehab · 6 years ago
  55. 53b9537 docs: sysctl: convert to ReST by Mauro Carvalho Chehab · 6 years ago
  56. 387b146 docs: locking: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
  57. fec88ab Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago
  58. 1d03985 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  59. 0c85ce1 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  60. 028b6e8a clone: fix CLONE_PIDFD support by Dmitry V. Levin · 5 years ago
  61. 50ec188 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  62. 68d41d8 locking/lockdep: Fix lock used or unused stats error by Yuyang Du · 5 years ago
  63. e3d8548 sched/core: Fix preempt warning in ttwu by Peter Zijlstra · 5 years ago
  64. 8a58dda perf/core: Fix exclusive events' grouping by Alexander Shishkin · 5 years ago
  65. 1cf8dfe perf/core: Fix race between close() and fork() by Peter Zijlstra · 5 years ago
  66. 39ceda5 Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  67. 9e3a25d Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 5 years ago
  68. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  69. ef8f3d4 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  70. 9bd3bb6 mm/nvdimm: add is_ioremap_addr and use that to check ioremap address by Aneesh Kumar K.V · 5 years ago
  71. ed4ed40 bpf: verifier: avoid fall-through warnings by Gustavo A. R. Silva · 5 years ago
  72. b3b50f0 bpf: fix precision bit propagation for BPF_ST instructions by Andrii Nakryiko · 5 years ago
  73. db04573 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching by Linus Torvalds · 5 years ago
  74. d7fe42a6 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  75. 02150fa Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  76. 237f83d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 5 years ago
  77. 8f6ccf6 Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
  78. 5450e8a Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
  79. 0df1c98 timekeeping/vsyscall: Use __iter_div_u64_rem() by Arnd Bergmann · 5 years ago
  80. e9a83bd Merge tag 'docs-5.3' of git://git.lwn.net/linux by Linus Torvalds · 5 years ago
  81. 608745f Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  82. 3b99107 Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  83. cf2d213 Merge tag 'pm-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 5 years ago
  84. e55a732 bpf: Fix ORC unwinding in non-JIT BPF code by Josh Poimboeuf · 6 years ago
  85. 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 5 years ago
  86. 92c1d65 Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 5 years ago
  87. df2a40f Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 5 years ago
  88. 8b68150 Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 5 years ago
  89. af144a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 5 years ago
  90. c84ca91 Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
  91. c236b6d Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
  92. d44a627 Merge tag 'keys-misc-20190619' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
  93. 61fc577 Merge tag 'audit-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 5 years ago
  94. 7199ff7 kheaders: include only headers into kheaders_data.tar.xz by Masahiro Yamada · 6 years ago
  95. b60b7c2 kheaders: remove meaningless -R option of 'ls' by Masahiro Yamada · 6 years ago
  96. dad1c12 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  97. e1928328 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  98. 46f1ec2 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  99. 0902d50 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  100. 927ba67 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago