linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-26 16:39:11 to 2024-07-01 22:40:11 UTC [more...]

[PATCH v2 00/12] uprobes: add batched register/unregister APIs and per-CPU RW semaphore
 2024-07-01 22:39 UTC  (11+ 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 00/12] uprobes: add batched register/unregister APIs and per-CPU RW semaphore
 2024-07-01 22:15 UTC  (25+ messages)
` [PATCH 02/12] uprobes: grab write mmap lock in unapply_uprobe()
` [PATCH 04/12] uprobes: revamp uprobe refcounting and lifetime management
` [PATCH 05/12] uprobes: move offset and ref_ctr_offset into uprobe_consumer
` [PATCH 06/12] uprobes: add batch uprobe register/unregister APIs

[PATCH v2 00/11] fs: multigrain timestamp redux
 2024-07-01 20:33 UTC  (20+ messages)
` [PATCH v2 01/11] fs: turn inode ctime fields into a single ktime_t
` [PATCH v2 02/11] fs: uninline inode_get_ctime and inode_set_ctime_to_ts
` [PATCH v2 03/11] fs: tracepoints for inode_needs_update_time "
` [PATCH v2 04/11] fs: add infrastructure for multigrain timestamps
` [PATCH v2 05/11] fs: add percpu counters to count fine vs. coarse timestamps
` [PATCH v2 06/11] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v2 07/11] xfs: switch to multigrain timestamps
` [PATCH v2 08/11] ext4: "
` [PATCH v2 09/11] btrfs: convert "
` [PATCH v2 10/11] tmpfs: add support for "
` [PATCH v2 11/11] Documentation: add a new file documenting "

[RFC PATCH v3 00/11] powerpc: Add support for ftrace direct and BPF trampolines
 2024-07-01 19:58 UTC  (20+ messages)
` [RFC PATCH v3 01/11] powerpc/kprobes: Use ftrace to determine if a probe is at function entry
` [RFC PATCH v3 02/11] powerpc/ftrace: Unify 32-bit and 64-bit ftrace entry code
` [RFC PATCH v3 03/11] powerpc/module_64: Convert #ifdef to IS_ENABLED()
` [RFC PATCH v3 04/11] powerpc/ftrace: Remove pointer to struct module from dyn_arch_ftrace
` [RFC PATCH v3 05/11] kbuild: Add generic hook for architectures to use before the final vmlinux link
` [RFC PATCH v3 06/11] powerpc64/ftrace: Move ftrace sequence out of line
` [RFC PATCH v3 11/11] powerpc64/bpf: Add support for bpf trampolines

[PATCH net-next v15 00/14] Device Memory TCP
 2024-07-01 19:04 UTC  (20+ 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 04/14] netdev: netdevice devmem allocator
` [PATCH net-next v15 05/14] page_pool: convert to use netmem
` [PATCH net-next v15 06/14] page_pool: devmem support
` [PATCH net-next v15 07/14] memory-provider: dmabuf devmem memory provider
` [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 12/14] net: add devmem TCP documentation
` [PATCH net-next v15 13/14] tools: net: package libynl for use in selftests
` [PATCH net-next v15 14/14] selftests: add ncdevmem, netcat for devmem TCP

[PATCHv2 bpf-next 0/9] uprobe, bpf: Add session support
 2024-07-01 16:41 UTC  (10+ 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] uprobe: Do not use UPROBE_SWBP_INSN as static initializer
 2024-07-01 15:01 UTC  (21+ messages)
` [PATCH] LoongArch: uprobes: make UPROBE_SWBP_INSN/UPROBE_XOLBP_INSN constant
            ` [PATCH] LoongArch: make the users of larch_insn_gen_break() constant

[PATCH 0/14] New uid & gid mount option parsing helpers
 2024-07-01  9:34 UTC  (9+ messages)
` [PATCH 01/14] fs_parse: add uid & gid option "
` [PATCH 13/14] tracefs: Convert to new uid/gid "

[PATCH] uapi: change TRACE_MMAP_IOCTL_GET_READER to avoid collision with TCGETS
 2024-06-30 21:36 UTC 

[RFC PATCH 0/3] tracing: Support poll on event hist file
 2024-06-30 21:07 UTC  (2+ messages)

[PATCH v23 0/5] Introducing trace buffer mapping by user-space
 2024-06-30 12:40 UTC  (4+ messages)
` [PATCH v23 3/5] tracing: Allow user-space mapping of the ring-buffer

[PATCH v4 0/2] Tracepoints and static branch in Rust
 2024-06-30  6:00 UTC  (4+ messages)
` [PATCH v4 1/2] rust: add static_key_false
` [PATCH v4 2/2] rust: add tracepoint support

[PATCH v3 0/2] Tracepoints and static branch in Rust
 2024-06-28 15:00 UTC  (11+ messages)
` [PATCH v3 1/2] rust: add static_key_false
` [PATCH v3 2/2] rust: add tracepoint support

[PATCH v2 0/6] riscv: ftrace: atmoic patching and preempt improvements
 2024-06-28 11:47 UTC  (7+ 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 v2 4/6] riscv: ftrace: do not use stop_machine to update code
` [PATCH v2 5/6] riscv: vector: Support calling schedule() for preemptible Vector
` [PATCH v2 6/6] riscv: ftrace: support PREEMPT

[PATCH v2] ring-buffer: Align meta-page to sub-buffers for improved TLB usage
 2024-06-28 10:46 UTC 

[PATCH v4 00/11] Improve the copy of task comm
 2024-06-28  9:05 UTC  (12+ messages)
` [PATCH v4 01/11] fs/exec: Drop task_lock() inside __get_task_comm()
  ` [PATCH v4 02/11] auditsc: Replace memcpy() with __get_task_comm()
  ` [PATCH v4 03/11] security: "
  ` [PATCH v4 04/11] bpftool: Ensure task comm is always NUL-terminated
  ` [PATCH v4 05/11] mm/util: Fix possible race condition in kstrdup()
  ` [PATCH v4 06/11] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
  ` [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][next] firewire: core: Fix spelling mistakes in tracepoint messages
 2024-06-28  1:06 UTC  (2+ messages)

[PATCH v4] tracing/net_sched: NULL pointer dereference in perf_trace_qdisc_reset()
 2024-06-27 22:32 UTC  (4+ messages)

selftests/ftrace kprobe_eventname test fails on s390x QEMU (KVM/Linux)
 2024-06-27 21:44 UTC  (5+ messages)

[PATCH net-next v14 00/13] Device Memory TCP
 2024-06-27 20:47 UTC  (8+ messages)
` [PATCH net-next v14 13/13] selftests: add ncdevmem, netcat for devmem TCP

[PATCH -fixes] riscv: patch: Flush the icache right after patching to avoid illegal insns
 2024-06-27 17:50 UTC  (3+ messages)

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

[PATCH 00/10] fs: multigrain timestamp redux
 2024-06-27 15:35 UTC  (13+ messages)
` [PATCH 01/10] fs: turn inode ctime fields into a single ktime_t
` [PATCH 02/10] fs: uninline inode_get_ctime and inode_set_ctime_to_ts
` [PATCH 03/10] fs: tracepoints for inode_needs_update_time "
` [PATCH 04/10] fs: add infrastructure for multigrain timestamps
` [PATCH 05/10] fs: add percpu counters to count fine vs. coarse timestamps
` [PATCH 06/10] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH 07/10] xfs: switch to multigrain timestamps
` [PATCH 08/10] ext4: "
` [PATCH 09/10] btrfs: convert "
` [PATCH 10/10] tmpfs: add support for "

[PATCH v5 0/8] Faultable Tracepoints
 2024-06-27 15:23 UTC  (9+ messages)
` [PATCH v5 1/8] cleanup.h: Header include guard should match header name
` [PATCH v5 2/8] cleanup.h guard: Rename DEFINE_ prefix to DECLARE_
` [PATCH v5 3/8] cleanup.h: Introduce DEFINE_INACTIVE_GUARD and activate_guard
` [PATCH v5 4/8] tracing: Introduce faultable tracepoints
` [PATCH v5 5/8] tracing/ftrace: Add support for "
` [PATCH v5 6/8] tracing/bpf-trace: "
` [PATCH v5 7/8] tracing/perf: "
` [PATCH v5 8/8] tracing: Convert sys_enter/exit to "

[PATCH v1 0/4] Add SBAF test to IFS
 2024-06-27 14:04 UTC  (7+ messages)
` [PATCH v1 1/4] platform/x86/intel/ifs: Refactor MSR usage in IFS test code
` [PATCH v1 2/4] platform/x86/intel/ifs: Add SBAF test image loading support
` [PATCH v1 3/4] platform/x86/intel/ifs: Add SBAF test support
` [PATCH v1 4/4] trace: platform/x86/intel/ifs: Add SBAF trace support

[PATCH] tools/testing/radix-tree/idr-test: add missing MODULE_DESCRIPTION define
 2024-06-27  1:18 UTC  (2+ messages)


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