messages from 2024-09-13 08:36:12 to 2024-09-19 14:18:49 UTC [more...]
[PATCH] arm64: uprobes: Optimize cache flushes for xol slot
2024-09-19 14:18 UTC (2+ messages)
[PATCH] uprobes: Improve the usage of xol slots for better scalability
2024-09-19 13:34 UTC (5+ messages)
[PATCH v3 0/8] x86/module: use large ROX pages for text allocations
2024-09-19 11:18 UTC (5+ messages)
` [PATCH v3 7/8] execmem: add support for cache of large ROX pages
[PATCH v15 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-09-18 21:22 UTC (21+ messages)
` [PATCH v15 01/19] tracing: Add a comment about ftrace_regs definition
` [PATCH v15 02/19] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v15 03/19] function_graph: Pass ftrace_regs to entryfunc
` [PATCH v15 04/19] function_graph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v15 05/19] function_graph: Pass ftrace_regs to retfunc
` [PATCH v15 06/19] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v15 07/19] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v15 08/19] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v15 09/19] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v15 10/19] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v15 11/19] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v15 12/19] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v15 13/19] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v15 14/19] tracing: Fix function timing profiler to initialize hashtable
` [PATCH v15 15/19] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v15 16/19] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v15 17/19] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v15 18/19] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v15 19/19] bpf: Add get_entry_ip() for arm64
[PATCH 00/18] Introducing Core Building Blocks for Hyper-V VSM Emulation
2024-09-18 7:56 UTC (21+ messages)
` [PATCH 04/18] KVM: x86: hyper-v: Introduce VTL awareness to Hyper-V's PV-IPIs
` [PATCH 05/18] KVM: x86: hyper-v: Introduce MP_STATE_HV_INACTIVE_VTL
` [PATCH 10/18] KVM: x86: Keep track of instruction length during faults
` [PATCH 11/18] KVM: x86: Pass the instruction length on memory fault user-space exits
` [PATCH 13/18] KVM: x86/mmu: Avoid warning when installing non-private memory attributes
` [PATCH 16/18] KVM: x86: Take mem attributes into account when faulting memory
[RFC PATCH v2 00/10] Unmapping guest_memfd from Direct Map
2024-09-18 5:48 UTC (3+ messages)
` [RFC PATCH v2 01/10] kvm: gmem: Add option to remove gmem from direct map
[PATCH v3 0/2] uprobes: Improve scalability by reducing the contention on siglock
2024-09-18 2:05 UTC (4+ messages)
[PATCH RFC] blktrace: add i/o alignment information
2024-09-17 15:22 UTC
[PATCHv4 00/14] uprobe, bpf: Add session support
2024-09-17 12:51 UTC (18+ messages)
` [PATCHv4 01/14] uprobe: Add data pointer to consumer handlers
` [PATCHv4 02/14] uprobe: Add support for session consumer
` [PATCHv4 03/14] bpf: Add support for uprobe multi session attach
` [PATCHv4 04/14] bpf: Add support for uprobe multi session context
` [PATCHv4 05/14] bpf: Allow return values 0 and 1 for uprobe/kprobe session
` [PATCHv4 06/14] libbpf: Fix uretprobe.multi.s programs auto attachment
` [PATCHv4 07/14] libbpf: Add support for uprobe multi session attach
` [PATCHv4 08/14] selftests/bpf: Add uprobe session test
` [PATCHv4 09/14] selftests/bpf: Add uprobe session cookie test
` [PATCHv4 10/14] selftests/bpf: Add uprobe session recursive test
` [PATCHv4 11/14] selftests/bpf: Add uprobe session verifier test for return value
` [PATCHv4 12/14] selftests/bpf: Add kprobe "
` [PATCHv4 13/14] selftests/bpf: Add uprobe session single consumer test
` [PATCHv4 14/14] selftests/bpf: Add consumers stress test on single uprobe
[PATCH v14 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-09-17 10:14 UTC (29+ messages)
` [PATCH v14 03/19] function_graph: Pass ftrace_regs to entryfunc
` [PATCH v14 04/19] function_graph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v14 05/19] function_graph: Pass ftrace_regs to retfunc
` [PATCH v14 08/19] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v14 19/19] fgraph: Skip recording calltime/rettime if it is not nneeded
[PATCH 0/8] tracing: Allow system call tracepoints to handle page faults
2024-09-17 9:54 UTC (5+ messages)
` [PATCH 2/8] tracing/ftrace: guard syscall probe with preempt_notrace
[PATCH RESEND v3 0/2] Introduce tracepoint for hugetlbfs
2024-09-17 9:08 UTC (3+ messages)
[PATCH 0/3] SRCU-protected uretprobes hot path
2024-09-17 8:20 UTC (7+ messages)
` [PATCH 1/3] uprobes: allow put_uprobe() from non-sleepable softirq context
` [PATCH 3/3] uprobes: implement SRCU-protected lifetime for single-stepped uprobe
[PATCH 0/2] uprobes,mm: speculative lockless VMA-to-uprobe lookup
2024-09-17 8:19 UTC (4+ messages)
` [PATCH 2/2] uprobes: add speculative lockless VMA-to-inode-to-uprobe resolution
[PATCH v5 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
2024-09-17 7:50 UTC (20+ messages)
` [PATCH v5 01/17] powerpc/trace: Account for -fpatchable-function-entry support by toolchain
` [PATCH v5 02/17] powerpc/kprobes: Use ftrace to determine if a probe is at function entry
` [PATCH v5 03/17] powerpc64/ftrace: Nop out additional 'std' instruction emitted by gcc v5.x
` [PATCH v5 04/17] powerpc32/ftrace: Unify 32-bit and 64-bit ftrace entry code
` [PATCH v5 05/17] powerpc/module_64: Convert #ifdef to IS_ENABLED()
` [PATCH v5 06/17] powerpc/ftrace: Remove pointer to struct module from dyn_arch_ftrace
` [PATCH v5 07/17] powerpc/ftrace: Skip instruction patching if the instructions are the same
` [PATCH v5 08/17] powerpc/ftrace: Move ftrace stub used for init text before _einittext
` [PATCH v5 09/17] powerpc64/bpf: Fold bpf_jit_emit_func_call_hlp() into bpf_jit_emit_func_call_rel()
` [PATCH v5 10/17] powerpc/ftrace: Add a postlink script to validate function tracer
` [PATCH v5 11/17] kbuild: Add generic hook for architectures to use before the final vmlinux link
` [PATCH v5 12/17] powerpc64/ftrace: Move ftrace sequence out of line
` [PATCH v5 13/17] powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubs
` [PATCH v5 14/17] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS
` [PATCH v5 15/17] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_DIRECT_CALLS
` [PATCH v5 16/17] samples/ftrace: Add support for ftrace direct samples on powerpc
` [PATCH v5 17/17] powerpc64/bpf: Add support for bpf trampolines
[PATCH] x86/ftrace: Include <asm/ptrace.h>
2024-09-17 5:17 UTC (2+ messages)
[PATCH] function_graph: remove unnecessary initialization in ftrace_graph_ret_addr()
2024-09-16 17:58 UTC (3+ messages)
` [PATCH v2] "
[PATCH 00/13] Tracefs support for pKVM
2024-09-16 12:39 UTC (9+ messages)
` [PATCH 04/13] timekeeping: Add the boot clock to system time snapshot
` [PATCH 06/13] KVM: arm64: Add clock support in the nVHE hyp
` [PATCH 09/13] KVM: arm64: Add clock for hyp tracefs
tools/rtla: Fix installation from out-of-tree build
2024-09-16 11:35 UTC (2+ messages)
[PATCH v8 00/11] fs: multigrain timestamp redux
2024-09-16 10:57 UTC (20+ messages)
` [PATCH v8 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper
` [PATCH v8 02/11] fs: add infrastructure for multigrain timestamps
` [PATCH v8 03/11] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v8 04/11] fs: handle delegated timestamps in setattr_copy_mgtime
` [PATCH v8 05/11] fs: tracepoints around multigrain timestamp events
` [PATCH v8 06/11] fs: add percpu counters for significant "
` [PATCH v8 07/11] Documentation: add a new file documenting multigrain timestamps
` [PATCH v8 08/11] xfs: switch to "
` [PATCH v8 09/11] ext4: "
` [PATCH v8 10/11] btrfs: convert "
` [PATCH v8 11/11] tmpfs: add support for "
[Report] rtla: Failed to set runtime and/or period
2024-09-16 5:33 UTC (3+ messages)
[PATCH 0/3] fgraph: Do not save calltime in shadow stack
2024-09-15 5:22 UTC (5+ messages)
` [PATCH 1/3] fgraph: Use fgraph data to store subtime for profiler
` [PATCH 2/3] ftrace: Use a running sleeptime instead of saving on shadow stack
` [PATCH 3/3] ftrace: Have calltime be saved in the fgraph storage
[PATCH v2] function_graph: Support recording and printing the function return address
2024-09-15 3:29 UTC
[PATCH v1] function_graph: Support recording and printing the function return address
2024-09-14 22:26 UTC (3+ messages)
[PATCH v7 00/11] fs: multigrain timestamp redux
2024-09-14 13:37 UTC (19+ messages)
` [PATCH v7 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper
` [PATCH v7 02/11] fs: add infrastructure for multigrain timestamps
` [PATCH v7 03/11] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v7 04/11] fs: handle delegated timestamps in setattr_copy_mgtime
` [PATCH v7 05/11] fs: tracepoints around multigrain timestamp events
` [PATCH v7 06/11] fs: add percpu counters for significant "
` [PATCH v7 07/11] Documentation: add a new file documenting multigrain timestamps
` [PATCH v7 08/11] xfs: switch to "
` [PATCH v7 09/11] ext4: "
` [PATCH v7 10/11] btrfs: convert "
` [PATCH v7 11/11] tmpfs: add support for "
[PATCH] trace: Correct the grammatical errors in the comments
2024-09-03 0:30 UTC
[PATCH] in_kernel: Correct the grammatical errors in the comments
2024-09-02 23:34 UTC
[PATCH] uprobes: switch to RCU Tasks Trace flavor for better performance
2024-09-14 1:40 UTC (3+ messages)
[PATCH] function_graph: Simplify the initialization of fgraph LRU data
2024-09-13 20:10 UTC (2+ messages)
[PATCH RFC] block: trace: add block alignment information
2024-09-13 14:08 UTC (6+ messages)
[PATCHv3 0/7] uprobe, bpf: Add session support
2024-09-13 11:52 UTC (13+ messages)
` [PATCHv3 1/7] uprobe: Add support for session consumer
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).