linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-02 14:17:02 to 2024-10-08 02:11:38 UTC [more...]

[PATCH v4 0/8] x86/module: use large ROX pages for text allocations
 2024-10-08  2:11 UTC  (10+ messages)
` [PATCH v4 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v4 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v4 3/8] asm-generic: introduce text-patching.h
` [PATCH v4 4/8] module: prepare to handle ROX allocations for text
` [PATCH v4 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v4 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v4 7/8] execmem: add support for cache of large ROX pages
` [PATCH v4 8/8] x86/module: enable ROX caches for module text

[PATCH] ftrace: Make ftrace_regs abstract from direct use
 2024-10-08  0:54 UTC  (2+ messages)

[PATCH v2] ftrace/selftest: Test combination of function_graph tracer and function profiler
 2024-10-08  0:33 UTC  (2+ messages)

[PATCH v2 tip/perf/core 0/2] SRCU-protected uretprobes hot path
 2024-10-08  0:25 UTC  (3+ messages)
` [PATCH v2 tip/perf/core 1/2] uprobes: allow put_uprobe() from non-sleepable softirq context
` [PATCH v2 tip/perf/core 2/2] uprobes: SRCU-protect uretprobe lifetime (with timeout)

[PATCH v3] ftrace: Get the true parent ip for function tracer
 2024-10-07 21:10 UTC  (6+ messages)

[PATCH v2] tracepoints: Use new static branch API
 2024-10-07 18:33 UTC 

[PATCH] tracepoints: Use new static branch API
 2024-10-07 18:27 UTC  (3+ messages)

[PATCH v2] Documentation/tracing: Mention that RESET_ATTACK_MITIGATION can clear memory
 2024-10-07 17:37 UTC  (5+ messages)

[PATCH v3] Documentation/tracing: Mention that RESET_ATTACK_MITIGATION can clear memory
 2024-10-07 17:16 UTC 

[PATCH] docs: fix WARNING document not included in any toctree
 2024-10-07 17:09 UTC  (2+ messages)

[PATCH] tracing: doc: Fix typo in ftrace histogram
 2024-10-07 17:07 UTC  (3+ messages)

[PATCH v2 tip/perf/core 0/5] uprobes,mm: speculative lockless VMA-to-uprobe lookup
 2024-10-07 17:05 UTC  (13+ messages)
` [PATCH v2 tip/perf/core 1/5] mm: introduce mmap_lock_speculation_{start|end}
` [PATCH v2 tip/perf/core 3/5] fs: add back RCU-delayed freeing of FMODE_BACKING file
` [PATCH v2 tip/perf/core 5/5] uprobes: add speculative lockless VMA-to-inode-to-uprobe resolution

[PATCH v2] tracing: Consider the NULL character when validating the event length
 2024-10-07 15:43 UTC  (2+ messages)

[PATCH v9 0/7] Improve the copy of task comm
 2024-10-07 14:49 UTC  (8+ messages)
` [PATCH v9 1/7] Get rid of __get_task_comm()
` [PATCH v9 2/7] auditsc: Replace memcpy() with strscpy()
` [PATCH v9 3/7] security: Replace memcpy() with get_task_comm()
` [PATCH v9 4/7] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v9 5/7] mm/util: Fix possible race condition in kstrdup()
` [PATCH v9 6/7] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v9 7/7] drm: Replace strcpy() with strscpy()

[PATCH] tracing: Consider the NULL character when validating the event length
 2024-10-07 14:33 UTC  (3+ messages)

[PATCH v4] ftrace: Get the true parent ip for function tracer
 2024-10-07 12:24 UTC  (2+ messages)

[PATCH v10 00/12] timekeeping/fs: multigrain timestamp redux
 2024-10-07 10:58 UTC  (14+ messages)
` [PATCH v10 01/12] timekeeping: add interfaces for handling timestamps with a floor value
` [PATCH v10 02/12] timekeeping: add percpu counter for tracking floor swap events
` [PATCH v10 03/12] fs: add infrastructure for multigrain timestamps
` [PATCH v10 04/12] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v10 05/12] fs: handle delegated timestamps in setattr_copy_mgtime
` [PATCH v10 06/12] fs: tracepoints around multigrain timestamp events
` [PATCH v10 07/12] fs: add percpu counters for significant "
` [PATCH v10 08/12] Documentation: add a new file documenting multigrain timestamps
` [PATCH v10 09/12] xfs: switch to "
` [PATCH v10 10/12] ext4: "
` [PATCH v10 11/12] btrfs: convert "
` [PATCH v10 12/12] tmpfs: add support for "
` (subset) [PATCH v10 00/12] timekeeping/fs: multigrain timestamp redux

[PATCH] tracing: Use atomic64_inc_return() in trace_clock_counter()
 2024-10-07  8:56 UTC 

[PATCH 0/7] add function arguments to ftrace
 2024-10-07  6:37 UTC  (7+ messages)
` [PATCH 6/7] tracing: add support for function argument to graph tracer
` [PATCH 7/7] tracing: add arguments to function tracer

[PATCH 00/35] Reorganize kerneldoc parameter names
 2024-10-06  1:55 UTC  (2+ messages)
` (subset) "

[PATCH] tools/rtla: Enhance Error Handling and Readability for timerlat
 2024-10-05 17:20 UTC 

[PATCH v3] ftrace: Hide a extra entry in stack trace
 2024-10-05  7:46 UTC  (6+ messages)

[RFC PATCH v2 00/10] Unmapping guest_memfd from Direct Map
 2024-10-04 22:50 UTC  (3+ messages)
` [RFC PATCH v2 06/10] kvm: gmem: add tracepoints for gmem share/unshare

[PATCH v1 0/8] tracing: Allow system call tracepoints to handle page faults
 2024-10-04 20:59 UTC  (40+ messages)
` [PATCH v1 1/8] tracing: Declare system call tracepoints with TRACE_EVENT_SYSCALL
` [PATCH v1 2/8] tracing/ftrace: guard syscall probe with preempt_notrace
` [PATCH v1 3/8] tracing/perf: "
` [PATCH v1 4/8] tracing/bpf: "
` [PATCH v1 5/8] tracing: Allow system call tracepoints to handle page faults
` [PATCH v1 6/8] tracing/ftrace: Add might_fault check to syscall probes
` [PATCH v1 7/8] tracing/perf: "
` [PATCH v1 8/8] tracing/bpf: "

[PATCH 0/3] SRCU-protected uretprobes hot path
 2024-10-04 20:18 UTC  (5+ messages)
` [PATCH 1/3] uprobes: allow put_uprobe() from non-sleepable softirq context

[PATCH] kernel: add pid_max to pid_namespace
 2024-10-04 19:05 UTC  (2+ messages)

[PATCH v5 0/3] tracing: Support poll on event hist file
 2024-10-04 18:26 UTC  (3+ messages)
` [PATCH v5 1/3] tracing/hist: Add poll(POLLIN) support on "

[PATCH v3 0/8] tracing: Allow system call tracepoints to handle page faults
 2024-10-04 14:58 UTC  (9+ messages)
` [PATCH v3 1/8] tracing: Declare system call tracepoints with TRACE_EVENT_SYSCALL
` [PATCH v3 2/8] tracing/ftrace: guard syscall probe with preempt_notrace
` [PATCH v3 3/8] tracing/perf: "
` [PATCH v3 4/8] tracing/bpf: "
` [PATCH v3 5/8] tracing: Allow system call tracepoints to handle page faults
` [PATCH v3 6/8] tracing/ftrace: Add might_fault check to syscall probes
` [PATCH v3 7/8] tracing/perf: "
` [PATCH v3 8/8] tracing/bpf: "

[PATCH v2 0/7] tracing: Allow system call tracepoints to handle page faults
 2024-10-04 14:49 UTC  (9+ messages)
` [PATCH v2 1/7] tracing/ftrace: guard syscall probe with preempt_notrace
` [PATCH v2 2/7] tracing/perf: "
` [PATCH v2 3/7] tracing/bpf: "
` [PATCH v2 4/7] tracing: Allow system call tracepoints to handle page faults
` [PATCH v2 5/7] tracing/ftrace: Add might_fault check to syscall probes
` [PATCH v2 6/7] tracing/perf: "
` [PATCH v2 7/7] tracing/bpf: "

[PATCH] tracepoint: Remove SRCU protection
 2024-10-04 10:04 UTC  (2+ messages)

[PATCH v2] tracing: Remove definition of trace_*_rcuidle()
 2024-10-04  9:59 UTC  (2+ messages)

[PATCH RESEND v3 0/6] rtla: Support idle state disabling via libcpupower in timerlat
 2024-10-04  9:50 UTC  (7+ messages)
` [PATCH RESEND v3 1/6] tools/build: Add libcpupower dependency detection
` [PATCH RESEND v3 2/6] rtla: Add optional dependency on libcpupower
` [PATCH RESEND v3 3/6] rtla/utils: Add idle state disabling via libcpupower
` [PATCH RESEND v3 4/6] rtla/timerlat: Add --deepest-idle-state for top
` [PATCH RESEND v3 5/6] rtla/timerlat: Add --deepest-idle-state for hist
` [PATCH RESEND v3 6/6] rtla: Documentation: Mention --deepest-idle-state

[PATCH v9 00/12] fs: multigrain timestamp redux
 2024-10-04  4:49 UTC  (15+ messages)
` [PATCH v9 01/12] timekeeping: add interfaces for handling timestamps with a floor value
` [PATCH v9 02/12] fs: add infrastructure for multigrain timestamps
` [PATCH v9 03/12] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v9 04/12] fs: handle delegated timestamps in setattr_copy_mgtime
` [PATCH v9 05/12] fs: tracepoints around multigrain timestamp events
` [PATCH v9 06/12] fs: add percpu counters for significant "
` [PATCH v9 07/12] timekeeping: add percpu counter for tracking floor swap events
` [PATCH v9 08/12] Documentation: add a new file documenting multigrain timestamps
` [PATCH v9 09/12] xfs: switch to "
` [PATCH v9 10/12] ext4: "
` [PATCH v9 11/12] btrfs: convert "
` [PATCH v9 12/12] tmpfs: add support for "

[PATCH v2] trace/trace_event_perf: remove duplicate samples on the first tracepoint event
 2024-10-04  0:44 UTC  (4+ messages)

[PATCH v3] ring-buffer: Limit time with disabled interrupts in rb_check_pages()
 2024-10-04  0:20 UTC  (2+ messages)

[PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
 2024-10-03 23:29 UTC  (3+ messages)

[PATCH] tracing: Remove definition of trace_*_rcuidle()
 2024-10-03 21:30 UTC 

[PATCH 0/5] tracing: Fix several deadlock/race issues in timerlat and hwlat tracer
 2024-10-03 20:19 UTC  (3+ messages)
` [PATCH 5/5] tracing/hwlat: Fix deadlock in cpuhp processing

[PATCH] tracing: Fix trace_check_vprintf() when tp_printk is used
 2024-10-03 19:25 UTC  (2+ messages)

RIP: 0010:trace_check_vprintf 6.12-rc1 & CXL test
 2024-10-03 14:03 UTC  (4+ messages)

[PATCH resend 1/8] tracing: Declare system call tracepoints with TRACE_EVENT_SYSCALL
 2024-10-03  9:51 UTC  (3+ messages)

[PATCH v5 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
 2024-10-03  5:33 UTC  (8+ messages)
` [PATCH v5 17/17] powerpc64/bpf: Add support for "

[PATCH v2 2/4] llvm-cov: add Clang's MC/DC support
 2024-10-03  3:14 UTC  (2+ messages)

[PATCH] parisc/ftrace: Fix function graph tracing disablement
 2024-10-02 21:32 UTC 

[PATCH v5 0/5] MCE wrapper and support for new SMCA syndrome MSRs
 2024-10-02 16:35 UTC  (5+ messages)
` [PATCH v5 2/5] tracing: Add __print_dynamic_array() helper

[RFC PATCH 0/7] KSTATE: a mechanism to migrate some part of the kernel state across kexec
 2024-10-02 16:07 UTC  (8+ messages)
` [RFC PATCH 1/7] kstate: Add kstate - a mechanism to migrate some "
` [RFC PATCH 2/7] kexec: Hack and abuse crashkernel for the kstate's migration stream
` [RFC PATCH 3/7] [hack] purgatory: disable purgatory verification
` [RFC PATCH 4/7] mm/memblock: Add MEMBLOCK_PRSRV flag
` [RFC PATCH 5/7] kstate: Add mechanism to preserved specified memory pages across kexec
` [RFC PATCH 6/7] kstate, test: add test module for testing kstate subsystem
` [RFC PATCH 7/7] trace: migrate trace buffers across kexec

[PATCH 00/13] Tracefs support for pKVM
 2024-10-02 15:15 UTC  (3+ messages)
` [PATCH 04/13] timekeeping: Add the boot clock to system time snapshot

[PATCH v14 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-10-02 14:31 UTC  (8+ messages)
` [PATCH v14 04/19] function_graph: Replace fgraph_ret_regs with ftrace_regs

[PATCH v8 00/12] fs: multigrain timestamp redux
 2024-10-02 14:16 UTC  (3+ messages)
` [PATCH v8 01/12] timekeeping: add interfaces for handling timestamps with a floor value


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).