messages from 2026-05-14 13:53:47 to 2026-05-15 14:40:13 UTC [more...]
[PATCH v6 0/7] locking: contended_release tracepoint instrumentation
2026-05-15 14:40 UTC (6+ messages)
` [PATCH v6 5/7] locking: Add contended_release tracepoint to qspinlock
[PATCH v3 01/11] io_uring: Use trace_call__##name() at guarded tracepoint call sites
2026-05-15 14:29 UTC (7+ messages)
` (subset) "
[PATCH 3/3] drm/panthor: Use trace_call__##name() at guarded tracepoint call sites
2026-05-15 14:02 UTC
[PATCH 2/3] drm/xe: Use trace_call__##name() at guarded tracepoint call site
2026-05-15 14:01 UTC
[PATCH 1/3] cpufreq: amd-pstate: Use trace_call__##name() at guarded tracepoint call site
2026-05-15 14:01 UTC
[PATCH v3 11/11] x86: msr: Use trace_call__##name() at guarded tracepoint call sites
2026-05-15 14:00 UTC
[PATCH v3 10/11] kernel: time, trace: Use trace_call__##name() at guarded tracepoint call sites
2026-05-15 13:59 UTC
[PATCH v3 09/11] net: devlink: Use trace_call__##name() at guarded tracepoint call sites
2026-05-15 13:59 UTC
[PATCH v3 08/11] scsi: ufs: Use trace_call__##name() at guarded tracepoint call sites
2026-05-15 13:59 UTC
[PATCH v3 07/11] HID: Use trace_call__##name() at guarded tracepoint call sites
2026-05-15 13:59 UTC
[PATCH v3 06/11] drm: Use trace_call__##name() at guarded tracepoint call sites
2026-05-15 13:59 UTC
[PATCH v3 05/11] dma-buf: Use trace_call__##name() at guarded tracepoint call sites
2026-05-15 13:59 UTC
[PATCH v3 04/11] devfreq: Use trace_call__##name() at guarded tracepoint call sites
2026-05-15 13:59 UTC
[PATCH v3 03/11] accel/habanalabs: Use trace_call__##name() at guarded tracepoint call sites
2026-05-15 13:59 UTC
[PATCH v3 02/11] net: Use trace_call__##name() at guarded tracepoint call sites
2026-05-15 13:59 UTC
[RFC PATCH v2 00/10] rv/tlob: Add task latency over budget RV monitor
2026-05-15 13:23 UTC (8+ messages)
` [RFC PATCH v2 08/10] rv/tlob: add tlob hybrid automaton monitor
` [RFC PATCH v2 09/10] rv/tlob: add KUnit tests for the tlob monitor
` [RFC PATCH v2 10/10] selftests/verification: add tlob selftests
[PATCH v7 0/6] mm/memory-failure: add panic option for unrecoverable pages
2026-05-15 13:13 UTC (9+ messages)
` [PATCH v7 1/6] mm/memory-failure: drop dead error_states[] entry for reserved pages
` [PATCH v7 2/6] mm/memory-failure: surface unhandlable kernel pages as -ENOTRECOVERABLE
[PATCH 0/7] uprobes/x86: Fix red zone issue for optimized uprobes
2026-05-15 12:32 UTC (14+ messages)
` [PATCH 1/7] uprobes/x86: Move optimized uprobe from nop5 to nop10
` [PATCH 2/7] libbpf: Change has_nop_combo to work on top of nop10
` [PATCH 3/7] selftests/bpf: Emit nop,nop10 instructions combo for x86_64 arch
` [PATCH 4/7] selftests/bpf: Change uprobe syscall tests to use nop10
` [PATCH 5/7] selftests/bpf: Change uprobe/usdt trigger bench code "
` [PATCH 6/7] selftests/bpf: Add reattach tests for uprobe syscall
` [PATCH 7/7] selftests/bpf: Add tests for uprobe nop10 red zone clobbering
[PATCH] [v2] tracing: samples: avoid unexpected symbol warnings (arm, s390)
2026-05-15 10:57 UTC
[PATCH] tracing: samples: avoid warning about __aeabi_unwind_cpp_pr1
2026-05-15 10:56 UTC (4+ messages)
[RFC v8 0/7] ext4: fast commit: snapshot inode state for FC log
2026-05-15 9:18 UTC (8+ messages)
` [RFC v8 1/7] ext4: fast commit: snapshot inode state before writing log
` [RFC v8 2/7] ext4: lockdep: handle i_data_sem subclassing for special inodes
` [RFC v8 3/7] ext4: fast commit: avoid waiting for FC_COMMITTING
` [RFC v8 4/7] ext4: fast commit: avoid self-deadlock in inode snapshotting
` [RFC v8 5/7] ext4: fast commit: avoid i_data_sem by dropping ext4_map_blocks() in snapshots
` [RFC v8 6/7] ext4: fast commit: add lock_updates tracepoint
` [RFC v8 7/7] ext4: fast commit: export snapshot stats in fc_info
[RFC PATCH v2 04/10] rv/da: add pre-allocated storage pool for per-object monitors
2026-05-15 8:30 UTC (2+ messages)
` [PATCH] Re: "
[RFC PATCH v2.2 00/28] mm/damon: introduce data attributes monitoring
2026-05-15 0:44 UTC (2+ messages)
` [RFC PATCH v2.2 18/28] mm/damon: trace probe_hits
[RFC PATCH v2.1 00/28] mm/damon: introduce data attributes monitoring
2026-05-15 0:41 UTC (3+ messages)
` [RFC PATCH v2.1 18/28] mm/damon: trace probe_hits
[PATCH] sched/clock: Provide !HAVE_UNSTABLE_SCHED_CLOCK stub for sched_clock_stable()
2026-05-14 19:36 UTC (2+ messages)
[PATCH v2] tracing: Allow perf to read synthetic events
2026-05-14 18:47 UTC (3+ messages)
[PATCH v2] fprobe: Fix unregister_fprobe() to wait for RCU grace period
2026-05-14 17:12 UTC (2+ messages)
[PATCH v2 00/14] rv: Add selftests to tools and KUnit tests
2026-05-14 15:20 UTC (15+ messages)
` [PATCH v2 01/14] tools/rv: Fix substring match bug in monitor name search
` [PATCH v2 02/14] tools/rv: Fix substring match when listing container monitors
` [PATCH v2 03/14] tools/rv: Fix exit status when monitor execution fails
` [PATCH v2 04/14] tools/rv: Fix cleanup after failed trace setup
` [PATCH v2 05/14] tools/rv: Add selftests
` [PATCH v2 06/14] verification/rvgen: Fix options shared among commands
` [PATCH v2 07/14] verification/rvgen: Fix ltl2k writing True as a literal
` [PATCH v2 08/14] verification/rvgen: Add golden and spec folders for tests
` [PATCH v2 09/14] verification/rvgen: Add selftests
` [PATCH v2 10/14] rv: Add KUnit stub to rv_react() and rv_*_task_monitor_slot()
` [PATCH v2 11/14] rv: Add KUnit tests for some DA/HA monitors
` [PATCH v2 12/14] rv: Add KUnit stubs for current and smp_processor_id()
` [PATCH v2 13/14] rv: Prevent unintentional tracepoints during KUnit tests
` [PATCH v2 14/14] rv: Add KUnit tests for some LTL monitors
page: | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox