- 010db09 lib/bootconfig: Fix the xbc_get_info kerneldoc by Masami Hiramatsu · 3 years, 2 months ago
- 1f6d3a8 kprobes: Add a test case for stacktrace from kretprobe handler by Masami Hiramatsu · 3 years, 2 months ago
- 4d1c92a lib/bootconfig: Make xbc_alloc_mem() and xbc_free_mem() as __init function by Masami Hiramatsu · 3 years, 2 months ago
- 17b251a ftrace/sh: Add arch_ftrace_ops_list_func stub to have compressed image still link by Steven Rostedt (VMware) · 3 years, 2 months ago
- 1d62889 tracing/hwlat: Make some internal symbols static by Wang ShaoBo · 3 years, 2 months ago
- 3c20bd3 tracing: Fix missing trace_boot_init_histograms kstrdup NULL checks by Mathieu Desnoyers · 3 years, 2 months ago
- aeafcb8 trace/timerlat: Add migrate-disabled field to the timerlat header by Daniel Bristot de Oliveira · 3 years, 2 months ago
- e0f3b18 trace/osnoise: Add migrate-disabled field to the osnoise header by Daniel Bristot de Oliveira · 3 years, 2 months ago
- 4d4eac7 tracing/doc: Fix typos on the timerlat tracer documentation by Daniel Bristot de Oliveira · 3 years, 2 months ago
- 9bd9857 trace/osnoise: Fix an ifdef comment by Daniel Bristot de Oliveira · 3 years, 2 months ago
- 9e20028 perf/core: allow ftrace for functions in kernel/event/core.c by Song Liu · 3 years, 3 months ago
- f604de2 tools/latency-collector: Use correct size when writing queue_full_warning by Viktor Rosendahl · 3 years, 2 months ago
- 172f7ba ftrace: Make ftrace_profile_pages_init static by chongjiapeng · 3 years, 2 months ago
- fed240d ARM: Recover kretprobe modified return address in stacktrace by Masami Hiramatsu · 3 years, 2 months ago
- 7e9bf33 ARM: kprobes: Make a frame pointer on __kretprobe_trampoline by Masami Hiramatsu · 3 years, 2 months ago
- b3ea5d5 ARM: clang: Do not rely on lr register for stacktrace by Masami Hiramatsu · 3 years, 2 months ago
- cd9bc2c arm64: Recover kretprobe modified return address in stacktrace by Masami Hiramatsu · 3 years, 2 months ago
- fc6d647 arm64: kprobes: Make a frame pointer on __kretprobe_trampoline by Masami Hiramatsu · 3 years, 2 months ago
- f8717410 arm64: kprobes: Record frame pointer with kretprobe instance by Masami Hiramatsu · 3 years, 2 months ago
- 811b93f x86/unwind: Compile kretprobe fixup code only if CONFIG_KRETPROBES=y by Masami Hiramatsu · 3 years, 2 months ago
- e44e81c kprobes: convert tests to kunit by Sven Schnelle · 3 years, 2 months ago
- 8720aee tracing: use %ps format string to print symbols by Arnd Bergmann · 3 years, 2 months ago
- bce5c81 tracing: Explain the trace recursion transition bit better by Steven Rostedt (VMware) · 3 years, 2 months ago
- ed29271 ftrace/direct: Do not disable when switching direct callers by Steven Rostedt (VMware) · 3 years, 2 months ago
- 5fae941 ftrace/samples: Add multi direct interface test module by Jiri Olsa · 3 years, 3 months ago
- ccf5a89 ftrace: Add multi direct modify interface by Jiri Olsa · 3 years, 3 months ago
- f64dd46 ftrace: Add multi direct register/unregister interface by Jiri Olsa · 3 years, 3 months ago
- 1904a81 ftrace: Add ftrace_add_rec_direct function by Jiri Olsa · 3 years, 3 months ago
- 4e341ca tracing: Fix selftest config check for function graph start up test by Steven Rostedt (VMware) · 3 years, 2 months ago
- 130c080 tracing: Add trampoline/graph selftest by Jiri Olsa · 3 years, 3 months ago
- 0c0593b x86/ftrace: Make function graph use ftrace directly by Steven Rostedt (VMware) · 3 years, 3 months ago
- 4a30e4c ftrace/x86_64: Have function graph tracer depend on DYNAMIC_FTRACE by Steven Rostedt (VMware) · 3 years, 2 months ago
- 8646698a x86/ftrace: Remove fault protection code in prepare_ftrace_return by Steven Rostedt (VMware) · 3 years, 3 months ago
- 1e85010 x86/ftrace: Remove extra orig rax move by Jiri Olsa · 3 years, 3 months ago
- 91ebe8b tracing/perf: Add interrupt_context_level() helper by Steven Rostedt (VMware) · 3 years, 2 months ago
- 9b84fad tracing: Reuse logic from perf's get_recursion_context() by Steven Rostedt (VMware) · 3 years, 2 months ago
- 7ce1bb8 tracing/cfi: Fix cmp_entries_* functions signature mismatch by Kalesh Singh · 3 years, 3 months ago
- 34cdd18 tracing: Use linker magic instead of recasting ftrace_ops_list_func() by Steven Rostedt (VMware) · 4 years, 6 months ago
- affc659 tracing: in_irq() cleanup by Changbin Du · 3 years, 3 months ago
- 43c9dd8 ftrace: Add unit test for removing trace function by Carles Pey · 3 years, 3 months ago
- 4ee1b4c bootconfig: Cleanup dummy headers in tools/bootconfig by Masami Hiramatsu · 3 years, 3 months ago
- 4f292c4 bootconfig: Replace u16 and u32 with uint16_t and uint32_t by Masami Hiramatsu · 3 years, 3 months ago
- 160321b tools/bootconfig: Print all error message in stderr by Masami Hiramatsu · 3 years, 3 months ago
- 9b81c9b bootconfig: Remove unused debug function by Masami Hiramatsu · 3 years, 3 months ago
- f3668cd bootconfig: Split parse-tree part from xbc_init by Masami Hiramatsu · 3 years, 3 months ago
- 115d4d0 bootconfig: Rename xbc_destroy_all() to xbc_exit() by Masami Hiramatsu · 3 years, 3 months ago
- f30f00c tools/bootconfig: Run test script when build all by Masami Hiramatsu · 3 years, 3 months ago
- e306220 bootconfig: Add xbc_get_info() for the node information by Masami Hiramatsu · 3 years, 3 months ago
- bdac5c2 bootconfig: Allocate xbc_data inside xbc_init() by Masami Hiramatsu · 3 years, 3 months ago
- 6644c65 ftrace: Cleanup ftrace_dyn_arch_init() by Weizhao Ouyang · 3 years, 4 months ago
- 21ccc9c tracing: Disable "other" permission bits in the tracefs files by Steven Rostedt (VMware) · 3 years, 4 months ago
- 49d67e4 tracefs: Have tracefs directories not set OTH permission bits by default by Steven Rostedt (VMware) · 3 years, 4 months ago
- b30a779 tracing: Initialize upper and lower vars in pid_list_refill_irq() by Steven Rostedt (VMware) · 3 years, 3 months ago
- 8d6e9098 tracing: Create a sparse bitmask for pid filtering by Steven Rostedt (VMware) · 3 years, 3 months ago
- 6954e41 tracing: Place trace_pid_list logic into abstract functions by Steven Rostedt (VMware) · 3 years, 3 months ago
- bf094cf x86/kprobes: Fixup return address in generic trampoline handler by Masami Hiramatsu · 3 years, 3 months ago
- 7da89495 tracing: Show kretprobe unknown indicator only for kretprobe_trampoline by Masami Hiramatsu · 3 years, 3 months ago
- 19138af x86/unwind: Recover kretprobe trampoline entry by Masami Hiramatsu · 3 years, 3 months ago
- 1f36839 x86/kprobes: Push a fake return address at kretprobe_trampoline by Masami Hiramatsu · 3 years, 3 months ago
- df91c5b kprobes: Enable stacktrace from pt_regs in kretprobe handler by Masami Hiramatsu · 3 years, 3 months ago
- 7391dd1 arm: kprobes: Make space for instruction pointer on stack by Masami Hiramatsu · 3 years, 3 months ago
- c1f76fe ia64: Add instruction_pointer_set() API by Masami Hiramatsu · 3 years, 3 months ago
- bb6121b ARC: Add instruction_pointer_set() API by Masami Hiramatsu · 3 years, 3 months ago
- eb4a3f7 x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline() by Josh Poimboeuf · 3 years, 3 months ago
- 5b284b1 objtool: Ignore unwind hints for ignored functions by Josh Poimboeuf · 3 years, 3 months ago
- e028c4f objtool: Add frame-pointer-specific function ignore by Josh Poimboeuf · 3 years, 3 months ago
- 03bac0d kprobes: Add kretprobe_find_ret_addr() for searching return address by Masami Hiramatsu · 3 years, 3 months ago
- adf8a61 kprobes: treewide: Make it harder to refer kretprobe_trampoline directly by Masami Hiramatsu · 3 years, 3 months ago
- 96fed8a kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler() by Masami Hiramatsu · 3 years, 3 months ago
- f2ec8d9 kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_descriptor() by Masami Hiramatsu · 3 years, 3 months ago
- a7fe237 ia64: kprobes: Fix to pass correct trampoline address to the handler by Masami Hiramatsu · 3 years, 3 months ago
- 29e8077a kprobes: Use bool type for functions which returns boolean value by Masami Hiramatsu · 3 years, 3 months ago
- c42421e kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimized_kprobe() by Masami Hiramatsu · 3 years, 3 months ago
- 57d4e31 kprobes: Add assertions for required lock by Masami Hiramatsu · 3 years, 3 months ago
- dfc05b5 kprobes: Use IS_ENABLED() instead of kprobes_built_in() by Masami Hiramatsu · 3 years, 3 months ago
- 223a76b kprobes: Fix coding style issues by Masami Hiramatsu · 3 years, 3 months ago
- 9c89bb8 kprobes: treewide: Cleanup the error messages for kprobes by Masami Hiramatsu · 3 years, 3 months ago
- 4402dea kprobes: Make arch_check_ftrace_location static by Punit Agrawal · 3 years, 3 months ago
- 71bdc8f csky: ftrace: Drop duplicate implementation of arch_check_ftrace_location() by Punit Agrawal · 3 years, 3 months ago
- 02afb8d kprobe: Simplify prepare_kprobe() by dropping redundant version by Punit Agrawal · 3 years, 3 months ago
- 5d6de7d kprobes: Use helper to parse boolean input from userspace by Punit Agrawal · 3 years, 3 months ago
- 8f7262c kprobes: Do not use local variable when creating debugfs file by Punit Agrawal · 3 years, 3 months ago
- 5816b3e Linux 5.15-rc3 by Linus Torvalds · 3 years, 3 months ago
- 5e5d759 Merge tag '5.15-rc2-ksmbd-fixes' of git://git.samba.org/ksmbd by Linus Torvalds · 3 years, 3 months ago
- 996148e Merge tag 'edac_urgent_for_v5.15_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras by Linus Torvalds · 3 years, 3 months ago
- 299d6e4 Merge tag 'thermal-v5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux by Linus Torvalds · 3 years, 3 months ago
- 5bb7b21 Merge tag 'x86-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 3 months ago
- 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, 3 months ago
- 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, 3 months ago
- a3b397b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 3 months ago
- bb19237 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 3 months ago
- f6f360a Merge tag 'io_uring-5.15-2021-09-25' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 3 months ago
- 2d70de4 Merge tag 'block-5.15-2021-09-25' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 3 months ago
- 5739844 Merge tag 'for-linus-5.15b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 3 years, 3 months ago
- 90316e6 Merge tag 'linux-kselftest-fixes-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 3 years, 3 months ago
- a5e0aceab Merge tag 'erofs-for-5.15-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs by Linus Torvalds · 3 years, 3 months ago
- b8f4296 Merge tag '5.15-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 3 years, 3 months ago
- 8573616 Merge tag 'char-misc-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years, 3 months ago
- 9cbef30 Merge tag 'staging-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 3 years, 3 months ago
- f9d4be2 Merge tag 'tty-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 3 months ago