linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-25 04:15:18 to 2024-08-29 12:04:39 UTC [more...]

[PATCH v2] writeback: Refine the show_inode_state() macro definition
 2024-08-29 12:04 UTC  (3+ messages)

[PATCH v2] eventfs: fix a null pointer access in eventfs_iterate
 2024-08-29  8:50 UTC 

[PATCH RESEND v3 0/2] Introduce tracepoint for hugetlbfs
 2024-08-29  6:41 UTC  (3+ messages)
` [PATCH RESEND v3 1/2] hugetlbfs: support tracepoint
` [PATCH RESEND v3 2/2] hugetlbfs: use tracepoints in hugetlbfs functions

[PATCH v8 0/8] Improve the copy of task comm
 2024-08-29  6:30 UTC  (23+ 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 net-next v23 00/13] Device Memory TCP
 2024-08-29  6:01 UTC  (14+ messages)
` [PATCH net-next v23 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v23 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v23 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v23 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v23 05/13] page_pool: devmem support
` [PATCH net-next v23 06/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v23 07/13] net: support non paged skb frags
` [PATCH net-next v23 08/13] net: add support for skbs with unreadable frags
` [PATCH net-next v23 09/13] tcp: RX path for devmem TCP
` [PATCH net-next v23 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v23 11/13] net: add devmem TCP documentation
` [PATCH net-next v23 12/13] selftests: add ncdevmem, netcat for devmem TCP
` [PATCH net-next v23 13/13] netdev: add dmabuf introspection

[PATCH] eventfs: fix a null pointer access in eventfs_iterate
 2024-08-29  3:24 UTC 

[PATCH net-next v22 00/13] Device Memory TCP
 2024-08-28 18:43 UTC  (19+ 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 v2 00/17] Wire up getrandom() vDSO implementation on powerpc
 2024-08-28 17:25 UTC  (50+ 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] ring-buffer: Align meta-page to sub-buffers for improved TLB usage
 2024-08-28 15:40 UTC  (3+ messages)
` [PATCH 1/2] ring-buffer/selftest: Verify the entire meta-page padding
  ` [PATCH 2/2] ring-buffer/selftest: Handle meta-page bigger than the system

[PATCH v6 0/5] Faultable Tracepoints
 2024-08-28 14:41 UTC  (6+ messages)
` [PATCH v6 1/5] tracing: Introduce faultable tracepoints
` [PATCH v6 2/5] tracing/ftrace: Add support for "
` [PATCH v6 3/5] tracing/bpf-trace: "
` [PATCH v6 4/5] tracing/perf: "
` [PATCH v6 5/5] tracing: Convert sys_enter/exit to "

[PATCH v1 0/2] cleanup.h: Introduce DEFINE_INACTIVE_GUARD()/activate_guard()
 2024-08-28 14:37 UTC  (3+ messages)
` [PATCH v1 1/2] cleanup.h guard: Rename DEFINE_ prefix to DECLARE_
` [PATCH v1 2/2] cleanup.h: Introduce DEFINE_INACTIVE_GUARD and activate_guard

[PATCH v5 0/8] Faultable Tracepoints
 2024-08-28 13:58 UTC  (4+ messages)
` [PATCH v5 3/8] cleanup.h: Introduce DEFINE_INACTIVE_GUARD and activate_guard

[PATCH v2] tracing/uprobe: Add missing PID filter for uretprobe
 2024-08-28 11:46 UTC  (32+ messages)

[PATCH] writeback: Refine the show_inode_state() macro definition
 2024-08-28  7:44 UTC  (3+ messages)

[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 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] tracing: Replace strncpy() with strscpy() when copying comm
 2024-08-27 18:22 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  (6+ 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  (3+ 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  (5+ 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

[PATCH v2] selftests/ftrace: Skip test for optimized probes on PowerPC if Secure Boot is enabled
 2024-08-25  8:35 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).