1. e0f3b18 trace/osnoise: Add migrate-disabled field to the osnoise header by Daniel Bristot de Oliveira · 3 years, 5 months ago
  2. 9e20028 perf/core: allow ftrace for functions in kernel/event/core.c by Song Liu · 3 years, 5 months ago
  3. 172f7ba ftrace: Make ftrace_profile_pages_init static by chongjiapeng · 3 years, 5 months ago
  4. e44e81c kprobes: convert tests to kunit by Sven Schnelle · 3 years, 5 months ago
  5. 8720aee tracing: use %ps format string to print symbols by Arnd Bergmann · 3 years, 5 months ago
  6. ed29271 ftrace/direct: Do not disable when switching direct callers by Steven Rostedt (VMware) · 3 years, 5 months ago
  7. ccf5a89 ftrace: Add multi direct modify interface by Jiri Olsa · 3 years, 5 months ago
  8. f64dd46 ftrace: Add multi direct register/unregister interface by Jiri Olsa · 3 years, 5 months ago
  9. 1904a81 ftrace: Add ftrace_add_rec_direct function by Jiri Olsa · 3 years, 5 months ago
  10. 4e341ca tracing: Fix selftest config check for function graph start up test by Steven Rostedt (VMware) · 3 years, 5 months ago
  11. 130c080 tracing: Add trampoline/graph selftest by Jiri Olsa · 3 years, 5 months ago
  12. 0c0593b x86/ftrace: Make function graph use ftrace directly by Steven Rostedt (VMware) · 3 years, 5 months ago
  13. 91ebe8b tracing/perf: Add interrupt_context_level() helper by Steven Rostedt (VMware) · 3 years, 5 months ago
  14. 9b84fad tracing: Reuse logic from perf's get_recursion_context() by Steven Rostedt (VMware) · 3 years, 5 months ago
  15. 7ce1bb8 tracing/cfi: Fix cmp_entries_* functions signature mismatch by Kalesh Singh · 3 years, 5 months ago
  16. 34cdd18 tracing: Use linker magic instead of recasting ftrace_ops_list_func() by Steven Rostedt (VMware) · 4 years, 9 months ago
  17. affc659 tracing: in_irq() cleanup by Changbin Du · 3 years, 6 months ago
  18. 43c9dd8 ftrace: Add unit test for removing trace function by Carles Pey · 3 years, 6 months ago
  19. 6644c65 ftrace: Cleanup ftrace_dyn_arch_init() by Weizhao Ouyang · 3 years, 6 months ago
  20. 21ccc9c tracing: Disable "other" permission bits in the tracefs files by Steven Rostedt (VMware) · 3 years, 7 months ago
  21. b30a779 tracing: Initialize upper and lower vars in pid_list_refill_irq() by Steven Rostedt (VMware) · 3 years, 5 months ago
  22. 8d6e9098 tracing: Create a sparse bitmask for pid filtering by Steven Rostedt (VMware) · 3 years, 6 months ago
  23. 6954e41 tracing: Place trace_pid_list logic into abstract functions by Steven Rostedt (VMware) · 3 years, 6 months ago
  24. bf094cf x86/kprobes: Fixup return address in generic trampoline handler by Masami Hiramatsu · 3 years, 6 months ago
  25. 7da89495 tracing: Show kretprobe unknown indicator only for kretprobe_trampoline by Masami Hiramatsu · 3 years, 6 months ago
  26. df91c5b kprobes: Enable stacktrace from pt_regs in kretprobe handler by Masami Hiramatsu · 3 years, 6 months ago
  27. 03bac0d kprobes: Add kretprobe_find_ret_addr() for searching return address by Masami Hiramatsu · 3 years, 6 months ago
  28. adf8a61 kprobes: treewide: Make it harder to refer kretprobe_trampoline directly by Masami Hiramatsu · 3 years, 6 months ago
  29. 96fed8a kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler() by Masami Hiramatsu · 3 years, 6 months ago
  30. f2ec8d9 kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_descriptor() by Masami Hiramatsu · 3 years, 6 months ago
  31. 29e8077a kprobes: Use bool type for functions which returns boolean value by Masami Hiramatsu · 3 years, 6 months ago
  32. c42421e kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimized_kprobe() by Masami Hiramatsu · 3 years, 6 months ago
  33. 57d4e31 kprobes: Add assertions for required lock by Masami Hiramatsu · 3 years, 6 months ago
  34. 223a76b kprobes: Fix coding style issues by Masami Hiramatsu · 3 years, 6 months ago
  35. 9c89bb8 kprobes: treewide: Cleanup the error messages for kprobes by Masami Hiramatsu · 3 years, 6 months ago
  36. 4402dea kprobes: Make arch_check_ftrace_location static by Punit Agrawal · 3 years, 6 months ago
  37. 02afb8d kprobe: Simplify prepare_kprobe() by dropping redundant version by Punit Agrawal · 3 years, 6 months ago
  38. 5d6de7d kprobes: Use helper to parse boolean input from userspace by Punit Agrawal · 3 years, 6 months ago
  39. 8f7262c kprobes: Do not use local variable when creating debugfs file by Punit Agrawal · 3 years, 6 months ago
  40. 3a398ac Merge tag 'timers-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 6 months ago
  41. dc0f97c Merge tag 'irq-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 6 months ago
  42. 2d70de4 Merge tag 'block-5.15-2021-09-25' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 6 months ago
  43. 5afedf6 blktrace: Fix uaf in blk_trace access after removing by sysfs by Zhihao Cheng · 3 years, 6 months ago
  44. f9bfed3 Merge tag 'irqchip-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent by Thomas Gleixner · 3 years, 6 months ago
  45. 8cd9da8 posix-cpu-timers: Prevent spuriously armed 0-value itimer by Frederic Weisbecker · 3 years, 6 months ago
  46. a68de80 entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume() by Sean Christopherson · 3 years, 6 months ago
  47. 8646e53 KVM: rseq: Update rseq when processing NOTIFY_RESUME on xfer to KVM guest by Sean Christopherson · 3 years, 6 months ago
  48. 20c36ce irqdomain: Change the type of 'size' in __irq_domain_add() to be consistent by Bixuan Cui · 3 years, 6 months ago
  49. fec3036 Merge tag 'perf-urgent-2021-09-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 6 months ago
  50. f5e29a2 Merge tag 'locking-urgent-2021-09-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 6 months ago
  51. b9b11b1 Merge tag 'dma-mapping-5.15-1' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 3 years, 6 months ago
  52. fc0c054 Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 6 months ago
  53. 8112152 locking/rwbase: Take care of ordering guarantee for fastpath reader by Boqun Feng · 3 years, 6 months ago
  54. 616be87 locking/rwbase: Extract __rwbase_write_trylock() by Peter Zijlstra · 3 years, 6 months ago
  55. 7687201 locking/rwbase: Properly match set_and_save_state() to restore_state() by Peter Zijlstra · 3 years, 6 months ago
  56. b89a05b events: Reuse value read using READ_ONCE instead of re-reading it by Baptiste Lepers · 3 years, 6 months ago
  57. 77e02cf memblock: introduce saner 'memblock_free_ptr()' interface by Linus Torvalds · 3 years, 6 months ago
  58. 2865ba8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 3 years, 6 months ago
  59. 8520e22 bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed mode by Daniel Borkmann · 3 years, 6 months ago
  60. 0e6491b bpf: Add oversize check before call kvcalloc() by Bixuan Cui · 3 years, 6 months ago
  61. 510e1a7 dma-debug: prevent an error message from causing runtime problems by Hamza Mahfooz · 3 years, 6 months ago
  62. 56c2443 Merge tag 'sched_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 6 months ago
  63. 165d05d Merge tag 'locking_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 6 months ago
  64. ce4c8f8 Merge tag 'trace-v5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 6 months ago
  65. 2f1aaf3 bpf, mm: Fix lockdep warning triggered by stack_map_get_build_id_offset() by Yonghong Song · 3 years, 6 months ago
  66. 5dfe50b bootconfig: Rename xbc_node_find_child() to xbc_node_find_subkey() by Masami Hiramatsu · 3 years, 6 months ago
  67. 5f8895b tracing/boot: Fix to check the histogram control param is a leaf node by Masami Hiramatsu · 3 years, 6 months ago
  68. a3928f8 tracing/boot: Fix trace_boot_hist_add_array() to check array is value by Masami Hiramatsu · 3 years, 6 months ago
  69. 4317562 Merge tag 'trace-v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 6 months ago
  70. 868ad33 sched: Prevent balance_push() on remote runqueues by Thomas Gleixner · 3 years, 7 months ago
  71. 9848417 sched/idle: Make the idle timer expire in hard interrupt context by Sebastian Andrzej Siewior · 3 years, 6 months ago
  72. e548057 locking/rtmutex: Fix ww_mutex deadlock check by Peter Zijlstra · 3 years, 6 months ago
  73. a3fa7a1 Merge branches 'akpm' and 'akpm-hotfixes' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
  74. 13db8c5 mm/hugetlb: initialize hugetlb_usage in mm_init by Liu Zixian · 3 years, 6 months ago
  75. a7a08b2 arch: remove compat_alloc_user_space by Arnd Bergmann · 3 years, 6 months ago
  76. 59ab844 compat: remove some compat entry points by Arnd Bergmann · 3 years, 6 months ago
  77. 5d700a0 kexec: avoid compat_alloc_user_space by Arnd Bergmann · 3 years, 6 months ago
  78. 4b692e8 kexec: move locking into do_kexec_load by Arnd Bergmann · 3 years, 6 months ago
  79. 2d33820 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
  80. cfd7998 tracing/boot: Fix to loop on only subkeys by Masami Hiramatsu · 3 years, 6 months ago
  81. c910db9 tracing: Dynamically allocate the per-elt hist_elt_data array by Tom Zanussi · 3 years, 6 months ago
  82. 0be083c tracing: synth events: increase max fields count by Artem Bityutskiy · 3 years, 6 months ago
  83. 4b6b08f tracing/osnoise: Fix missed cpus_read_unlock() in start_per_cpu_kthreads() by Qiang.Zhang · 3 years, 7 months ago
  84. e1fbbd0 prctl: allow to setup brk for et_dyn executables by Cyrill Gorcunov · 3 years, 6 months ago
  85. 05da811 kernel/fork.c: unexport get_{mm,task}_exe_file by Christoph Hellwig · 3 years, 6 months ago
  86. 1e1c158 fs/epoll: use a per-cpu counter for user's watches count by Nicholas Piggin · 3 years, 6 months ago
  87. 2d186af profiling: fix shift-out-of-bounds bugs by Pavel Skripkin · 3 years, 6 months ago
  88. 3c91dda kernel/acct.c: use dedicated helper to access rlimit values by Yang Yang · 3 years, 6 months ago
  89. 5615e08 tracing: Fix some alloc_event_probe() error handling bugs by Dan Carpenter · 3 years, 7 months ago
  90. 996fe06 Merge tag 'kgdb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux by Linus Torvalds · 3 years, 6 months ago
  91. f8416aa kernel: debug: Convert to SPDX identifier by Cai Huoqing · 3 years, 6 months ago
  92. a61cb60 dma-mapping: fix the kerneldoc for dma_map_sg_attrs by Christoph Hellwig · 3 years, 6 months ago
  93. 58ca241 Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 6 months ago
  94. 49624ef Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linux by Linus Torvalds · 3 years, 6 months ago
  95. 54357f0 tracing: Add migrate-disabled counter to tracing output. by Thomas Gleixner · 3 years, 7 months ago
  96. b250e6d1 Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 6 months ago
  97. d66e3ed futex: Remove unused variable 'vpid' in futex_proxy_trylock_atomic() by Thomas Gleixner · 3 years, 6 months ago
  98. 7cca308 Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 3 years, 6 months ago
  99. 50ddcdb Merge tag 'livepatching-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching by Linus Torvalds · 3 years, 6 months ago
  100. 3de18c8 Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 3 years, 6 months ago