1. b588400 Merge tag 'trace-v4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  2. 2840f84 tracing: Fix memory leak of instance function hash filters by Steven Rostedt (VMware) · 6 years ago
  3. 3cec638 tracing: Fix memory leak in set_trigger_filter() by Steven Rostedt (VMware) · 6 years ago
  4. b61c192 tracing: Fix memory leak in create_filter() by Steven Rostedt (VMware) · 6 years ago
  5. d48f782 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  6. 1cdc362 Merge tag 'gcc-plugins-v4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  7. abb8d6e Merge tag 'trace-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  8. 1aed58e Uprobes: Fix kernel oops with delayed_uprobe_remove() by Ravi Bangoria · 6 years ago
  9. e9c7d65 stackleak: Mark stackleak_track_stack() as notrace by Anders Roxell · 6 years ago
  10. e37d05a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  11. ceefbc9 bpf: add per-insn complexity limit by Alexei Starovoitov · 6 years ago
  12. 4f7b3e8 bpf: improve verifier branch analysis by Alexei Starovoitov · 6 years ago
  13. c349480 bpf: check pending signals while verifying programs by Alexei Starovoitov · 6 years ago
  14. 4b78317 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  15. d8f190e Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  16. 1f81742 Merge tag 'gcc-plugins-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  17. 903e8ff kernel/kcov.c: mark funcs in __sanitizer_cov_trace_pc() as notrace by Anders Roxell · 6 years ago
  18. e0c2744 psi: make disabling/enabling easier for vendor kernels by Johannes Weiner · 6 years ago
  19. a1b3cf6 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  20. 49afe66 Merge tag 'trace-v4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  21. 0f1f692 Merge tag 'trace-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  22. ef1a840 stackleak: Disable function tracing and kprobes for stackleak_erase() by Alexander Popov · 6 years ago
  23. 5cf99a0f tracing/fgraph: Fix set_graph_function from showing interrupts by Steven Rostedt (VMware) · 6 years ago
  24. eb04bbb bpf: btf: check name validity for various types by Yonghong Song · 6 years ago
  25. cdbb096a bpf: btf: implement btf_name_valid_identifier() by Yonghong Song · 6 years ago
  26. 60b5482 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  27. 46f7ecb ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRS by Thomas Gleixner · 6 years ago
  28. a74cfff x86/speculation: Rework SMT state change by Thomas Gleixner · 6 years ago
  29. 321a874 sched/smt: Expose sched_smt_present static key by Thomas Gleixner · 6 years ago
  30. c5511d0 sched/smt: Make sched_smt_present track topology by Peter Zijlstra (Intel) · 6 years ago
  31. b1b35f2 function_graph: Have profiler use curr_ret_stack and not depth by Steven Rostedt (VMware) · 6 years ago
  32. 7c6ea35 function_graph: Reverse the order of pushing the ret_stack and the callback by Steven Rostedt (VMware) · 6 years ago
  33. 552701d function_graph: Move return callback before update of curr_ret_stack by Steven Rostedt (VMware) · 6 years ago
  34. 39eb456 function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stack by Steven Rostedt (VMware) · 6 years ago
  35. d125f3f8 function_graph: Make ftrace_push_return_trace() static by Steven Rostedt (VMware) · 6 years ago
  36. e2c95a6 bpf, ppc64: generalize fetching subprog into bpf_jit_get_func_addr by Daniel Borkmann · 6 years ago
  37. 8114865 function_graph: Create function_graph_enter() to consolidate architecture code by Steven Rostedt (VMware) · 6 years ago
  38. 6950012 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  39. 1efb6ee bpf: fix check of allowed specifiers in bpf_trace_printk by Martynas Pumputis · 6 years ago
  40. 09d3f01 uprobes: Fix handle_swbp() vs. unregister() + register() race once more by Andrea Parri · 6 years ago
  41. 813961d bpf: fix integer overflow in queue_stack_map by Alexei Starovoitov · 6 years ago
  42. cb216b8 swiotlb: Skip cache maintenance on map error by Robin Murphy · 6 years ago
  43. c67a98c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  44. 03582f3 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  45. 8fcb231 kernel/sched/psi.c: simplify cgroup_move_task() by Olof Johansson · 6 years ago
  46. 569a933 bpf: allocate local storage buffers using GFP_ATOMIC by Roman Gushchin · 6 years ago
  47. afd5942 bpf: fix off-by-one error in adjust_subprog_starts by Edward Cree · 6 years ago
  48. 646558f kdb: kdb_support: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  49. 01cb373 kdb: kdb_keyboard: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  50. 9eb62f0 kdb: kdb_main: refactor code in kdb_md_line by Gustavo A. R. Silva · 6 years ago
  51. c2b94c7 kdb: Use strscpy with destination buffer size by Prarit Bhargava · 6 years ago
  52. 568fb6f kdb: print real address of pointers instead of hashed addresses by Christophe Leroy · 6 years ago
  53. dded2e1 kdb: use correct pointer when 'btc' calls 'btt' by Christophe Leroy · 6 years ago
  54. c469933 sched/fair: Fix cpu_util_wake() for 'execl' type workloads by Patrick Bellasi · 6 years ago
  55. 08b5278 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  56. 024d4d4 Merge branch 'sched/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  57. 0b002cd Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  58. 1de4f2e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  59. e6a2d72c posix-cpu-timers: Remove useless call to check_dl_overrun() by Juri Lelli · 6 years ago
  60. d2f007d userns: also map extents in the reverse map to kernel IDs by Jann Horn · 6 years ago
  61. f26621e resource/docs: Complete kernel-doc style function documentation by Borislav Petkov · 6 years ago
  62. 8053e5b Merge tag 'trace-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  63. a13511d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  64. ee474b8 tracing/kprobes: Fix strpbrk() argument order by Masami Hiramatsu · 6 years ago
  65. f75d651 resource/docs: Fix new kernel-doc warnings by Randy Dunlap · 6 years ago
  66. e1ff516 sched/fair: Fix a comment in task_numa_fault() by Yi Wang · 6 years ago
  67. 71e5602 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  68. 601a880 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  69. 01897f3 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  70. e9ebc21 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  71. 40fa378 sched/core: Take the hotplug lock in sched_init_smp() by Valentin Schneider · 6 years ago
  72. 993f0b0 sched/topology: Fix off by one bug by Peter Zijlstra · 6 years ago
  73. 23a12dd Merge branch 'core/urgent' into x86/urgent, to pick up objtool fix by Ingo Molnar · 6 years ago
  74. 6f0483d kernel/sysctl.c: remove duplicated include by Michael Schupikov · 6 years ago
  75. 3383b36 kernel/kexec_file.c: remove some duplicated includes by zhong jiang · 6 years ago
  76. 28c2fae bpf: fix bpf_prog_get_info_by_fd to return 0 func_lens for unpriv by Daniel Borkmann · 6 years ago
  77. ff1889f bpf: show main program address and length in bpf_prog_info by Song Liu · 6 years ago
  78. de57e99 bpf: show real jited address in bpf_prog_info->jited_ksyms by Song Liu · 6 years ago
  79. df07347 bpf: show real jited prog address in /proc/kallsyms by Song Liu · 6 years ago
  80. 5f21585 Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  81. b5f2954 blkcg: revert blkcg cleanups series by Dennis Zhou · 6 years ago
  82. b5b1de3 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 6 years ago
  83. 2d6bb6a Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  84. 82aa467 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  85. eb7046e Merge tag 'platform-drivers-x86-v4.20-1' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 6 years ago
  86. 98f7620 compat: Cleanup in_compat_syscall() callers by Dmitry Safonov · 6 years ago
  87. 57f0179 irq/matrix: Fix memory overallocation by Michael Kelley · 6 years ago
  88. 4d31f30 bpf: don't set id on after map lookup with ptr_to_map_val return by Daniel Borkmann · 6 years ago
  89. 0962590 bpf: fix partial copy of map_ptr when dst is scalar by Daniel Borkmann · 6 years ago
  90. 7e1c4e2 memblock: stop using implicit alignment to SMP_CACHE_BYTES by Mike Rapoport · 6 years ago
  91. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  92. eb31d55 memblock: remove _virt from APIs returning virtual address by Mike Rapoport · 6 years ago
  93. 6a32c24 kbuild: fix kernel/bounds.c 'W=1' warning by Arnd Bergmann · 6 years ago
  94. b49dec1 kernel/panic.c: filter out a potential trailing newline by Borislav Petkov · 6 years ago
  95. 95c4fb7 kernel/panic.c: do not append newline to the stack protector panic string by Borislav Petkov · 6 years ago
  96. 2e58f57 kernel/signal.c: fix a comment error by Weikang Shi · 6 years ago
  97. ea6f650 kernel/fail_function.c: remove meaningless null pointer check before debugfs_remove_recursive by zhong jiang · 6 years ago
  98. 343a9f3 Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  99. f4267b3 Merge tag 'trace-v4.19-rc8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  100. 6ef7467 Merge tag 'pm-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago