linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-03 20:47:36 to 2024-07-11 01:36:02 UTC [more...]

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

[PATCH] bootconfig: Remove duplicate included header file linux/bootconfig.h
 2024-07-11  1:08 UTC  (2+ messages)

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

[PATCH v2 0/4] MCE wrapper and support for new SMCA syndrome MSRs
 2024-07-10 22:59 UTC  (13+ messages)
` [PATCH v2 2/4] x86/mce, EDAC/mce_amd: Add support for new MCA_SYND{1,2} registers
` [PATCH v2 4/4] EDAC/mce_amd: Add support for FRU Text in MCA

[PATCH 0/3] uprobes: future cleanups for review
 2024-07-10 20:46 UTC  (14+ messages)
  ` [PATCH 1/3] uprobes: kill uprobe_register_refctr()
  ` [PATCH 2/3] uprobes: simplify error handling for alloc_uprobe()
  ` [PATCH 3/3] uprobes: make uprobe_register() return struct uprobe *

[PATCH v5] perf,x86: avoid missing caller address in stack traces captured in uprobe
 2024-07-10 19:36 UTC 

[PATCH v4] perf,x86: avoid missing caller address in stack traces captured in uprobe
 2024-07-10 19:24 UTC  (9+ messages)

[PATCH v2 00/12] uprobes: add batched register/unregister APIs and per-CPU RW semaphore
 2024-07-10 15:14 UTC  (50+ 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 04/12] uprobes: revamp uprobe refcounting and lifetime management
` [PATCH v2 05/12] uprobes: move offset and ref_ctr_offset into uprobe_consumer

[PATCH bpf-next] bpf: kprobe: remove unused declaring of bpf_kprobe_override
 2024-07-10 14:18 UTC  (3+ messages)

[PATCH] tracing: Fix overflow in get_free_elt()
 2024-07-10  9:19 UTC 

[PATCH v2] filemap: add trace events for get_pages, map_pages, and fault
 2024-07-10  8:20 UTC  (6+ messages)

[PATCH v4 0/9] fs: multigrain timestamp redux
 2024-07-09 23:50 UTC  (17+ messages)
` [PATCH v4 1/9] fs: add infrastructure for multigrain timestamps
` [PATCH v4 2/9] fs: tracepoints around multigrain timestamp events
` [PATCH v4 3/9] fs: add percpu counters for significant "
` [PATCH v4 4/9] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v4 5/9] Documentation: add a new file documenting multigrain timestamps
` [PATCH v4 6/9] xfs: switch to "
` [PATCH v4 7/9] ext4: "
` [PATCH v4 8/9] btrfs: convert "
` [PATCH v4 9/9] tmpfs: add support for "

[PATCH] tracing/kprobes: Fix build error when find_module() is not available
 2024-07-09 23:36 UTC 

[PATCH] tracing/kprobes: Fix build error when find_module() is not available
 2024-07-09 23:36 UTC 

[PATCH for-next v4] tracing/kprobes: Add symbol counting check when module loads
 2024-07-09 22:17 UTC  (2+ messages)

[RESEND PATCH] ring-buffer: Use vma_pages() helper function
 2024-07-09 21:56 UTC 

[PATCH net-next v15 00/14] Device Memory TCP
 2024-07-09 17:44 UTC  (9+ messages)
` [PATCH net-next v15 03/14] netdev: support binding dma-buf to netdevice
` [PATCH net-next v15 14/14] selftests: add ncdevmem, netcat for devmem TCP

[PATCH -fixes] riscv: patch: Flush the icache right after patching to avoid illegal insns
 2024-07-09  8:13 UTC  (2+ messages)

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

[PATCH] Documentation: Document user_events ioctl code
 2024-07-08 22:44 UTC  (4+ messages)

[PATCH v3 0/9] fs: multigrain timestamp redux
 2024-07-08 15:32 UTC  (16+ messages)
` [PATCH v3 1/9] fs: add infrastructure for multigrain timestamps
` [PATCH v3 2/9] fs: tracepoints around multigrain timestamp events
` [PATCH v3 3/9] fs: add percpu counters to count fine vs. coarse timestamps
` [PATCH v3 4/9] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v3 5/9] Documentation: add a new file documenting multigrain timestamps
` [PATCH v3 6/9] xfs: switch to "
` [PATCH v3 7/9] ext4: "
` [PATCH v3 8/9] btrfs: convert "
` [PATCH v3 9/9] tmpfs: add support for "

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

[PATCHv2 bpf-next 0/9] uprobe, bpf: Add session support
 2024-07-08  9:41 UTC  (23+ messages)
` [PATCHv2 bpf-next 1/9] uprobe: Add support for session consumer

[PATCH v1 0/4] Add SBAF test to IFS
 2024-07-06 23:47 UTC  (5+ messages)
` [PATCH v1 3/4] platform/x86/intel/ifs: Add SBAF test support

[PATCH] pwm: Make info in traces about affected pwm more useful
 2024-07-05 21:14 UTC 

[PATCH for-next v3] tracing/kprobes: Add symbol counting check when module loads
 2024-07-05 14:30 UTC  (2+ messages)

[PATCH v2] trace/pid_list: Change gfp flags in pid_list_fill_irq()
 2024-07-05 14:11 UTC  (2+ messages)

[PATCH] tracing/kprobes: Add missing check for skipping symbol counting logic
 2024-07-05  7:10 UTC  (2+ messages)

[PATCH v2 0/2] Introduce tracepoint for hugetlbfs
 2024-07-05  6:24 UTC  (9+ messages)
` [PATCH v2 1/2] hugetlbfs: support tracepoint
` [PATCH v2 2/2] hugetlbfs: use tracepoints in hugetlbfs functions

[syzbot] [mm?] possible deadlock in __mmap_lock_do_trace_released
 2024-07-04 20:12 UTC  (2+ messages)

[PATCH v4 0/2] Tracepoints and static branch in Rust
 2024-07-04 15:20 UTC  (3+ messages)
` [PATCH v4 2/2] rust: add tracepoint support

[PATCH] tracing/net_sched: NULL pointer dereference in perf_trace_qdisc_reset()
 2024-07-04 11:54 UTC  (5+ messages)

[PATCH v2] ring-buffer: Limit time with disabled interrupts in rb_check_pages()
 2024-07-04 11:03 UTC  (3+ 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 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  (9+ messages)
` [PATCH v23 3/5] tracing: Allow user-space mapping of the ring-buffer


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