kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-12 13:46:05 to 2025-04-16 05:53:19 UTC [more...]

[PATCH v2 0/1] TDX attestation support
 2025-04-16  5:54 UTC 

[RFC PATCH 0/7] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE
 2025-04-16  4:48 UTC  (2+ messages)

[PATCH v9 0/5] KVM: selftests: Add LoongArch support
 2025-04-16  3:54 UTC  (6+ messages)
` [PATCH v9 1/5] KVM: selftests: Add VM_MODE_P47V47_16K vm mode
` [PATCH v9 2/5] KVM: selftests: Add KVM selftests header files for LoongArch
` [PATCH v9 3/5] KVM: selftests: Add core KVM selftests support "
` [PATCH v9 4/5] KVM: selftests: Add ucall test "
` [PATCH v9 5/5] KVM: selftests: Add test cases "

[PATCH v4 00/13] Enable shared device assignment
 2025-04-16  3:32 UTC  (7+ messages)
` [PATCH v4 04/13] memory: Introduce generic state change parent class for RamDiscardManager

Drop "KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall"
 2025-04-16  3:12 UTC 

[PATCH v2] vfio/type1: Remove Fine Grained Superpages detection
 2025-04-16  2:25 UTC  (3+ messages)

[PATCH 0/3] KVM: x86: allow DEBUGCTL.DEBUGCTLMSR_FREEZE_IN_SMM passthrough
 2025-04-16  0:25 UTC  (4+ messages)
` [PATCH 1/3] x86: KVM: VMX: Wrap GUEST_IA32_DEBUGCTL read/write with access functions
` [PATCH 2/3] x86: KVM: VMX: cache guest written value of MSR_IA32_DEBUGCTL
` [PATCH 3/3] x86: KVM: VMX: preserve host's DEBUGCTLMSR_FREEZE_IN_SMM while in the guest mode

[PATCH net-next v8 1/9] netmem: add niov->type attribute to distinguish different net_iov types
 2025-04-15 22:47 UTC  (9+ messages)
` [PATCH net-next v8 2/9] net: add get_netmem/put_netmem support
` [PATCH net-next v8 3/9] net: devmem: TCP tx netlink api
` [PATCH net-next v8 4/9] net: devmem: Implement TX path
` [PATCH net-next v8 5/9] net: add devmem TCP TX documentation
` [PATCH net-next v8 6/9] net: enable driver support for netmem TX
` [PATCH net-next v8 7/9] gve: add netmem TX support to GVE DQO-RDA mode
` [PATCH net-next v8 8/9] net: check for driver support in netmem TX
` [PATCH net-next v8 9/9] selftests: ncdevmem: Implement devmem TCP TX

[PATCH 00/67] KVM: iommu: Overhaul device posted IRQs support
 2025-04-15 22:04 UTC  (19+ messages)
` [PATCH 02/67] KVM: x86: Reset IRTE to host control if *new* route isn't postable
` [PATCH 06/67] iommu/amd: WARN if KVM attempts to set vCPU affinity without posted intrrupts
` [PATCH 11/67] KVM: SVM: Delete IRTE link from previous vCPU irrespective of new routing
` [PATCH 14/67] KVM: SVM: Add helper to deduplicate code for getting AVIC backing page
` [PATCH 17/67] KVM: SVM: Drop redundant check in AVIC code on ID during vCPU creation

[PATCH v2 0/3] KVM: x86: Dynamically allocate hashed page list
 2025-04-15 21:52 UTC  (4+ messages)
` [PATCH v2 3/3] KVM: x86/mmu: Defer allocation of shadow MMU's "

[PATCH v7 0/9] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-04-15 21:50 UTC  (18+ messages)
` [PATCH v7 1/9] mm: Consolidate freeing of typed folios on final folio_put()
` [PATCH v7 2/9] KVM: guest_memfd: Handle final folio_put() of guest_memfd pages
` [PATCH v7 3/9] KVM: guest_memfd: Allow host to map guest_memfd() pages
` [PATCH v7 4/9] KVM: guest_memfd: Handle in-place shared memory as guest_memfd backed memory

[PATCH v3] PCI: account for sysfs-disabled reset in pci_{slot,bus}_resettable()
 2025-04-15 20:39 UTC  (6+ messages)
` [PATCH] Revert "PCI: Avoid reset when disabled via sysfs"

[RFC PATCH v2 22/22] pci: Define pci_iomap_range_encrypted
 2025-04-15 20:30 UTC  (2+ messages)

[RFC PATCH v2 21/22] pci: Allow encrypted MMIO mapping via sysfs
 2025-04-15 20:28 UTC  (2+ messages)

[RFC PATCH v2 19/22] RFC: pci: Add BUS_NOTIFY_PCI_BUS_MASTER event
 2025-04-15 20:26 UTC  (2+ messages)

[RFC PATCH v2 08/22] pci/tsm: Add PCI driver for TSM
 2025-04-15 20:25 UTC  (2+ messages)

[RFC PATCH v2 01/22] pci/doe: Define protocol types and make those public
 2025-04-15 20:15 UTC  (2+ messages)

arch_timer_edge_cases failures on ampere-one
 2025-04-15 17:31 UTC  (3+ messages)

[RFC PATCH v1 00/15] MSR refactor with new MSR instructions support
 2025-04-15 17:07 UTC  (10+ messages)
` [RFC PATCH v1 10/15] KVM: VMX: Use WRMSRNS or its immediate form when available

[RFC PATCH 00/18] KVM: VMX: Introduce Intel Mode-Based Execute Control (MBEC)
 2025-04-15 14:43 UTC  (4+ messages)

[PATCH 0/6] objtool: Detect and warn about indirect calls in __nocfi functions
 2025-04-15 14:39 UTC  (14+ messages)
` [PATCH 1/6] x86/nospec: JMP_NOSPEC
` [PATCH 2/6] x86/kvm/emulate: Implement test_cc() in C
` [PATCH 3/6] x86/kvm/emulate: Avoid RET for fastops
` [PATCH 4/6] x86,hyperv: Clean up hv_do_hypercall()
` [PATCH 5/6] x86_64,hyperv: Use direct call to hypercall-page
` [PATCH 6/6] objtool: Validate kCFI calls

[PATCH 00/11] x86: 32-bit cleanups
 2025-04-15 13:43 UTC  (10+ messages)
` [PATCH 05/11] x86: remove HIGHMEM64G support
        ` [PATCH] x86/e820: discard high memory that can't be addressed by 32-bit systems
          ` [tip: x86/urgent] x86/e820: Discard "

[PATCH v3] mm: alloc_pages_bulk: support both simple and full-featured API
 2025-04-15 12:45 UTC  (3+ messages)

[PATCH 0/2] KVM: x86: Correct use of kvm_rip_read()
 2025-04-15 11:31 UTC  (4+ messages)
` [PATCH 1/2] KVM: x86: Do not use kvm_rip_read() unconditionally in KVM tracepoints
` [PATCH 2/2] KVM: x86: Do not use kvm_rip_read() unconditionally for KVM_PROFILING

[PATCH] hw/ppc/spapr_hcall: Return host mitigation characteristics in KVM mode
 2025-04-15  9:53 UTC  (3+ messages)

[PATCH 0/5] accel/kvm: Support KVM PMU filter
 2025-04-15  9:59 UTC  (3+ messages)

[PATCH v7 0/6] bugfix some driver issues
 2025-04-15  9:25 UTC  (5+ messages)
` [PATCH v7 5/6] hisi_acc_vfio_pci: bugfix live migration function without VF device driver
` [PATCH v7 6/6] hisi_acc_vfio_pci: update function return values

[PATCH 1/2] KVM: x86: Use asm_inline() instead of asm() in kvm_hypercall[0-4]()
 2025-04-15  7:42 UTC  (5+ messages)
` [PATCH 2/2] KVM: VMX: Use LEAVE in vmx_do_interrupt_irqoff()

[PATCH v10 00/11] arm64: support poll_idle()
 2025-04-15  6:24 UTC  (8+ messages)
` [PATCH v10 10/11] arm64: idle: export arch_cpu_idle()

[PATCH] KVM: VMX: Flush shadow VMCS on emergency reboot
 2025-04-15  1:55 UTC  (9+ messages)

[PATCH 0/2] TDX attestation support
 2025-04-15  1:55 UTC  (5+ messages)
` [PATCH 1/2] KVM: TDX: Handle TDG.VP.VMCALL<GetQuote>

[PATCH v8 0/4] KVM: selftests: Add LoongArch support
 2025-04-15  1:27 UTC  (4+ messages)
` [PATCH v8 1/4] KVM: selftests: Add KVM selftests header files for LoongArch

[PATCH v3 00/17] AMD: Add Secure AVIC Guest Support
 2025-04-14 23:57 UTC  (3+ messages)
` [PATCH v3 12/17] x86/apic: Read and write LVT* APIC registers from HV for SAVIC guests

[PATCH v6 00/30] TDX KVM selftests
 2025-04-14 21:47 UTC  (31+ messages)
` [PATCH v6 01/30] KVM: selftests: Add function to allow one-to-one GVA to GPA mappings
` [PATCH v6 02/30] KVM: selftests: Expose function that sets up sregs based on VM's mode
` [PATCH v6 03/30] KVM: selftests: Store initial stack address in struct kvm_vcpu
` [PATCH v6 04/30] KVM: selftests: Add vCPU descriptor table initialization utility
` [PATCH v6 05/30] KVM: selftests: Update kvm_init_vm_address_properties() for TDX
` [PATCH v6 06/30] KVM: selftests: Add helper functions to create TDX VMs
` [PATCH v6 07/30] KVM: selftests: TDX: Use KVM_TDX_CAPABILITIES to validate TDs' attribute configuration
` [PATCH v6 08/30] KVM: selftests: TDX: Update load_td_memory_region() for VM memory backed by guest memfd
` [PATCH v6 09/30] KVM: selftests: TDX: Add TDX lifecycle test
` [PATCH v6 10/30] KVM: selftests: TDX: Add report_fatal_error test
` [PATCH v6 11/30] KVM: selftests: TDX: Adding test case for TDX port IO
` [PATCH v6 12/30] KVM: selftests: TDX: Add basic TDX CPUID test
` [PATCH v6 13/30] KVM: selftests: TDX: Add basic TDG.VP.VMCALL<GetTdVmCallInfo> test
` [PATCH v6 14/30] KVM: selftests: TDX: Add TDX IO writes test
` [PATCH v6 15/30] KVM: selftests: TDX: Add TDX IO reads test
` [PATCH v6 16/30] KVM: selftests: TDX: Add TDX MSR read/write tests
` [PATCH v6 17/30] KVM: selftests: TDX: Add TDX HLT exit test
` [PATCH v6 18/30] KVM: selftests: TDX: Add TDX MMIO reads test
` [PATCH v6 19/30] KVM: selftests: TDX: Add TDX MMIO writes test
` [PATCH v6 20/30] KVM: selftests: TDX: Add TDX CPUID TDVMCALL test
` [PATCH v6 21/30] KVM: selftests: TDX: Verify the behavior when host consumes a TD private memory
` [PATCH v6 22/30] KVM: selftests: TDX: Add TDG.VP.INFO test
` [PATCH v6 23/30] KVM: selftests: Add functions to allow mapping as shared
` [PATCH v6 24/30] KVM: selftests: TDX: Add shared memory test
` [PATCH v6 25/30] KVM: selftests: KVM: selftests: Expose new vm_vaddr_alloc_private()
` [PATCH v6 26/30] KVM: selftests: TDX: Add support for TDG.MEM.PAGE.ACCEPT
` [PATCH v6 27/30] KVM: selftests: TDX: Add support for TDG.VP.VEINFO.GET
` [PATCH v6 28/30] KVM: selftests: TDX: Add TDX UPM selftest
` [PATCH v6 29/30] KVM: selftests: TDX: Add TDX UPM selftests for implicit conversion
` [PATCH v6 30/30] KVM: selftests: TDX: Test LOG_DIRTY_PAGES flag to a non-GUEST_MEMFD memslot

[PATCH v3 0/9] vhost-scsi: log write descriptors for live migration (and three bugfix)
 2025-04-14 20:52 UTC  (6+ messages)
` [PATCH v3 9/9] vhost: add WARNING if log_num is more than limit

[PATCH v3 0/5] KVM: selftests: access_tracking_perf_test fixes for NUMA balancing and MGLRU
 2025-04-14 20:25 UTC  (7+ messages)
` [PATCH v3 1/5] KVM: selftests: Extract guts of THP accessor to standalone sysfs helpers
` [PATCH v3 2/5] KVM: selftests: access_tracking_perf_test: Add option to skip the sanity check
` [PATCH v3 3/5] cgroup: selftests: Move cgroup_util into its own library
` [PATCH v3 4/5] KVM: selftests: Build and link selftests/cgroup/lib into KVM selftests
` [PATCH v3 5/5] KVM: selftests: access_tracking_perf_test: Use MGLRU for access tracking

linux-6.15-rc2/tools/testing/selftests/kvm/lib/arm64/processor.c:107: Possible int/long mixup ?
 2025-04-14 18:28 UTC  (2+ messages)

[PATCH v1 1/1] Documentation: kvm: Fix a section number
 2025-04-14 17:59 UTC  (5+ messages)

[PATCH 0/5] Provide SEV-ES/SEV-SNP support for decrypting the VMSA
 2025-04-14 17:20 UTC  (6+ messages)
` [PATCH 1/5] KVM: SVM: Decrypt SEV VMSA in dump_vmcb() if debugging is enabled

[PATCH v3] KVM: SVM: forcibly leave SMM mode on vCPU reset
 2025-04-14 17:12 UTC 

[RFC PATCH v1 13/15] x86/msr: Use the alternatives mechanism to read MSR
 2025-04-14 17:13 UTC  (2+ messages)

[PATCH net-next] selftests/vsock: add initial vmtest.sh for vsock
 2025-04-14 17:12 UTC  (3+ messages)

[PATCH v4 00/19] Enable FRED with KVM VMX
 2025-04-14 16:53 UTC  (4+ messages)
` [PATCH v4 02/19] KVM: VMX: Initialize VM entry/exit FRED controls in vmcs_config

[PATCH v3 0/6] KVM: SVM: Fix DEBUGCTL bugs
 2025-04-14 14:43 UTC  (5+ messages)

[PATCH AUTOSEL 5.4 1/5] KVM: s390: Don't use %pK through tracepoints
 2025-04-14 13:32 UTC 

[PATCH AUTOSEL 5.10 01/11] KVM: s390: Don't use %pK through tracepoints
 2025-04-14 13:31 UTC 

[PATCH AUTOSEL 5.15 01/15] KVM: s390: Don't use %pK through tracepoints
 2025-04-14 13:31 UTC 

[PATCH AUTOSEL 6.1 01/17] KVM: s390: Don't use %pK through tracepoints
 2025-04-14 13:30 UTC 

[PATCH AUTOSEL 6.6 01/24] KVM: s390: Don't use %pK through tracepoints
 2025-04-14 13:29 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 02/24] KVM: s390: Don't use %pK through debug printing

[PATCH AUTOSEL 6.12 01/30] KVM: s390: Don't use %pK through tracepoints
 2025-04-14 13:28 UTC  (2+ messages)
` [PATCH AUTOSEL 6.12 02/30] KVM: s390: Don't use %pK through debug printing

[PATCH AUTOSEL 6.13 01/34] KVM: s390: Don't use %pK through tracepoints
 2025-04-14 13:26 UTC  (2+ messages)
` [PATCH AUTOSEL 6.13 02/34] KVM: s390: Don't use %pK through debug printing

[PATCH AUTOSEL 6.14 01/34] KVM: s390: Don't use %pK through tracepoints
 2025-04-14 13:25 UTC  (2+ messages)
` [PATCH AUTOSEL 6.14 02/34] KVM: s390: Don't use %pK through debug printing

[PATCH v6 0/4] Enable Secure TSC for SEV-SNP
 2025-04-14  5:50 UTC  (2+ messages)

linux-next: manual merge of the kvm tree with the tip tree
 2025-04-14  5:31 UTC  (2+ messages)

[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
 2025-04-14  4:17 UTC  (6+ messages)
` [RFC PATCH v2 13/22] iommufd: amd-iommu: Add vdevice support

[PATCH v2] KVM: SVM: forcibly leave SMM mode on vCPU reset
 2025-04-13 19:29 UTC  (2+ messages)

[PATCH] sched/fair: Only increment deadline once on yield
 2025-04-13 18:38 UTC 

[kvmtool PATCH 00/10] Add SBI system suspend and cpu-type option
 2025-04-12 13:46 UTC  (7+ messages)
` [kvmtool PATCH 02/10] riscv: Add Svvptc extension support
` [kvmtool PATCH 03/10] riscv: Add Zabha "
` [kvmtool PATCH 04/10] riscv: Add Ziccrse "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).