messages from 2025-11-13 16:14:33 to 2025-11-18 08:35:16 UTC [more...]
[POC][RFC][PATCH 0/3] tracing: Add perf events to trace buffer
2025-11-18 8:35 UTC (9+ messages)
` [POC][RFC][PATCH 1/3] tracing: Add perf events
` [POC][RFC][PATCH 2/3] ftrace: Add perf counters to function tracing
` [POC][RFC][PATCH 3/3] fgraph: Add perf counters to function graph tracer
[PATCH] tracing: Show the tracer options in boot-time created instance
2025-11-18 7:49 UTC
[PATCH v3 0/8] introduce VM_MAYBE_GUARD and make it sticky
2025-11-18 7:46 UTC (11+ messages)
` [PATCH v3 1/8] mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps
` [PATCH v3 3/8] mm: implement sticky VMA flags
[PATCH bpf-next v2 0/6] bpf trampoline support "jmp" mode
2025-11-18 6:46 UTC (17+ messages)
` [PATCH bpf-next v2 1/6] ftrace: introduce FTRACE_OPS_FL_JMP
` [PATCH bpf-next v2 2/6] x86/ftrace: implement DYNAMIC_FTRACE_WITH_JMP
` [PATCH bpf-next v2 3/6] bpf: fix the usage of BPF_TRAMP_F_SKIP_FRAME
` [PATCH bpf-next v2 4/6] bpf,x86: adjust the "jmp" mode for bpf trampoline
` [PATCH bpf-next v2 5/6] bpf: specify the old and new poke_type for bpf_arch_text_poke
` [PATCH bpf-next v2 6/6] bpf: implement "jmp" mode for trampoline
[PATCH 0/13] rtla: Code robustness and maintainability improvements
2025-11-18 5:13 UTC (17+ messages)
` [rtla 01/13] rtla: Check for memory allocation failures
` [rtla 02/13] rtla: Use strdup() to simplify code
` [rtla 03/13] rtla: Introduce for_each_action() helper
` [rtla 04/13] rtla: Replace atoi() with a robust strtoi()
` [rtla 05/13] rtla: Simplify argument parsing
` [rtla 06/13] rtla: Use strncmp_static() in more places
` [rtla 07/13] rtla: Introduce timerlat_restart() helper
` [rtla 08/13] rtla: Use standard exit codes for result enum
` [rtla 09/13] rtla: Exit if trace output action fails
` [rtla 10/13] rtla: Remove redundant memset after calloc
` [rtla 11/13] rtla: Replace magic number with MAX_PATH
` [rtla 12/13] rtla: Remove unused headers
` [rtla 13/13] rtla: Fix inconsistent state in actions_add_* functions
[PATCH v12 mm-new 00/15] khugepaged: mTHP support
2025-11-18 2:00 UTC (5+ messages)
` [PATCH v12 mm-new 13/15] khugepaged: avoid unnecessary mTHP collapse attempts
[PATCH v1] cpufreq: Add policy_frequency trace event
2025-11-18 1:12 UTC (7+ messages)
[PATCH] unwind: Show that entries of struct unwind_cache is not bound by nr_entries
2025-11-17 21:28 UTC (2+ messages)
[RFC PATCH 0/8] xfs: single block atomic writes for buffered IO
2025-11-17 20:51 UTC (14+ messages)
` [RFC PATCH 2/8] mm: Add PG_atomic
[PATCH] tracing: Remove unused variable in tracing_trace_options_show()
2025-11-17 17:22 UTC (2+ messages)
[PATCH v4 0/3] tracing: Fix tracer options per instance
2025-11-17 16:32 UTC (4+ messages)
` [PATCH v4 1/3] tracing: Have tracer option be instance specific
[PATCH 0/2] rv: Tidy up with auto-cleanup
2025-11-17 15:20 UTC (7+ messages)
` [PATCH 1/2] rv: Convert to use lock guard
` [PATCH 2/2] rv: Convert to use __free
[RFC PATCH 0/8] uprobe/x86: Add support to optimize prologue
2025-11-17 12:40 UTC (9+ messages)
` [RFC PATCH 1/8] uprobe/x86: Introduce struct arch_uprobe_xol object
` [RFC PATCH 2/8] uprobe/x86: Use struct arch_uprobe_xol in emulate callback
` [RFC PATCH 3/8] uprobe/x86: Add support to emulate mov reg,reg instructions
` [RFC PATCH 4/8] uprobe/x86: Add support to emulate sub imm,reg instructions
` [RFC PATCH 5/8] uprobe/x86: Add support to optimize on top of emulated instructions
` [RFC PATCH 6/8] selftests/bpf: Add test for mov and sub emulation
` [RFC PATCH 7/8] selftests/bpf: Add test for uprobe prologue optimization
` [RFC PATCH 8/8] selftests/bpf: Add race test for uprobe proglog optimization
[PATCH v3 00/21] treewide: Introduce %ptS for struct timespec64 and convert users
2025-11-17 11:00 UTC (11+ messages)
` [PATCH v3 01/21] lib/vsprintf: Add specifier for printing struct timespec64
` [PATCH v3 06/21] drm/msm: Switch to use %ptSp
` [PATCH v3 13/21] mmc: mmc_test: "
` [PATCH v3 19/21] scsi: fnic: "
` [PATCH v3 20/21] scsi: snic: "
[PATCH v2 0/2] rv: Tidy up with auto-cleanup
2025-11-17 9:06 UTC (3+ messages)
` [PATCH v2 1/2] rv: Convert to use lock guard
` [PATCH v2 2/2] rv: Convert to use __free
[PATCH 0/2] tracing/wprobe: Fix to avoid inifinite watchpoint exception on arm64
2025-11-17 2:46 UTC (4+ messages)
[PATCHSET v4 0/5] perf tools: Add deferred callchain support
2025-11-15 23:41 UTC (6+ messages)
` [PATCH v4 1/5] tools headers UAPI: Sync linux/perf_event.h for deferred callchains
` [PATCH v4 2/5] perf tools: Minimal DEFERRED_CALLCHAIN support
` [PATCH v4 3/5] perf record: Add --call-graph fp,defer option for deferred callchains
` [PATCH v4 4/5] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v4 5/5] perf tools: Merge deferred user callchains
[PATCH RFC bpf-next 0/7] bpf trampoline support "jmp" mode
2025-11-15 2:42 UTC (24+ 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
[PATCH v7 00/31] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-11-15 2:30 UTC (40+ 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 v7 17/31] x86/bugs: Mark cpu_buf_vm_clear key as allowed in .noinstr
` [PATCH v7 18/31] x86/speculation/mds: Mark cpu_buf_idle_clear "
` [PATCH v7 19/31] sched/clock, x86: Mark __sched_clock_stable "
` [PATCH v7 20/31] KVM: VMX: Mark vmx_l1d_should flush and vmx_l1d_flush_cond keys "
` [PATCH v7 21/31] stackleack: Mark stack_erasing_bypass key "
` [PATCH v7 22/31] objtool: Add noinstr validation for static branches/calls
` [PATCH v7 23/31] module: Add MOD_NOINSTR_TEXT mem_type
` [PATCH v7 24/31] context-tracking: Introduce work deferral infrastructure
` [PATCH v7 25/31] context_tracking,x86: Defer kernel text patching IPIs
` [PATCH v7 26/31] x86/jump_label: Add ASM support for static_branch_likely()
` [PATCH v7 27/31] x86/mm: Make INVPCID type macros available to assembly
` [RFC PATCH v7 28/31] x86/mm/pti: Introduce a kernel/user CR3 software signal
` [RFC PATCH v7 29/31] x86/mm/pti: Implement a TLB flush immediately after a switch to kernel CR3
` [RFC PATCH v7 30/31] x86/mm, mm/vmalloc: Defer kernel TLB flush IPIs under CONFIG_COALESCE_TLBI=y
` [RFC PATCH v7 31/31] x86/entry: Add an option to coalesce TLB flushes
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
2025-11-15 0:52 UTC (7+ messages)
` [RFC PATCH v1 06/37] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [RFC PATCH v1 11/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES
[PATCH 0/4] tracing: Make more function graph tracer options per-instance
2025-11-14 19:22 UTC (5+ messages)
` [PATCH 1/4] tracing: Have function graph tracer option funcgraph-irqs be per instance
` [PATCH 2/4] tracing: Move graph-time out of function graph options
` [PATCH 3/4] tracing: Have function graph tracer option sleep-time be per instance
` [PATCH 4/4] tracing: Convert function graph set_flags() to use a switch() statement
[PATCHSET v3 0/5] perf tools: Add deferred callchain support
2025-11-14 19:20 UTC (17+ 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 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 (5+ 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 5/8] ftrace: Add update_ftrace_direct_mod function
2025-11-13 17:57 UTC (4+ messages)
[PATCH v3] trace/pid_list: optimize pid_list->lock contention
2025-11-13 16:14 UTC (11+ 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).