messages from 2025-11-13 07:51:08 to 2025-11-17 15:07:20 UTC [more...]
[PATCH 0/2] rv: Tidy up with auto-cleanup
2025-11-17 15:07 UTC (6+ messages)
` [PATCH 1/2] rv: Convert to use lock guard
` [PATCH 2/2] rv: Convert to use __free
[PATCH v3 0/8] introduce VM_MAYBE_GUARD and make it sticky
2025-11-17 13:58 UTC (3+ messages)
` [PATCH v3 3/8] mm: implement sticky VMA flags
[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
[RFC PATCH 0/8] xfs: single block atomic writes for buffered IO
2025-11-17 10:59 UTC (14+ messages)
` [RFC PATCH 2/8] mm: Add PG_atomic
[PATCH v3 00/21] treewide: Introduce %ptS for struct timespec64 and convert users
2025-11-17 11:00 UTC (27+ 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: "
[PATCH v1] cpufreq: Add policy_frequency trace event
2025-11-17 9:18 UTC (6+ messages)
[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 bpf-next v2 0/6] bpf trampoline support "jmp" mode
2025-11-17 3:49 UTC (7+ 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/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] unwind: Show that entries of struct unwind_cache is not bound by nr_entries
2025-11-14 17:13 UTC
[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 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 (12+ 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 (2+ messages)
[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)
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).