linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-04 07:58:03 to 2024-08-10 03:52:39 UTC [more...]

[PATCH net-next v18 00/14] Device Memory TCP
 2024-08-10  3:52 UTC  (24+ messages)
` [PATCH net-next v18 01/14] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v18 02/14] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v18 03/14] netdev: support binding dma-buf to netdevice
` [PATCH net-next v18 04/14] netdev: netdevice devmem allocator
` [PATCH net-next v18 05/14] page_pool: move dmaddr helpers to .c file
` [PATCH net-next v18 06/14] page_pool: devmem support
` [PATCH net-next v18 07/14] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v18 08/14] net: support non paged skb frags
` [PATCH net-next v18 09/14] net: add support for skbs with unreadable frags
` [PATCH net-next v18 10/14] tcp: RX path for devmem TCP
` [PATCH net-next v18 11/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v18 12/14] net: add devmem TCP documentation
` [PATCH net-next v18 13/14] selftests: add ncdevmem, netcat for devmem TCP
` [PATCH net-next v18 14/14] netdev: add dmabuf introspection

[PATCH v2] uprobes: make trace_uprobe->nhit counter a per-CPU one
 2024-08-09 19:23 UTC 

[PATCH] uprobes: get rid of bogus trace_uprobe hit counter
 2024-08-09 18:43 UTC  (5+ messages)

[PATCH] rtla/osnoise: prevent NULL dereference in error handling
 2024-08-09 18:42 UTC  (6+ messages)

[PATCH] uprobes: Optimize the allocation of insn_slot for performance
 2024-08-09 18:40 UTC  (7+ messages)

[PATCH v6 0/5] Tracepoints and static branch in Rust
 2024-08-09 18:21 UTC  (9+ messages)
` [PATCH v6 1/5] rust: add generic static_key_false
` [PATCH v6 2/5] rust: add tracepoint support
` [PATCH v6 3/5] rust: samples: add tracepoint to Rust sample
` [PATCH v6 4/5] jump_label: adjust inline asm to be consistent
` [PATCH v6 5/5] rust: add arch_static_branch

[PATCH v2 0/3] Fix kallsyms with CONFIG_LTO_CLANG
 2024-08-09 16:40 UTC  (36+ messages)
` [PATCH v2 2/3] kallsyms: Add APIs to match symbol without .XXXX suffix
` [PATCH v2 3/3] tracing/kprobes: Use APIs that matches symbols without .XXX suffix

uprobe causing a process to crash on file modification
 2024-08-09 14:16 UTC 

[PATCH net-next v17 03/14] netdev: support binding dma-buf to netdevice
 2024-08-09  7:56 UTC  (6+ messages)

[PATCH v2 0/2] uprobes: Improve scalability by reducing the contention on siglock
 2024-08-09  6:10 UTC  (3+ 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] tracing: Return from tracing_buffers_read() if the file has been closed
 2024-08-09  3:57 UTC 

[PATCH v2 0/6] uprobes: RCU-protected hot path optimizations
 2024-08-08 17:51 UTC  (12+ messages)
` [PATCH v2 1/6] uprobes: revamp uprobe refcounting and lifetime management
` [PATCH v2 2/6] uprobes: protected uprobe lifetime with SRCU
` [PATCH v2 3/6] uprobes: get rid of enum uprobe_filter_ctx in uprobe filter callbacks
` [PATCH v2 4/6] uprobes: travers uprobe's consumer list locklessly under SRCU protection
` [PATCH v2 5/6] perf/uprobe: split uprobe_unregister()
` [PATCH v2 6/6] uprobes: switch to RCU Tasks Trace flavor for better performance

[PATCH 0/8] uprobes: RCU-protected hot path optimizations
 2024-08-08 17:00 UTC  (31+ messages)
` [PATCH 2/8] uprobes: revamp uprobe refcounting and lifetime management
` [PATCH 3/8] uprobes: protected uprobe lifetime with SRCU
` [PATCH 5/8] uprobes: travers uprobe's consumer list locklessly under SRCU protection
` [PATCH 6/8] perf/uprobe: split uprobe_unregister()
` [PATCH 7/8] uprobes: perform lockless SRCU-protected uprobes_tree lookup

[PATCH v2] filemap: add trace events for get_pages, map_pages, and fault
 2024-08-08 16:19 UTC  (3+ messages)

[PATCH] uprobes: Improve scalability by reducing the contention on siglock
 2024-08-08 13:17 UTC  (11+ messages)

[PATCH v5 0/9] Improve the copy of task comm
 2024-08-08  7:58 UTC  (3+ messages)

[PATCH] pstore/ramoops: Fix typo as there is no "reserver"
 2024-08-08  6:18 UTC  (3+ messages)

[PATCH] tracefs: Use generic inode RCU for synchronizing freeing
 2024-08-07 22:54 UTC 

[PATCH v3 0/2] Fix kallsyms with CONFIG_LTO_CLANG
 2024-08-07 22:05 UTC  (3+ 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] tracing/selftests: Run the ownership test twice
 2024-08-07 20:49 UTC  (4+ messages)

[PATCH] selftests/uprobes: Add a basic uprobe testcase
 2024-08-07 20:46 UTC  (3+ messages)

[PATCH 0/2] tracefs: inode alloc/free related fixes
 2024-08-07 20:27 UTC  (10+ messages)
` [PATCH 1/2] tracefs: Fix inode allocation
` [PATCH 2/2] tracefs: Don't overlay 'struct inode'

[PATCHv8 bpf-next 0/9] uprobe: uretprobe speed up
 2024-08-07 20:27 UTC  (5+ messages)
` [PATCHv8 9/9] man2: Add uretprobe syscall page

[PATCH v12 00/24] GenieZone hypervisor drivers
 2024-08-07 20:02 UTC  (3+ messages)
` [PATCH v12 20/24] virt: geniezone: Add tracing support for hyp call and vcpu exit_reason

[RFC PATCH 00/11] Tracefs support for pKVM
 2024-08-07 16:39 UTC  (15+ messages)
` [RFC PATCH 01/11] ring-buffer: Check for empty ring-buffer with rb_num_of_entries()
` [RFC PATCH 02/11] ring-buffer: Introducing ring-buffer writer
` [RFC PATCH 03/11] ring-buffer: Expose buffer_data_page material
` [RFC PATCH 04/11] timekeeping: Export the boot clock in snapshots
` [RFC PATCH 05/11] KVM: arm64: Support unaligned fixmap in the nVHE hyp
` [RFC PATCH 06/11] KVM: arm64: Add clock support "
` [RFC PATCH 07/11] KVM: arm64: Add tracing support for the pKVM hyp
` [RFC PATCH 08/11] KVM: arm64: Add hyp tracing to tracefs
` [RFC PATCH 09/11] KVM: arm64: Add raw interface for hyp tracefs
` [RFC PATCH 10/11] KVM: arm64: Add support for hyp events
` [RFC PATCH 11/11] KVM: arm64: Add kselftest for tracefs hyp tracefs

[PATCH RESEND] tracing: Fix overflow in get_free_elt()
 2024-08-07 13:29 UTC  (4+ messages)

[syzbot] Monthly trace report (Aug 2024)
 2024-08-06 20:42 UTC 

[PATCH v3 0/8] pwm: New abstraction and userspace API
 2024-08-06 17:51 UTC  (2+ messages)

WARNING in free_event
 2024-08-06  8:04 UTC  (2+ messages)

[PATCH v5 0/9] Improve the copy of task comm
 2024-08-06  3:50 UTC  (10+ messages)
` [PATCH v5 5/9] mm/util: Fix possible race condition in kstrdup()
` [PATCH v5 6/9] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v5 7/9] tracing: Replace strncpy() with __get_task_comm()
` [PATCH v5 8/9] net: Replace strcpy() "
` [PATCH v5 9/9] drm: "

[PATCH 00/18] Introducing Core Building Blocks for Hyper-V VSM Emulation
 2024-08-05 14:08 UTC  (6+ messages)
` [PATCH 01/18] KVM: x86: hyper-v: Introduce XMM output support

[PATCH 0/3] Fix kallsyms with CONFIG_LTO_CLANG
 2024-08-05 12:53 UTC  (7+ messages)
` [PATCH 2/3] kallsyms: Add APIs to match symbol without .llmv.<hash> suffix

[PATCH] ring-buffer: remove ring_buffer_nr_pages()
 2024-08-05 11:36 UTC 

WARNING in uprobe_unregister
 2024-08-05  1:50 UTC 


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).