linux-trace-kernel
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH v4 10/18] ring-buffer: Use panic-friendly locking in ring_buffer_iter interface
Vincent Donnefort
[PATCH v4 16/18] tracing/remotes: Add trace_remote cmdline options
Vincent Donnefort
[PATCH v4 18/18] Documentation/kernel-parameters: Add trace_remote
Vincent Donnefort
[PATCH v4 04/18] tracing/remotes: Use a single per-remote polling work
Vincent Donnefort
[PATCH v4 14/18] tracing/remotes: selftests: Add a test for the dump_on_panic tracefs file
Vincent Donnefort
[PATCH v3 00/11] KVM: arm64: Restore type-checking across the host/hyp hypercall boundary
Fuad Tabba
[PATCH v3 04/11] KVM: arm64: nVHE: Use NULL to reset the trace buffer backing pointer
Fuad Tabba
[PATCH v3 05/11] KVM: arm64: nVHE: Run the source checker under C=2
Fuad Tabba
[PATCH v3 02/11] KVM: arm64: nVHE: Share the stacktrace per-CPU declarations with EL2
Fuad Tabba
[PATCH v3 01/11] tracing: Include linux/types.h in trace_remote_event.h
Fuad Tabba
Re: [PATCH v3 01/11] tracing: Include linux/types.h in trace_remote_event.h
Steven Rostedt
Re: [PATCH v3 01/11] tracing: Include linux/types.h in trace_remote_event.h
Fuad Tabba
Re: [PATCH v3 01/11] tracing: Include linux/types.h in trace_remote_event.h
Steven Rostedt
Re: [PATCH v3 01/11] tracing: Include linux/types.h in trace_remote_event.h
Vincent Donnefort
Re: [PATCH v3 01/11] tracing: Include linux/types.h in trace_remote_event.h
Steven Rostedt
Re: [PATCH v3 01/11] tracing: Include linux/types.h in trace_remote_event.h
Fuad Tabba
[PATCH v3 03/11] KVM: arm64: nVHE: Declare the hyp event IDs before defining them
Fuad Tabba
[PATCH v3 09/11] KVM: arm64: Type-check hypercall arguments at the caller
Fuad Tabba
[PATCH v3 11/11] KVM: arm64: Tag host-VA hypercall parameters __kern
Fuad Tabba
[PATCH v3 07/11] KVM: arm64: nVHE: Pass host VA arguments as pointers
Fuad Tabba
[PATCH v3 10/11] KVM: arm64: nVHE: Check hypercall handlers against the declared ABI
Fuad Tabba
[PATCH v3 08/11] KVM: arm64: Move the host hypercall interface to its own header
Fuad Tabba
Re: [PATCH v3 00/11] KVM: arm64: Restore type-checking across the host/hyp hypercall boundary
Marc Zyngier
[PATCH v5 0/7] riscv: Add reliable stack unwinding for livepatch
Wang Han
[PATCH v5 1/7] riscv: stacktrace: Add frame record metadata
Wang Han
[PATCH v5 3/7] riscv: ftrace: always preserve s0 in dynamic ftrace register frame
Wang Han
[PATCH v5 4/7] riscv: stacktrace: introduce stack-bound tracking helpers
Wang Han
[PATCH v5 5/7] riscv: stacktrace: switch to frame-pointer based unwinder
Wang Han
[PATCH v5 7/7] selftests/livepatch: Add RISC-V syscall wrapper prefix
Wang Han
[PATCH v5 2/7] riscv: stacktrace: disable KASAN and KCOV instrumentation for stacktrace.o
Wang Han
[PATCH v5 6/7] riscv: Kconfig: enable HAVE_RELIABLE_STACKTRACE and HAVE_LIVEPATCH
Wang Han
[PATCH 0/5] locking/qspinlock: Add contended_release tracepoint
Dmitry Ilvokhin
[PATCH 4/5] tracing/lock: Use TRACE_EVENT_FN() for contended_release
Dmitry Ilvokhin
[PATCH 2/5] locking: Factor out queued_spin_release()
Dmitry Ilvokhin
[PATCH 1/5] x86/paravirt: Use static_call() for the paravirt spinlock ops
Dmitry Ilvokhin
Re: [PATCH 1/5] x86/paravirt: Use static_call() for the paravirt spinlock ops
Borislav Petkov
Re: [PATCH 1/5] x86/paravirt: Use static_call() for the paravirt spinlock ops
Peter Zijlstra
[PATCH 5/5] x86/paravirt: Trace contended_release on unlock
Dmitry Ilvokhin
[PATCH 3/5] locking/qspinlock: Add contended_release tracepoint
Dmitry Ilvokhin
Re: [PATCH 0/5] locking/qspinlock: Add contended_release tracepoint
Juergen Gross
Re: [PATCH 0/5] locking/qspinlock: Add contended_release tracepoint
Peter Zijlstra
[syzbot] [trace?] KCSAN: data-race in ring_buffer_unlock_commit / ring_buffer_unlock_commit
syzbot
Re: [syzbot] [trace?] KCSAN: data-race in ring_buffer_unlock_commit / ring_buffer_unlock_commit
Steven Rostedt
[syzbot] [trace?] KASAN: slab-use-after-free Read in ring_buffer_iter_advance
syzbot
Re: [syzbot] [trace?] KASAN: slab-use-after-free Read in ring_buffer_iter_advance
Steven Rostedt
[PATCH] rv: Fix 32-bit build of nomiss KUnit test
Gabriele Monaco
Re: [PATCH] rv: Fix 32-bit build of nomiss KUnit test
Nam Cao
[PATCH v2 00/11] KVM: arm64: Restore type-checking across the host/hyp hypercall boundary
Fuad Tabba
[PATCH v2 02/11] KVM: arm64: nVHE: Share the stacktrace per-CPU declarations with EL2
Fuad Tabba
[PATCH v2 05/11] KVM: arm64: nVHE: Run the source checker under C=2
Fuad Tabba
[PATCH v2 09/11] KVM: arm64: Type-check hypercall arguments at the caller
Fuad Tabba
Re: [PATCH v2 09/11] KVM: arm64: Type-check hypercall arguments at the caller
Marc Zyngier
Re: [PATCH v2 09/11] KVM: arm64: Type-check hypercall arguments at the caller
Fuad Tabba
[PATCH v2 10/11] KVM: arm64: nVHE: Check hypercall handlers against the declared ABI
Fuad Tabba
Re: [PATCH v2 10/11] KVM: arm64: nVHE: Check hypercall handlers against the declared ABI
Marc Zyngier
Re: [PATCH v2 10/11] KVM: arm64: nVHE: Check hypercall handlers against the declared ABI
Fuad Tabba
Re: [PATCH v2 10/11] KVM: arm64: nVHE: Check hypercall handlers against the declared ABI
Marc Zyngier
Re: [PATCH v2 10/11] KVM: arm64: nVHE: Check hypercall handlers against the declared ABI
Fuad Tabba
[PATCH v2 07/11] KVM: arm64: nVHE: Pass host VA arguments as pointers
Fuad Tabba
[PATCH v2 08/11] KVM: arm64: Move the host hypercall interface to its own header
Fuad Tabba
[PATCH v2 01/11] tracing: Include linux/types.h in trace_remote_event.h
Fuad Tabba
[PATCH v2 03/11] KVM: arm64: nVHE: Declare the hyp event IDs before defining them
Fuad Tabba
[PATCH v2 04/11] KVM: arm64: nVHE: Use NULL to reset the trace buffer backing pointer
Fuad Tabba
[PATCH v2 06/11] arm64: pi: Run the source checker on the libfdt objects under C=2
Fuad Tabba
[PATCH v2 11/11] KVM: arm64: Tag host-VA hypercall parameters __kern
Fuad Tabba
[syzbot] [trace?] WARNING in trace_rb_cpu_prepare
syzbot
Re: [syzbot] [trace?] WARNING in trace_rb_cpu_prepare
syzbot
Re: [syzbot] [trace?] WARNING in trace_rb_cpu_prepare
Steven Rostedt
[PATCH] bpf: disable lockdep while running BPF on lock_release
quanyeyang via B4 Relay
Re: [PATCH] bpf: disable lockdep while running BPF on lock_release
Justin Suess
Re: [PATCH] bpf: disable lockdep while running BPF on lock_release
NeilBrown
Re: [PATCH] bpf: disable lockdep while running BPF on lock_release
Quanye Yang
Re: [PATCH] bpf: disable lockdep while running BPF on lock_release
NeilBrown
回复: Re: [PATCH] bpf: disable lockdep while running BPF on lock_release
quanyeyang
Re: 回复: Re: [PATCH] bpf: disable lockdep while running BPF on lock_release
NeilBrown
Re: 回复: Re: [PATCH] bpf: disable lockdep while running BPF on lock_release
NeilBrown
Re: 回复: Re: [PATCH] bpf: disable lockdep while running BPF on lock_release
quanyeyang
[PATCH v4] tracing: Fix race between update_event_fields and, event_define_fields
Michael Wu
Re: [PATCH v4] tracing: Fix race between update_event_fields and, event_define_fields
Google
Re: [PATCH v4] tracing: Fix race between update_event_fields and, event_define_fields
Steven Rostedt
Re: [PATCH v4] tracing: Fix race between update_event_fields and, event_define_fields
Michael Wu
[PATCH] ftrace: Fix off-by-one fentry site disable in ftrace_free_mem()
Josh Poimboeuf
Re: [PATCH] ftrace: Fix off-by-one fentry site disable in ftrace_free_mem()
Steven Rostedt
Re: [PATCH] ftrace: Fix off-by-one fentry site disable in ftrace_free_mem()
Josh Poimboeuf
[PATCH v2 0/2] ring-buffer: Fix snapshot swap race and improve user experience
Tengda Wu
[PATCH v2 2/2] tracing/snapshot: Use work_on_cpu to avoid -EBUSY during snapshot swap
Tengda Wu
Re: [PATCH v2 2/2] tracing/snapshot: Use work_on_cpu to avoid -EBUSY during snapshot swap
Steven Rostedt
Re: [PATCH v2 2/2] tracing/snapshot: Use work_on_cpu to avoid -EBUSY during snapshot swap
Steven Rostedt
Re: [PATCH v2 2/2] tracing/snapshot: Use work_on_cpu to avoid -EBUSY during snapshot swap
Tengda Wu
[PATCH v2 1/2] ring-buffer: Use current_context for safe per-CPU buffer swap
Tengda Wu
[PATCH v2 0/4] rv/reactors: fix lockdep warning and add KUnit tests
wen . yang
[PATCH v2 1/4] rv/reactors: use context-sensitive lockdep wait type in rv_react()
wen . yang
Re: [PATCH v2 1/4] rv/reactors: use context-sensitive lockdep wait type in rv_react()
Gabriele Monaco
Re: [PATCH v2 1/4] rv/reactors: use context-sensitive lockdep wait type in rv_react()
Wen Yang
[PATCH v2 2/4] rv/reactors: propagate rv_register_reactor() error from reactor init
wen . yang
Re: [PATCH v2 2/4] rv/reactors: propagate rv_register_reactor() error from reactor init
Gabriele Monaco
[PATCH v2 3/4] rv/reactors: export rv_register_reactor() and rv_unregister_reactor()
wen . yang
Re: [PATCH v2 3/4] rv/reactors: export rv_register_reactor() and rv_unregister_reactor()
Gabriele Monaco
Re: [PATCH v2 3/4] rv/reactors: export rv_register_reactor() and rv_unregister_reactor()
Wen Yang
[PATCH v2 4/4] rv/reactors: add KUnit tests for reactor registration and dispatch
wen . yang
Re: [PATCH v2 4/4] rv/reactors: add KUnit tests for reactor registration and dispatch
Gabriele Monaco
Re: [PATCH v2 4/4] rv/reactors: add KUnit tests for reactor registration and dispatch
Wen Yang
[PATCH v11 00/11] tracing: wprobe: x86: Add wprobe for watchpoint
Masami Hiramatsu (Google)
[PATCH v11 01/11] x86/hw_breakpoints: Make DR7 updates NMI safe
Masami Hiramatsu (Google)
Re: [PATCH v11 01/11] x86/hw_breakpoints: Make DR7 updates NMI safe
Peter Zijlstra
Re: [PATCH v11 01/11] x86/hw_breakpoints: Make DR7 updates NMI safe
Google
Re: [PATCH v11 01/11] x86/hw_breakpoints: Make DR7 updates NMI safe
Peter Zijlstra
Re: [PATCH v11 01/11] x86/hw_breakpoints: Make DR7 updates NMI safe
Google
Re: [PATCH v11 01/11] x86/hw_breakpoints: Make DR7 updates NMI safe
Google
[PATCH v11 02/11] x86/hw_breakpoints: Add arch_modify_local_hw_breakpoint_addr() API
Masami Hiramatsu (Google)
[PATCH v11 04/11] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
Masami Hiramatsu (Google)
Re: [PATCH v11 04/11] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
Peter Zijlstra
Re: [PATCH v11 04/11] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
Google
Re: [PATCH v11 04/11] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
Peter Zijlstra
Re: [PATCH v11 04/11] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
Google
Re: [PATCH v11 04/11] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
Jinchao Wang
Re: [PATCH v11 04/11] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
Steven Rostedt
Re: [PATCH v11 04/11] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
Peter Zijlstra
Re: [PATCH v11 04/11] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
Steven Rostedt
Re: [PATCH v11 04/11] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
Peter Zijlstra
[PATCH v11 03/11] HWBP: Add modify_local_hw_breakpoint_addr() API
Masami Hiramatsu (Google)
[PATCH v11 08/11] tracing: wprobe: Add wprobe event trigger
Masami Hiramatsu (Google)
Re: [PATCH v11 08/11] tracing: wprobe: Add wprobe event trigger
Google
[PATCH v11 11/11] tracing/wprobe: Support BTF typecast in wprobe trigger command
Masami Hiramatsu (Google)
[PATCH v11 05/11] x86: hw_breakpoint: Add a kconfig to clarify when a breakpoint fires
Masami Hiramatsu (Google)
[PATCH v11 06/11] selftests: tracing: Add a basic testcase for wprobe
Masami Hiramatsu (Google)
[PATCH v11 07/11] selftests: tracing: Add syntax testcase for wprobe
Masami Hiramatsu (Google)
[PATCH v11 09/11] selftests: ftrace: Add wprobe trigger testcase
Masami Hiramatsu (Google)
[PATCH v11 10/11] tracing/wprobe: Support BTF typecast in fetchargs
Masami Hiramatsu (Google)
Re: [PATCH v11 00/11] tracing: wprobe: x86: Add wprobe for watchpoint
Google
[PATCH] ring-buffer: drop unneeded semicolon
Julia Lawall
Re: [PATCH] ring-buffer: drop unneeded semicolon
Google
[PATCH v4 0/5] tracing: add ref_trace_final_put tracing
Eugene Mavick
[PATCH v4 3/5] percpu-refcount: add ref_trace_final_put trace
Eugene Mavick
[PATCH v4 2/5] refcount: add ref_trace_final_put tracepoint
Eugene Mavick
[PATCH v4 1/5] tracing: add ref_trace_final_put tracepoint
Eugene Mavick
[PATCH v4 5/5] MAINTAINERS: add entries for ref_trace_final_put
Eugene Mavick
Re: [PATCH v4 0/5] tracing: add ref_trace_final_put tracing
Peter Zijlstra
Re: [PATCH v4 0/5] tracing: add ref_trace_final_put tracing
Eugene Mavick
Re: [PATCH v4 0/5] tracing: add ref_trace_final_put tracing
Google
[PATCH RFC 00/14] Remove PG_private by using page/folio->private checks instead
Zi Yan
[PATCH RFC 09/14] mm/page-flags: check page/folio->private instead of PG_private
Zi Yan
Re: [PATCH RFC 09/14] mm/page-flags: check page/folio->private instead of PG_private
Zi Yan
[PATCH RFC 10/14] mm/page-flags: introduce folio_test_fs_private()
Zi Yan
Re: [PATCH RFC 10/14] mm/page-flags: introduce folio_test_fs_private()
Zi Yan
[PATCH RFC 14/14] mm/page-flags: remove PG_private
Zi Yan
Re: [PATCH RFC 14/14] mm/page-flags: remove PG_private
Zi Yan
Re: [PATCH RFC 00/14] Remove PG_private by using page/folio->private checks instead
Jürgen Groß
Re: [PATCH RFC 00/14] Remove PG_private by using page/folio->private checks instead
Zi Yan
[RFC PATCH bpf-next v2 0/2] ftrace: deprecate the ftrace_enabled disable switch
Andrey Grodzovsky
[RFC PATCH bpf-next v2 1/2] ftrace: deprecate disabling via ftrace_enabled sysctl
Andrey Grodzovsky
Re: [RFC PATCH bpf-next v2 1/2] ftrace: deprecate disabling via ftrace_enabled sysctl
Steven Rostedt
[RFC PATCH bpf-next v2 2/2] selftests/livepatch: update test-ftrace.sh for deprecated ftrace_enabled
Andrey Grodzovsky
Re: [RFC PATCH bpf-next v2 2/2] selftests/livepatch: update test-ftrace.sh for deprecated ftrace_enabled
Joe Lawrence
Re: [RFC PATCH bpf-next v2 2/2] selftests/livepatch: update test-ftrace.sh for deprecated ftrace_enabled
Andrey Grodzovsky
[GIT PULL] rv changes for v7.3 (for-next)
Gabriele Monaco
[PATCH v2] ring-buffer: Fix subbuf_ids memory leak in rb_allocate_cpu_buffer() error path
Masami Hiramatsu (Google)
Re: [PATCH v2] ring-buffer: Fix subbuf_ids memory leak in rb_allocate_cpu_buffer() error path
Vincent Donnefort
[PATCH v3] tracing: Fix race between update_event_fields and event_define_fields
Michael Wu
Re: [PATCH v3] tracing: Fix race between update_event_fields and event_define_fields
Steven Rostedt
[PATCH v2] tracing: Make per-template BTF id lists file-local
Mykyta Yatsenko
Re: [PATCH v2] tracing: Make per-template BTF id lists file-local
Andrii Nakryiko
Re: [PATCH 0/2] lib/sort: Clean up sort_nonatomic() and sort_r_nonatomic()
Kuan-Wei Chiu
[RFC PATCH bpf-next 0/2] ftrace: deprecate the ftrace_enabled disable switch
Andrey Grodzovsky
[RFC PATCH bpf-next 1/2] ftrace: deprecate disabling via ftrace_enabled sysctl
Andrey Grodzovsky
[RFC PATCH bpf-next 2/2] selftests/livepatch: update test-ftrace.sh for deprecated ftrace_enabled
Andrey Grodzovsky
Re: [RFC PATCH bpf-next 2/2] selftests/livepatch: update test-ftrace.sh for deprecated ftrace_enabled
Steven Rostedt
Re: [RFC PATCH bpf-next 2/2] selftests/livepatch: update test-ftrace.sh for deprecated ftrace_enabled
Miroslav Benes
[PATCH RFC v2 0/3] Demote to lower tier using non-temporal stores
Yiannis Nikolakopoulos
[PATCH RFC v2 1/3] mm, x86: support copying a folio using non-temporal stores
Yiannis Nikolakopoulos
Re: [PATCH RFC v2 1/3] mm, x86: support copying a folio using non-temporal stores
Huan Nguyen
[PATCH RFC v2 3/3] mm: use non-temporal stores for demotion
Yiannis Nikolakopoulos
[PATCH RFC v2 2/3] mm: new migrate_mode flag for async using non-temporal stores
Yiannis Nikolakopoulos
Re: [PATCH RFC v2 2/3] mm: new migrate_mode flag for async using non-temporal stores
Huang, Ying
Re: [PATCH RFC v2 0/3] Demote to lower tier using non-temporal stores
Gregory Price
Re: [PATCH RFC v2 0/3] Demote to lower tier using non-temporal stores
Frank van der Linden
Re: [PATCH RFC v2 0/3] Demote to lower tier using non-temporal stores
Johannes Weiner
Re: [PATCH RFC v2 0/3] Demote to lower tier using non-temporal stores
Gregory Price
[PATCH 0/4] ftrace: Protect RCU accesses to direct_functions
Leon Hwang
[PATCH 1/4] ftrace: Protect direct_functions in ftrace_find_rec_direct
Leon Hwang
[PATCH 3/4] ftrace: Protect direct_functions in update_ftrace_direct_mod
Leon Hwang
[PATCH 2/4] ftrace: Protect direct_functions in update_ftrace_direct_del
Leon Hwang
[PATCH 4/4] ftrace: Drop extra comma in trace_buffered_event_enable
Leon Hwang
Re: [PATCH 0/4] ftrace: Protect RCU accesses to direct_functions
Jiri Olsa
Re: [PATCH RFC 3/3] mm: use non-temporal stores for demotion
Yiannis Nikolakopoulos
[PATCH bpf-next] tracing: Make per-template BTF id lists file-local
Mykyta Yatsenko
Re: [PATCH bpf-next] tracing: Make per-template BTF id lists file-local
Andrii Nakryiko
Re: [PATCH bpf-next] tracing: Make per-template BTF id lists file-local
Mykyta Yatsenko
[PATCH] ring-buffer: Fix subbuf_ids memory leak in rb_allocate_cpu_buffer() error path
Masami Hiramatsu (Google)
Re: [PATCH] ring-buffer: Fix subbuf_ids memory leak in rb_allocate_cpu_buffer() error path
Vincent Donnefort
Re: [PATCH] ring-buffer: Fix subbuf_ids memory leak in rb_allocate_cpu_buffer() error path
Steven Rostedt
Re: [PATCH] ring-buffer: Fix subbuf_ids memory leak in rb_allocate_cpu_buffer() error path
Google
[PATCH] tracing: Fix race between update_event_fields and event_define_fields
Michael Wu
Re: [PATCH] tracing: Fix race between update_event_fields and event_define_fields
Google
Re: [PATCH] tracing: Fix race between update_event_fields and event_define_fields
Michael Wu
Re: [PATCH V2] tracing: Fix race between update_event_fields and event_define_fields
Michael Wu
Re: [PATCH V2] tracing: Fix race between update_event_fields and event_define_fields
Steven Rostedt
Re: [PATCH V2] tracing: Fix race between update_event_fields and event_define_fields
Google
[PATCH] uprobes: Remove redundant guard(rcu) in find_active_uprobe_speculative()
Masami Hiramatsu (Google)
Re: [PATCH] uprobes: Remove redundant guard(rcu) in find_active_uprobe_speculative()
Google
Earlier messages
Later messages