linux-trace-kernel
Thread
Date
Earlier messages
Messages by Thread
[PATCH v3 00/18] tracing/remotes: Add printk, dump_on_panic and boot parameters
Vincent Donnefort
[PATCH v3 03/18] tracing/remotes: Use kstrtobool for boolean tracefs files
Vincent Donnefort
[PATCH v3 09/18] ring-buffer: Use irqsave for the reader lock in ring_buffer_poll_remote
Vincent Donnefort
[PATCH v3 05/18] tracing/simple_ring_buffer: Add support for compressed length
Vincent Donnefort
[PATCH v3 06/18] tracing/remotes: Add dmesg tracefs file
Vincent Donnefort
[PATCH v3 07/18] tracing/remotes: selftests: Add a test for the dmesg tracefs file
Vincent Donnefort
[PATCH v3 11/18] ring-buffer: Add ring_buffer_read_remote_meta_page()
Vincent Donnefort
[PATCH v3 14/18] tracing/remotes: selftests: Add a test for the dump_on_panic tracefs file
Vincent Donnefort
[PATCH v3 04/18] tracing/remotes: Use a single per-remote polling work
Vincent Donnefort
[PATCH v3 08/18] tracing/remotes: selftests: Prefix hypervisor folder
Vincent Donnefort
[PATCH v3 10/18] ring-buffer: Use panic-friendly locking in ring_buffer_iter interface
Vincent Donnefort
[PATCH v3 01/18] tracing/remotes: Gate tracefs files opening on trace remote registration
Vincent Donnefort
[PATCH v3 02/18] tracing/remotes: Release tracefs,eventfs on registration failure
Vincent Donnefort
[PATCH v3 12/18] ring-buffer: Add kerneldoc for ring_buffer_poll_remote
Vincent Donnefort
[PATCH v3 15/18] tracing/remotes: Add poll_ms tracefs file
Vincent Donnefort
[PATCH v3 17/18] Documentation: tracing/remotes: Add detailed tracefs layout
Vincent Donnefort
[PATCH v3 16/18] tracing/remotes: Add trace_remote cmdline options
Vincent Donnefort
[PATCH v3 18/18] Documentation/kernel-parameters: Add trace_remote
Vincent Donnefort
[PATCH v3 13/18] tracing/remotes: Add dump_on_panic tracefs file
Vincent Donnefort
[PATCH] selftests/tracing: Fix flakiness in trigger-hist-poll.tc by waiting for task exit
Masami Hiramatsu (Google)
[PATCH v1 00/11] KVM: arm64: Restore type-checking across the host/hyp hypercall boundary
Fuad Tabba
[PATCH v1 07/11] KVM: arm64: nVHE: Pass host VA arguments as pointers
Fuad Tabba
[PATCH v1 02/11] KVM: arm64: nVHE: Share the stacktrace per-CPU declarations with EL2
Fuad Tabba
[PATCH v1 04/11] KVM: arm64: nVHE: Use NULL to reset the trace buffer backing pointer
Fuad Tabba
[PATCH v1 06/11] arm64: pi: Run the source checker on the libfdt objects under C=2
Fuad Tabba
[PATCH v1 08/11] KVM: arm64: Move the host hypercall interface to its own header
Fuad Tabba
[PATCH v1 05/11] KVM: arm64: nVHE: Run the source checker under C=2
Fuad Tabba
[PATCH v1 09/11] KVM: arm64: Type-check hypercall arguments at the caller
Fuad Tabba
[PATCH v1 01/11] tracing: Include linux/types.h in trace_remote_event.h
Fuad Tabba
Re: [PATCH v1 01/11] tracing: Include linux/types.h in trace_remote_event.h
Steven Rostedt
[PATCH v1 10/11] KVM: arm64: nVHE: Check hypercall handlers against the declared ABI
Fuad Tabba
[PATCH v1 11/11] KVM: arm64: Tag host-VA hypercall parameters __hostva
Fuad Tabba
Re: [linus:master] [selftests/tracing] c5c413534d: kselftests-bpf.ftrace.ftracetest-ktap._instance_event_trigger_-_test_poll_wait_on_histogram.fail
Google
Re: [linus:master] [selftests/tracing] c5c413534d: kselftests-bpf.ftrace.ftracetest-ktap._instance_event_trigger_-_test_poll_wait_on_histogram.fail
Google
Re: Linking Patchwork with Sashiko?
Steven Rostedt
Re: Linking Patchwork with Sashiko?
Google
[PATCH 00/10] tracing/probes: Cleanup probe event code
Masami Hiramatsu (Google)
[PATCH 01/10] tracing/probes: Remove duplicate MAX_ARRAY_LEN macro definition
Masami Hiramatsu (Google)
[PATCH 02/10] tracing/probes: Remove redundant boolean conversion in trace_probe_has_single_file()
Masami Hiramatsu (Google)
[PATCH 04/10] tracing/probes: Remove unused parameter from parse_probe_var_retval()
Masami Hiramatsu (Google)
[PATCH 03/10] tracing/probes: Remove redundant bounds check in trace_probe_compare_arg_type()
Masami Hiramatsu (Google)
[PATCH 05/10] tracing/probes: Cleanup pointer arithmetic in store_trace_entry_data()
Masami Hiramatsu (Google)
[PATCH 06/10] tracing/probes: Simplify BTF_KIND_PTR case in fetch_type_from_btf_type()
Masami Hiramatsu (Google)
[PATCH 07/10] tracing/fprobe: Remove redundant snprintf in trace_fprobe_match_command_head()
Masami Hiramatsu (Google)
[PATCH 08/10] tracing/fprobe: Remove redundant memset in fentry_perf_func()
Masami Hiramatsu (Google)
[PATCH 10/10] tracing/probes: Fix extra whitespace in trace_probe_kernel.h
Masami Hiramatsu (Google)
[PATCH 09/10] tracing/kprobe: Remove redundant memset in kprobe_perf_func()
Masami Hiramatsu (Google)
[PATCH 0/4] tracing/probes: Fixes several bugs
Masami Hiramatsu (Google)
[PATCH 1/4] tracing/probes: Avoid temporary buffer truncation in trace_probe_match_command_args()
Masami Hiramatsu (Google)
[PATCH 4/4] tracing/eprobe: Fix exact system name matching in eprobe_dyn_event_match()
Masami Hiramatsu (Google)
[PATCH 2/4] tracing/probes: Prevent out-of-bounds write in __trace_probe_log_err()
Masami Hiramatsu (Google)
[PATCH 3/4] tracing/probes: Fix potential underflow in LEN_OR_ZERO macro
Masami Hiramatsu (Google)
[RFC PATCH 0/7] mm: defer address-space teardown of large exiting processes to a kthread
Aditya Sharma
[RFC PATCH 7/7] exit: route exit_mm()'s final mmput() through mmput_exit()
Aditya Sharma
[RFC PATCH 4/7] mm: gate async teardown on RSS with pending-pages backpressure
Aditya Sharma
[RFC PATCH 6/7] mm: add tracepoints and vmstat counters for async teardown
Aditya Sharma
[RFC PATCH 3/7] mm/oom_kill: mark an OOM victim's mm with MMF_OOM_TARGETED
Aditya Sharma
[RFC PATCH 1/7] mm: add CONFIG_ASYNC_MM_TEARDOWN scaffolding for off-CPU exit teardown
Aditya Sharma
Re: [RFC PATCH 0/7] mm: defer address-space teardown of large exiting processes to a kthread
Liam R . Howlett
Re: [RFC PATCH 0/7] mm: defer address-space teardown of large exiting processes to a kthread
Aditya Sharma
Re: [RFC PATCH 0/7] mm: defer address-space teardown of large exiting processes to a kthread
David Hildenbrand (Arm)
Re: [RFC PATCH 0/7] mm: defer address-space teardown of large exiting processes to a kthread
Aditya Sharma
Re: [RFC PATCH 0/7] mm: defer address-space teardown of large exiting processes to a kthread
David Hildenbrand (Arm)
Re: [linus:master] [tracing] 206b25c090: kselftests-bpf.ftrace.ftracetest-ktap.Generic_dynamic_event_-_add/remove_eprobe_events.fail
Martin Kaiser
Re: [linus:master] [tracing] 206b25c090: kselftests-bpf.ftrace.ftracetest-ktap.Generic_dynamic_event_-_add/remove_eprobe_events.fail
Google
[PATCH v2] dmaengine: fsl-edma: tracing: no ptr dereference during log output
Martin Kaiser
Re: [PATCH v2] dmaengine: fsl-edma: tracing: no ptr dereference during log output
Frank Li
[PATCH] tracing: Fix context switch counter truncation
Usama Arif
Re: [PATCH] tracing: Fix context switch counter truncation
Google
Re: [PATCH] tracing: Fix context switch counter truncation
Breno Leitao
[PATCH RFC v3 3/6] mm: rename get_user_page_vma_remote() to get_user_page_lookup_vma()
Rik van Riel
[PATCH v4 00/17] rv: Add selftests to tools and KUnit tests
Gabriele Monaco
[PATCH v4 03/17] verification/rvgen: Improve rv_dir discovery in RVGenerator
Gabriele Monaco
[PATCH v4 05/17] verification/rvgen: Improve consistency in template files
Gabriele Monaco
Re: [PATCH v4 05/17] verification/rvgen: Improve consistency in template files
Nam Cao
[PATCH v4 04/17] verification/rvgen: Use pathlib instead of os.path
Gabriele Monaco
Re: [PATCH v4 04/17] verification/rvgen: Use pathlib instead of os.path
Nam Cao
[PATCH v4 08/17] verification/rvgen: Add selftests
Gabriele Monaco
[PATCH v4 10/17] verification/rvgen: Add selftests for rvgen kunit
Gabriele Monaco
[PATCH v4 09/17] verification/rvgen: Add the rvgen kunit subcommand
Gabriele Monaco
Re: [PATCH v4 09/17] verification/rvgen: Add the rvgen kunit subcommand
Nam Cao
[PATCH v4 11/17] rv: Export task monitor slot and react symbols
Gabriele Monaco
[PATCH v4 07/17] verification/rvgen: Add golden and spec folders for tests
Gabriele Monaco
[PATCH v4 01/17] rv: Use generic rv_this for the rv_monitor variable in LTL
Gabriele Monaco
[PATCH v4 02/17] tools/rv: Fix exit status when monitor execution fails
Gabriele Monaco
[PATCH v4 06/17] tools/rv: Add selftests
Gabriele Monaco
[PATCH v4 14/17] rv: Add KUnit tests for some LTL monitors
Gabriele Monaco
[PATCH v4 13/17] rv: Add KUnit stub for current
Gabriele Monaco
[PATCH v4 15/17] selftests/verification: Fix wrong errexit assumption
Gabriele Monaco
[PATCH v4 17/17] selftests/verification: Add selftests for deadline and stall monitors
Gabriele Monaco
Re: [PATCH v4 17/17] selftests/verification: Add selftests for deadline and stall monitors
Nam Cao
[PATCH v4 12/17] rv: Add KUnit tests for some DA/HA monitors
Gabriele Monaco
[PATCH v4 16/17] selftests/verification: Rearrange the wwnr_printk test
Gabriele Monaco
Re: [PATCH v4 16/17] selftests/verification: Rearrange the wwnr_printk test
Nam Cao
Re: [PATCH v4 16/17] selftests/verification: Rearrange the wwnr_printk test
Gabriele Monaco
[PATCH v9 00/10] tracing: wprobe: x86: Add wprobe for watchpoint
Masami Hiramatsu (Google)
[PATCH v9 01/10] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
Masami Hiramatsu (Google)
[PATCH v9 02/10] x86: hw_breakpoint: Add a kconfig to clarify when a breakpoint fires
Masami Hiramatsu (Google)
[PATCH v9 06/10] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
Masami Hiramatsu (Google)
[PATCH v9 03/10] selftests: tracing: Add a basic testcase for wprobe
Masami Hiramatsu (Google)
[PATCH v9 07/10] HWBP: Add modify_wide_hw_breakpoint_local() API
Masami Hiramatsu (Google)
[PATCH v9 04/10] selftests: tracing: Add syntax testcase for wprobe
Masami Hiramatsu (Google)
[PATCH v9 08/10] tracing: wprobe: Add wprobe event trigger
Masami Hiramatsu (Google)
[PATCH v9 09/10] selftests: ftrace: Add wprobe trigger testcase
Masami Hiramatsu (Google)
[PATCH v9 10/10] tracing/wprobe: Support BTF typecast in fetchargs
Masami Hiramatsu (Google)
[PATCH v9 05/10] x86/hw_breakpoint: Unify breakpoint install/uninstall
Masami Hiramatsu (Google)
Re: [PATCH v9 00/10] tracing: wprobe: x86: Add wprobe for watchpoint
Borislav Petkov
Re: [PATCH v9 00/10] tracing: wprobe: x86: Add wprobe for watchpoint
Google
Re: [PATCH v9 00/10] tracing: wprobe: x86: Add wprobe for watchpoint
Borislav Petkov
[RFC PATCH v2 00/13] mm/kwatch: dynamic hardware watchpoints for hunting memory corruption
Jinchao Wang
[RFC PATCH v2 01/13] arch: add HAVE_REINSTALL_HW_BREAKPOINT
Jinchao Wang
[RFC PATCH v2 03/13] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
Jinchao Wang
[RFC PATCH v2 02/13] x86/hw_breakpoint: Unify breakpoint install/uninstall
Jinchao Wang
[RFC PATCH v2 04/13] HWBP: Add modify_wide_hw_breakpoint_local() API
Jinchao Wang
[RFC PATCH v2 06/13] mm/kwatch: add lockless per-task context pool
Jinchao Wang
[RFC PATCH v2 08/13] mm/kwatch: add hardware breakpoint backend
Jinchao Wang
[RFC PATCH v2 10/13] mm/kwatch: add anchor thread for global watchpoints
Jinchao Wang
[RFC PATCH v2 11/13] mm/kwatch: add debugfs control plane
Jinchao Wang
[RFC PATCH v2 05/13] mm/kwatch: add watch expression parser and dereference engine
Jinchao Wang
[RFC PATCH v2 07/13] stacktrace: export stack_trace_save_regs()
Jinchao Wang
[RFC PATCH v2 13/13] Documentation/dev-tools: document KWatch
Jinchao Wang
[RFC PATCH v2 09/13] mm/kwatch: add probe lifecycle runtime
Jinchao Wang
[RFC PATCH v2 12/13] mm/kwatch: add KUnit tests for the watch expression parser
Jinchao Wang
Re: [RFC PATCH v2 00/13] mm/kwatch: dynamic hardware watchpoints for hunting memory corruption
Dave Hansen
Re: [RFC PATCH v2 00/13] mm/kwatch: dynamic hardware watchpoints for hunting memory corruption
Borislav Petkov
Re: [RFC PATCH v2 00/13] mm/kwatch: dynamic hardware watchpoints for hunting memory corruption
Google
Re: [RFC PATCH v2 00/13] mm/kwatch: dynamic hardware watchpoints for hunting memory corruption
Jinchao Wang
Re: [RFC PATCH v2 00/13] mm/kwatch: dynamic hardware watchpoints for hunting memory corruption
Jinchao Wang
Re: [RFC PATCH v2 00/13] mm/kwatch: dynamic hardware watchpoints for hunting memory corruption
Marco Elver
Re: [RFC PATCH v2 00/13] mm/kwatch: dynamic hardware watchpoints for hunting memory corruption
Jinchao Wang
[PATCH] uprobes: Restore original return address in uretprobe context
daichengrong
[PATCH v1 0/7] ntfs3: add tracepoints for core filesystem paths
Baolin Liu
[PATCH v1 v1 5/7] ntfs3: add allocation tracepoints
Baolin Liu
[PATCH v1 v1 6/7] ntfs3: add iomap tracepoints
Baolin Liu
[PATCH v1 v1 3/7] ntfs3: add create inode tracepoint
Baolin Liu
[PATCH v1 v1 2/7] ntfs3: add namei tracepoints
Baolin Liu
[PATCH v1 v1 1/7] ntfs3: add mount and log replay tracepoints
Baolin Liu
[PATCH v1 v1 7/7] ntfs3: add file I/O tracepoints
Baolin Liu
[PATCH v1 v1 4/7] ntfs3: add directory index tracepoints
Baolin Liu
[PATCH 0/2] tracing: Fix a kernel crash related to :mod: command
Masami Hiramatsu (Google)
[PATCH 1/2] tracing: Fix union collision of module and refcnt for dynamic events
Masami Hiramatsu (Google)
[PATCH 2/2] selftests/ftrace: Reset triggers at top level before instance loop
Masami Hiramatsu (Google)
[PATCH] tracing: uprobes: Fix incorrect __free function that frees an error value in __trace_uprobe_create()
Ella Ma
[PATCH] rtla/cli: Unify and improve handling of invalid option arguments
Tomas Glozar
Re: [PATCH] rtla/cli: Unify and improve handling of invalid option arguments
Wander Lairson Costa
[PATCH v8 0/9] tracing: wprobe: x86: Add wprobe for watchpoint
Masami Hiramatsu (Google)
[PATCH v8 1/9] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
Masami Hiramatsu (Google)
[PATCH v8 2/9] x86: hw_breakpoint: Add a kconfig to clarify when a breakpoint fires
Masami Hiramatsu (Google)
[PATCH v8 3/9] selftests: tracing: Add a basic testcase for wprobe
Masami Hiramatsu (Google)
[PATCH v8 4/9] selftests: tracing: Add syntax testcase for wprobe
Masami Hiramatsu (Google)
[PATCH v8 5/9] x86/hw_breakpoint: Unify breakpoint install/uninstall
Masami Hiramatsu (Google)
[PATCH v8 6/9] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
Masami Hiramatsu (Google)
[PATCH v8 7/9] HWBP: Add modify_wide_hw_breakpoint_local() API
Masami Hiramatsu (Google)
[PATCH v8 8/9] tracing: wprobe: Add wprobe event trigger
Masami Hiramatsu (Google)
[PATCH v8 9/9] selftests: ftrace: Add wprobe trigger testcase
Masami Hiramatsu (Google)
[PATCH v3 0/6] tracing/osnoise: Track IPIs
Valentin Schneider
[PATCH v3 1/6] rtla/osnoise: Add IPI tracking cmdline option
Valentin Schneider
[PATCH v3 2/6] rtla/osnoise: Record IPI count in osnoise top
Valentin Schneider
[PATCH v3 6/6] rtla/osnoise: Trace IPI events when recording a trace file
Valentin Schneider
[PATCH v3 5/6] rtla: Unconditionally clean any pre-existing filters for user-provided events
Valentin Schneider
[PATCH v3 3/6] rtla/osnoise: Leverage IPI event filters when tracing a subset of CPUs
Valentin Schneider
[PATCH v3 4/6] rtla/osnoise: Allow IPI filters to gracefully fail
Valentin Schneider
[RFC] tracing: Try user copies with page faults disabled first
Usama Arif
Re: [RFC] tracing: Try user copies with page faults disabled first
Steven Rostedt
Re: [RFC] tracing: Try user copies with page faults disabled first
Usama Arif
Re: [RFC] tracing: Try user copies with page faults disabled first
Usama Arif
[PATCH] tracing/mmiotrace: fix resource leak on trace_pipe close
deepakraog
[PATCH v2] tracing: Add mutex to trace_parser to fix concurrent write races
Tengda Wu
[PATCH v2] tracing: Propagate errors from remote event bulk updates
Jackie Liu
Re: [PATCH v2] tracing: Propagate errors from remote event bulk updates
Vincent Donnefort
[PATCH] tracing: Propagate errors from remote event bulk updates
Jackie Liu
Re: [PATCH] tracing: Propagate errors from remote event bulk updates
Vincent Donnefort
Re: [PATCH] tracing: Propagate errors from remote event bulk updates
Jackie Liu
Re: [PATCH] tracing: Propagate errors from remote event bulk updates
Vincent Donnefort
Re: [PATCH] tracing: Propagate errors from remote event bulk updates
Steven Rostedt
Re: [PATCH] tracing: Propagate errors from remote event bulk updates
Vincent Donnefort
[PATCH 1/2] rv/nomiss: fix task storage lifetime
Li Qiang
[PATCH 2/2] rv/nomiss: close enable-time task exit race
Li Qiang
Re: [PATCH 1/2] rv/nomiss: fix task storage lifetime
Gabriele Monaco
[PATCH v3 0/2] Add trace event support for GENI SE registers dump
Praveen Talari
[PATCH v3 1/2] soc: qcom: geni-se: trace: Add trace event support for GENI SE registers dump
Praveen Talari
[PATCH v3 2/2] spi: qcom-geni: add GENI SE registers trace event on error paths
Praveen Talari
[PATCH v7 00/10] tracing: wprobe: x86: Add wprobe for watchpoint
Masami Hiramatsu (Google)
[PATCH v7 01/10] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
Masami Hiramatsu (Google)
[PATCH v7 02/10] x86: hw_breakpoint: Add a kconfig to clarify when a breakpoint fires
Masami Hiramatsu (Google)
[PATCH v7 06/10] x86/hw_breakpoint: Unify breakpoint install/uninstall
Masami Hiramatsu (Google)
[PATCH v7 07/10] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
Masami Hiramatsu (Google)
[PATCH v7 03/10] selftests: tracing: Add a basic testcase for wprobe
Masami Hiramatsu (Google)
[PATCH v7 08/10] HWBP: Add modify_wide_hw_breakpoint_local() API
Masami Hiramatsu (Google)
[PATCH v7 04/10] selftests: tracing: Add syntax testcase for wprobe
Masami Hiramatsu (Google)
[PATCH v7 09/10] tracing: wprobe: Add wprobe event trigger
Masami Hiramatsu (Google)
[PATCH v7 05/10] tracing: wprobe: Use a new seq_print_ip_sym_offset() wrapper
Masami Hiramatsu (Google)
Re: [PATCH v7 05/10] tracing: wprobe: Use a new seq_print_ip_sym_offset() wrapper
Google
[PATCH v7 10/10] selftests: ftrace: Add wprobe trigger testcase
Masami Hiramatsu (Google)
Re: [PATCH v7 10/10] selftests: ftrace: Add wprobe trigger testcase
Google
Re: [PATCH v7 10/10] selftests: ftrace: Add wprobe trigger testcase
Google
[PATCH v5 0/5] Enable perf tracing for unprivileged users
Anubhav Shelat
[PATCH v5 0/5] Enable perf tracing for unprivileged users
Anubhav Shelat
[PATCH v5 1/5] eventfs: define event fields before directory creation
Anubhav Shelat
[PATCH v5 2/5] tracefs: add read-only eventfs filesystem at /sys/kernel/events
Anubhav Shelat
Earlier messages