1. 3612af7 bpf: fix sanitation rewrite in case of non-pointers by Daniel Borkmann · 6 years ago
  2. 352d20d bpf: drop refcount if bpf_map_new_fd() fails in map_create() by Peng Sun · 6 years ago
  3. 781e628 bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id() by Peng Sun · 6 years ago
  4. c4eb1e1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  5. ea34a00 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  6. 7c0cdf0 bpf, lpm: fix lookup bug in map_delete_elem by Alban Crequy · 6 years ago
  7. 4e37504 psi: avoid divide-by-zero crash inside virtual machines by Johannes Weiner · 6 years ago
  8. 40e196a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  9. 10f4902 Merge tag 'trace-v5.0-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  10. dd6f29d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  11. 6e1077f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  12. 9e73821 tracing: Fix number of entries in trace header by Quentin Perret · 6 years ago
  13. 2c4f1fc kprobe: Do not use uaccess functions to access kernel memory that can fault by Changbin Du · 6 years ago
  14. 02d7504 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  15. b6ea7bc Merge tag 'trace-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  16. cf43a75 signal: Restore the stop PTRACE_EVENT_EXIT by Eric W. Biederman · 6 years ago
  17. 528871b perf/core: Fix impossible ring-buffer sizes warning by Ingo Molnar · 6 years ago
  18. f667587 tracing: probeevent: Correctly update remaining space in dynamic area by Andreas Ziegler · 6 years ago
  19. 3defaf2 bpf: fix lockdep false positive in stackmap by Alexei Starovoitov · 6 years ago
  20. 81ec3f3 perf/x86: Add check_period PMU callback by Jiri Olsa · 6 years ago
  21. 212146f Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  22. d2a6aae Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  23. d623876 bpf: Fix narrow load on a bpf_sock returned from sk_lookup() by Martin KaFai Lau · 6 years ago
  24. 6b2912c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  25. 27b4ad6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  26. 8c8e62c Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  27. 1a1fb98 futex: Handle early deadlock return correctly by Thomas Gleixner · 6 years ago
  28. 6f568eb futex: Fix barrier comment by Davidlohr Bueso · 6 years ago
  29. 7146db3 signal: Better detection of synchronous signals by Eric W. Biederman · 6 years ago
  30. 35634ff signal: Always notice exiting tasks by Eric W. Biederman · 6 years ago
  31. 4879f11 Merge tag 'trace-v5.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  32. a692933 signal: Always attempt to allocate siginfo for SIGSTOP by Eric W. Biederman · 6 years ago
  33. 9dff0aa perf/core: Don't WARN() for impossible ring-buffer sizes by Mark Rutland · 6 years ago
  34. cc6810e Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  35. 58f6d42 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  36. 1b69ac6 psi: fix aggregation idle shut-off by Johannes Weiner · 6 years ago
  37. 8fb335e kernel/exit.c: release ptraced tasks before zap_pid_ns_processes by Andrei Vagin · 6 years ago
  38. e7b8164 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  39. 7c4cd05 bpf: Fix syscall's stackmap lookup potential deadlock by Martin KaFai Lau · 6 years ago
  40. e16ec34 bpf: fix potential deadlock in bpf_prog_register by Alexei Starovoitov · 6 years ago
  41. a89fac5 bpf: fix lockdep false positive in percpu_freelist by Alexei Starovoitov · 6 years ago
  42. 6cab5e9 bpf: run bpf programs with preemption disabled by Alexei Starovoitov · 6 years ago
  43. 2c1cf00 relay: check return of create_buf_file() properly by Greg Kroah-Hartman · 6 years ago
  44. b284909 cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVM by Josh Poimboeuf · 6 years ago
  45. 81f5c6f bpf: btf: allow typedef func_proto by Yonghong Song · 6 years ago
  46. 34d66ca x86/speculation: Remove redundant arch_smt_update() invocation by Zhenzhong Duan · 6 years ago
  47. f907bb4 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  48. 9881051 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  49. 0d48437 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  50. d3c8c0a Merge tag 'perf-urgent-for-mingo-5.0-20190121' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 6 years ago
  51. e158488b locking/rwsem: Fix (possible) missed wakeup by Xie Yongji · 6 years ago
  52. b061c38 futex: Fix (possible) missed wakeup by Peter Zijlstra · 6 years ago
  53. 4c4e373 sched/wake_q: Fix wakeup ordering for wake_q by Peter Zijlstra · 6 years ago
  54. e6018c0 sched/wake_q: Document wake_q_add() by Peter Zijlstra · 6 years ago
  55. 6dc080e sched/wait: Fix rcuwait_wake_up() ordering by Prateek Sood · 6 years ago
  56. 7d0ae23 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  57. 9d5564d bpf: fix inner map masking to prevent oob under speculation by Daniel Borkmann · 6 years ago
  58. 1a51c5d perf core: Fix perf_proc_update_handler() bug by Stephane Eranian · 6 years ago
  59. 12fee4c genirq/irqdesc: Fix double increment in alloc_descs() by Huacai Chen · 6 years ago
  60. 6d060fa Merge branch 'stable/for-linus-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 6 years ago
  61. 0722069 tracing/uprobes: Fix output for multiple string arguments by Andreas Ziegler · 6 years ago
  62. c8dc798 bpf: Annotate implicit fall through in cgroup_dev_func_proto by Mathieu Malaterre · 6 years ago
  63. 583c531 bpf: Make function btf_name_offset_valid static by Mathieu Malaterre · 6 years ago
  64. 4af396a bpf: zero out build_id for BPF_STACK_BUILD_ID_IP by Stanislav Fomichev · 6 years ago
  65. 0b69800 bpf: don't assume build-id length is always 20 bytes by Stanislav Fomichev · 6 years ago
  66. ea6eb5e tracing: uprobes: Fix typo in pr_fmt string by Andreas Ziegler · 6 years ago
  67. 227a76b swiotlb: clear io_tlb_start and io_tlb_end in swiotlb_exit by Christoph Hellwig · 6 years ago
  68. a811dc6 seccomp: fix UAF in user-trap code by Tycho Andersen · 6 years ago
  69. 7939f8b Merge tag 'trace-v5.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  70. e874644 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  71. 8b05a3a tracing/kprobes: Fix NULL pointer dereference in trace_kprobe_create() by Andrea Righi · 6 years ago
  72. 93ad0fc posix-cpu-timers: Unbreak timer rearming by Thomas Gleixner · 6 years ago
  73. bddda60 genirq: Make sure the initial affinity is not empty by Srinivas Ramana · 6 years ago
  74. b7285b4 kernel/sys.c: Clarify that UNAME26 does not generate unique versions anymore by Jonathan Neuschäfer · 6 years ago
  75. 73ab1cb umh: add exit routine for UMH process by Taehee Yoo · 6 years ago
  76. 17e3ac8 bpf: fix bpffs bitfield pretty print by Yonghong Song · 6 years ago
  77. beaf3d1 bpf: fix panic in stack_map_get_build_id() on i386 and arm32 by Song Liu · 6 years ago
  78. a88cc8d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  79. ba4a457 fork, memcg: fix cached_stacks case by Shakeel Butt · 6 years ago
  80. 7b55851 fork: record start_time late by David Herrmann · 6 years ago
  81. 85e1ffb Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  82. e2b745f Merge tag 'dma-mapping-4.21-1' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  83. d3bd741 bpf: fix sanitation of alu op with pointer / scalar type from different paths by Daniel Borkmann · 6 years ago
  84. ad77408 kbuild: change filechk to surround the given command with { } by Masahiro Yamada · 6 years ago
  85. e9666d1 jump_label: move 'asm goto' support test to Kconfig by Masahiro Yamada · 6 years ago
  86. a659811 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  87. 8270f3a dma-direct: fix DMA_ATTR_NO_KERNEL_MAPPING for remapped allocations by Christoph Hellwig · 6 years ago
  88. 34ec35a kernel/sched/: remove caller signal_pending branch predictions by Davidlohr Bueso · 6 years ago
  89. 3bb5f4a kernel/locking/mutex.c: remove caller signal_pending branch predictions by Davidlohr Bueso · 6 years ago
  90. 6347244 kernel/kcov.c: mark write_comp_data() as notrace by Anders Roxell · 6 years ago
  91. 81c9d43 kernel/sysctl: add panic_print into sysctl by Feng Tang · 6 years ago
  92. d999bd9 panic: add options to print system info when panic happens by Feng Tang · 6 years ago
  93. fb5bf31 fork: fix some -Wmissing-prototypes warnings by Yi Wang · 6 years ago
  94. 304ae42 kernel/hung_task.c: break RCU locks based on jiffies by Tetsuo Handa · 6 years ago
  95. 168e06f kernel/hung_task.c: force console verbose before panic by Liu, Chuansheng · 6 years ago
  96. 09be178 proc/sysctl: fix return error for proc_doulongvec_minmax() by Cheng Lin · 6 years ago
  97. 594cc25 make 'user_access_begin()' do 'access_ok()' by Linus Torvalds · 6 years ago
  98. 48e638f dma-mapping: remove a few unused exports by Christoph Hellwig · 6 years ago
  99. 4788ba5 dma-mapping: remove dmam_{declare,release}_coherent_memory by Christoph Hellwig · 6 years ago
  100. d7076f0 dma-mapping: implement dmam_alloc_coherent using dmam_alloc_attrs by Christoph Hellwig · 6 years ago