linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-22 12:05:01 to 2024-08-28 07:20:37 UTC [more...]

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

[PATCH v3] uprobes: turn trace_uprobe's nhit counter to be per-CPU one
 2024-08-28  3:54 UTC  (4+ messages)

[syzbot] [mm?] possible deadlock in __mmap_lock_do_trace_start_locking
 2024-08-28  3:31 UTC 

[PATCH v8 0/8] Improve the copy of task comm
 2024-08-28  3:03 UTC  (9+ messages)
` [PATCH v8 1/8] Get rid of __get_task_comm()
` [PATCH v8 2/8] auditsc: Replace memcpy() with strscpy()
` [PATCH v8 3/8] security: Replace memcpy() with get_task_comm()
` [PATCH v8 4/8] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v8 5/8] mm/util: Fix possible race condition in kstrdup()
` [PATCH v8 6/8] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v8 7/8] net: Replace strcpy() with strscpy()
` [PATCH v8 8/8] drm: "

[PATCH v7 0/8] Improve the copy of task comm
 2024-08-28  1:19 UTC  (7+ messages)
` [PATCH v7 6/8] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}

[PATCH v2 00/17] Wire up getrandom() vDSO implementation on powerpc
 2024-08-27 22:53 UTC  (39+ messages)
` [PATCH v2 01/17] asm-generic/unaligned.h: Extract common header for vDSO
` [PATCH v2 02/17] vdso: Clean header inclusion in getrandom
` [PATCH v2 03/17] vdso: Add __arch_get_k_vdso_rng_data()
` [PATCH v2 04/17] vdso: Add missing c-getrandom-y in Makefile
` [PATCH v2 05/17] vdso: Avoid call to memset() by getrandom
` [PATCH v2 06/17] vdso: Change getrandom's generation to unsigned long
` [PATCH v2 13/17] selftests: vdso: Don't hard-code location of vDSO sources
` [PATCH v2 14/17] selftests: vdso: Make test_vdso_getrandom look for the right vDSO function
` [PATCH v2 15/17] selftests: vdso: Fix build of test_vdso_chacha
` [PATCH v2 16/17] selftests: vdso: Make VDSO function call more generic

[PATCH v2] tracing/uprobe: Add missing PID filter for uretprobe
 2024-08-27 20:19 UTC  (31+ messages)

[PATCH] tracing: Replace strncpy() with strscpy() when copying comm
 2024-08-27 18:22 UTC  (2+ messages)

[PATCH] writeback: Refine the show_inode_state() macro definition
 2024-08-27 16:21 UTC  (2+ messages)

[PATCH v2 0/8] x86/module: use large ROX pages for text allocations
 2024-08-27 15:40 UTC  (11+ messages)
` [PATCH v2 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v2 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v2 3/8] asm-generic: introduce text-patching.h
` [PATCH v2 4/8] module: prepare to handle ROX allocations for text
` [PATCH v2 5/8] ftrace: Add swap_func to ftrace_process_locs()
` [PATCH v2 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v2 7/8] execmem: add support for cache of large ROX pages
` [PATCH v2 8/8] x86/module: enable ROX caches for module text

[PATCH] tracing/timerlat: Check tlat_var for NULL in timerlat_fd_release
 2024-08-27 14:34 UTC  (12+ messages)

[PATCH] tracing: Mitigate possible softlockup in __tracing_open()
 2024-08-27 12:46 UTC  (7+ messages)
      ` [PATCH v2] tracing: Avoid possible softlockup in tracing_iter_reset()

[PATCH] arm64: insn: Simulate nop and push instruction for better uprobe performance
 2024-08-27 11:33 UTC  (4+ messages)

[RFC PATCH v4 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
 2024-08-27  9:12 UTC  (3+ messages)
` [RFC PATCH v4 12/17] powerpc64/ftrace: Move ftrace sequence out of line

[PATCH] blktrace: Add 'P' identifier to mark I/O with REQ_POLLED flag
 2024-08-27  2:15 UTC  (2+ messages)

[PATCH v2 07/17] mm: Define VM_DROPPABLE for powerpc/32
 2024-08-26 21:34 UTC  (4+ messages)

[PATCH v5 0/4] tracing: improve symbolic printing
 2024-08-26 18:24 UTC  (3+ messages)

[PATCH] tracing: replace deprecated strncpy with strscpy
 2024-08-26 17:40 UTC 

[PATCH v2] objpool: fix choosing allocation for percpu slots
 2024-08-26 17:31 UTC  (2+ messages)

[PATCH v2] uprobes: make trace_uprobe->nhit counter a per-CPU one
 2024-08-26 16:17 UTC  (5+ messages)

[PATCH v2] tracing/probes: fix traceprobe out-of-bounds argument allocation
 2024-08-26 15:24 UTC 

[PATCH] tracing/probes: fix traceprobe out-of-bounds argument allocation
 2024-08-26 14:58 UTC  (5+ messages)

[PATCH] rtla: Sync the help text between top tools
 2024-08-26 13:55 UTC  (2+ messages)

[PATCH] ftrace/selftest: Test combination of function_graph tracer and function profiler
 2024-08-26 13:53 UTC  (5+ messages)

[syzbot] [bpf?] [trace?] WARNING in bpf_get_stack_raw_tp
 2024-08-26 12:52 UTC 

[PATCH] objpool: fix choosing allocation for percpu slots
 2024-08-26  5:43 UTC  (4+ messages)

[PATCH -next] kprobes: Remove obsoleted declaration for init_test_probes
 2024-08-26  3:25 UTC 

[RFC PATCH 0/3] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
 2024-08-25 12:12 UTC  (6+ messages)
` [RFC PATCH 1/3] llvm-cov: add Clang's Source-based Code Coverage support
` [RFC PATCH 2/3] kbuild, llvm-cov: disable instrumentation in odd or sensitive code
` [RFC PATCH 3/3] llvm-cov: add Clang's MC/DC support

[PATCH v2] selftests/ftrace: Skip test for optimized probes on PowerPC if Secure Boot is enabled
 2024-08-25  8:35 UTC  (2+ messages)

[PATCH v7 1/4] kbuild: add mod(name,file)_flags to assembler flags for module objects
 2024-08-24 16:44 UTC  (15+ messages)
` [PATCH v7 2/4] kbuild: generate offset range data for builtin modules
` [PATCH v7 3/4] scripts: add verifier script for builtin module range data
` [PATCH v8 0/4] Generate address range data for built-in modules
  ` [PATCH v8 1/4] kbuild: add mod(name,file)_flags to assembler flags for module objects
  ` [PATCH v8 2/4] kbuild: generate offset range data for builtin modules
  ` [PATCH v8 3/4] scripts: add verifier script for builtin module range data
  ` [PATCH v8 4/4] module: add install target for modules.builtin.ranges

[PATCH v9 0/4] Generate address range data for built-in modules
 2024-08-24  3:37 UTC  (5+ messages)
` [PATCH v9 1/4] kbuild: add mod(name,file)_flags to assembler flags for module objects
` [PATCH v9 2/4] kbuild: generate offset range data for builtin modules
` [PATCH v9 3/4] scripts: add verifier script for builtin module range data
` [PATCH v9 4/4] module: add install target for modules.builtin.ranges

[PATCH] tracing/osnoise: Protect the per CPU kthread variable with mutex
 2024-08-23 14:28 UTC 

[PATCH 0/5] tracing: Allow trace_printk() to use the persistent ring buffer
 2024-08-23  1:39 UTC  (6+ messages)
` [PATCH 1/5] tracing: Add "traceoff" flag to boot time tracing instances
` [PATCH 2/5] tracing: Allow trace_printk() to go to other instance buffers
` [PATCH 3/5] tracing: Have trace_printk not use binary prints if boot buffer
` [PATCH 4/5] tracing: Add option to set an instance to be the trace_printk destination
` [PATCH 5/5] tracing/Documentation: Start a document on how to debug with tracing

(no subject)
 2024-08-23  1:27 UTC 

(no subject)
 2024-08-23  1:28 UTC 

[BUG] tracing: dynamic ftrace selftest detected failures
 2024-08-23  0:04 UTC  (12+ messages)

[RFC PATCH 00/11] Tracefs support for pKVM
 2024-08-22 21:41 UTC  (4+ messages)
` [RFC PATCH 04/11] timekeeping: Export the boot clock in snapshots

[PATCH v3 00/13] uprobes: RCU-protected hot path optimizations
 2024-08-22 17:51 UTC  (6+ messages)
` [PATCH v3 04/13] uprobes: travers uprobe's consumer list locklessly under SRCU protection

[RFC PATCH v1 0/1] tracing/uprobe: Add missing filter for uretprobe
 2024-08-22 17:48 UTC  (3+ messages)
` [RFC PATCH v1 1/1] "

[PATCH v8 0/5] Tracepoints and static branch in Rust
 2024-08-22 17:19 UTC  (7+ messages)
` [PATCH v8 2/5] rust: add tracepoint support
` [PATCH v8 3/5] rust: samples: add tracepoint to Rust sample
` [PATCH v8 4/5] jump_label: adjust inline asm to be consistent
` [PATCH v8 5/5] rust: add arch_static_branch

[PATCH 00/18] Introducing Core Building Blocks for Hyper-V VSM Emulation
 2024-08-22 16:58 UTC  (4+ messages)
` [PATCH 16/18] KVM: x86: Take mem attributes into account when faulting memory

[PATCH v8 1/5] rust: add generic static_key_false
 2024-08-22 13:43 UTC  (3+ messages)
` [PATCH v8 1/5 alt] "


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