messages from 2025-12-05 12:58:51 to 2025-12-15 21:15:39 UTC [more...]
[PATCHv5 bpf-next 0/9] ftrace,bpf: Use single direct ops for bpf trampolines
2025-12-15 21:14 UTC (9+ messages)
` [PATCHv5 bpf-next 1/9] ftrace,bpf: Remove FTRACE_OPS_FL_JMP ftrace_ops flag
` [PATCHv5 bpf-next 2/9] ftrace: Make alloc_and_copy_ftrace_hash direct friendly
` [PATCHv5 bpf-next 3/9] ftrace: Export some of hash related functions
` [PATCHv5 bpf-next 4/9] ftrace: Add update_ftrace_direct_add function
` [PATCHv5 bpf-next 5/9] ftrace: Add update_ftrace_direct_del function
` [PATCHv5 bpf-next 6/9] ftrace: Add update_ftrace_direct_mod function
` [PATCHv5 bpf-next 7/9] bpf: Add trampoline ip hash table
` [PATCHv5 bpf-next 8/9] ftrace: Factor ftrace_ops ops_func interface
[PATCH v5] dma-buf: add some tracepoints to debug
2025-12-15 20:30 UTC (2+ messages)
[PATCH v1 1/1] bpf: Disable -Wsuggest-attribute=format
2025-12-15 18:40 UTC (5+ messages)
[PATCH v2 0/2] x86, mm: minor tlb_flush tracepoint adjustments
2025-12-15 13:35 UTC (6+ messages)
` [PATCH v2 1/2] x86/tlb/trace: Export the TLB_REMOTE_WRONG_CPU enum
` [PATCH v2 2/2] mm: Remove tlb_flush_reason::NR_TLB_FLUSH_REASONS
[PATCH V4 0/2] mm/khugepaged: fix dirty page handling for MADV_COLLAPSE
2025-12-15 8:46 UTC (3+ messages)
` [PATCH V4 1/2] mm/khugepaged: map dirty/writeback pages failures to EAGAIN
` [PATCH V4 2/2] mm/khugepaged: retry with sync writeback for MADV_COLLAPSE
[PATCH v3 0/2] Use BTF to trim return values
2025-12-15 4:56 UTC (6+ messages)
` [PATCH v3 1/2] fgraph: Enhance funcgraph-retval with BTF-based type-aware output
` [PATCH v3 2/2] tracing: Update funcgraph-retval documentation
[PATCH v4 0/3] Use BTF to trim return values
2025-12-15 3:41 UTC (4+ messages)
` [PATCH v4 1/3] ftrace: Build trace_btf.c when CONFIG_DEBUG_INFO_BTF is enabled
` [PATCH v4 2/3] fgraph: Enhance funcgraph-retval with BTF-based type-aware output
` [PATCH v4 3/3] tracing: Update funcgraph-retval documentation
[PATCH v10 1/3] lib: Introduce hierarchical per-cpu counters
2025-12-13 18:56 UTC (3+ messages)
` [PATCH v10 2/3] mm: Fix OOM killer inaccuracy on large many-core systems
` [PATCH v10 3/3] mm: Implement precise OOM killer task selection
[PATCHSET v6 0/6] perf tools: Add deferred callchain support
2025-12-12 12:11 UTC (6+ messages)
` [PATCH v6 4/6] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v6 5/6] perf tools: Merge deferred user callchains
[RFC PATCH v3 00/17] s390: SFrame user space unwinding
2025-12-12 9:21 UTC (24+ messages)
` [RFC PATCH v3 01/17] unwind_user: Enhance comments on get CFA, FP, and RA
` [RFC PATCH v3 02/17] unwind_user/fp: Use dummies instead of ifdef
` [RFC PATCH v3 03/17] x86/unwind_user: Guard unwind_user_word_size() by UNWIND_USER
` [RFC PATCH v3 04/17] x86/unwind_user: Simplify unwind_user_word_size()
` [RFC PATCH v3 05/17] s390: asm/dwarf.h should only be included in assembly files
` [RFC PATCH v3 06/17] s390/vdso: Avoid emitting DWARF CFI for non-vDSO
` [RFC PATCH v3 07/17] s390/vdso: Keep function symbols in vDSO
` [RFC PATCH v3 08/17] s390/vdso: Enable SFrame generation "
` [RFC PATCH v3 09/17] unwind_user: Enable archs that define CFA = SP_callsite + offset
` [RFC PATCH v3 10/17] unwind_user: Enable archs that pass RA in a register
` [RFC PATCH v3 11/17] unwind_user: Enable archs that save RA/FP in other registers
` [RFC PATCH v3 12/17] unwind_user/sframe: Enable archs with encoded SFrame CFA offsets
` [RFC PATCH v3 13/17] s390/ptrace: Provide frame_pointer()
` [RFC PATCH v3 14/17] s390/unwind_user/sframe: Enable HAVE_UNWIND_USER_SFRAME
` [RFC PATCH v3 15/17] unwind_user: Introduce FP/RA location unknown
` [RFC PATCH v3 16/17] unwind_user/fp: Use arch-specific helper to initialize FP frame
` [RFC PATCH v3 17/17] s390/unwind_user/fp: Enable back chain unwinding of user space
[PATCH AUTOSEL 6.18-6.6] MIPS: ftrace: Fix memory corruption when kernel is located beyond 32 bits
2025-12-12 2:09 UTC
[PATCH] tracing: Fix error handling in event_hist_trigger_parse
2025-12-12 1:45 UTC (2+ messages)
[PATCH v3 00/13] rv: Add Hybrid Automata monitor type, per-object and deadline monitors
2025-12-11 22:36 UTC (17+ messages)
` [PATCH v3 01/13] rv: Unify DA event handling functions across monitor types
` [PATCH v3 02/13] rv: Add Hybrid Automata monitor type
` [PATCH v3 03/13] verification/rvgen: Allow spaces in and events strings
` [PATCH v3 04/13] verification/rvgen: Add support for Hybrid Automata
` [PATCH v3 05/13] Documentation/rv: Add documentation about hybrid automata
` [PATCH v3 06/13] rv: Add sample hybrid monitors stall
` [PATCH v3 07/13] rv: Convert the opid monitor to a hybrid automaton
` [PATCH v3 08/13] sched: Export hidden tracepoints to modules
` [PATCH v3 09/13] sched: Add deadline tracepoints
` [PATCH v3 10/13] rv: Add support for per-object monitors in DA/HA
` [PATCH v3 11/13] verification/rvgen: Add support for per-obj monitors
` [PATCH v3 12/13] rv: Add deadline monitors
` [PATCH v3 13/13] rv: Add dl_server specific monitors
[RFC 0/5] ext4: mark more ops fast-commit ineligible
2025-12-11 11:51 UTC (6+ messages)
` [RFC 1/5] ext4: mark inode format migration "
` [RFC 2/5] ext4: mark fs-verity enable "
` [RFC 3/5] ext4: mark move extents "
` [RFC 4/5] ext4: mark group add "
` [RFC 5/5] ext4: mark group extend "
[RFC LPC2025 PATCH 0/4] Deprecate zone_reclaim_mode
2025-12-11 6:37 UTC (5+ messages)
` [RFC LPC2025 PATCH 1/4] mm/khugepaged: Remove hpage_collapse_scan_abort
[PATCH v14 0/3] PCI: trace: Add a RAS tracepoint to monitor link speed changes
2025-12-11 0:30 UTC (5+ messages)
` [PATCH v14 1/3] PCI: trace: Add a generic RAS tracepoint for hotplug event
` [PATCH v14 2/3] PCI: trace: Add a RAS tracepoint to monitor link speed changes
` [PATCH v14 3/3] Documentation: tracing: Add documentation about PCI tracepoints
[PATCH v3] kallsyms: Always initialize modbuildid
2025-12-10 17:03 UTC
[PATCH v2] kallsyms: Always initialize modbuildid
2025-12-10 16:28 UTC
[PATCH v1 1/1] bpf: Mark BPF printing functions with __printf() attribute
2025-12-10 13:13 UTC (5+ messages)
[PATCH bpf v5 0/2] bpf: fix bpf_d_path() helper prototype
2025-12-10 9:40 UTC (4+ messages)
` [PATCH bpf v5 1/2] bpf: mark bpf_d_path() buffer as writeable
` [PATCH bpf v5 2/2] selftests/bpf: add regression test for bpf_d_path()
[[PATCH v2] 1/1] kprobes: retry pending optprobe after freeing blocker
2025-12-10 3:33 UTC
[PATCH 0/2] mm: vmscan: add PID and cgroup ID to vmscan tracepoints
2025-12-10 3:09 UTC (4+ messages)
` [PATCH 1/2] mm: vmscan: add cgroup IDs "
` [PATCH 2/2] mm: vmscan: add PIDs "
[PATCH v1] tracing: Avoid possible signed 64-bit truncation
2025-12-10 2:31 UTC (2+ messages)
[PATCH v13 0/3] PCI: trace: Add a RAS tracepoint to monitor link speed changes
2025-12-10 1:56 UTC (6+ messages)
` [PATCH v13 3/3] Documentation: tracing: Add documentation about PCI tracepoints
` [External] : "
[PATCH v2] tracing: Fix unused tracepoints when module uses only exported ones
2025-12-10 1:40 UTC
PATCH] tracing: Fix unused tracepoints when module uses only exported ones
2025-12-10 1:25 UTC (3+ messages)
[syzbot] [block?] [trace?] INFO: task hung in relay_open (2)
2025-12-09 23:04 UTC
[PATCH v3 0/4] Unload linux/kernel.h
2025-12-09 15:58 UTC (7+ messages)
` [PATCH v3 1/4] kernel.h: drop STACK_MAGIC macro
` [PATCH v3 2/4] moduleparam: include required headers explicitly
` [PATCH v3 3/4] kernel.h: move VERIFY_OCTAL_PERMISSIONS() to sysfs.h
` [PATCH v3 4/4] tracing: move tracing declarations from kernel.h to a dedicated header
[PATCH v2 1/8] tools/rtla: Add common_parse_options()
2025-12-09 10:00 UTC (8+ messages)
` [PATCH v2 2/8] tools/rtla: Consolidate -c/--cpus option parsing
` [PATCH v2 3/8] tools/rtla: Consolidate -C/--cgroup "
` [PATCH v2 4/8] tools/rtla: Consolidate -D/--debug "
` [PATCH v2 5/8] tools/rtla: Consolidate -d/--duration "
` [PATCH v2 6/8] tools/rtla: Consolidate -e/--event "
` [PATCH v2 7/8] tools/rtla: Consolidate -P/--priority "
` [PATCH v2 8/8] tools/rtla: Consolidate -H/--house-keeping "
[PATCH v4 0/4] unwind_user: Cleanups
2025-12-09 9:10 UTC (7+ messages)
` [PATCH v4 1/4] unwind_user: Enhance comments on get CFA, FP, and RA
` [PATCH v4 2/4] unwind_user/fp: Use dummies instead of ifdef
` [PATCH v4 3/4] x86/unwind_user: Guard unwind_user_word_size() by UNWIND_USER
` [PATCH v4 4/4] x86/unwind_user: Simplify unwind_user_word_size()
[PATCH] btrfs: fix NULL dereference on root when tracing inode eviction
2025-12-09 3:32 UTC (2+ messages)
[PATCH v2 0/2] Use BTF to trim return values
2025-12-09 3:14 UTC (6+ messages)
` [PATCH v2 1/2] fgraph: Use BTF to trim and filter "
` [PATCH v2 2/2] tracing: Update funcgraph-retval documentation
[PATCH] MAINTAINERS: Add tracepoint-update.c to TRACING section
2025-12-09 0:25 UTC
[PATCH 6.18.y] Documentation/rtla: rename common_xxx.rst files to common_xxx.txt
2025-12-08 23:13 UTC
[PATCH] powerpc64/bpf: support direct_call on livepatch function
2025-12-08 16:35 UTC (9+ messages)
[PATCH 0/3] powerpc64/ftrace: fixes clang build issues
2025-12-08 16:08 UTC (7+ messages)
` [PATCH 1/3] powerpc64: make clang cross-build friendly
` [PATCH 3/3] powerpc64/ftrace: workaround clang recording GEP in __patchable_function_entries
[PATCH v1 1/1] : Mark BPF printing functions with __printf() attribute
2025-12-08 15:50 UTC (2+ messages)
[RFC PATCH v2 00/15] s390: SFrame user space unwinding
2025-12-08 15:38 UTC (19+ messages)
` [RFC PATCH v2 01/15] unwind_user: Enhance comments on get CFA, FP, and RA
` [RFC PATCH v2 02/15] unwind_user/fp: Use dummies instead of ifdef
` [RFC PATCH v2 03/15] x86/unwind_user: Guard unwind_user_word_size() by UNWIND_USER
` [RFC PATCH v2 04/15] s390: asm/dwarf.h should only be included in assembly files
` [RFC PATCH v2 05/15] s390/vdso: Avoid emitting DWARF CFI for non-vDSO
` [RFC PATCH v2 06/15] s390/vdso: Keep function symbols in vDSO
` [RFC PATCH v2 07/15] s390/vdso: Enable SFrame generation "
` [RFC PATCH v2 08/15] unwind_user: Enable archs that define CFA = SP_callsite + offset
` [RFC PATCH v2 09/15] unwind_user: Enable archs that pass RA in a register
` [RFC PATCH v2 10/15] unwind_user: Enable archs that save RA/FP in other registers
` [RFC PATCH v2 11/15] unwind_user/sframe: Enable archs with encoded SFrame CFA offsets
` [RFC PATCH v2 12/15] s390/ptrace: Provide frame_pointer()
` [RFC PATCH v2 13/15] s390/unwind_user/sframe: Enable HAVE_UNWIND_USER_SFRAME
` [RFC PATCH v2 14/15] unwind_user/backchain: Introduce back chain user space unwinding
` [RFC PATCH v2 15/15] s390/unwind_user/backchain: Enable HAVE_UNWIND_USER_BACKCHAIN
[RFC 1/2] Bluetooth: hci_conn: Add tracepoints for debugging
2025-12-08 13:24 UTC
[RFC PATCH 0/8] uprobe/x86: Add support to optimize prologue
2025-12-08 10:29 UTC (5+ messages)
[PATCH] kprobes: Call check_ftrace_location() on CONFIG_KPROBES_ON_FTRACE
2025-12-08 8:59 UTC (6+ messages)
[PATCH] rv: Fix documentation reference in da_monitor.h
2025-12-07 20:55 UTC
[PATCH v1 0/2] Use BTF to trim return values
2025-12-07 14:27 UTC (3+ messages)
` [PATCH v1 1/2] fgraph: use BTF to trim and filter "
` [PATCH v1 2/2] tracing: Update funcgraph-retval documentation
[PATCH bpf v4 2/2] selftests/bpf: add regression test for bpf_d_path()
2025-12-06 14:06 UTC (2+ messages)
[PATCH v1 1/4] tools/rtla: Consolidate nr_cpus usage across all tools
2025-12-05 15:19 UTC (4+ messages)
` [PATCH v1 2/4] tools/rtla: Remove unneeded nr_cpus arguments
` [PATCH v1 3/4] tools/rtla: Remove unneeded nr_cpus members
` [PATCH v1 4/4] tools/rtla: Remove unneeded nr_cpus from for_each_monitored_cpu
[PATCH v2 0/4] Unload linux/kernel.h
2025-12-05 12:58 UTC (3+ messages)
` [PATCH v2 3/4] kernel.h: move VERIFY_OCTAL_PERMISSIONS() to sysfs.h
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).