Linux Trace Kernel
 help / color / mirror / Atom feed
 messages from 2026-05-26 21:46:44 to 2026-05-27 16:42:25 UTC [more...]

[PATCH 0/4] bootconfig: embed kernel.* cmdline at build time
 2026-05-27 16:41 UTC  (5+ messages)
` [PATCH 1/4] bootconfig: return 0 from xbc_snprint_cmdline() for a leaf root
` [PATCH 2/4] bootconfig: render embedded bootconfig as a kernel cmdline at build time
` [PATCH 3/4] bootconfig: add xbc_prepend_embedded_cmdline() helper
` [PATCH 4/4] x86/setup: prepend embedded bootconfig cmdline before parse_early_param

[PATCH v2] scripts: Have make TAGS not include structure members
 2026-05-27 16:31 UTC  (3+ messages)
  ` [PATCH v2] scripts: Have make TAGS not include structure members'

[PATCH v3 0/2] Add tracepoints support for Qualcomm GENI Serial drivers
 2026-05-27 16:16 UTC  (6+ messages)
` [PATCH v3 2/2] serial: qcom-geni: Add tracepoints for Qualcomm GENI serial driver

[PATCH v3] perf/ftrace: Fix WARNING in __unregister_ftrace_function
 2026-05-27 15:43 UTC  (3+ messages)

[PATCH 00/13] rv: Convert rvgen to Lark
 2026-05-27 15:41 UTC  (4+ messages)
` [PATCH 07/13] rv: Simply hybrid automata monitors's clock variables

[PATCH v6 00/43] guest_memfd: In-place conversion support
 2026-05-27 15:35 UTC  (8+ messages)
` [PATCH v6 05/43] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes

[PATCH 0/8] riscv: Add reliable stack unwinding for livepatch
 2026-05-27 15:30 UTC  (10+ messages)
` [PATCH 1/8] scripts/sorttable: Handle RISC-V patchable ftrace entries
` [PATCH 2/8] riscv: stacktrace: Add frame record metadata
` [PATCH 3/8] riscv: stacktrace: disable KASAN instrumentation for stacktrace.o
` [PATCH 4/8] riscv: ftrace: always preserve s0 in dynamic ftrace register frame
` [PATCH 5/8] riscv: stacktrace: introduce stack-bound tracking helpers
` [PATCH 6/8] riscv: stacktrace: switch to frame-pointer based unwinder
` [PATCH 7/8] riscv: Kconfig: enable HAVE_RELIABLE_STACKTRACE and HAVE_LIVEPATCH
` [PATCH 8/8] selftests/livepatch: Add RISC-V syscall wrapper prefix

[PATCH 1/3] rtla/timerlat: Add -A/--aligned CLI option
 2026-05-27 14:49 UTC  (3+ messages)
` [PATCH 2/3] rtla/tests: Add unit tests for -A/--aligned option
` [PATCH 3/3] Documentation/rtla: Add "

[PATCH v6] tracing/eprobes: Allow use of BTF names to dereference pointers
 2026-05-27 14:16 UTC  (4+ messages)

[PATCH v2] perf/ftrace: Fix WARNING in __unregister_ftrace_function
 2026-05-27 14:14 UTC  (2+ messages)

[PATCH] selftests/ftrace: Fix trace_marker_raw test on 64K page kernels
 2026-05-27 14:09 UTC  (2+ messages)

[PATCH v8 0/6] mm/memory-failure: add panic option for unrecoverable pages
 2026-05-27 14:06 UTC  (7+ messages)
` [PATCH v8 1/6] mm/memory-failure: drop dead error_states[] entry for reserved pages
` [PATCH v8 2/6] mm/memory-failure: surface unhandlable kernel pages as -ENOTRECOVERABLE
` [PATCH v8 3/6] mm/memory-failure: report MF_MSG_KERNEL for unrecoverable kernel pages
` [PATCH v8 4/6] mm/memory-failure: add panic option for unrecoverable pages
` [PATCH v8 5/6] Documentation: document panic_on_unrecoverable_memory_failure sysctl
` [PATCH v8 6/6] selftests/mm: add hwpoison-panic destructive test

[PATCH v21 0/9] ring-buffer: Making persistent ring buffers robust
 2026-05-27 13:35 UTC  (9+ messages)
` [PATCH v21 8/9] ring-buffer: Show persistent buffer dropped events in trace file

[PATCH v6 0/7] locking: contended_release tracepoint instrumentation
 2026-05-27 13:30 UTC  (5+ messages)
` [PATCH v6 5/7] locking: Add contended_release tracepoint to qspinlock

[PATCHv6 bpf-next 00/29] bpf: tracing_multi link
 2026-05-27 12:59 UTC  (34+ messages)
` [PATCHv6 bpf-next 01/29] ftrace: Add ftrace_hash_count function
` [PATCHv6 bpf-next 02/29] ftrace: Add ftrace_hash_remove function
` [PATCHv6 bpf-next 03/29] ftrace: Add add_ftrace_hash_entry function
` [PATCHv6 bpf-next 04/29] bpf: Use mutex lock pool for bpf trampolines
` [PATCHv6 bpf-next 05/29] bpf: Add struct bpf_trampoline_ops object
` [PATCHv6 bpf-next 06/29] bpf: Move trampoline image setup into bpf_trampoline_ops callbacks
` [PATCHv6 bpf-next 07/29] bpf: Add bpf_trampoline_add/remove_prog functions
` [PATCHv6 bpf-next 08/29] bpf: Add struct bpf_tramp_node object
` [PATCHv6 bpf-next 09/29] bpf: Factor fsession link to use struct bpf_tramp_node
` [PATCHv6 bpf-next 10/29] bpf: Add multi tracing attach types
` [PATCHv6 bpf-next 11/29] bpf: Move sleepable verification code to btf_id_allow_sleepable
` [PATCHv6 bpf-next 12/29] bpf: Add bpf_trampoline_multi_attach/detach functions
` [PATCHv6 bpf-next 13/29] bpf: Add support for tracing multi link
` [PATCHv6 bpf-next 14/29] bpf: Add support for tracing_multi link cookies
` [PATCHv6 bpf-next 15/29] bpf: Add support for tracing_multi link session
` [PATCHv6 bpf-next 16/29] bpf: Add support for tracing_multi link fdinfo
` [PATCHv6 bpf-next 17/29] libbpf: Add bpf_object_cleanup_btf function
` [PATCHv6 bpf-next 18/29] libbpf: Add bpf_link_create support for tracing_multi link
` [PATCHv6 bpf-next 19/29] libbpf: Add btf_type_is_traceable_func function
` [PATCHv6 bpf-next 20/29] libbpf: Add support to create tracing multi link
` [PATCHv6 bpf-next 21/29] selftests/bpf: Add tracing multi skel/pattern/ids attach tests
` [PATCHv6 bpf-next 22/29] selftests/bpf: Add tracing multi skel/pattern/ids module "
` [PATCHv6 bpf-next 23/29] selftests/bpf: Add tracing multi intersect tests
` [PATCHv6 bpf-next 24/29] selftests/bpf: Add tracing multi cookies test
` [PATCHv6 bpf-next 25/29] selftests/bpf: Add tracing multi session test
` [PATCHv6 bpf-next 26/29] selftests/bpf: Add tracing multi attach fails test
` [PATCHv6 bpf-next 27/29] selftests/bpf: Add tracing multi verifier "
` [PATCHv6 bpf-next 28/29] selftests/bpf: Add tracing multi attach benchmark test
` [PATCHv6 bpf-next 29/29] selftests/bpf: Add tracing multi attach rollback tests

[PATCHv4 00/13] uprobes/x86: Fix red zone issue for optimized uprobes
 2026-05-27 11:32 UTC  (9+ messages)
` [PATCHv4 09/13] selftests/bpf: Change uprobe syscall tests to use nop10
` [PATCHv4 10/13] selftests/bpf: Change uprobe/usdt trigger bench code "
` [PATCHv4 11/13] selftests/bpf: Add reattach tests for uprobe syscall

[PATCHv4 12/13] selftests/bpf: Add tests for uprobe nop10 red zone clobbering
 2026-05-27 10:26 UTC  (3+ messages)

[PATCHv4 02/13] uprobes/x86: Remove struct uprobe_trampoline object
 2026-05-27  9:58 UTC  (3+ messages)

[PATCHv4 03/13] uprobes/x86: Allow to copy uprobe trampolines on fork
 2026-05-27  9:58 UTC  (3+ messages)

[PATCHv4 06/13] libbpf: Change has_nop_combo to work on top of nop10
 2026-05-27  9:57 UTC  (3+ messages)

[PATCHv4 04/13] uprobes/x86: Unmap trampoline vma object in case it's unused
 2026-05-27  9:57 UTC  (3+ messages)

[PATCH] rv: Use 0 to check for preemption enabled in opid
 2026-05-27  7:24 UTC 

[PATCH v2 00/12] rv: Fixes on Deterministic and Hybrid Automata
 2026-05-27  6:23 UTC  (13+ messages)
` [PATCH v2 01/12] rv: Fix __user specifier usage in extract_params()
` [PATCH v2 02/12] rv: Fix read_lock scope in per-task DA cleanup
` [PATCH v2 03/12] rv: Reset per-task DA monitors before releasing the slot
` [PATCH v2 04/12] rv: Prevent task migration while handling per-CPU events
` [PATCH v2 05/12] rv: Prevent in-flight per-task handlers from using invalid slots
` [PATCH v2 06/12] rv: Ensure all pending probes terminate on per-obj monitor destroy
` [PATCH v2 07/12] rv: Fix monitor start ordering and memory ordering for monitoring flag
` [PATCH v2 08/12] rv: Ensure synchronous cleanup for HA monitors
` [PATCH v2 09/12] rv: Do not rely on clean monitor when initialising HA
` [PATCH v2 10/12] rv: Add automatic cleanup handlers for per-task HA monitors
` [PATCH v2 11/12] verification/rvgen: Generate cleanup hook for per-obj monitor
` [PATCH v2 12/12] verification/rvgen: Fix suffix strip in dot2k

[PATCH v2] tracing: Point constant hist field type to string literal
 2026-05-27  2:41 UTC  (2+ messages)

[PATCH] tracing: Use kstrdup_const() for constant hist field type
 2026-05-27  2:26 UTC  (5+ messages)
    ` [PATCH v2] tracing: Point constant hist field type to string literal

[RFC PATCH v3 0/3] trace: stack trace deduplication for ftrace ring buffer
 2026-05-27  2:23 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] tracing: Expose tracepoint BTF ids via tracefs
 2026-05-27  1:57 UTC  (4+ messages)
` [PATCH bpf-next v2 2/3] "

[PATCH] tracing: Fix field_var_str allocation errno
 2026-05-27  1:04 UTC  (2+ messages)

[PATCHv4 08/13] selftests/bpf: Emit nop,nop10 instructions combo for x86_64 arch
 2026-05-26 21:46 UTC  (2+ messages)

[PATCHv4 07/13] libbpf: Detect uprobe syscall with new error
 2026-05-26 21:46 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