Linux Trace Kernel
 help / color / mirror / Atom feed
 messages from 2026-05-25 14:15:04 to 2026-05-27 19:39:36 UTC [more...]

[PATCH v8 0/6] mm/memory-failure: add panic option for unrecoverable pages
 2026-05-27 19:39 UTC  (8+ 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 v2] scripts: Have make TAGS not include structure members
 2026-05-27 19:36 UTC  (5+ messages)
  ` [PATCH v2] scripts: Have make TAGS not include structure members'

[PATCH bpf-next] x86/ftrace: relocate %rip-relative percpu refs in dynamic trampolines
 2026-05-27 19:30 UTC  (2+ messages)

[PATCH bpf-next] x86/ftrace: relocate %rip-relative percpu refs in dynamic trampolines
 2026-05-27 19:12 UTC 

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

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

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

[PATCH v21 0/9] ring-buffer: Making persistent ring buffers robust
 2026-05-27 13:35 UTC  (11+ messages)
` [PATCH v21 8/9] ring-buffer: Show persistent buffer dropped events in trace file
` [PATCH v21 9/9] ring-buffer: Show persistent buffer dropped events in trace_pipe 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  (31+ messages)
` [PATCHv4 01/13] uprobes/x86: Use proper mm_struct in __in_uprobe_trampoline
` [PATCHv4 02/13] uprobes/x86: Remove struct uprobe_trampoline object
` [PATCHv4 03/13] uprobes/x86: Allow to copy uprobe trampolines on fork
` [PATCHv4 04/13] uprobes/x86: Unmap trampoline vma object in case it's unused
` [PATCHv4 05/13] uprobes/x86: Move optimized uprobe from nop5 to nop10
` [PATCHv4 06/13] libbpf: Change has_nop_combo to work on top of nop10
` [PATCHv4 07/13] libbpf: Detect uprobe syscall with new error
` [PATCHv4 08/13] selftests/bpf: Emit nop,nop10 instructions combo for x86_64 arch
` [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
` [PATCHv4 13/13] selftests/bpf: Add tests for forked/cloned optimized uprobes

[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 0/3] trace: stack trace deduplication for ftrace ring buffer
 2026-05-27  2:23 UTC  (7+ messages)
` [RFC PATCH v3 "
  ` [RFC PATCH v3 1/3] trace: add lock-free stackmap for stack trace deduplication
  ` [RFC PATCH v3 2/3] trace: integrate stackmap into ftrace stack recording path
  ` [RFC PATCH v3 3/3] trace: add documentation, selftest and tooling for stackmap

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

[PATCH v2 00/17] Landlock tracepoints
 2026-05-26 21:34 UTC  (5+ messages)
` [PATCH v2 06/17] landlock: Add create_ruleset and free_ruleset tracepoints
` [PATCH v2 10/17] landlock: Set audit_net.sk for socket access checks

[PATCH 6.12] x86/fgraph: Fix return_to_handler regs.rsp value
 2026-05-26 19:23 UTC 

[PATCH 6.12] tracing: Fix the bug where bpf_get_stackid returns -EFAULT on the ARM64
 2026-05-26 19:20 UTC 

[PATCH v4 0/2] Add tracepoints support for Qualcomm GENI Serial drivers
 2026-05-26 17:37 UTC  (3+ messages)
` [PATCH v4 1/2] serial: qcom-geni: trace: Add tracepoint support for Qualcomm GENI serial
` [PATCH v4 2/2] serial: qcom-geni: Add tracepoints for Qualcomm GENI serial driver

[PATCH 0/9] rv: Fixes on Deterministic and Hybrid Automata
 2026-05-26 17:27 UTC  (7+ messages)
` [PATCH 6/9] rv: Ensure synchronous cleanup for HA monitors

[PATCH] trace: allocate fields with elt struct
 2026-05-26 16:48 UTC  (3+ messages)
` [PATCH] tracing: Do not call map->ops->elt_free() if elt_alloc() is not succeeded

[PATCH v9] blk-mq: add tracepoint block_rq_tag_wait
 2026-05-26 16:37 UTC  (2+ messages)

[PATCH RFC 0/3] Demote to lower tier using non-temporal stores
 2026-05-26 15:25 UTC  (5+ messages)
` [PATCH RFC 1/3] mm, x86: support copying a folio "
` [PATCH RFC 2/3] mm: new migrate_mode flag for async "
` [PATCH RFC 3/3] mm: use non-temporal stores for demotion

[PATCH 0/5] x86/xen: Get rid of Xen private lazy MMU mode tracking
 2026-05-26 15:05 UTC  (2+ messages)
` [PATCH 1/5] x86/xen: Drop lazy mode from trace entries

[PATCH mm-hotfixes-unstable v18 00/14] khugepaged: add mTHP collapse support
 2026-05-26 14:45 UTC  (21+ messages)
` [PATCH mm-unstable v18 04/14] mm/khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH mm-unstable v18 06/14] mm/khugepaged: generalize collapse_huge_page for mTHP collapse
` [PATCH mm-unstable v18 11/14] mm/khugepaged: Introduce mTHP collapse support
` [PATCH mm-unstable v18 14/14] Documentation: mm: update the admin guide for mTHP collapse

[PATCHv3 00/12] uprobes/x86: Fix red zone issue for optimized uprobes
 2026-05-26 14:26 UTC  (15+ messages)
` [PATCHv3 04/12] uprobes/x86: Move optimized uprobe from nop5 to nop10
` [PATCHv3 05/12] libbpf: Change has_nop_combo to work on top of nop10
` [PATCHv3 07/12] selftests/bpf: Emit nop,nop10 instructions combo for x86_64 arch
` [PATCHv3 08/12] selftests/bpf: Change uprobe syscall tests to use nop10

[PATCH 1/4] rtla/actions: Restore continue flag in actions_perform()
 2026-05-26 10:25 UTC  (4+ messages)
` [PATCH 2/4] rtla/tests: Add unit test for restoring continue flag
` [PATCH 3/4] rtla/tests: Run runtime tests in temporary directory
` [PATCH 4/4] rtla/tests: Add runtime tests for restoring continue flag

[PATCH] tracing: Disable KCOV instrumentation for trace_irqsoff.o
 2026-05-26 10:22 UTC  (3+ messages)

[PATCHv2] trace: allocate fields with elt struct
 2026-05-26  4:43 UTC  (2+ messages)

[PATCH] rethook: Use tsk->on_cpu to check task execution state
 2026-05-26  3:37 UTC  (2+ messages)

[PATCHv5 bpf-next 06/28] bpf: Move trampoline image setup into bpf_trampoline_ops callbacks
 2026-05-25 20:05 UTC  (4+ messages)

[PATCHv3 11/12] selftests/bpf: Add tests for uprobe nop10 red zone clobbering
 2026-05-25 15:44 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox