linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-19 03:55:02 to 2024-08-24 23:07:21 UTC [more...]

[RFC PATCH 0/3] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
 2024-08-24 23:06 UTC  (3+ 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] tracing/uprobe: Add missing PID filter for uretprobe
 2024-08-24 17:27 UTC  (5+ messages)

[PATCH v7 1/4] kbuild: add mod(name,file)_flags to assembler flags for module objects
 2024-08-24 16:44 UTC  (17+ 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 v7 4/4] module: add install target for modules.builtin.ranges
` [PATCH v7 0/4] Generate address range data for built-in modules
` [PATCH v8 "
  ` [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: Mitigate possible softlockup in __tracing_open()
 2024-08-24  3:03 UTC 

[PATCH] tracing/timerlat: Check tlat_var for NULL in timerlat_fd_release
 2024-08-23 18:52 UTC  (9+ messages)

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

[PATCH] blktrace: Add 'P' identifier to mark I/O with REQ_POLLED flag
 2024-08-23  7:25 UTC 

[PATCH] objpool: fix choosing allocation for percpu slots
 2024-08-23  3:44 UTC  (3+ messages)

[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  (21+ messages)

[RFC PATCH 00/11] Tracefs support for pKVM
 2024-08-22 21:41 UTC  (5+ 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  (14+ messages)
` [PATCH v3 04/13] uprobes: travers uprobe's consumer list locklessly under SRCU protection
` [PATCH RFC v3 09/13] uprobes: SRCU-protect uretprobe lifetime (with timeout)

[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  (10+ messages)
` [PATCH v8 1/5] rust: add generic static_key_false
  ` [PATCH v8 1/5 alt] "
` [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] ftrace/selftest: Test combination of function_graph tracer and function profiler
 2024-08-22 13:19 UTC  (3+ messages)

WARNING in uprobe_unregister
 2024-08-22  8:41 UTC  (2+ messages)

[PATCH v2 0/6] riscv: ftrace: atmoic patching and preempt improvements
 2024-08-22  8:39 UTC  (4+ messages)
` [PATCH v2 1/6] riscv: ftrace: support fastcc in Clang for WITH_ARGS

[PATCH v2 00/17] Wire up getrandom() vDSO implementation on powerpc
 2024-08-22  7:13 UTC  (18+ 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 07/17] mm: Define VM_DROPPABLE for powerpc/32
` [PATCH v2 08/17] powerpc: Add little endian variants of LWZX_BE and STWX_BE
` [PATCH v2 09/17] powerpc/vdso32: Add crtsavres
` [PATCH v2 10/17] powerpc/vdso: Refactor CFLAGS for CVDSO build
` [PATCH v2 11/17] powerpc/vdso: Wire up getrandom() vDSO implementation
` [PATCH v2 12/17] selftests: vdso: Fix powerpc64 vdso_config
` [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 17/17] selftests: vdso: Add support for vdso_test_random for powerpc

[PATCH] rtla: Sync the help text between hist tools
 2024-08-22  4:46 UTC  (3+ messages)

[PATCH v2] ftrace: Get the true parent ip for function tracer
 2024-08-21 23:30 UTC 

[PATCH net-next v19 03/13] netdev: support binding dma-buf to netdevice
 2024-08-21 22:30 UTC  (11+ messages)

NOHZ tick-stop error: local softirq work is pending, handler #08!!! on Dell XPS 13 9360
 2024-08-21 21:01 UTC  (2+ messages)

[PATCH v4 0/4] MCE wrapper and support for new SMCA syndrome MSRs
 2024-08-21 18:55 UTC  (5+ messages)
` [PATCH v4 2/4] x86/mce, EDAC/mce_amd: Add support for new MCA_SYND{1,2} registers
    ` [PATCH] tracing: Add __print_dynamic_array() helper

[PATCH v7 0/5] Tracepoints and static branch in Rust
 2024-08-21 18:16 UTC  (5+ messages)
` [PATCH v7 5/5] rust: add arch_static_branch

[PATCH v3] uprobes: turn trace_uprobe's nhit counter to be per-CPU one
 2024-08-21 16:38 UTC  (2+ messages)

[PATCH v2] ring-buffer: Align meta-page to sub-buffers for improved TLB usage
 2024-08-21 15:56 UTC  (2+ messages)

[PATCH] ftrace: Get the true parent ip for function tracer
 2024-08-21 14:16 UTC  (3+ messages)

[PATCH] uprobes: Optimize the allocation of insn_slot for performance
 2024-08-21  8:46 UTC  (9+ messages)

[PATCH] arm64: insn: Simulate nop and push instruction for better uprobe performance
 2024-08-21  7:55 UTC  (3+ messages)

[PATCH v3 0/2] Introduce tracepoint for hugetlbfs
 2024-08-21  7:03 UTC  (2+ messages)

[PATCH] selftests/ftrace: Fix test to handle both old and new kernels
 2024-08-21  6:58 UTC  (4+ messages)

[syzbot] [perf?] KASAN: slab-use-after-free Read in uprobe_unregister
 2024-08-21  5:11 UTC  (3+ messages)

[PATCH 1/1] uprobe: fix comment of uprobe_apply()
 2024-08-21  1:39 UTC  (3+ messages)

[PATCH v6 0/4] Generate address range data for built-in modules
 2024-08-20 15:51 UTC  (7+ messages)
` [PATCH v6 2/4] kbuild, kconfig: generate offset range data for builtin modules
` [PATCH v6 3/4] scripts: add verifier script for builtin module range data

[PATCH] writeback: Refine the show_inode_state() macro definition
 2024-08-20  9:54 UTC  (2+ messages)

[PATCH] writeback: Refine the show_inode_state() macro definition
 2024-08-20  9:52 UTC 

[PATCH bpf-next] bpf: use kfunc hooks instead of program types
 2024-08-20  6:34 UTC  (2+ messages)

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

[PATCH] tracing: Fix memory leak in fgraph storage selftest
 2024-08-20  0:56 UTC 

[PATCH v5 0/8] Faultable Tracepoints
 2024-08-19 23:00 UTC  (3+ messages)
` [PATCH v5 3/8] cleanup.h: Introduce DEFINE_INACTIVE_GUARD and activate_guard

[PATCH bpf-next v6 0/2] bpf: enable some functions in cgroup programs
 2024-08-19 22:50 UTC  (4+ messages)
` [PATCH bpf-next v6 1/2] bpf: enable generic kfuncs for BPF_CGROUP_* programs
` [PATCH bpf-next v6 2/2] bpf: allow bpf_current_task_under_cgroup() with BPF_CGROUP_*

[PATCH net-next v20 00/13] Device Memory TCP
 2024-08-19 22:45 UTC  (11+ messages)
` [PATCH net-next v20 06/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v20 07/13] net: support non paged skb frags
` [PATCH net-next v20 08/13] net: add support for skbs with unreadable frags
` [PATCH net-next v20 09/13] tcp: RX path for devmem TCP
` [PATCH net-next v20 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v20 11/13] net: add devmem TCP documentation
` [PATCH net-next v20 12/13] selftests: add ncdevmem, netcat for devmem TCP
` [PATCH net-next v20 13/13] netdev: add dmabuf introspection

[PATCH v5 0/4] tracing: improve symbolic printing
 2024-08-19 22:23 UTC  (2+ messages)

[PATCH] ftrace: Use this_cpu_ptr() instead of per_cpu_ptr(smp_processor_id())
 2024-08-19 15:23 UTC  (2+ messages)

[syzbot] [mm?] possible deadlock in __mmap_lock_do_trace_released
 2024-08-19  4:40 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).