Linux Trace Kernel
 help / color / mirror / Atom feed
 messages from 2026-05-26 09:19:47 to 2026-05-26 21:46:49 UTC [more...]

[PATCHv4 00/13] uprobes/x86: Fix red zone issue for optimized uprobes
 2026-05-26 21:46 UTC  (22+ 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 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

[RFC PATCH 0/3] trace: stack trace deduplication for ftrace ring buffer
 2026-05-26 19:39 UTC  (6+ 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 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 v21 0/9] ring-buffer: Making persistent ring buffers robust
 2026-05-26 17:42 UTC  (6+ messages)
` [PATCH v21 8/9] ring-buffer: Show persistent buffer dropped events in trace file

[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 v2] perf/ftrace: Fix WARNING in __unregister_ftrace_function
 2026-05-26 15:38 UTC  (5+ messages)

[PATCH v6] tracing/eprobes: Allow use of BTF names to dereference pointers
 2026-05-26 15:33 UTC  (5+ 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  (14+ 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  (12+ 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

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

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

[PATCH] tracing: Use kstrdup_const() for constant hist field type
 2026-05-26  9:51 UTC 

[PATCH] tracing: Fix field_var_str allocation errno
 2026-05-26  9:50 UTC 


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