messages from 2024-07-01 20:00:16 to 2024-07-04 08:03:55 UTC [more...]
[PATCH v2 00/12] uprobes: add batched register/unregister APIs and per-CPU RW semaphore
2024-07-04 8:03 UTC (43+ messages)
` [PATCH v2 01/12] uprobes: update outdated comment
` [PATCH v2 02/12] uprobes: correct mmap_sem locking assumptions in uprobe_write_opcode()
` [PATCH v2 03/12] uprobes: simplify error handling for alloc_uprobe()
` [PATCH v2 04/12] uprobes: revamp uprobe refcounting and lifetime management
` [PATCH v2 05/12] uprobes: move offset and ref_ctr_offset into uprobe_consumer
` [PATCH v2 06/12] uprobes: add batch uprobe register/unregister APIs
` [PATCH v2 07/12] uprobes: inline alloc_uprobe() logic into __uprobe_register()
` [PATCH v2 08/12] uprobes: split uprobe allocation and uprobes_tree insertion steps
` [PATCH v2 09/12] uprobes: batch uprobes_treelock during registration
` [PATCH v2 10/12] uprobes: improve lock batching for uprobe_unregister_batch
` [PATCH v2 11/12] uprobes,bpf: switch to batch uprobe APIs for BPF multi-uprobes
` [PATCH v2 12/12] uprobes: switch uprobes_treelock to per-CPU RW semaphore
[PATCH net-next v15 00/14] Device Memory TCP
2024-07-04 7:59 UTC (31+ messages)
` [PATCH net-next v15 01/14] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v15 02/14] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v15 03/14] netdev: support binding dma-buf to netdevice
` [PATCH net-next v15 08/14] net: support non paged skb frags
` [PATCH net-next v15 09/14] net: add support for skbs with unreadable frags
` [PATCH net-next v15 10/14] tcp: RX path for devmem TCP
` [PATCH net-next v15 11/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v15 14/14] selftests: add ncdevmem, netcat for devmem TCP
[PATCH v2 0/2] Introduce tracepoint for hugetlbfs
2024-07-04 6:40 UTC (5+ messages)
` [PATCH v2 1/2] hugetlbfs: support tracepoint
` [PATCH v2 2/2] hugetlbfs: use tracepoints in hugetlbfs functions
[PATCH] tracing/net_sched: NULL pointer dereference in perf_trace_qdisc_reset()
2024-07-04 2:18 UTC (2+ messages)
[PATCH v2 3/6] tools: Make pkg-config dependency checks usable by other tools
2024-07-04 1:45 UTC (5+ messages)
[PATCH v3] perf,x86: avoid missing caller address in stack traces captured in uprobe
2024-07-03 23:26 UTC (3+ messages)
[PATCH] Documentation: Document user_events ioctl code
2024-07-03 23:13 UTC (3+ messages)
[PATCH v2] perf,x86: avoid missing caller address in stack traces captured in uprobe
2024-07-03 22:58 UTC (10+ messages)
[PATCH v23 0/5] Introducing trace buffer mapping by user-space
2024-07-03 22:26 UTC (12+ messages)
` [PATCH v23 3/5] tracing: Allow user-space mapping of the ring-buffer
[PATCHv2 bpf-next 0/9] uprobe, bpf: Add session support
2024-07-03 21:48 UTC (38+ messages)
` [PATCHv2 bpf-next 1/9] uprobe: Add support for session consumer
` [PATCHv2 bpf-next 2/9] bpf: Add support for uprobe multi session attach
` [PATCHv2 bpf-next 3/9] bpf: Add support for uprobe multi session context
` [PATCHv2 bpf-next 4/9] libbpf: Add support for uprobe multi session attach
` [PATCHv2 bpf-next 5/9] libbpf: Add uprobe session attach type names to attach_type_name
` [PATCHv2 bpf-next 6/9] selftests/bpf: Add uprobe session test
` [PATCHv2 bpf-next 7/9] selftests/bpf: Add uprobe session cookie test
` [PATCHv2 bpf-next 8/9] selftests/bpf: Add uprobe session recursive test
` [PATCHv2 bpf-next 9/9] selftests/bpf: Add uprobe session consumers test
[PATCH v2] ring-buffer: Limit time with disabled interrupts in rb_check_pages()
2024-07-03 21:44 UTC (2+ messages)
[PATCH 00/18] Introducing Core Building Blocks for Hyper-V VSM Emulation
2024-07-03 13:18 UTC (4+ messages)
[RFC PATCH v3 00/11] powerpc: Add support for ftrace direct and BPF trampolines
2024-07-03 11:11 UTC (5+ messages)
` [RFC PATCH v3 11/11] powerpc64/bpf: Add support for bpf trampolines
[PATCH v12 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-07-03 10:12 UTC (20+ messages)
` [PATCH v12 01/19] tracing: Add a comment about ftrace_regs definition
` [PATCH v12 02/19] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v12 03/19] function_graph: Pass ftrace_regs to entryfunc
` [PATCH v12 04/19] function_graph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v12 05/19] function_graph: Pass ftrace_regs to retfunc
` [PATCH v12 06/19] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v12 07/19] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v12 08/19] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v12 09/19] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v12 10/19] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v12 11/19] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v12 12/19] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v12 13/19] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v12 14/19] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v12 15/19] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v12 16/19] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v12 17/19] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v12 18/19] fgraph: Skip recording calltime/rettime if it is not nneeded
` [PATCH v12 19/19] fgraph: Skip push operation if no retfunc is registered
[PATCH v2 0/3] tracing: Support poll on event hist file
2024-07-03 5:33 UTC (4+ messages)
` [PATCH v2 1/3] tracing/hist: Add poll(POLLIN) support on "
` [PATCH v2 2/3] tracing/hist: Support POLLPRI event for poll on histogram
` [PATCH v2 3/3] selftests/tracing: Add hist poll() support test
[PATCH 00/10] fs: multigrain timestamp redux
2024-07-03 5:27 UTC (18+ messages)
` [PATCH 01/10] fs: turn inode ctime fields into a single ktime_t
[PATCH 1/1] tracing/sched: sched_switch: place prev_comm and next_comm in right order
2024-07-03 3:33 UTC
[PATCH] tracing: Have memmapped ring buffer use ioctl of "R" range 0x20-2F
2024-07-02 23:59 UTC (4+ messages)
[PATCH 00/12] uprobes: add batched register/unregister APIs and per-CPU RW semaphore
2024-07-02 23:16 UTC (19+ messages)
` [PATCH 04/12] uprobes: revamp uprobe refcounting and lifetime management
` [PATCH 06/12] uprobes: add batch uprobe register/unregister APIs
[RFC PATCH 0/3] tracing: Support poll on event hist file
2024-07-02 23:08 UTC (3+ messages)
[syzbot] [mm?] possible deadlock in __mmap_lock_do_trace_released
2024-07-02 18:54 UTC
[PATCH] perf,x86: avoid missing caller address in stack traces captured in uprobe
2024-07-02 17:17 UTC (3+ messages)
[PATCH v2] filemap: add trace events for get_pages, map_pages, and fault
2024-07-02 16:37 UTC (5+ messages)
[PATCH 0/2] Introduce tracepoint for hugetlbfs
2024-07-02 14:21 UTC (6+ messages)
` [PATCH 2/2] hugetlbfs: use tracepoints in hugetlbfs functions
[PATCH 0/14] New uid & gid mount option parsing helpers
2024-07-02 4:25 UTC (2+ messages)
` (subset) "
[PATCH v2 00/11] fs: multigrain timestamp redux
2024-07-01 20:33 UTC (5+ messages)
` [PATCH v2 09/11] btrfs: convert to multigrain timestamps
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).