messages from 2024-10-23 09:29:53 to 2024-10-30 07:09:46 UTC [more...]
[PATCH v7 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
2024-10-30 7:08 UTC (6+ messages)
` [PATCH v7 01/17] powerpc/trace: Account for -fpatchable-function-entry support by toolchain
` [PATCH v7 02/17] powerpc/kprobes: Use ftrace to determine if a probe is at function entry
` [PATCH v7 03/17] powerpc64/ftrace: Nop out additional 'std' instruction emitted by gcc v5.x
` [PATCH v7 04/17] powerpc32/ftrace: Unify 32-bit and 64-bit ftrace entry code
` [PATCH v7 05/17] powerpc/module_64: Convert #ifdef to IS_ENABLED()
[PATCH] kernel: add pid_max to pid_namespace
2024-10-30 5:29 UTC
[v4] security: add trace event for cap_capable
2024-10-30 3:18 UTC (2+ messages)
[PATCH 0/3] kprobes: Annotate structs with __counted_by()
2024-10-30 1:18 UTC (5+ messages)
` [PATCH 1/3] "
[PATCH v4 0/3] bpf: Using binary search to improve the performance of btf_find_by_name_kind
2024-10-29 22:15 UTC (7+ messages)
` [PATCH v4 1/3] libbpf: Sort btf_types in ascending order by name
` [PATCH v4 2/3] bpf: Using binary search to improve the performance of btf_find_by_name_kind
` [PATCH v4 3/3] libbpf: Using binary search to improve the performance of btf__find_by_name_kind
[PATCH 0/3] Tracefs gid mount option fixes
2024-10-29 21:33 UTC (9+ messages)
` [PATCH 1/3] tracing: Document tracefs gid mount option
` [PATCH 2/3] tracing/selftests: Add tracefs mount options test
` [PATCH 3/3] tracing: Fix tracefs gid mount option
[v3] security: add trace event for cap_capable
2024-10-29 20:20 UTC (3+ messages)
[PATCH] sunrpc: remove newlines from tracepoints
2024-10-29 19:42 UTC (3+ messages)
[PATCH v7 0/5] MCE wrapper and support for new SMCA syndrome MSRs
2024-10-29 18:27 UTC (11+ messages)
` [PATCH v7 1/5] x86/mce: Add wrapper for struct mce to export vendor specific info
` [PATCH v7 3/5] x86/mce, EDAC/mce_amd: Add support for new MCA_SYND{1,2} registers
` [PATCH v7 4/5] x86/mce/apei: Handle variable register array size
` [PATCH v7 5/5] EDAC/mce_amd: Add support for FRU Text in MCA
[PATCH v11 0/5] Tracepoints and static branch in Rust
2024-10-29 17:50 UTC (3+ messages)
` [PATCH v11 5/5] rust: add arch_static_branch
[PATCH v4 tip/perf/core 0/4] uprobes,mm: speculative lockless VMA-to-uprobe lookup
2024-10-29 16:48 UTC (8+ messages)
` [PATCH v4 tip/perf/core 1/4] mm: Convert mm_lock_seq to a proper seqcount
` [PATCH v4 tip/perf/core 2/4] mm: Introduce mmap_lock_speculation_{begin|end}
` [PATCH v4 tip/perf/core 3/4] uprobes: simplify find_active_uprobe_rcu() VMA checks
` [PATCH v4 tip/perf/core 4/4] uprobes: add speculative lockless VMA-to-inode-to-uprobe resolution
[PATCH bpf-next v2] bpf: use kfunc hooks instead of program types
2024-10-29 15:15 UTC (2+ messages)
[syzbot] [netfs?] KASAN: slab-use-after-free Read in iov_iter_advance
2024-10-29 8:15 UTC (2+ messages)
[PATCH v6 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
2024-10-29 6:44 UTC (10+ messages)
` [PATCH v6 11/17] kbuild: Add generic hook for architectures to use before the final vmlinux link
` [PATCH v6 12/17] powerpc64/ftrace: Move ftrace sequence out of line
` [PATCH v6 13/17] powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubs
` [PATCH v6 17/17] powerpc64/bpf: Add support for bpf trampolines
[PATCH] arm64: uprobes: Simulate STP for pushing fp/lr into user stack
2024-10-29 2:42 UTC (5+ messages)
[PATCH v6 0/3] tracing: Support poll on event hist file
2024-10-29 1:03 UTC (2+ messages)
[PATCH v4 0/3] Replace the use of simple_strtol/ul functions with kstrto
2024-10-28 21:09 UTC (5+ messages)
` [PATCH v4 1/3] kdb: Replace the use of simple_strto with safer kstrto in kdb_main
` [PATCH v4 2/3] trace: kdb: Replace simple_strtoul with kstrtoul in kdb_ftdump
` [PATCH v4 3/3] kdb: Remove fallback interpretation of arbitrary numbers as hex
[PATCH resend 0/8] tracing: Allow system call tracepoints to handle page faults
2024-10-28 19:02 UTC (4+ messages)
` [PATCH resend 6/8] tracing/ftrace: Add might_fault check to syscall probes
[PATCH v3 0/2] Replace the use of simple_strtol/ul functions with kstrto
2024-10-28 18:11 UTC (6+ messages)
` [PATCH v3 1/3] kdb: Replace the use of simple_strto with safer kstrto in kdb_main
` [PATCH v3 2/3] trace: kdb: Replace simple_strtoul with kstrtoul in kdb_ftdump
` [PATCH v3 3/3] kdb: Remove fallback interpretation of arbitrary numbers as hex
[v2] security: add trace event for cap_capable
2024-10-28 16:51 UTC (9+ messages)
[PATCH v18 00/17] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-10-28 15:27 UTC (23+ messages)
` [PATCH v18 01/17] fgraph: Pass ftrace_regs to entryfunc
` [PATCH v18 02/17] fgraph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v18 03/17] fgraph: Pass ftrace_regs to retfunc
` [PATCH v18 04/17] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v18 05/17] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v18 06/17] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v18 07/17] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v18 08/17] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v18 09/17] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v18 10/17] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v18 11/17] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v18 12/17] fprobe: Add fprobe_header encoding feature
` [PATCH v18 13/17] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v18 14/17] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v18 15/17] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v18 16/17] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v18 17/17] bpf: Add get_entry_ip() for arm64
` [PATCH 0/1] s390: enable HAVE_FTRACE_GRAPH_FUNC
` [PATCH 1/1] s390/tracing: Enable HAVE_FTRACE_GRAPH_FUNC
[PATCH 0/5] ftrace: Use guard to take ftrace_lock
2024-10-28 14:18 UTC (8+ messages)
` [PATCH 1/5] fgraph: Use guard(mutex)(&ftrace_lock) for unregister_ftrace_graph()
` [PATCH 2/5] ftrace: Use guard for match_records()
` [PATCH 3/5] ftrace: Use guard to lock ftrace_lock in cache_mod()
` [PATCH 4/5] ftrace: Use guard to take the ftrace_lock in release_probe()
` [PATCH 5/5] ftrace: Use guard to take ftrace_lock in ftrace_graph_set_hash()
[PATCH v3 0/2] fgraph: Free up function graph shadow stacks
2024-10-28 6:18 UTC (3+ messages)
` [PATCH v3 1/2] fgraph: Free ret_stacks when graph tracing is done
` [PATCH v3 2/2] fgraph: Free ret_stack when task is done with it
[PATCH v2 0/2] fgraph: Free up function graph shadow stacks
2024-10-28 6:00 UTC (3+ messages)
` [PATCH v2 1/2] fgraph: Free ret_stacks when graph tracing is done
` [PATCH v2 2/2] fgraph: Free ret_stack when task is done with it
[PATCH v5 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
2024-10-28 5:46 UTC (16+ messages)
` [PATCH v5 11/17] kbuild: Add generic hook for architectures to use before the final vmlinux link
` [PATCH v5 17/17] powerpc64/bpf: Add support for bpf trampolines
[PATCH] Removed unnecessary initialization of "ret"
2024-10-28 5:14 UTC (3+ messages)
[PATCH v2] fgraph: Give ret_stack its own kmem cache
2024-10-27 14:02 UTC (2+ messages)
[PATCH] fgraph: Change the name of cpuhp state to "fgraph:online"
2024-10-27 11:59 UTC (2+ messages)
[PATCH v2 2/2] trace: kdb: Replace simple_strtoul with kstrtoul in kdb_ftdump
2024-10-25 22:31 UTC (2+ messages)
[PATCH v2 1/2] kdb: Replace the use of simple_strto with safer kstrto in kdb_main
2024-10-25 22:31 UTC (2+ messages)
[PATCH v2 0/2] Replace the use of simple_strtol/ul functions with kstrto
2024-10-25 22:31 UTC (2+ messages)
[v1] security: add trace event for cap_capable
2024-10-25 11:22 UTC (11+ messages)
` [PATCH v1] "
[PATCH v3 tip/perf/core 0/4] uprobes,mm: speculative lockless VMA-to-uprobe lookup
2024-10-25 5:12 UTC (21+ messages)
` [PATCH v3 tip/perf/core 1/4] mm: introduce mmap_lock_speculation_{start|end}
` [PATCH v3 tip/perf/core 2/4] mm: switch to 64-bit mm_lock_seq/vm_lock_seq on 64-bit architectures
` [PATCH v3 tip/perf/core 4/4] uprobes: add speculative lockless VMA-to-inode-to-uprobe resolution
[PATCH 0/2] fgraph: Free up function graph shadow stacks
2024-10-25 3:31 UTC (8+ messages)
` [PATCH 1/2] fgraph: Free ret_stacks when graph tracing is done
` [PATCH 2/2] fgraph: Free ret_stack when task is done with it
[PATCH v2 0/4] dma-mapping: Trace more error paths
2024-10-25 2:19 UTC (3+ messages)
` [PATCH v2 3/4] dma-mapping: Use trace_dma_alloc for dma_alloc* instead of using trace_dma_map
[PATCH] fgraph: Use CPU hotplug mechanism to initialize idle shadow stacks
2024-10-25 1:30 UTC (3+ messages)
The state of uprobes work and logistics
2024-10-24 17:38 UTC (3+ messages)
[PATCH v2] fgraph: Fix missing unlock in register_ftrace_graph()
2024-10-24 15:59 UTC (2+ messages)
NOHZ tick-stop error: local softirq work is pending, handler #08!!! on Dell XPS 13 9360
2024-10-24 12:48 UTC (3+ messages)
[PATCH v6 0/8] x86/module: use large ROX pages for text allocations
2024-10-24 8:13 UTC (4+ messages)
` [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
[PATCH] fgraph: Fix missing unlock in register_ftrace_graph()
2024-10-24 8:03 UTC (5+ messages)
[PATCH v3 tip/perf/core 0/2] SRCU-protected uretprobes hot path
2024-10-24 4:41 UTC (3+ messages)
` [PATCH v3 tip/perf/core 1/2] uprobes: allow put_uprobe() from non-sleepable softirq context
` [PATCH v3 tip/perf/core 2/2] uprobes: SRCU-protect uretprobe lifetime (with timeout)
[PATCH] net: Add tcp_drop_reason tracepoint
2024-10-24 2:21 UTC (7+ messages)
[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
2024-10-23 16:27 UTC (9+ messages)
` [PATCH v7 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v7 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v7 3/8] asm-generic: introduce text-patching.h
` [PATCH v7 4/8] module: prepare to handle ROX allocations for text
` [PATCH v7 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v7 6/8] x86/module: prepare module loading for ROX allocations of text
` [PATCH v7 7/8] execmem: add support for cache of large ROX pages
` [PATCH v7 8/8] x86/module: enable ROX caches for module text on 64 bit
[PATCH] trace doc: document the device_pm_callback events
2024-10-23 15:16 UTC (3+ messages)
[PATCH RFC 0/2] Add basic tracing support for m68k
2024-10-23 10:30 UTC (11+ messages)
` [PATCH RFC 1/2] m68k: Add tracirqs
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).