messages from 2025-11-11 16:43:27 to 2025-11-14 15:06:22 UTC [more...]
[PATCH v7 00/31] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-11-14 15:01 UTC (17+ messages)
` [PATCH v7 01/31] objtool: Make validate_call() recognize indirect calls to pv_ops[]
` [PATCH v7 02/31] objtool: Flesh out warning related to pv_ops[] calls
` [PATCH v7 03/31] rcu: Add a small-width RCU watching counter debug option
` [PATCH v7 04/31] rcutorture: Make TREE04 use CONFIG_RCU_DYNTICKS_TORTURE
` [PATCH v7 05/31] jump_label: Add annotations for validating noinstr usage
` [PATCH v7 06/31] static_call: Add read-only-after-init static calls
` [PATCH v7 07/31] x86/paravirt: Mark pv_sched_clock static call as __ro_after_init
` [PATCH v7 08/31] x86/idle: Mark x86_idle "
` [PATCH v7 09/31] x86/paravirt: Mark pv_steal_clock "
` [PATCH v7 10/31] riscv/paravirt: "
` [PATCH v7 11/31] loongarch/paravirt: "
` [PATCH v7 12/31] arm64/paravirt: "
` [PATCH v7 13/31] arm/paravirt: "
` [PATCH v7 14/31] perf/x86/amd: Mark perf_lopwr_cb "
` [PATCH v7 15/31] sched/clock: Mark sched_clock_running key "
` [PATCH v7 16/31] KVM: VMX: Mark __kvm_is_using_evmcs static "
[PATCH RFC bpf-next 0/7] bpf trampoline support "jmp" mode
2025-11-14 13:58 UTC (13+ messages)
` [PATCH RFC bpf-next 1/7] ftrace: introduce FTRACE_OPS_FL_JMP
` [PATCH RFC bpf-next 2/7] x86/ftrace: implement DYNAMIC_FTRACE_WITH_JMP
` [PATCH RFC bpf-next 3/7] bpf: fix the usage of BPF_TRAMP_F_SKIP_FRAME
` [PATCH RFC bpf-next 4/7] bpf,x86: adjust the "jmp" mode for bpf trampoline
` [PATCH RFC bpf-next 5/7] bpf: introduce bpf_arch_text_poke_type
` [PATCH RFC bpf-next 6/7] bpf,x86: implement bpf_arch_text_poke_type for x86_64
` [PATCH RFC bpf-next 7/7] bpf: implement "jmp" mode for trampoline
[RFC PATCH 0/8] xfs: single block atomic writes for buffered IO
2025-11-14 13:18 UTC (21+ messages)
` [RFC PATCH 1/8] fs: Rename STATX{_ATTR}_WRITE_ATOMIC -> STATX{_ATTR}_WRITE_ATOMIC_DIO
` [RFC PATCH 2/8] mm: Add PG_atomic
` [RFC PATCH 3/8] fs: Add initial buffered atomic write support info to statx
` [RFC PATCH 4/8] iomap: buffered atomic write support
` [RFC PATCH 5/8] iomap: pin pages for RWF_ATOMIC buffered write
` [RFC PATCH 6/8] xfs: Report atomic write min and max for buf io as well
` [RFC PATCH 7/8] iomap: Add bs<ps buffered atomic writes support
` [RFC PATCH 8/8] xfs: Lift the bs == ps restriction for HW buffered atomic writes
` [syzbot ci] Re: xfs: single block atomic writes for buffered IO
[PATCH v3 00/21] treewide: Introduce %ptS for struct timespec64 and convert users
2025-11-14 12:59 UTC (25+ messages)
` [PATCH v3 01/21] lib/vsprintf: Add specifier for printing struct timespec64
` [PATCH v3 02/21] ceph: Switch to use %ptSp
` [PATCH v3 03/21] libceph: "
` [PATCH v3 04/21] dma-buf: "
` [PATCH v3 05/21] drm/amdgpu: "
` [PATCH v3 06/21] drm/msm: "
` [PATCH v3 07/21] drm/vblank: "
` [PATCH v3 08/21] drm/xe: "
` [PATCH v3 09/21] e1000e: "
` [PATCH v3 10/21] igb: "
` [PATCH v3 11/21] ipmi: "
` [PATCH v3 12/21] media: av7110: "
` [PATCH v3 13/21] mmc: mmc_test: "
` [PATCH v3 14/21] net: dsa: sja1105: "
` [PATCH v3 15/21] PCI: epf-test: "
` [PATCH v3 16/21] pps: "
` [PATCH v3 17/21] ptp: ocp: "
` [PATCH v3 18/21] s390/dasd: "
` [PATCH v3 19/21] scsi: fnic: "
` [PATCH v3 20/21] scsi: snic: "
` [PATCH v3 21/21] tracing: "
[PATCHSET v3 0/5] perf tools: Add deferred callchain support
2025-11-14 7:00 UTC (6+ messages)
` [PATCH v3 1/5] tools headers UAPI: Sync linux/perf_event.h for deferred callchains
` [PATCH v3 2/5] perf tools: Minimal DEFERRED_CALLCHAIN support
` [PATCH v3 3/5] perf record: Enable defer_callchain for user callchains
` [PATCH v3 4/5] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v3 5/5] perf tools: Merge deferred user callchains
[PATCH v4] stm: class: Add MIPI OST protocol support
2025-11-14 6:05 UTC (2+ messages)
[PATCH v1] cpufreq: Add policy_frequency trace event
2025-11-14 5:11 UTC (4+ messages)
[PATCH v7] function_graph: Enable funcgraph-args and funcgraph-retaddr to work simultaneously
2025-11-14 2:55 UTC
[PATCH v6] function_graph: Enable funcgraph-args and funcgraph-retaddr to work simultaneously
2025-11-14 2:34 UTC
[PATCH v16 0/4] perf tool: Support the deferred unwinding infrastructure
2025-11-13 21:42 UTC (7+ messages)
` [PATCH v16 4/4] perf tools: Merge deferred user callchains
[PATCH v5] function_graph: Enable funcgraph-args and funcgraph-retaddr to work simultaneously
2025-11-13 18:33 UTC (3+ messages)
[PATCHv2 bpf-next 0/9] ftrace,bpf: Use single direct ops for bpf trampolines
2025-11-13 17:57 UTC (16+ messages)
` [PATCHv2 bpf-next 1/8] ftrace: Make alloc_and_copy_ftrace_hash direct friendly
` [PATCHv2 bpf-next 2/8] ftrace: Export some of hash related functions
` [PATCHv2 bpf-next 3/8] ftrace: Add update_ftrace_direct_add function
` [PATCHv2 bpf-next 4/8] ftrace: Add update_ftrace_direct_del function
` [PATCHv2 bpf-next 5/8] ftrace: Add update_ftrace_direct_mod function
` [PATCHv2 bpf-next 6/8] bpf: Add trampoline ip hash table
` [PATCHv2 bpf-next 7/8] ftrace: Factor ftrace_ops ops_func interface
` [PATCHv2 bpf-next 8/8] bpf, x86: Use single ftrace_ops for direct calls
[PATCH v3] trace/pid_list: optimize pid_list->lock contention
2025-11-13 16:14 UTC (13+ messages)
[PATCH 1/2] mm/khugepaged: do synchronous writeback for MADV_COLLAPSE
2025-11-13 15:30 UTC (8+ messages)
[for-trace:latency/for-next PATCH] rv: Fix compilation if !CONFIG_RV_REACTORS
2025-11-13 15:06 UTC
[PATCH 0/5] rtla, osnoise: Fixes to address intermittent test issues
2025-11-13 12:44 UTC (8+ messages)
` [PATCH 1/5] rtla/tests: Don't rely on matching ^1ALL
` [PATCH 2/5] tracing/osnoise: Dump stack on timerlat uret threshold event
` [PATCH 3/5] tracing/osnoise: Array printk init and cleanup
` [PATCH 4/5] rtla/timerlat: Exit top main loop on any non-zero wait_retval
` [PATCH 5/5] rtla: Set stop threshold after all instances are enabled
[trace:latency/for-next 3/5] kernel/trace/rv/monitors/sleep/sleep.c:219:26: error: static declaration of 'rv_sleep' follows non-static declaration
2025-11-13 12:09 UTC
[BUG/RFC 1/2] arm64/ftrace,bpf: Fix partial regs after bpf_prog_run
2025-11-13 7:51 UTC (2+ messages)
[PATCH linux-next] fgraph: Fix and tighten PID filtering support
2025-11-13 5:56 UTC
[PATCH v8 00/27] mm/ksw: Introduce KStackWatch debugging tool
2025-11-13 4:40 UTC (5+ messages)
[PATCH v3 RESEND] function_graph: Enable funcgraph-args and funcgraph-retaddr to work simultaneously
2025-11-13 3:21 UTC (14+ messages)
[RESEND][PATCH 0/5] perf: Clean ups and simplifications
2025-11-13 3:11 UTC (3+ messages)
` [RESEND][PATCH 3/5] perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm == NULL
[PATCH v2 0/7] kallsyms: Prevent invalid access when showing module buildid
2025-11-13 2:50 UTC (9+ messages)
` [PATCH v2 1/7] kallsyms: Clean up @namebuf initialization in kallsyms_lookup_buildid()
` [PATCH v2 2/7] kallsyms: Clean up modname and modbuildid "
` [PATCH v2 3/7] module: Add helper function for reading module_buildid()
` [PATCH v2 4/7] kallsyms: Cleanup code for appending the module buildid
` [PATCH v2 5/7] kallsyms/bpf: Rename __bpf_address_lookup() to bpf_address_lookup()
` [PATCH v2 6/7] kallsyms/ftrace: Set module buildid in ftrace_mod_address_lookup()
` [PATCH v2 7/7] kallsyms: Prevent module removal when printing module name and buildid
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
2025-11-13 1:42 UTC (5+ messages)
` [RFC PATCH v1 01/37] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [RFC PATCH v1 03/37] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
[PATCH v4] trace/pid_list: optimize pid_list->lock contention
2025-11-13 1:02 UTC (2+ messages)
[PATCH v2 00/21] treewide: Introduce %ptS for struct timespec64 and convert users
2025-11-12 21:12 UTC (11+ messages)
` [PATCH v2 09/21] e1000e: Switch to use %ptSp
` [Intel-wired-lan] "
` [PATCH v2 10/21] igb: "
` [Intel-wired-lan] "
` [PATCH v2 14/21] net: dsa: sja1105: "
` [Intel-wired-lan] "
` [PATCH v2 19/21] scsi: fnic: Switch to use %ptS
` [PATCH v2 20/21] scsi: snic: Switch to use %ptSp
[PATCH] arm64: Fix double word in comments
2025-11-12 18:33 UTC (2+ messages)
[PATCH v2] trace/pid_list: optimize pid_list->lock contention
2025-11-12 18:29 UTC (2+ messages)
[PATCH] MAINTAINERS: Add Tomas Glozar as a maintainer to RTLA tool
2025-11-12 16:41 UTC (2+ messages)
[PATCH] trace/pid_list: optimize pid_list->lock contention
2025-11-12 15:42 UTC (6+ messages)
[PATCH v5 0/8] tracing: wprobe: Add wprobe for watchpoint
2025-11-12 13:30 UTC (12+ messages)
` [PATCH v5 6/8] selftests: tracing: Add a basic testcase for wprobe
[PATCH] selftests: tracing: Update fprobe selftest for ftrace based fprobe
2025-11-12 13:13 UTC
[PATCH v4 RESEND] function_graph: Enable funcgraph-args and funcgraph-retaddr to work simultaneously
2025-11-12 9:36 UTC
[PATCH v4] function_graph: Enable funcgraph-args and funcgraph-retaddr to work simultaneously
2025-11-12 9:27 UTC
[PATCH v3] function_graph: Enable funcgraph-args and funcgraph-retaddr to work simultaneously
2025-11-12 3:15 UTC
[PATCH v2] function_graph: Enable funcgraph-args and funcgraph-retaddr to work simultaneously
2025-11-12 1:47 UTC (5+ messages)
[PATCH] mm/migrate_device: Add tracepoints for debugging
2025-11-11 23:55 UTC (4+ messages)
[PATCH v4 0/3] tracing: Fix tracer options per instance
2025-11-11 23:24 UTC (4+ messages)
` [PATCH v4 1/3] tracing: Have tracer option be instance specific
` [PATCH v4 2/3] tracing: Have function tracer define options per instance
` [PATCH v4 3/3] tracing: Have function graph "
[PATCH v12 mm-new 00/15] khugepaged: mTHP support
2025-11-11 21:56 UTC (4+ messages)
` [PATCH v12 mm-new 12/15] khugepaged: Introduce mTHP collapse support
[syzbot] [trace?] WARNING in tracing_buffers_mmap_close (2)
2025-11-11 17:05 UTC
[syzbot] [block?] [trace?] INFO: task hung in blk_trace_startstop
2025-11-11 16:43 UTC
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).