messages from 2024-08-10 03:52:39 to 2024-08-15 16:58:45 UTC [more...]
[PATCH] uprobes: Optimize the allocation of insn_slot for performance
2024-08-15 16:58 UTC (17+ messages)
[PATCH v3 00/13] uprobes: RCU-protected hot path optimizations
2024-08-15 16:49 UTC (23+ messages)
` [PATCH v3 01/13] uprobes: revamp uprobe refcounting and lifetime management
` [PATCH v3 02/13] uprobes: protected uprobe lifetime with SRCU
` [PATCH v3 03/13] uprobes: get rid of enum uprobe_filter_ctx in uprobe filter callbacks
` [PATCH v3 04/13] uprobes: travers uprobe's consumer list locklessly under SRCU protection
` [PATCH v3 05/13] perf/uprobe: split uprobe_unregister()
` [PATCH v3 06/13] rbtree: provide rb_find_rcu() / rb_find_add_rcu()
` [PATCH v3 07/13] uprobes: perform lockless SRCU-protected uprobes_tree lookup
` [PATCH v3 08/13] uprobes: switch to RCU Tasks Trace flavor for better performance
` [PATCH RFC v3 09/13] uprobes: SRCU-protect uretprobe lifetime (with timeout)
` [PATCH RFC v3 10/13] uprobes: implement SRCU-protected lifetime for single-stepped uprobe
` [PATCH RFC v3 11/13] mm: introduce mmap_lock_speculation_{start|end}
` [PATCH RFC v3 12/13] mm: add SLAB_TYPESAFE_BY_RCU to files_cache
` [PATCH RFC v3 13/13] uprobes: add speculative lockless VMA to inode resolution
[PATCH v3 0/2] Fix kallsyms with CONFIG_LTO_CLANG
2024-08-15 16:34 UTC (15+ messages)
` [PATCH v3 1/2] kallsyms: Do not cleanup .llvm.<hash> suffix before sorting symbols
` [PATCH v3 2/2] kallsyms: Match symbols exactly with CONFIG_LTO_CLANG
[PATCH] ring-buffer: Add magic and struct size to boot up meta data
2024-08-15 15:50 UTC
[PATCH] ring-buffer: Don't reset persistent ring-buffer meta saved addresses
2024-08-15 15:36 UTC
[PATCH v6 0/4] Generate address range data for built-in modules
2024-08-15 15:03 UTC (5+ messages)
` [PATCH v6 1/4] kbuild: add mod(name,file)_flags to assembler flags for module objects
` [PATCH v6 2/4] kbuild, kconfig: generate offset range data for builtin modules
` [PATCH v6 3/4] scripts: add verifier script for builtin module range data
` [PATCH v6 4/4] module: add install target for modules.builtin.ranges
[PATCH v3 0/6] rtla: Support idle state disabling via libcpupower in timerlat
2024-08-15 14:05 UTC (7+ messages)
` [PATCH v3 1/6] tools/build: Add libcpupower dependency detection
` [PATCH v3 2/6] rtla: Add optional dependency on libcpupower
` [PATCH v3 3/6] rtla/utils: Add idle state disabling via libcpupower
` [PATCH v3 4/6] rtla/timerlat: Add --deepest-idle-state for top
` [PATCH v3 5/6] rtla/timerlat: Add --deepest-idle-state for hist
` [PATCH v3 6/6] rtla: Documentation: Mention --deepest-idle-state
[PATCH bpf-next v5 0/2] bpf: enable some functions in cgroup programs
2024-08-15 13:01 UTC (4+ messages)
` [PATCH bpf-next v5 1/2] bpf: enable generic kfuncs for BPF_CGROUP_* programs
` [PATCH bpf-next v5 2/2] bpf: allow bpf_current_task_under_cgroup() with BPF_CGROUP_*
[PATCH v2] tracing: Allow boot instances to use reserve_mem boot memory
2024-08-15 12:28 UTC
[PATCH] arm64: insn: Simulate nop and push instruction for better uprobe performance
2024-08-15 9:58 UTC (2+ messages)
[PATCH v3 0/2] uprobes: Improve scalability by reducing the contention on siglock
2024-08-15 1:46 UTC (3+ messages)
` [PATCH v3 1/2] uprobes: Remove redundant spinlock in uprobe_deny_signal()
` [PATCH v3 2/2] uprobes: Remove the spinlock within handle_singlestep()
[PATCH v5 0/4] Generate address range data for built-in modules
2024-08-15 1:02 UTC (13+ messages)
` [PATCH v5 1/4] kbuild: add mod(name,file)_flags to assembler flags for module objects
` [PATCH v5 2/4] kbuild, kconfig: generate offset range data for builtin modules
` [PATCH v5 3/4] scripts: add verifier script for builtin module range data
[PATCH net-next v19 00/13] Device Memory TCP
2024-08-14 17:30 UTC (2+ messages)
[PATCH net-next v19 06/13] memory-provider: dmabuf devmem memory provider
2024-08-14 16:32 UTC (4+ messages)
[PATCH v3 0/3] tracing: Support poll on event hist file
2024-08-14 15:47 UTC (6+ messages)
` [PATCH v3 1/3] tracing/hist: Add poll(POLLIN) support on "
` [PATCH v3 2/3] tracing/hist: Support POLLPRI event for poll on histogram
` [PATCH v3 3/3] selftests/tracing: Add hist poll() support test
[PATCH] selftests/ftrace: Add required dependency for kprobe tests
2024-08-14 15:45 UTC (4+ messages)
[PATCH v4 0/3] Generate address range data for built-in modules
2024-08-14 14:26 UTC (9+ messages)
` [PATCH v4 1/3] kbuild: add mod(name,file)_flags to assembler flags for module objects
` [PATCH v4 2/3] kbuild, kconfig: generate offset range data for builtin modules
[PATCH v2 0/6] riscv: ftrace: atmoic patching and preempt improvements
2024-08-14 12:57 UTC (9+ messages)
` [PATCH v2 1/6] riscv: ftrace: support fastcc in Clang for WITH_ARGS
` [PATCH v2 2/6] riscv: ftrace: align patchable functions to 4 Byte boundary
` [PATCH v2 3/6] riscv: ftrace: prepare ftrace for atomic code patching
[PATCH tip/perf/core] bpf: fix use-after-free in bpf_uprobe_multi_link_attach()
2024-08-14 7:05 UTC (2+ messages)
[PATCH v6 0/9] Improve the copy of task comm
2024-08-14 2:34 UTC (15+ messages)
` [PATCH v6 1/9] Get rid of __get_task_comm()
` [PATCH v6 2/9] auditsc: Replace memcpy() with strscpy()
` [PATCH v6 3/9] security: Replace memcpy() with get_task_comm()
` [PATCH v6 4/9] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v6 5/9] mm/util: Fix possible race condition in kstrdup()
` [PATCH v6 6/9] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v6 7/9] tracing: Replace strncpy() with strscpy()
` [PATCH v6 8/9] net: Replace strcpy() "
` [PATCH v6 9/9] drm: "
[PATCH v2 0/3] tracing/probes: Support tracepoint events on modules
2024-08-14 2:01 UTC (8+ messages)
` [PATCH v2 2/3] tracing/fprobe: Support raw "
[PATCH net-next v19 13/13] netdev: add dmabuf introspection
2024-08-13 21:13 UTC
[PATCH net-next v19 12/13] selftests: add ncdevmem, netcat for devmem TCP
2024-08-13 21:13 UTC
[PATCH net-next v19 11/13] net: add devmem TCP documentation
2024-08-13 21:13 UTC
[PATCH net-next v19 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
2024-08-13 21:13 UTC
[PATCH net-next v19 09/13] tcp: RX path for devmem TCP
2024-08-13 21:13 UTC
[PATCH net-next v19 08/13] net: add support for skbs with unreadable frags
2024-08-13 21:13 UTC
[PATCH net-next v19 07/13] net: support non paged skb frags
2024-08-13 21:13 UTC
[PATCH net-next v19 05/13] page_pool: devmem support
2024-08-13 21:13 UTC
[PATCH net-next v19 04/13] netdev: netdevice devmem allocator
2024-08-13 21:13 UTC
[PATCH net-next v19 03/13] netdev: support binding dma-buf to netdevice
2024-08-13 21:13 UTC
[PATCH net-next v19 02/13] net: netdev netlink api to bind dma-buf to a net device
2024-08-13 21:13 UTC
[PATCH net-next v19 01/13] netdev: add netdev_rx_queue_restart()
2024-08-13 21:13 UTC
[PATCH v3] uprobes: turn trace_uprobe's nhit counter to be per-CPU one
2024-08-13 20:34 UTC
[PATCH] tracing/probes: fix traceprobe out-of-bounds argument allocation
2024-08-13 17:25 UTC
[PATCH 0/2] tracing: Have boot instance use reserve_mem option and use fgraph tracer
2024-08-13 17:11 UTC (3+ messages)
` [PATCH 1/2] tracing: Allow boot instances to use reserve_mem boot memory
` [PATCH 2/2] tracing/fgraph: Have fgraph handle previous boot function addresses
[PATCH v2] uprobes: make trace_uprobe->nhit counter a per-CPU one
2024-08-13 17:05 UTC (5+ messages)
[PATCH] rtla: Sync the help text between top tools
2024-08-13 15:58 UTC
[PATCH net-next v18 00/14] Device Memory TCP
2024-08-13 15:26 UTC (25+ messages)
` [PATCH net-next v18 07/14] memory-provider: dmabuf devmem memory provider
[RFC PATCH 00/11] Tracefs support for pKVM
2024-08-13 14:35 UTC (5+ messages)
` [RFC PATCH 02/11] ring-buffer: Introducing ring-buffer writer
[PATCH] rtla: use the definition for stdout fd when calling isatty()
2024-08-13 14:23 UTC
[PATCH v2 0/2] uprobes: Improve scalability by reducing the contention on siglock
2024-08-13 12:47 UTC (8+ messages)
` [PATCH v2 1/2] uprobes: Remove redundant spinlock in uprobe_deny_signal()
` [PATCH v2 2/2] uprobes: Remove the spinlock within handle_singlestep()
[PATCH] rtla: Sync the help text between hist tools
2024-08-13 12:36 UTC (2+ messages)
[PATCH bpf-next v4 0/2] bpf: enable generic kfuncs for BPF_CGROUP_* programs
2024-08-13 12:21 UTC (3+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] bpf: allow bpf_current_task_under_cgroup() with BPF_CGROUP_*
[PATCH 0/3] kprobes: Annotate structs with __counted_by()
2024-08-13 11:53 UTC (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] kprobes: Cleanup the config comment
` [PATCH 3/3] kprobes: Cleanup collect_one_slot() and __disable_kprobe()
[PATCH v3] filemap: add trace events for get_pages, map_pages, and fault
2024-08-13 10:03 UTC
[PATCH v2] selftests/ftrace: Skip test for optimized probes on PowerPC if Secure Boot is enabled
2024-08-13 3:40 UTC
[PATCH] lib: Move KUnit tests into tests/ subdirectory
2024-08-13 0:25 UTC (2+ messages)
[PATCH bpf-next v3 0/2] bpf: enable some functions in cgroup programs
2024-08-12 21:48 UTC (4+ messages)
` [PATCH bpf-next v3 1/2] bpf: enable generic kfuncs for BPF_CGROUP_* programs
[syzbot] [perf?] KASAN: slab-use-after-free Read in __uprobe_unregister
2024-08-12 20:00 UTC (10+ messages)
[PATCH v4 0/4] Add SBAF test to IFS
2024-08-12 15:40 UTC (2+ messages)
[PATCH v6 0/5] Tracepoints and static branch in Rust
2024-08-12 13:32 UTC (8+ messages)
` [PATCH v6 4/5] jump_label: adjust inline asm to be consistent
` [PATCH v6 5/5] rust: add arch_static_branch
[PATCH] rtla/osnoise: prevent NULL dereference in error handling
2024-08-12 12:45 UTC (2+ messages)
[PATCH 0/8] uprobes: RCU-protected hot path optimizations
2024-08-10 14:00 UTC (4+ messages)
` [PATCH 7/8] uprobes: perform lockless SRCU-protected uprobes_tree lookup
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).