linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-29 02:45:46 to 2024-08-02 01:18:44 UTC [more...]

[PATCH 0/3] Fix kallsyms with CONFIG_LTO_CLANG
 2024-08-02  1:18 UTC  (10+ messages)
` [PATCH 1/3] kallsyms: Do not cleanup .llvm.<hash> suffix before sorting symbols
` [PATCH 2/3] kallsyms: Add APIs to match symbol without .llmv.<hash> suffix
` [PATCH 3/3] tracing/kprobes: Use APIs that matches symbols with .llvm.<hash> suffix

[PATCH 0/8] uprobes: RCU-protected hot path optimizations
 2024-08-01 22:07 UTC  (19+ messages)
` [PATCH 1/8] rbtree: provide rb_find_rcu() / rb_find_add_rcu()
` [PATCH 2/8] uprobes: revamp uprobe refcounting and lifetime management
` [PATCH 3/8] uprobes: protected uprobe lifetime with SRCU
` [PATCH 4/8] uprobes: get rid of enum uprobe_filter_ctx in uprobe filter callbacks
` [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 8/8] uprobes: switch to RCU Tasks Trace flavor for better performance

[PATCH v4 0/9] uprobes: misc cleanups/simplifications
 2024-08-01 21:13 UTC  (13+ messages)
` [PATCH v4 1/9] uprobes: document the usage of mm->mmap_lock
` [PATCH v4 2/9] uprobes: is_trap_at_addr: don't use get_user_pages_remote()
` [PATCH v4 3/9] uprobes: simplify error handling for alloc_uprobe()
` [PATCH v4 4/9] selftests/bpf: fix uprobe.path leak in bpf_testmod
` [PATCH v4 5/9] uprobes: kill uprobe_register_refctr()
` [PATCH v4 6/9] uprobes: make uprobe_register() return struct uprobe *
` [PATCH v4 7/9] uprobes: change uprobe_register() to use uprobe_unregister() instead of __uprobe_unregister()
` [PATCH v4 8/9] uprobes: fold __uprobe_unregister() into uprobe_unregister()
` [PATCH v4 9/9] uprobes: shift put_uprobe() from delete_uprobe() to uprobe_unregister()

[PATCH v4 0/2] Tracepoints and static branch in Rust
 2024-08-01 18:26 UTC  (11+ messages)
` [PATCH v4 1/2] rust: add static_key_false
` [PATCH v4 2/2] rust: add tracepoint support

[PATCH] uprobes: Improve scalability by reducing the contention on siglock
 2024-08-01 14:06 UTC  (2+ messages)

[PATCH v2 0/5] uprobes: misc cleanups/simplifications
 2024-08-01 13:10 UTC  (25+ messages)
` [PATCH v2 1/5] uprobes: document the usage of mm->mmap_lock
` [PATCH v2 2/5] uprobes: is_trap_at_addr: don't use get_user_pages_remote()
` [PATCH v2 3/5] uprobes: simplify error handling for alloc_uprobe()
` [PATCH v2 4/5] uprobes: kill uprobe_register_refctr()
  ` [PATCH v3 "
` [PATCH v2 5/5] uprobes: make uprobe_register() return struct uprobe *

[PATCH v2 0/6] rtla: Support idle state disabling via libcpupower in timerlat
 2024-08-01 10:20 UTC  (11+ messages)
` [PATCH v2 1/6] tools/build: Add libcpupower dependency detection
` [PATCH v2 2/6] rtla: Add optional dependency on libcpupower
` [PATCH v2 3/6] rtla/utils: Add idle state disabling via libcpupower
` [PATCH v2 4/6] rtla/timerlat: Add --deepest-idle-state for top
` [PATCH v2 5/6] rtla/timerlat: Add --deepest-idle-state for hist
` [PATCH v2 6/6] rtla: Documentation: Mention --deepest-idle-state

[PATCH v4 0/4] Add SBAF test to IFS
 2024-08-01  5:18 UTC  (5+ messages)
` [PATCH v4 1/4] platform/x86/intel/ifs: Refactor MSR usage in IFS test code
` [PATCH v4 2/4] platform/x86/intel/ifs: Add SBAF test image loading support
` [PATCH v4 3/4] platform/x86/intel/ifs: Add SBAF test support
` [PATCH v4 4/4] trace: platform/x86/intel/ifs: Add SBAF trace support

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

[PATCH] uprobes: Remove redundant spinlock in uprobe_deny_signal
 2024-07-31 14:12 UTC  (2+ messages)

[PATCH 0/3] uprobes: simplify _unregister paths
 2024-07-31  9:46 UTC  (14+ messages)
` [PATCH 1/3] uprobes: change uprobe_register() to use uprobe_unregister() instead of __uprobe_unregister()
` [PATCH 2/3] uprobes: fold __uprobe_unregister() into uprobe_unregister()
` [PATCH 3/3] uprobes: shift put_uprobe() from delete_uprobe() to uprobe_unregister()

[PATCH v12 00/24] GenieZone hypervisor drivers
 2024-07-31  8:57 UTC  (27+ messages)
` [PATCH v12 01/24] virt: geniezone: enable gzvm-ko in defconfig
` [PATCH v12 02/24] docs: geniezone: Introduce GenieZone hypervisor
` [PATCH v12 03/24] dt-bindings: hypervisor: Add MediaTek "
` [PATCH v12 04/24] virt: geniezone: Add GenieZone hypervisor driver
` [PATCH v12 05/24] virt: geniezone: Add vm support
` [PATCH v12 06/24] virt: geniezone: Add set_user_memory_region for vm
` [PATCH v12 07/24] virt: geniezone: Add vm capability check
` [PATCH v12 08/24] virt: geniezone: Add vcpu support
` [PATCH v12 09/24] virt: geniezone: Add irqchip support for virtual interrupt injection
` [PATCH v12 10/24] virt: geniezone: Add irqfd support
` [PATCH v12 11/24] virt: geniezone: Add ioeventfd support
` [PATCH v12 12/24] virt: geniezone: Add memory region purpose for hypervisor
` [PATCH v12 13/24] virt: geniezone: Add dtb config support
` [PATCH v12 14/24] virt: geniezone: Optimize performance of protected VM memory
` [PATCH v12 15/24] virt: geniezone: Add memory pin/unpin support
` [PATCH v12 16/24] virt: geniezone: Add demand paging support
` [PATCH v12 17/24] virt: geniezone: Add block-based "
` [PATCH v12 18/24] virt: geniezone: Add memory relinquish support
` [PATCH v12 19/24] virt: geniezone: Provide individual VM memory statistics within debugfs
` [PATCH v12 20/24] virt: geniezone: Add tracing support for hyp call and vcpu exit_reason
` [PATCH v12 21/24] virt: geniezone: Enable PTP for synchronizing time between host and guest VMs
` [PATCH v12 22/24] virt: geniezone: Add support for virtual timer migration
` [PATCH v12 23/24] virt: geniezone: Add support for guest VM CPU idle
` [PATCH v12 24/24] virt: geniezone: Emulate IPI for guest VM

[PATCH] tracing: Replace strncpy() with strscpy() when copying comm
 2024-07-31  7:50 UTC 

[PATCH resend v4 00/11] Improve the copy of task comm
 2024-07-31  2:14 UTC  (10+ messages)
` [PATCH v4 07/11] mm/kmemleak: Replace strncpy() with __get_task_comm()
` [PATCH v4 08/11] tsacct: "
` [PATCH v4 09/11] tracing: "
` [PATCH v4 10/11] net: Replace strcpy() "
` [PATCH v4 11/11] drm: "

[PATCH bpf-next v2] bpf: kprobe: remove unused declaring of bpf_kprobe_override
 2024-07-30 20:50 UTC  (2+ messages)

[PATCH v3] tracing: Have format file honor EVENT_FILE_FL_FREED
 2024-07-30 20:40 UTC  (3+ messages)

[PATCH v3 0/4] MCE wrapper and support for new SMCA syndrome MSRs
 2024-07-30 18:54 UTC  (5+ messages)
` [PATCH v3 1/4] x86/mce: Add wrapper for struct mce to export vendor specific info
` [PATCH v3 2/4] x86/mce, EDAC/mce_amd: Add support for new MCA_SYND{1,2} registers
` [PATCH v3 3/4] x86/mce/apei: Handle variable register array size
` [PATCH v3 4/4] EDAC/mce_amd: Add support for FRU Text in MCA

[PATCH] trace-cmd: Add meson build targets to Makefile
 2024-07-30 16:38 UTC  (2+ messages)

[PATCH v1] platform/x86/intel/ifs: trace: Avoid hole in ifs_status trace struct
 2024-07-30 15:57 UTC 

[PATCH v3 0/8] pwm: New abstraction and userspace API
 2024-07-30 15:16 UTC  (4+ messages)
` [PATCH v3 6/8] pwm: Add tracing for waveform callbacks

[PATCH] pwm: Make info in traces about affected pwm more useful
 2024-07-30 15:13 UTC  (4+ messages)

[PATCH net 0/7] mptcp: fix inconsistent backup usage
 2024-07-30  8:50 UTC  (2+ messages)

[PATCH v2] arm: Add KPROBES_ON_FTRACE supported
 2024-07-30  2:16 UTC  (2+ messages)

[PATCH] tracing: Use refcount for trace_event_file reference counter
 2024-07-30  0:02 UTC  (4+ messages)

[PATCH RESEND v5] perf,x86: avoid missing caller address in stack traces captured in uprobe
 2024-07-29 17:52 UTC 

[GIT PULL] sysctl constification changes for v6.11-rc1
 2024-07-29 16:42 UTC  (3+ messages)

[PATCH] tracing: Have format file honor EVENT_FILE_FL_FREED
 2024-07-29 16:10 UTC  (6+ messages)

[PATCH] Documentation: ftrace-uses: Change pt_regs to ftrace_regs
 2024-07-29 15:26 UTC  (2+ messages)

[PATCH 00/18] Introducing Core Building Blocks for Hyper-V VSM Emulation
 2024-07-29 13:53 UTC  (5+ messages)
` [PATCH 01/18] KVM: x86: hyper-v: Introduce XMM output support

[RFC] Printk deadlock in bpf trace called from scheduler context
 2024-07-29 12:45 UTC  (3+ messages)

[PATCH v11 00/21] GenieZone hypervisor drivers
 2024-07-29  3:35 UTC  (4+ messages)
` [PATCH v11 08/21] virt: geniezone: Add vcpu support


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