Linux Trace Kernel
 help / color / mirror / Atom feed
 messages from 2026-08-27 07:24:13 to 2026-08-31 00:25:22 UTC [more...]

[PATCH v12 00/45] guest_memfd: In-place conversion support
 2026-08-31  0:25 UTC  (32+ messages)
` [PATCH v12 01/45] KVM: guest_memfd: Optimize away conversion overheads via dead-code elimination
` [PATCH v12 02/45] KVM: guest_memfd: Use kvm_mem_is_private() when populating guest_memfd memory
` [PATCH v12 03/45] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v12 04/45] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v12 05/45] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v12 06/45] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v12 07/45] KVM: Rename kvm_mem_is_private() to kvm_is_private_gfn()
` [PATCH v12 08/45] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v12 09/45] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v12 10/45] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v12 11/45] KVM: guest_memfd: Invalidate both SHARED and PRIVATE mappings for in-place conversions
` [PATCH v12 12/45] KVM: guest_memfd: Always fault from guest_memfd if in-place conversion is enabled
` [PATCH v12 13/45] KVM: guest_memfd: Pass mapping type filter to invalidation helper
` [PATCH v12 14/45] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v12 15/45] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v12 16/45] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion
` [PATCH v12 17/45] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v12 18/45] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v12 19/45] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v12 20/45] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v12 21/45] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v12 22/45] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v12 23/45] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v12 24/45] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v12 25/45] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v12 26/45] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v12 27/45] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v12 28/45] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v12 29/45] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v12 30/45] KVM: selftests: Test basic single-page conversion flow
` [PATCH v12 31/45] KVM: selftests: Test conversion flow when INIT_SHARED

[PATCH v5 0/6] sched: Add support for long task name
 2026-08-30 22:55 UTC  (15+ messages)
` [PATCH v5 1/6] treewide: Get rid of get_task_comm()
` [PATCH v5 2/6] treewide: Replace memcpy(..., current->comm) with copy_task_comm()
` [PATCH v5 3/6] lib/string_kunit: Add test for copy_task_comm()
` [PATCH v5 4/6] sched: Extend task command name with TASK_COMM_EXT_LEN
` [PATCH v5 5/6] prctl: Add support for long user thread names
` [PATCH v5 6/6] selftests: prctl: Add test for long "

[PATCH v3 0/2] tracing: Remove trace_printk.h from kernel.h
 2026-08-30 22:27 UTC  (2+ messages)

[RFC PATCH 0/4] ftrace: Add task comm filtering for function tracing
 2026-08-30 15:27 UTC  (7+ messages)
` [RFC PATCH 1/4] ftrace: Generalize function task filter names
` ​[RFC PATCH 2/4] ftrace: Centralize task filter state updates
` [RFC PATCH 3/4] ftrace: Add exact task comm filtering
` [RFC PATCH 4/4] Documentation/ftrace: Document function comm filters

[PATCH v14 00/14] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-08-30 14:52 UTC  (29+ messages)
` [PATCH v14 01/14] x86/mce: Fix hardware debug register corruption on task migration
` [PATCH v14 02/14] tracing/probes: Fix BTF kflag check for anonymous struct member access
` [PATCH v14 03/14] kprobes: Protect kprobe_blacklist with RCU
` [PATCH v14 04/14] x86/hw_breakpoints: Make DR7 updates NMI safe
` [PATCH v14 05/14] x86/hw_breakpoints: Add arch_modify_local_hw_breakpoint_addr() API
` [PATCH v14 06/14] HWBP: Add modify_local_hw_breakpoint_addr() API
` [PATCH v14 07/14] tracing/wprobe: Add wprobe (watchpoint probe) trace event support
` [PATCH v14 08/14] x86: hw_breakpoint: Add a kconfig to clarify when a breakpoint fires
` [PATCH v14 09/14] selftests: tracing: Add a basic testcase for wprobe
` [PATCH v14 10/14] selftests: tracing: Add syntax "
` [PATCH v14 11/14] tracing/wprobe: Add set_wprobe and clear_wprobe event triggers
` [PATCH v14 12/14] selftests: ftrace: Add wprobe trigger testcase
` [PATCH v14 13/14] tracing/wprobe: Support BTF typecast in fetchargs
` [PATCH v14 14/14] tracing/wprobe: Support BTF struct offset resolution in set_wprobe trigger

[PATCH v2] riscv: mm: Trace TLB flush path selection
 2026-08-30 14:36 UTC 

[PATCH] riscv: mm: Trace TLB flush path selection
 2026-08-30 14:19 UTC  (3+ messages)

[PATCH v13 00/12] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-08-30  5:36 UTC  (22+ messages)
` [PATCH v13 02/12] x86/hw_breakpoints: Make DR7 updates NMI safe
` [PATCH v13 05/12] tracing/wprobe: Add wprobe (watchpoint probe) trace event support
` [PATCH v13 07/12] selftests: tracing: Add a basic testcase for wprobe
` [PATCH v13 08/12] selftests: tracing: Add syntax "
` [PATCH v13 09/12] tracing/wprobe: Add set_wprobe and clear_wprobe event triggers
` [PATCH v13 10/12] selftests: ftrace: Add wprobe trigger testcase
` [PATCH v13 12/12] tracing/wprobe: Support BTF struct offset resolution in set_wprobe trigger

[PATCH 0/6] userfaultfd: decouple uffd mode from VMA flags
 2026-08-30  5:36 UTC  (22+ messages)
` [PATCH 5/6] userfaultfd: decouple fault reason "
` [PATCH 6/6] userfaultfd: collapse VM_UFFD_{MISSING,WP,MINOR,RWP} into single VM_UFFD

[PATCH v2] ftrace: Take trace_array reference before accessing its ftrace_ops
 2026-08-30  0:51 UTC  (3+ messages)

[PATCH 0/3] workqueue: Add telemetry tracepoints for CPU hogs, distress, and BH budget yields
 2026-08-29 23:14 UTC  (5+ messages)
` [PATCH 1/3] workqueue: Add workqueue_cpu_intensive tracepoint
` [PATCH 2/3] workqueue: Add workqueue_mayday and workqueue_rescued tracepoints
` [PATCH 3/3] workqueue: Add workqueue_bh_budget_yield tracepoint

[PATCH] tracing: Have show_event_filters/triggers files take trace array ref
 2026-08-29  8:21 UTC  (3+ messages)

[PATCH] riscv: ftrace: only use pre-function NOPs with call ops
 2026-08-29  3:45 UTC 

[PATCH] ftrace: Take trace_array reference before accessing its ftrace_ops
 2026-08-29  2:22 UTC  (3+ messages)

ftrace: UAF in ftrace_regex_open() on a removed tracing instance
 2026-08-28 19:55 UTC  (8+ messages)

[PATCH v11 00/46] guest_memfd: In-place conversion support
 2026-08-28 14:57 UTC  (9+ messages)
` [PATCH v11 15/46] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion

[RFC PATCH 4/9] module: Allocate MOD_INIT_TEXT from the MOD_TEXT ROX allocation
 2026-08-28 14:11 UTC  (2+ messages)

[syzbot] [fs?] [trace?] WARNING in eventfs_create_events_dir
 2026-08-28 13:50 UTC  (2+ messages)

[RFC PATCH 0/9] arm64: Allocate .text and .init.text together
 2026-08-28 13:45 UTC  (3+ messages)

[PATCH] tracing: Delay module ref count for "enable_event" trigger
 2026-08-28 13:43 UTC  (2+ messages)

[BUG] tracing: use-after-free in t_start() when a trace instance is removed
 2026-08-28 13:28 UTC  (4+ messages)

[syzbot] [trace?] [block?] KASAN: slab-use-after-free Read in blk_log_remap
 2026-08-28 12:12 UTC 

[PATCH v6 0/9] rv: Add task latency over budget RV monitor
 2026-08-28 11:15 UTC  (16+ messages)
` [PATCH v6 1/9] rv: Introduce DA_MON_ALLOCATION_STRATEGY
` [PATCH v6 2/9] rv: Add generic uprobe infrastructure for RV monitors
` [PATCH v6 3/9] rv: Add tlob model DOT file
` [PATCH v6 4/9] rv: Fix ha_invariant_passed_ns silent bypass of invariant check
` [PATCH v6 6/9] rv: Add tlob hybrid automaton monitor
` [PATCH v6 7/9] rv: Add KUnit tests for the tlob monitor
` [PATCH v6 8/9] selftests/verification: Add tlob selftests

[PATCH v8 0/3] ring-buffer: Fixes for subbuf resizing and persistent buffers
 2026-08-28  8:36 UTC  (12+ messages)
` [PATCH v8 1/3] tracing: Fix subbuf resize races with trace_pipe_raw readers

[PATCH v10 09/41] KVM: guest_memfd: Filter both shared and private when invalidating
 2026-08-27 19:08 UTC  (11+ messages)

[PATCH v4 0/4] rv/reactors: fix lockdep warning and add KUnit tests
 2026-08-27 19:02 UTC  (8+ messages)
` [PATCH v4 1/4] rv/reactors: use LD_WAIT_SPIN as the reactor lockdep wait type
` [PATCH v4 2/4] rv/reactors: propagate rv_register_reactor() error from reactor init
` [PATCH v4 3/4] rv/reactors: export rv_register_reactor() and rv_unregister_reactor()
` [PATCH v4 4/4] rv/reactors: add KUnit tests for reactor registration and dispatch

[PATCH v3] tracing/user_events: Clear copied tracing state before fork duplication
 2026-08-27 18:43 UTC 

[RFC 0/3] rv: per-edge dwell-time statistics for per-cpu monitors
 2026-08-27 18:21 UTC  (11+ messages)
` [RFC 1/3] rv: add per-edge dwell-time statistics primitive
` [RFC 2/3] rv: add per-monitor edge-stat facility and stats file
` [RFC 3/3] rv: collect per-edge dwell time for per-cpu DA/HA monitors

[PATCH] uprobes: Free utask on dup_return_instance() failure
 2026-08-27 16:44 UTC  (12+ messages)
                ` SIGILL and uretprobes, WAS: "

[RFC] tracing: aggregate ring-buffer memory statistics
 2026-08-27 15:38 UTC  (3+ messages)
  ` [External Mail][RFC] "

[PATCH 0/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
 2026-08-27 14:30 UTC  (6+ messages)
` [PATCH 1/2] module: pull out add_taint_module() to be public
` [PATCH 2/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers

[PATCH v2] tracing/user_events: Clear copied tracing state before fork duplication
 2026-08-27 12:44 UTC  (15+ messages)

Management Services
 2026-08-27  9:39 UTC 

[PATCH 0/4] tracing/osnoise: Synchronization fixes
 2026-08-27  9:04 UTC  (6+ messages)
` [PATCH 1/4] tracing/osnoise: Per-cpu mutex and fd detachment


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