Linux Trace Kernel
 help / color / mirror / Atom feed
 messages from 2026-09-08 20:45:34 to 2026-09-10 23:55:41 UTC [more...]

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

[PATCH RFC 00/13] rcu-tasks: let preemption outside trampolines be a quiescent state
 2026-09-10 22:59 UTC  (20+ messages)
` [PATCH RFC 01/13] rcu-tasks: Add per-task trampoline nesting count
` [PATCH RFC 02/13] entry: Pass pt_regs to irqentry_exit_cond_resched()
` [PATCH RFC 03/13] rcu-tasks: Hold trampoline nesting across irq-exit preemption in trampoline text
` [PATCH RFC 04/13] kprobes: Let Tasks RCU recognise tasks preempted in an optprobe jump window
` [PATCH RFC 05/13] ftrace: Mark modules hosting direct-call trampolines for Tasks RCU
` [PATCH RFC 06/13] x86/ftrace: Maintain Tasks RCU trampoline nesting in ftrace_caller
` [PATCH RFC 07/13] x86/kprobes: Maintain Tasks RCU trampoline nesting in the optprobe template
` [PATCH RFC 08/13] bpf, x86: Maintain Tasks RCU trampoline nesting in the BPF trampoline
` [PATCH RFC 09/13] arm64: ftrace: Maintain Tasks RCU trampoline nesting in ftrace_caller
` [PATCH RFC 10/13] bpf, arm64: Maintain Tasks RCU trampoline nesting in the BPF trampoline
` [PATCH RFC 11/13] samples: ftrace: Maintain Tasks RCU trampoline nesting in direct-call trampolines
` [PATCH RFC 12/13] rcutorture: Bracket Tasks RCU readers with trampoline nesting
` [PATCH RFC 13/13] rcu-tasks: Treat preemption outside trampolines as a quiescent state

[PATCH v2 0/2] tracing: Do not clean up hiter in mmiotrace read function
 2026-09-10 20:24 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] tracing: Invert the logic in mmio_read() to get rid of the goto

[PATCH] ring-buffer: Add a MAINTAINERS category specific for the tracing ring-buffer
 2026-09-10 20:20 UTC  (3+ messages)

[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-10 18:11 UTC  (28+ messages)
` [PATCH 09/39] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH 11/39] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH 12/39] ALSA: pcm: use vm_insert_page() to map PCM status page
` [PATCH 23/39] mm/mlock: eliminate weird VMA_IO_BIT abuse and simplify
` [PATCH 24/39] mm/vma: enforce that only kernel-owned mappings may set VMA_IO_BIT
` [PATCH 27/39] mm: rename is_vm_hugetlb_page() to vma_is_hugetlb()
` [PATCH 28/39] mm: drop some redundant checks around hugetlb VMAs
` [PATCH 29/39] mm/madvise: update is_valid_guard_vma() to use vma_can_merge()
` [PATCH 30/39] mm/vma: introduce vma[_flags]_is_persistent()
` [PATCH 31/39] mm/uffd: use predicates for userfaultfd checks
` [PATCH 32/39] mm/madvise: use predicates for madvise(..., MADV_DOFORK)
` [PATCH 35/39] mm: avoid use of VMA_SPECIAL_FLAGS in migrate_vma_setup()
` [PATCH 37/39] fuse: dax: do not set VM_MIXEDMAP

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

[PATCH] tools/bootconfig: remove unused PAGE_SIZE macro
 2026-09-10 16:31 UTC 

[PATCH] bootconfig: remove redundant assignment in xbc_parse_array()
 2026-09-10 16:30 UTC 

[PATCH v4 0/2] bootconfig: Fix integer overflow problems
 2026-09-10 16:29 UTC  (5+ messages)
` [PATCH v4 1/2] tools/bootconfig: Fix integer overflow and truncation in size checks
` [PATCH v4 2/2] bootconfig: Fix integer overflow in initrd size check

[PATCH v3 0/2] bootconfig: Fix integer overflow problems
 2026-09-10 14:56 UTC  (8+ messages)
` [PATCH v3 1/2] tools/bootconfig: Fix integer overflow and truncation in size checks
` [PATCH v3 2/2] bootconfig: Fix integer overflow in initrd size check

[PATCH 0/3] bootconfig: Reject unexpected data after null character and cleanups
 2026-09-10 14:36 UTC  (10+ messages)
` [PATCH 1/3] bootconfig: Reject unexpected data after null character
` [PATCH 2/3] tools/bootconfig: Consolidate xbc_init() to error message wrapper
` [PATCH 3/3] bootconfig: Skip internal tree sanity checks in kernel

[PATCH v6 00/12] dma-buf: heaps: Add support for Tegra VPR
 2026-09-10 10:52 UTC  (13+ messages)
` [PATCH v6 03/12] dt-bindings: gpu: host1x: Document memory-regions for NVDEC
` [PATCH v6 04/12] arm64/mm: Export set_direct_map_*_noflush() APIs
` [PATCH v6 06/12] of: Export of_node_to_nid()
` [PATCH v6 08/12] dma-buf: heaps: Add debugfs support

[PATCH] tracing: uprobes: Fix slab use-after-free in filter_chain
 2026-09-10  5:24 UTC  (3+ messages)

[PATCH v3 00/14] Remove PG_private by using page/folio->private checks instead
 2026-09-10  2:08 UTC  (9+ messages)
` [PATCH v3 09/14] mm/page-flags: check page/folio->private instead of PG_private
` [PATCH v3 14/14] mm/page-flags: remove PG_private

[PATCH 0/2] tracing: hist: two named trigger error paths that free a published trigger
 2026-09-10  1:10 UTC  (2+ messages)

[PATCH] tracing: hist: free the var ref when its initialization fails
 2026-09-10  1:10 UTC  (2+ messages)

[PATCH] tools/bootconfig: Fix integer overflow in size check
 2026-09-10  1:03 UTC  (4+ messages)

[PATCH v2] tools/bootconfig: Fix integer overflow in size check
 2026-09-10  1:01 UTC  (2+ messages)

[PATCH] selftests/ftrace: Fix unique symbol check in kprobe_non_uniq_symbol.tc
 2026-09-10  0:01 UTC  (4+ messages)

[PATCH v1 0/2] ring-buffer: Fix and unify size and page calculations
 2026-09-09 22:19 UTC  (5+ messages)
` [PATCH v1 1/2] tracing/remotes: Account for ring buffer page header in size calculation
` [PATCH v1 2/2] ring-buffer: Unify ring buffer minimum page calculations

[PATCH v2 0/8] sched: introduce for_each_process_rculock and for_each_thread_rculock
 2026-09-09 22:14 UTC  (14+ messages)
` [PATCH v2 3/8] mm/ksm: convert process iterator to for_each_process_rculock
` [PATCH v2 5/8] kernel: convert process/thread iterators to for_each_*_rculock

[PATCH v2 0/3] dmaengine: qcom: gpi: Add trace event support
 2026-09-09 20:58 UTC  (8+ messages)
` [PATCH v2 1/3] dmaengine: qcom: gpi: trace: Add trace events header for Qualcomm GPI DMA
` [PATCH v2 2/3] dmaengine: qcom: gpi: Add trace event support
` [PATCH v2 3/3] dmaengine: qcom: gpi: Convert dev_dbg() calls to tracepoints

[PATCH] tracing: hist: keep the entry count when the stats allocation fails
 2026-09-09 19:20 UTC  (2+ messages)

[PATCH v4 0/4] dmaengine: rename dma_chan::dev to dma_chan::chan_dev for clarity
 2026-09-09 16:36 UTC  (7+ messages)
` [PATCH v4 1/4] dmaengine: vchan: add vchan_chan_name() to get channel device name
` [PATCH v4 2/4] dmaengine: use dma_chan_name() helper to get per-channel "
` [PATCH v4 3/4] dmaengine: add (dmaengine|vchan)_chan_dev() helper
` [PATCH v4 4/4] dmaengine: add union chan_dev for dma_chan::dev for clarity

[PATCH v12 00/45] guest_memfd: In-place conversion support
 2026-09-09 16:04 UTC  (31+ 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 09/45] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [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 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 23/45] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes

[PATCH RFC 0/2] mm/mglru: add tracepoints for aging and isolation
 2026-09-09 12:43 UTC  (10+ messages)
` [PATCH RFC 1/2] mm/mglru: add tracepoint for folio isolation
` [PATCH RFC 2/2] mm/mglru: add tracepoint for inc_max_seq

[PATCH v3 0/4] dmaengine: rename dma_chan::dev to dma_chan::chan_dev for clarity
 2026-09-09 12:39 UTC  (4+ messages)
` [PATCH v3 3/4] dmaengine: add (dmaengine|vchan)_chan_dev() helper

[PATCH v2] rust: add mark_used macro
 2026-09-09 12:02 UTC 

[PATCH v2] dma-mapping: don't trace the DMA address when the allocation fails
 2026-09-09  9:31 UTC  (2+ messages)

[PATCH] tracing: Fix ring_buffer_read_page_size() kernel-doc
 2026-09-09  6:56 UTC  (2+ messages)

[PATCH RFC 0/8] arm64: ftrace: support CALL_OPS on kernels built with kCFI
 2026-09-09  2:26 UTC  (6+ messages)
` [PATCH RFC 8/8] arm64: ftrace: Allow CALL_OPS on kCFI kernels built with Rust

[PATCH] bootconfig: remove unreachable index checks in xbc_verify_tree()
 2026-09-09  1:27 UTC  (5+ messages)

[PATCH v2] kprobes: use DEFINE_DEBUGFS_ATTRIBUTE for the enabled knob
 2026-09-08 23:46 UTC  (3+ messages)

[PATCH] bootconfig: merge _xbc_exit() into xbc_exit()
 2026-09-08 23:25 UTC  (2+ messages)

[RFC PATCH 3/3] mm/vmscan: make kswapd wakeups NUMA load-aware
 2026-09-08 22:10 UTC 


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