linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-22 14:29:22 to 2025-01-28 15:54:58 UTC [more...]

[PATCH v2] seccomp: passthrough uretprobe systemcall without filtering
 2025-01-28 15:54 UTC  (3+ messages)

[RFC PATCH 0/3] tracing: Introduce relative stacktrace
 2025-01-28 15:46 UTC  (5+ messages)
` [RFC PATCH 1/3] tracing: Record stacktrace as the offset from _stext
` [RFC PATCH 2/3] tracing: Introduce "rel_stack" option
` [RFC PATCH 3/3] modules: tracing: Add module_text_offsets event

[PATCH v2] treewide: const qualify ctl_tables where applicable
 2025-01-28 15:43 UTC  (9+ messages)
  `  "
      `  "
            `  "

[PATCH 0/2] tracing: s390: Fix fprobes on s390
 2025-01-28 15:29 UTC  (3+ messages)
` [PATCH 1/2] s390: fgraph: Fix to remove ftrace_test_recursion_trylock()
` [PATCH 2/2] s390: tracing: Define ftrace_get_symaddr() for s390

[PATCH] sched: Add core cookie update tracepoint
 2025-01-28 11:34 UTC 

[PATCH] tracing: Fix DECLARE_TRACE_CONDITION
 2025-01-28 11:30 UTC  (2+ messages)

[PATCH bpf-next v2 0/7] bpf: Add probe_read_{kernel,user}_dynptr and copy_from_user_dynptr
 2025-01-28 11:22 UTC  (20+ messages)
` [PATCH bpf-next v2 1/7] bpf: Implement bpf_probe_read_kernel_dynptr helper
` [PATCH bpf-next v2 2/7] bpf: Implement bpf_probe_read_user_dynptr helper
` [PATCH bpf-next v2 3/7] bpf: Implement bpf_copy_from_user_dynptr helper
` [PATCH bpf-next v2 4/7] tools headers UAPI: Update tools's copy of bpf.h header
` [PATCH bpf-next v2 5/7] selftests/bpf: probe_read_kernel_dynptr test
` [PATCH bpf-next v2 6/7] selftests/bpf: probe_read_user_dynptr test
` [PATCH bpf-next v2 7/7] selftests/bpf: copy_from_user_dynptr test

[PATCH] cpuidle: psci: Add trace for PSCI domain idle
 2025-01-28 11:06 UTC  (8+ messages)
` [PATCH v2] "
      ` [PATCH v3] "

[PATCH v4 00/39] unwind, perf: sframe user space unwinding
 2025-01-28 10:54 UTC  (99+ messages)
` [PATCH v4 01/39] task_work: Fix TWA_NMI_CURRENT error handling
` [PATCH v4 02/39] task_work: Fix TWA_NMI_CURRENT race with __schedule()
` [PATCH v4 05/39] x86/asm: Avoid emitting DWARF CFI for non-VDSO
` [PATCH v4 09/39] x86/vdso: Enable sframe generation in VDSO
` [PATCH v4 11/39] unwind_user: Add user space unwinding API
` [PATCH v4 12/39] unwind_user: Add frame pointer support
` [PATCH v4 14/39] perf/x86: Rename get_segment_base() and make it global
` [PATCH v4 17/39] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v4 19/39] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v4 28/39] unwind_user/deferred: Add deferred unwinding interface
` [PATCH v4 29/39] unwind_user/deferred: Add unwind cache
` [PATCH v4 30/39] unwind_user/deferred: Make unwind deferral requests NMI-safe
` [PATCH v4 32/39] perf: Remove get_perf_callchain() 'crosstask' argument
` [PATCH v4 34/39] perf: Skip user unwind if !current->mm

[PATCH v3 0/9] x86/module: rework ROX cache to avoid writable copy
 2025-01-28 10:31 UTC  (14+ messages)
` [PATCH v3 1/9] x86/mm/pat: cpa-test: fix length for CPA_ARRAY test
` [PATCH v3 2/9] x86/mm/pat: drop duplicate variable in cpa_flush()
` [PATCH v3 3/9] x86/mm/pat: restore large ROX pages after fragmentation
` [PATCH v3 4/9] execmem: don't remove ROX cache from the direct map
` [PATCH v3 5/9] execmem: add API for temporal remapping as RW and restoring ROX afterwards
` [PATCH v3 6/9] module: switch to execmem API for remapping as RW and restoring ROX
` [PATCH v3 7/9] Revert "x86/module: prepare module loading for ROX allocations of text"
` [PATCH v3 8/9] module: drop unused module_writable_address()
` [PATCH v3 9/9] x86: re-enable EXECMEM_ROX support

[PATCH v3 26/28] kprobes: Use RCU in all users of __module_text_address()
 2025-01-28  7:10 UTC  (3+ messages)

[PATCH] tools/bootconfig: Fix the wrong format specifier
 2025-01-28  4:58 UTC  (4+ messages)

[PATCH v2] mm,procfs: allow read-only remote mm access under CAP_PERFMON
 2025-01-28  1:24 UTC  (3+ messages)

[PATCH] seccomp: passthrough uretprobe systemcall without filtering
 2025-01-27 19:43 UTC  (10+ messages)

[PATCH v1] rtla: Save trace when option `--trace` is specified
 2025-01-27 17:02 UTC 

[PATCH 00/34] address all -Wunused-const warnings
 2025-01-27 13:24 UTC  (2+ messages)

[PATCH v5 0/2] uprobes: Improve scalability by reducing the contention on siglock
 2025-01-27 11:28 UTC  (7+ messages)
` [PATCH v5 1/2] uprobes: Remove redundant spinlock in uprobe_deny_signal()
` [PATCH v5 2/2] uprobes: Remove the spinlock within handle_singlestep()

[PATCH AUTOSEL 6.12 31/31] ring-buffer: Make reading page consistent with the code logic
 2025-01-26 14:54 UTC 

[PATCH AUTOSEL 6.13 34/34] ring-buffer: Make reading page consistent with the code logic
 2025-01-26 14:53 UTC 

[PATCH 0/7] bpf: Add probe_read_{kernel,user}_dynptr and copy_from_user_dynptr
 2025-01-25  8:23 UTC  (8+ messages)
` [PATCH 1/7] bpf: Implement bpf_probe_read_kernel_dynptr helper
` [PATCH 2/7] bpf: Implement bpf_probe_read_user_dynptr helper
` [PATCH 3/7] bpf: Implement bpf_copy_from_user_dynptr helper
` [PATCH 4/7] tools headers UAPI: Update tools's copy of bpf.h header
` [PATCH 5/7] selftests/bpf: probe_read_kernel_dynptr test
` [PATCH 6/7] selftests/bpf: probe_read_user_dynptr test
` [PATCH 7/7] selftests/bpf: copy_from_user_dynptr test

[PATCH RFC net-next] trace: tcp: Add tracepoint for tcp_cwnd_reduction()
 2025-01-24 17:35 UTC  (13+ messages)

[PATCH] mm,procfs: allow read-only remote mm access under CAP_PERFMON
 2025-01-24 17:31 UTC  (10+ messages)

kprobe on local function
 2025-01-24 16:16 UTC  (6+ messages)

[PATCH v2 00/10] x86/module: rework ROX cache to avoid writable copy
 2025-01-24 13:34 UTC  (6+ messages)
` [PATCH v2 06/10] module: introduce MODULE_STATE_GONE

[PATCH 0/4] rtla: Collect and print number of missed events
 2025-01-24  9:24 UTC  (6+ messages)
` [PATCH 1/4] rtla: Count missed trace events
` [PATCH 2/4] rtla: Count all processed events
` [PATCH 3/4] rtla: Add function to report missed events
` [PATCH 4/4] rtla: Report missed event count

[PATCH] tracing/osnoise: Fix resetting of tracepoints
 2025-01-24  1:41 UTC 

[PATCH] selftests/tracing: Test only toplevel README file not the instances
 2025-01-23 23:54 UTC  (5+ messages)

[PATCH v2] atomic64: Use arch_spin_locks instead of raw_spin_locks
 2025-01-22 19:43 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).