messages from 2026-03-07 15:27:25 to 2026-03-10 16:08:04 UTC [more...]
[PATCH] rtla: Fix segfault on multiple SIGINTs
2026-03-10 16:07 UTC
[PATCH RFC 0/3] locking: contended_release tracepoint instrumentation
2026-03-10 15:58 UTC (10+ messages)
` [PATCH RFC 1/3] locking: Add contended_release tracepoint
` [PATCH RFC 2/3] locking/percpu-rwsem: Extract __percpu_up_read_slowpath()
` [PATCH RFC 3/3] locking: Wire up contended_release tracepoint
[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
2026-03-10 15:41 UTC (80+ messages)
` [PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 02/61] btrfs: "
` [PATCH 03/61] ceph: "
` [PATCH 04/61] ext4: "
` [PATCH 05/61] smb: Prefer IS_ERR_OR_NULL over manual NULl check
` [PATCH 06/61] 9p: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 07/61] erofs: "
` [PATCH 08/61] fuse: "
` [PATCH 09/61] ntfs3: "
` [PATCH 10/61] gfs2: "
` [PATCH 11/61] pstore: "
` [PATCH 12/61] quota: "
` [PATCH 13/61] squashfs: "
` [PATCH 14/61] seq_file: "
` [PATCH 15/61] trace: "
` [PATCH 16/61] sched: "
` [PATCH 17/61] module: "
` [PATCH 18/61] sound: "
` [PATCH 19/61] kvm: "
` [PATCH 20/61] apparmor: "
` [PATCH 21/61] lib/test: "
` [PATCH 22/61] md: "
` [PATCH 23/61] net/ipv6: "
` [PATCH 24/61] net/9p: "
` [PATCH 25/61] net/bluetooth: "
` [PATCH 26/61] net/core: "
` [PATCH 27/61] net/netlink: "
` [PATCH 28/61] net/sched: "
` [PATCH 29/61] net/sctp: "
` [PATCH 30/61] net/sunrpc: "
` [PATCH 31/61] net/tipc: "
` [PATCH 32/61] net/wireless: "
` [PATCH 33/61] mm: "
` [PATCH 34/61] arch/arm: "
` [PATCH 35/61] arch/mips: "
` [PATCH 36/61] arch/sh: "
` [PATCH 37/61] drm: "
` [PATCH 38/61] net: "
` [EXTERNAL] "
` [PATCH 39/61] irqchip: "
` [PATCH 40/61] phy: "
` [PATCH 41/61] pinctrl: "
` [PATCH 42/61] pmdomain: "
` [PATCH 43/61] s390: "
` [PATCH 44/61] target: "
` [PATCH 45/61] thermal: "
` [PATCH 46/61] vfio: "
` [PATCH 47/61] nfc: "
` [PATCH 48/61] mtd: "
` [PATCH 49/61] media: "
` [PATCH 50/61] iommu: "
` [PATCH 51/61] leds: "
` (subset) "
` [PATCH 52/61] gpib: "
` [PATCH 53/61] hyperv: "
` [PATCH 54/61] aoe: "
` [PATCH 55/61] interconnect: "
` [PATCH 56/61] clk: "
` [PATCH 57/61] reset: "
` [PATCH 58/61] arch/x86: "
` [PATCH 59/61] debugobjects: Drop likely() around !IS_ERR_OR_NULL()
` [PATCH 60/61] Input alps: Drop unlikely() around IS_ERR_OR_NULL()
` [PATCH 61/61] file: "
[PATCH v8 0/2] ring-buffer: Making persistent ring buffers robust
2026-03-10 15:16 UTC (5+ messages)
` [PATCH v8 1/2] ring-buffer: Flush and stop persistent ring buffer on panic
` [PATCH v8 2/2] ring-buffer: Skip invalid sub-buffers when validating persistent ring buffer
` [PATCH] tracing: Add persistent ring buffer selftest
[PATCH v2 0/2] kthread, exit: clean up kernel thread exit paths
2026-03-10 14:56 UTC (3+ messages)
` [PATCH v2 1/2] kthread: remove kthread_exit()
` [PATCH v2 2/2] tree-wide: rename do_exit() to task_exit()
[PATCH v14 00/30] Tracefs support for pKVM
2026-03-10 14:43 UTC (32+ messages)
` [PATCH v14 01/30] ring-buffer: Add page statistics to the meta-page
` [PATCH v14 02/30] ring-buffer: Store bpage pointers into subbuf_ids
` [PATCH v14 03/30] ring-buffer: Introduce ring-buffer remotes
` [PATCH v14 04/30] ring-buffer: Add non-consuming read for "
` [PATCH v14 05/30] tracing: Introduce trace remotes
` [PATCH v14 06/30] tracing: Add reset to "
` [PATCH v14 07/30] tracing: Add non-consuming read "
` [PATCH v14 08/30] tracing: Add init callback "
` [PATCH v14 09/30] tracing: Add events "
` [PATCH v14 10/30] tracing: Add events/ root files "
` [PATCH v14 11/30] tracing: Add helpers to create trace remote events
` [PATCH v14 12/30] ring-buffer: Export buffer_data_page and macros
` [PATCH v14 13/30] tracing: Introduce simple_ring_buffer
` [PATCH v14 14/30] tracing: Add a trace remote module for testing
` [PATCH v14 15/30] tracing: selftests: Add trace remote tests
` [PATCH v14 16/30] Documentation: tracing: Add tracing remotes
` [PATCH v14 17/30] tracing: load/unload page callbacks for simple_ring_buffer
` [PATCH v14 18/30] tracing: Check for undefined symbols in simple_ring_buffer
` [PATCH v14 19/30] KVM: arm64: Add PKVM_DISABLE_STAGE2_ON_PANIC
` [PATCH v14 20/30] KVM: arm64: Add clock support to nVHE/pKVM hyp
` [PATCH v14 21/30] KVM: arm64: Initialise hyp_nr_cpus for nVHE hyp
` [PATCH v14 22/30] KVM: arm64: Support unaligned fixmap in the pKVM hyp
` [PATCH v14 23/30] KVM: arm64: Add tracing capability for the nVHE/pKVM hyp
` [PATCH v14 24/30] KVM: arm64: Add trace remote "
` [PATCH v14 25/30] KVM: arm64: Sync boot clock with "
` [PATCH v14 26/30] KVM: arm64: Add trace reset to "
` [PATCH v14 27/30] KVM: arm64: Add event support to the nVHE/pKVM hyp and trace remote
` [PATCH v14 28/30] KVM: arm64: Add hyp_enter/hyp_exit events to nVHE/pKVM hyp
` [PATCH v14 29/30] KVM: arm64: Add selftest event support "
` [PATCH v14 30/30] tracing: selftests: Add hypervisor trace remote tests
[PATCH v9 0/6] x86/vdso: VDSO updates and fixes for sframes
2026-03-10 13:08 UTC (2+ messages)
[BUG] Warning in ext4_check_map_extents_env
2026-03-10 12:23 UTC
[PATCH v7 00/15] rv: Add Hybrid Automata monitor type, per-object and deadline monitors
2026-03-10 10:56 UTC (16+ messages)
` [PATCH v7 01/15] rv: Unify DA event handling functions across monitor types
` [PATCH v7 02/15] rv: Add Hybrid Automata monitor type
` [PATCH v7 03/15] verification/rvgen: Allow spaces in and events strings
` [PATCH v7 04/15] verification/rvgen: Add support for Hybrid Automata
` [PATCH v7 05/15] Documentation/rv: Add documentation about hybrid automata
` [PATCH v7 06/15] rv: Add sample hybrid monitors stall
` [PATCH v7 07/15] rv: Convert the opid monitor to a hybrid automaton
` [PATCH v7 08/15] sched: Add task enqueue/dequeue trace points
` [PATCH v7 09/15] rv: Add enqueue/dequeue to snroc monitor
` [PATCH v7 10/15] rv: Add support for per-object monitors in DA/HA
` [PATCH v7 11/15] verification/rvgen: Add support for per-obj monitors
` [PATCH v7 12/15] sched: Add deadline tracepoints
` [PATCH v7 13/15] sched/deadline: Move some utility functions to deadline.h
` [PATCH v7 14/15] rv: Add deadline monitors
` [PATCH v7 15/15] rv: Add dl_server specific monitors
[PATCH v5 0/3] ring-buffer: Making persistent ring buffers robust
2026-03-10 10:11 UTC (6+ messages)
` [PATCH v5 2/3] ring-buffer: Handle RB_MISSED_* flags on commit field correctly
[PATCH v3 0/2] tracing: preserve repeated boot-time parameters and drain deferred trigger frees
2026-03-10 6:47 UTC (3+ messages)
` [PATCH v3 1/2] tracing: preserve repeated boot-time tracing parameters
` [PATCH v3 2/2] tracing: drain deferred trigger frees if kthread startup fails
[PATCH 1/2] tracing: preserve repeated boot-time tracing parameters
2026-03-10 5:39 UTC (4+ messages)
` [PATCH 2/2] tracing: drain deferred trigger frees if kthread startup fails
[PATCH v2 0/2] tracing: preserve repeated boot-time parameters and drain deferred trigger frees
2026-03-09 21:27 UTC (3+ messages)
` [PATCH v2 1/2] tracing: preserve repeated boot-time tracing parameters
` [PATCH v2 2/2] tracing: drain deferred trigger frees if kthread startup fails
[PATCH v4 0/5] mm: zone lock tracepoint instrumentation
2026-03-09 21:17 UTC (7+ messages)
[PATCH v3 00/12] vfs: change inode->i_ino from unsigned long to u64
2026-03-09 20:50 UTC (7+ messages)
[PATCH v4 00/18] rtla: Robustness and code quality improvements
2026-03-09 19:46 UTC (19+ messages)
` [PATCH v4 01/18] rtla: Exit on memory allocation failures during initialization
` [PATCH v4 02/18] rtla: Use strdup() to simplify code
` [PATCH v4 03/18] rtla/actions: Simplify argument parsing
` [PATCH v4 04/18] rtla: Introduce common_threshold_handler() helper
` [PATCH v4 05/18] rtla: Replace magic number with MAX_PATH
` [PATCH v4 06/18] rtla: Simplify code by caching string lengths
` [PATCH v4 07/18] rtla: Add strscpy() and replace strncpy() calls
` [PATCH v4 08/18] rtla/timerlat: Add bounds check for softirq vector
` [PATCH v4 09/18] rtla: Handle pthread_create() failure properly
` [PATCH v4 10/18] rtla: Add str_has_prefix() helper function
` [PATCH v4 11/18] rtla: Use str_has_prefix() for prefix checks
` [PATCH v4 12/18] rtla: Enforce exact match for time unit suffixes
` [PATCH v4 13/18] rtla: Use str_has_prefix() for option prefix check
` [PATCH v4 14/18] rtla/timerlat: Simplify RTLA_NO_BPF environment variable check
` [PATCH v4 15/18] rtla/trace: Fix write loop in trace_event_save_hist()
` [PATCH v4 16/18] rtla/trace: Fix I/O handling in save_trace_to_file()
` [PATCH v4 17/18] rtla/utils: Fix resource leak in set_comm_sched_attr()
` [PATCH v4 18/18] rtla/utils: Fix loop condition in PID validation
[PATCH v3 00/18] rtla: Robustness and code quality improvements
2026-03-09 17:17 UTC (9+ messages)
` [PATCH v3 12/18] rtla: Enforce exact match for time unit suffixes
` [PATCH v3 16/18] rtla/trace: Fix I/O handling in save_trace_to_file()
[PATCH net-next 0/2] mptcp: autotune related improvement
2026-03-09 15:56 UTC (2+ messages)
` [PATCH net-next 1/2] mptcp: better mptcp-level RTT estimator
[PATCH v7 0/2] ring-buffer: Making persistent ring buffers robust
2026-03-09 13:53 UTC (9+ messages)
` [PATCH v7 2/2] ring-buffer: Skip invalid sub-buffers when validating persistent ring buffer
[PATCH 00/12] Add spi-hid transport driver
2026-03-09 5:44 UTC (4+ messages)
` [PATCH 09/12] dt-bindings: input: Document hid-over-spi DT schema
[syzbot] [trace?] WARNING in ring_buffer_nr_dirty_pages
2026-03-09 3:18 UTC
[RFC PATCH 0/2] disable optimistic spinning for ftrace_lock
2026-03-09 2:34 UTC (17+ messages)
` [RFC PATCH 1/2] locking: add mutex_lock_nospin()
[PATCH v13 00/32] Tracefs support for pKVM
2026-03-09 1:45 UTC (2+ messages)
page: next (older) | 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