Linux Trace Kernel
 help / color / mirror / Atom feed
 messages from 2026-05-23 00:18:04 to 2026-05-27 11:42:40 UTC [more...]

[PATCHv6 bpf-next 00/29] bpf: tracing_multi link
 2026-05-27 11:39 UTC  (16+ 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

[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] selftests/ftrace: Fix trace_marker_raw test on 64K page kernels
 2026-05-27  9:54 UTC 

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

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

[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 v21 0/9] ring-buffer: Making persistent ring buffers robust
 2026-05-27  3:57 UTC  (10+ 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 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  (10+ messages)
` [RFC PATCH v2 "
` [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 v2] perf/ftrace: Fix WARNING in __unregister_ftrace_function
 2026-05-26 15:38 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  (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  (18+ messages)
` [PATCHv3 03/12] uprobes/x86: Allow to copy uprobe trampolines on fork
` [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)

[PATCH mm-unstable v17 00/14] khugepaged: mTHP support
 2026-05-25 13:08 UTC  (6+ messages)
` [PATCH mm-unstable v17 11/14] mm/khugepaged: Introduce mTHP collapse support

[PATCH 0/3] rv: rtapp monitor update
 2026-05-25 11:45 UTC  (7+ messages)
` [PATCH 2/3] rv/rtapp/sleep: Update nanosleep rule
` [PATCH 3/3] rv/rtapp: Add wakeup monitor

[PATCH 00/13] rv: Convert rvgen to Lark
 2026-05-25  8:03 UTC  (3+ messages)
` [PATCH 07/13] rv: Simply hybrid automata monitors's clock variables

[PATCH] tracing: Replace BUG_ON with lockdep_assert_held in uprobe_buffer functions
 2026-05-25  7:42 UTC  (3+ messages)

[PATCH v3 0/2] Add trace events for Qualcomm GENI SPI drivers
 2026-05-25  5:17 UTC  (5+ messages)
` [PATCH v3 2/2] spi: qcom-geni: Add trace events for Qualcomm GENI SPI driver

[PATCH] tracing/probes: Point the error offset correctly for eprobe argument error
 2026-05-25  2:21 UTC 

[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
 2026-05-25  2:03 UTC  (11+ messages)

[BUG] tracing/kprobe: perf dynamic ustring sample can exceed PERF_MAX_TRACE_SIZE and WARN
 2026-05-25  0:58 UTC  (2+ messages)

[BUG] tracing/uprobe: oversized dynamic ustring triggers WARN_ON_ONCE panic
 2026-05-25  0:56 UTC  (2+ messages)

[PATCH v8] blk-mq: add tracepoint block_rq_tag_wait
 2026-05-24 22:39 UTC  (2+ messages)

[PATCHv3 02/12] uprobes/x86: Remove struct uprobe_trampoline object
 2026-05-24 22:13 UTC  (3+ messages)

[PATCH RESEND] rtla: Fix output files in source tree
 2026-05-24 16:24 UTC 

[PATCH] tracing: fix CFI violation in probestub helper
 2026-05-24 15:43 UTC 

[RFC PATCH 0/2] random: tracing: Expose last boot ID on persistent instance
 2026-05-24  1:44 UTC  (4+ messages)
` [RFC PATCH 2/2] tracing: Record and show boot ID in last_boot_info

[PATCH v7] blk-mq: add tracepoint block_rq_tag_wait
 2026-05-23 23:55 UTC  (2+ messages)

[PATCH v7 00/42] guest_memfd: In-place conversion support
 2026-05-23  0:18 UTC  (37+ messages)
` [PATCH v7 07/42] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH v7 08/42] KVM: Move kvm_supported_mem_attributes() to kvm_host.h
` [PATCH v7 09/42] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v7 10/42] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v7 11/42] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [PATCH v7 12/42] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v7 13/42] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
` [PATCH v7 14/42] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v7 15/42] KVM: guest_memfd: Use actual size for invalidation in kvm_gmem_release()
` [PATCH v7 16/42] KVM: guest_memfd: Determine invalidation filter from memory attributes
` [PATCH v7 17/42] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v7 18/42] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v7 19/42] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v7 20/42] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v7 21/42] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v7 22/42] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v7 23/42] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v7 24/42] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v7 25/42] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v7 26/42] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v7 27/42] KVM: selftests: Test basic single-page conversion flow
` [PATCH v7 28/42] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v7 29/42] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v7 30/42] KVM: selftests: Test conversion before allocation
` [PATCH v7 31/42] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v7 32/42] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v7 33/42] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v7 34/42] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v7 35/42] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v7 36/42] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v7 37/42] KVM: selftests: Provide common function to set memory attributes
` [PATCH v7 38/42] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [PATCH v7 39/42] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v7 40/42] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH v7 41/42] KVM: selftests: Add script to exercise private_mem_conversions_test
` [PATCH v7 42/42] KVM: selftests: Update private memory exits test to work with per-gmem attributes


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