messages from 2025-10-10 12:05:37 to 2025-10-15 14:28:39 UTC [more...]
[PATCH v6 00/29] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-10-15 14:28 UTC (39+ messages)
` [PATCH v6 01/29] objtool: Make validate_call() recognize indirect calls to pv_ops[]
` [PATCH v6 02/29] objtool: Flesh out warning related to pv_ops[] calls
` [PATCH v6 03/29] rcu: Add a small-width RCU watching counter debug option
` [PATCH v6 04/29] rcutorture: Make TREE04 use CONFIG_RCU_DYNTICKS_TORTURE
` [PATCH v6 05/29] jump_label: Add annotations for validating noinstr usage
` [PATCH v6 06/29] static_call: Add read-only-after-init static calls
` [PATCH v6 07/29] x86/paravirt: Mark pv_sched_clock static call as __ro_after_init
` [PATCH v6 08/29] x86/idle: Mark x86_idle "
` [PATCH v6 09/29] x86/paravirt: Mark pv_steal_clock "
` [PATCH v6 10/29] riscv/paravirt: "
` [PATCH v6 11/29] loongarch/paravirt: "
` [PATCH v6 12/29] arm64/paravirt: "
` [PATCH v6 13/29] arm/paravirt: "
` [PATCH v6 14/29] perf/x86/amd: Mark perf_lopwr_cb "
` [PATCH v6 15/29] sched/clock: Mark sched_clock_running key "
` [PATCH v6 16/29] KVM: VMX: Mark __kvm_is_using_evmcs static "
` [PATCH v6 17/29] x86/speculation/mds: Mark cpu_buf_idle_clear key as allowed in .noinstr
` [PATCH v6 18/29] sched/clock, x86: Mark __sched_clock_stable "
` [PATCH v6 19/29] KVM: VMX: Mark vmx_l1d_should flush and vmx_l1d_flush_cond keys "
` [PATCH v6 20/29] stackleack: Mark stack_erasing_bypass key "
` [PATCH v6 21/29] objtool: Add noinstr validation for static branches/calls
` [PATCH v6 22/29] module: Add MOD_NOINSTR_TEXT mem_type
` [PATCH v6 23/29] context-tracking: Introduce work deferral infrastructure
` [PATCH v6 24/29] context_tracking,x86: Defer kernel text patching IPIs
` [PATCH v6 25/29] x86/mm: Make INVPCID type macros available to assembly
` [RFC PATCH v6 26/29] x86/mm/pti: Introduce a kernel/user CR3 software signal
` [RFC PATCH v6 27/29] x86/mm/pti: Implement a TLB flush immediately after a switch to kernel CR3
` [RFC PATCH v6 28/29] x86/mm, mm/vmalloc: Defer kernel TLB flush IPIs under CONFIG_COALESCE_TLBI=y
` [RFC PATCH v6 29/29] x86/entry: Add an option to coalesce TLB flushes
[PATCH 1/1] rv: Fix the invalid address access when reading enabled_monitors
2025-10-15 14:14 UTC
[PATCH] trace/pid_list: optimize pid_list->lock contention
2025-10-15 11:49 UTC
[PATCH blktrace v3 00/20] blktrace: Add user-space support for zoned command tracing
2025-10-15 10:56 UTC (21+ messages)
` [PATCH blktrace v3 01/20] blktrace: fix comment for struct blk_trace_setup:
` [PATCH blktrace v3 02/20] blkparse: fix compiler warning
` [PATCH blktrace v3 03/20] blktrace: add definitions for BLKTRACESETUP2
` [PATCH blktrace v3 04/20] blktrace: change size of action to 64 bits
` [PATCH blktrace v3 05/20] blktrace: add definitions for blk_io_trace2
` [PATCH blktrace v3 06/20] blktrace: support protocol version 8
` [PATCH blktrace v3 07/20] blkparse: pass magic to get_magic
` [PATCH blktrace v3 08/20] blkparse: read 'magic' first
` [PATCH blktrace v3 09/20] blkparse: factor out reading of a singe blk_io_trace event
` [PATCH blktrace v3 10/20] blkparse: skip unsupported protocol versions
` [PATCH blktrace v3 11/20] blkparse: make get_pdulen() take the pdu_len
` [PATCH blktrace v3 12/20] blkiomon: read 'magic' first
` [PATCH blktrace v3 13/20] blktrace: pass magic to CHECK_MAGIC macro
` [PATCH blktrace v3 14/20] blktrace: pass magic to verify_trace
` [PATCH blktrace v3 15/20] blktrace: rename trace_to_cpu to bit_trace_to_cpu
` [PATCH blktrace v3 16/20] blkparse: use blk_io_trace2 internally
` [PATCH blktrace v3 17/20] blkparse: natively parse blk_io_trace2
` [PATCH blktrace v3 18/20] blkparse: parse zone (un)plug actions
` [PATCH blktrace v3 19/20] blkparse: add zoned commands to fill_rwbs()
` [PATCH blktrace v3 20/20] blktrace: call BLKTRACESETUP2 ioctl per default to setup a trace
[PATCH v3 00/16] block: add blktrace support for zoned block devi
2025-10-15 10:54 UTC (17+ messages)
` [PATCH v3 01/16] blktrace: only calculate trace length once
` [PATCH v3 02/16] blktrace: factor out recording a blktrace event
` [PATCH v3 03/16] blktrace: split out relaying "
` [PATCH v3 04/16] blktrace: untangle if/else sequence in __blk_add_trace
` [PATCH v3 05/16] blktrace: change the internal action to 64bit
` [PATCH v3 06/16] blktrace: split do_blk_trace_setup into two functions
` [PATCH v3 07/16] blktrace: add definitions for blk_user_trace_setup2
` [PATCH v3 08/16] blktrace: pass blk_user_trace2 to setup functions
` [PATCH v3 09/16] blktrace: add definitions for struct blk_io_trace2
` [PATCH v3 10/16] blktrace: differentiate between blk_io_trace versions
` [PATCH v3 11/16] blktrace: move trace_note to blk_io_trace2
` [PATCH v3 12/16] blktrace: move ftrace blk_io_tracer "
` [PATCH v3 13/16] blktrace: add block trace commands for zone operations
` [PATCH v3 14/16] blktrace: expose ZONE APPEND completions to blktrace
` [PATCH v3 15/16] blktrace: trace zone write plugging operations
` [PATCH v3 16/16] blktrace: handle BLKTRACESETUP2 ioctl
[PATCH 0/3] rv: Add explicit lockdep context for reactors
2025-10-15 10:07 UTC (15+ messages)
` [PATCH 1/3] rv: Pass va_list to reactors
` [PATCH 2/3] rv: Make rv_reacting_on() static
` [PATCH 3/3] rv: Add explicit lockdep context for reactors
[PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
2025-10-15 9:21 UTC (9+ messages)
` [RFC PATCH 0/4] Enable Clang's Source-based Code Coverage and MC/DC for x86-64
` [RFC PATCH 1/4] llvm-cov: add Clang's Source-based Code Coverage support
` [RFC PATCH 2/4] llvm-cov: add Clang's MC/DC support
` [RFC PATCH 3/4] x86: disable llvm-cov instrumentation
` [RFC PATCH 4/4] x86: enable llvm-cov support
[RFC PATCH v1] btf: Sort BTF types by name and kind to optimize btf_find_by_name_kind lookup
2025-10-15 9:15 UTC (14+ messages)
[PATCH v3 0/5] mm: VMA count limit fixes and improvements
2025-10-15 9:10 UTC (10+ messages)
` [PATCH v3 1/5] mm: fix off-by-one error in VMA count limit checks
` [PATCH v3 2/5] mm/selftests: add max_vma_count tests
` [PATCH v3 3/5] mm: introduce vma_count_remaining()
` [PATCH v3 4/5] mm: rename mm_struct::map_count to vma_count
` [PATCH v3 5/5] mm/tracing: introduce trace_mm_insufficient_vma_slots event
[PATCH v4 0/2] tracing: fprobe: optimization for entry only case
2025-10-15 8:32 UTC (3+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] lib/test_fprobe: add testcase for mixed fprobe
[PATCH v2 0/2] tracing: fprobe: optimization for entry only case
2025-10-15 7:25 UTC (6+ messages)
` [PATCH v2 1/2] "
[PATCH v12 0/3] PCI: trace: Add a RAS tracepoint to monitor link speed changes
2025-10-15 6:29 UTC (10+ messages)
` [PATCH v12 1/3] PCI: trace: Add a generic RAS tracepoint for hotplug event
` [PATCH v12 2/3] PCI: trace: Add a RAS tracepoint to monitor link speed changes
` [PATCH v12 3/3] Documentation: tracing: Add documentation about PCI tracepoints
[PATCH] powerpc64/bpf: support direct_call on livepatch function
2025-10-15 6:18 UTC (8+ messages)
[linus:master] [tracing] 9f0cb91767: BUG:kernel_hang_in_boot_stage
2025-10-15 5:14 UTC
[PATCH] selftests/tracing: Add basic test for trace_marker_raw file
2025-10-14 20:14 UTC (2+ messages)
[PATCH] Documentation/rtla: rename common_xxx.rst files to common_xxx.txt
2025-10-14 3:39 UTC (2+ messages)
[BUG] no ORC stacktrace from kretprobe.multi bpf program
2025-10-13 17:10 UTC (4+ messages)
[PATCH 0/2] tracing: A couple of fixes for v6.18
2025-10-13 17:05 UTC (5+ messages)
` [PATCH 1/2] tracing: Fix tracing_mark_raw_write() to use buf and not ubuf
` [PATCH 2/2] tracing: Stop fortify-string from warning in tracing_mark_raw_write()
[PATCH v2 00/20] rv: Add Hybrid Automata monitor type, per-object and deadline monitors
2025-10-13 14:14 UTC (13+ messages)
` [PATCH v2 13/20] Documentation/rv: Add documentation about hybrid automata
` [PATCH v2 14/20] rv: Add sample hybrid monitors stall
` [PATCH v2 15/20] rv: Convert the opid monitor to a hybrid automaton
` [PATCH v2 20/20] rv: Add deadline monitors
[PATCH 0/2] selftests/verification: Add initial RV tests
2025-10-13 11:56 UTC (3+ messages)
[syzbot] [bpf?] [trace?] BUG: stack guard page was hit in br_handle_frame
2025-10-13 8:33 UTC
[PATCH v1] tools/rtla: Remove unused function declarations
2025-10-13 7:48 UTC (2+ messages)
[PATCH v3 0/2] tracing: fprobe: optimization for entry only case
2025-10-13 1:52 UTC (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] lib/test_fprobe: add testcase for mixed fprobe
[PATCH v3 0/5] tracing: fprobe: list-style filters,
2025-10-12 14:40 UTC (14+ messages)
` [PATCH v3 1/5] docs: tracing: fprobe: document list filters and :entry/:exit
` [PATCH v3 2/5] tracing: fprobe: require explicit [GROUP/]EVENT for list/wildcard
` [PATCH v3 3/5] tracing: fprobe: support comma-separated symbols and :entry/:exit
[PATCH RFC] riscv: add support for Ziccid
2025-10-12 11:23 UTC (3+ messages)
[syzbot] [trace?] WARNING in write_raw_marker_to_buffer
2025-10-12 3:26 UTC (2+ messages)
[PATCH] function_graph: Enable funcgraph-args and funcgraph-retaddr to work simultaneously
2025-10-11 16:41 UTC
[PATCH v2] tracing: Stop fortify-string from warning in tracing_mark_raw_write()
2025-10-11 15:20 UTC
[PATCH v2 0/5] tools/rtla: Improve argument processing
2025-10-11 8:27 UTC (6+ messages)
` [PATCH v2 1/5] tools/rtla: Add fatal() and replace error handling pattern
` [PATCH v2 2/5] tools/rtla: Replace timerlat_top_usage("...") with fatal("...")
` [PATCH v2 3/5] tools/rtla: Replace timerlat_hist_usage("...") "
` [PATCH v2 4/5] tools/rtla: Replace osnoise_top_usage("...") "
` [PATCH v2 5/5] tools/rtla: Replace osnoise_hist_usage("...") "
[PATCH RFC bpf-next 0/3] bpf: report probe fault to BPF stderr
2025-10-11 1:23 UTC (15+ messages)
` [PATCH RFC bpf-next 1/3] "
` bpf_errno. Was: "
[PATCH v7 00/23] mm/ksw: Introduce real-time KStackWatch debugging tool
2025-10-10 20:02 UTC (3+ messages)
` [PATCH v7 22/23] docs: add KStackWatch document
[PATCH v1 0/5] tools/rtla: Improve argument processing
2025-10-10 17:50 UTC (5+ messages)
` [PATCH v1 1/5] tools/rtla: Add fatal() and replace error handling pattern
[PATCH] rv: Add signal reactor
2025-10-10 13:02 UTC (12+ 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;
as well as URLs for NNTP newsgroup(s).