Linux Trace Kernel
 help / color / mirror / Atom feed
 messages from 2026-08-23 21:03:40 to 2026-08-26 09:19:17 UTC [more...]

[PATCH v11 00/46] guest_memfd: In-place conversion support
 2026-08-26  9:18 UTC  (40+ messages)
` [PATCH v11 01/46] KVM: guest_memfd: Optimize away conversion overheads via dead-code elimination
` [PATCH v11 02/46] KVM: guest_memfd: Use kvm_mem_is_private() when populating guest_memfd memory
` [PATCH v11 03/46] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v11 04/46] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v11 05/46] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v11 06/46] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v11 07/46] KVM: Rename kvm_mem_is_private() to kvm_is_private_gfn()
` [PATCH v11 08/46] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v11 09/46] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v11 10/46] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v11 11/46] KVM: guest_memfd: Invalidate both SHARED and PRIVATE mappings for in-place conversions
` [PATCH v11 12/46] KVM: guest_memfd: Pass mapping type filter to invalidation helper
` [PATCH v11 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v11 14/46] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v11 15/46] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion
` [PATCH v11 16/46] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v11 17/46] mm/gup: factor out LRU cache draining for folio into lru_cache_drain_for_folio()
` [PATCH v11 18/46] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v11 19/46] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v11 20/46] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v11 21/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v11 22/46] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v11 23/46] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v11 24/46] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v11 25/46] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v11 26/46] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v11 27/46] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v11 28/46] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v11 29/46] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v11 30/46] KVM: selftests: Test basic single-page conversion flow
` [PATCH v11 31/46] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v11 32/46] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v11 33/46] KVM: selftests: Test conversion before allocation
` [PATCH v11 34/46] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v11 35/46] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v11 36/46] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v11 37/46] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
` [PATCH v11 38/46] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v11 39/46] KVM: selftests: Reset shared memory after hole-punching

[PATCH v10 00/41] guest_memfd: In-place conversion support
 2026-08-26  9:18 UTC  (31+ messages)
` [PATCH v10 07/41] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v10 09/41] KVM: guest_memfd: Filter both shared and private when invalidating
` [PATCH v10 13/41] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v10 18/41] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v10 40/41] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd

[PATCH] tracing: Fix use-after-free on field name/type of dynamic probe events
 2026-08-26  3:11 UTC  (10+ messages)
  ` [PATCH v3] tracing/probes: Fix use-after-free on field name/type of multi-probe events
        ` [PATCH v4] tracing/probes: Fix use-after-free on field name/type of events with multiple probes

[PATCH v2] samples/ftrace: Fix kthread_stop() on ERR_PTR in ftrace-direct-modify
 2026-08-26  2:02 UTC  (2+ messages)

[PATCH v2] samples/ftrace: Fix kthread_stop() on ERR_PTR in ftrace-direct-multi-modify
 2026-08-26  2:00 UTC  (2+ messages)

[PATCH] ftrace: Have stacktrace option work with func-args
 2026-08-25 23:10 UTC 

[PATCH] eventfs: Initialise ei->children before it can be freed
 2026-08-25 22:57 UTC  (3+ messages)

[PATCH bpf-next 00/13] bpf: Add tracing_multi link support for bpf progs
 2026-08-25 18:27 UTC  (8+ messages)

[PATCH] uprobes: Free utask on dup_return_instance() failure
 2026-08-25 18:23 UTC  (10+ messages)
                ` SIGILL and uretprobes, WAS: "

[PATCH 0/2] ftrace/selftests: Fix registering kprobe on non-unique symbol
 2026-08-25 16:58 UTC  (3+ messages)
` [PATCH 1/2] ftrace/selftests: Fix regex pattern to match vmlinux symbol names only
` [PATCH 2/2] ftrace/selftests: Change non-unique test symbol to init_once

[PATCH v2 0/2] tracing: Fix remote reader page swap failures
 2026-08-25 16:52 UTC  (3+ messages)
` [PATCH v2 1/2] tracing: Fix retry exhaustion in simple ring buffer reader swap
` [PATCH v2 2/2] ring-buffer: Stop remote reader update when page swap fails

[RFC PATCH 00/57] mm/collapse: rebuild collapse on migration primitives
 2026-08-25 16:52 UTC  (23+ messages)
` [RFC PATCH 03/57] mm/collapse: add collapse.h for the shared collapse state
` [RFC PATCH 19/57] mm/collapse: install a PMD leaf as the terminal layer

[GIT PULL] rv fixes for v7.3-rc1
 2026-08-25 15:56 UTC 

[PATCH] tracing/user_events: Clear copied tracing state before fork duplication
 2026-08-25 14:46 UTC  (2+ messages)

[PATCH v3 0/4] rv/reactors: fix lockdep warning and add KUnit tests
 2026-08-25 14:43 UTC  (8+ messages)
` [PATCH v3 1/4] rv/reactors: use context-sensitive lockdep wait type in rv_react()

[PATCH v7 0/3] ring-buffer: Fixes for subbuf resizing and persistent buffers
 2026-08-25 14:25 UTC  (10+ messages)
` [PATCH v7 1/3] tracing: Fix subbuf resize races with trace_pipe_raw readers

[RFC] tracing: aggregate ring-buffer memory statistics
 2026-08-25 14:10 UTC 

[RFC PATCH bpf-next v3 0/2] ftrace: deprecate the ftrace_enabled disable switch
 2026-08-25 13:12 UTC  (17+ messages)
` [RFC PATCH bpf-next v3 1/2] ftrace: deprecate disabling via ftrace_enabled sysctl
` [RFC PATCH bpf-next v3 2/2] selftests/livepatch: update test-ftrace.sh for deprecated ftrace_enabled

[PATCH 0/6] userfaultfd: decouple uffd mode from VMA flags
 2026-08-25 13:00 UTC  (33+ messages)
` [PATCH 1/6] mm/gup: move gup_can_follow_protnone() to gup.c
` [PATCH 2/6] userfaultfd: constify VMA parameter of userfaultfd_*() helpers
` [PATCH 3/6] userfaultfd: use userfaultfd_*() helpers instead of open coded flag tests
` [PATCH 4/6] userfaultfd: rename vm_userfaultfd_ctx to vm_uffd_state
` [PATCH 5/6] userfaultfd: decouple fault reason from VMA flags
` [PATCH 6/6] userfaultfd: collapse VM_UFFD_{MISSING,WP,MINOR,RWP} into single VM_UFFD

[PATCH 1/2] samples/ftrace: Fix kthread_stop() on ERR_PTR in ftrace-direct-multi-modify
 2026-08-25 12:56 UTC  (2+ messages)

[PATCH 2/2] samples/ftrace: Fix kthread_stop() on ERR_PTR in ftrace-direct-modify
 2026-08-25 12:54 UTC  (2+ messages)

[PATCH v5 00/10] dma-buf: heaps: Add support for Tegra VPR
 2026-08-25 12:29 UTC  (4+ messages)
` [PATCH v5 05/10] mm/cma: Introduce cma_alloc_at() API

[PATCH 0/2] tracing: Fix remote reader page swap failures
 2026-08-25  8:39 UTC  (6+ messages)
` [PATCH 1/2] tracing: Fix retry exhaustion in simple ring buffer reader swap
` [PATCH 2/2] ring-buffer: Stop remote reader update when page swap fails

[PATCH] verification/rvgen: Use .old instead of .bak for kunit backup files
 2026-08-25  6:49 UTC  (4+ messages)

[RFC PATCH 18/57] mm/collapse: install the destinations at PTE level
 2026-08-25  6:48 UTC  (2+ messages)

[RFC PATCH 16/57] mm/collapse: freeze the sources behind migration entries
 2026-08-25  2:44 UTC  (6+ messages)

[PATCH] tracing: Fix use-after-free in trace_pipe read on sub-buffer order change
 2026-08-25  1:53 UTC  (3+ messages)

[PATCH] perf/bpf: Fix lockless access to parent_event->prog in perf_event_alloc()
 2026-08-25  1:38 UTC  (5+ messages)

[PATCH] eventfs: Initialize ei->children and ei->list in init_ei()
 2026-08-25  1:36 UTC  (4+ messages)

[PATCH] tracing/user_events: Clear copied tracing state before fork duplication
 2026-08-24 23:49 UTC  (2+ messages)

[PATCH 0/4] tracing/osnoise: Synchronization fixes
 2026-08-24 21:30 UTC  (8+ messages)
` [PATCH 1/4] tracing/osnoise: Per-cpu mutex and fd detachment
` [PATCH 2/4] tracing/osnoise: timerlat_main: Disable migration before per-cpu access
` [PATCH 3/4] tracing/osnoise: start_kthread: Always check OSN_WORKLOAD
` [PATCH 4/4] tracing/osnoise: Take trace_types_lock in timerlat_fd_open

[PATCH] tracing/user_events: Don't destroy fields when event removal fails
 2026-08-24 20:39 UTC  (2+ messages)

[PATCH v6 0/9] rv: Add task latency over budget RV monitor
 2026-08-24 19:35 UTC  (5+ messages)
` [PATCH v6 9/9] selftests/ftrace: Walk up to find test.d/functions when a subdirectory is passed

[PATCH v2] fork: initialize function graph state before copy_exec_state()
 2026-08-24 14:00 UTC  (7+ messages)
` [PATCH v3] "

[PATCH v4 00/10] dma-buf: heaps: Add support for Tegra VPR
 2026-08-24 13:07 UTC  (10+ messages)
` [PATCH v4 07/10] "

[RFC PATCH 12/57] mm/collapse: allocate a destination per candidate
 2026-08-24 12:37 UTC  (3+ messages)

[PATCH v2] tracing: Fix use-after-free on field name/type of dynamic probe events
 2026-08-24 10:40 UTC  (2+ messages)

[RFC PATCH 08/57] mm/collapse: scan a table for what a collapse could use
 2026-08-24  9:36 UTC  (3+ messages)

[PATCH v5 00/17] rv: Add selftests to tools and KUnit tests
 2026-08-24  6:22 UTC  (4+ messages)
` [PATCH v5 10/17] verification/rvgen: Add selftests for rvgen kunit

[syzbot] [trace?] [fs?] WARNING in free_ei
 2026-08-24  0:13 UTC 


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