kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-16 19:35:20 to 2023-02-20 10:52:06 UTC [more...]

[RFC] Support for Arm CCA VMs on Linux
 2023-02-20 10:51 UTC  (8+ messages)
` [RFC PATCH 00/28] arm64: Support for Arm CCA in KVM
  ` [RFC PATCH 13/28] arm64: RME: Allow VMM to set RIPAS

[PATCH] kvm: initialize all of the kvm_debugregs structure before sending it to userspace
 2023-02-20 10:40 UTC  (2+ messages)

[PATCH 0/2] Documentation/process: Add a maintainer handbook for KVM x86
 2023-02-20 10:07 UTC  (6+ messages)
` [PATCH 1/2] Documentation/process: Add a label for the tip tree handbook's coding style
` [PATCH 2/2] Documentation/process: Add a maintainer handbook for KVM x86

[PATCH v2 00/29] Add KVM LoongArch support
 2023-02-20  9:47 UTC  (31+ messages)
` [PATCH v2 01/29] LoongArch: KVM: Add kvm related header files
` [PATCH v2 02/29] LoongArch: KVM: Implement kvm module related interface
` [PATCH v2 03/29] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v2 04/29] LoongArch: KVM: Implement VM related functions
` [PATCH v2 05/29] LoongArch: KVM: Add vcpu related header files
` [PATCH v2 06/29] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v2 07/29] LoongArch: KVM: Implement vcpu run interface
` [PATCH v2 08/29] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v2 09/29] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v2 10/29] LoongArch: KVM: Implement vcpu ENABLE_CAP, CHECK_EXTENSION ioctl interface
` [PATCH v2 11/29] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v2 12/29] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v2 13/29] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v2 14/29] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v2 15/29] LoongArch: KVM: Implement vcpu status description
` [PATCH v2 16/29] LoongArch: KVM: Implement update VM id function
` [PATCH v2 17/29] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v2 18/29] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v2 19/29] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v2 20/29] LoongArch: KVM: Implement handle csr excption
` [PATCH v2 21/29] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v2 22/29] LoongArch: KVM: Implement handle idle exception
` [PATCH v2 23/29] LoongArch: KVM: Implement handle gspr exception
` [PATCH v2 24/29] LoongArch: KVM: Implement handle mmio exception
` [PATCH v2 25/29] LoongArch: KVM: Implement handle fpu exception
` [PATCH v2 26/29] LoongArch: KVM: Implement kvm exception vector
` [PATCH v2 27/29] LoongArch: KVM: Implement vcpu world switch
` [PATCH v2 28/29] LoongArch: KVM: Implement probe virtualization when loongarch cpu init
` [PATCH v2 29/29] LoongArch: KVM: Enable kvm config and add the makefile

[RFC PATCH v1 00/12] vsock: MSG_ZEROCOPY flag support
 2023-02-20  9:05 UTC  (18+ messages)
` [RFC PATCH v1 01/12] vsock: check error queue to set EPOLLERR
` [RFC PATCH v1 04/12] vhost/vsock: non-linear skb handling support
` [RFC PATCH v1 05/12] vsock/virtio: non-linear skb support
` [RFC PATCH v1 07/12] vsock/virtio: MGS_ZEROCOPY flag support
` [RFC PATCH v1 12/12] test/vsock: MSG_ZEROCOPY support for vsock_perf

[PATCH] KVM: Align the function name of kvm_swap_active_memslots()
 2023-02-20  8:45 UTC 

[PATCH v4 00/12] Implement Eager Page Splitting for ARM
 2023-02-20  7:08 UTC  (17+ messages)
` [PATCH v4 01/12] KVM: arm64: Add KVM_PGTABLE_WALK ctx->flags for skipping BBM and CMO
` [PATCH v4 02/12] KVM: arm64: Rename free_unlinked to free_removed
` [PATCH v4 03/12] KVM: arm64: Add helper for creating unlinked stage2 subtrees
` [PATCH v4 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()
` [PATCH v4 05/12] KVM: arm64: Refactor kvm_arch_commit_memory_region()
` [PATCH v4 06/12] KVM: arm64: Add kvm_uninit_stage2_mmu()
` [PATCH v4 07/12] KVM: arm64: Export kvm_are_all_memslots_empty()
` [PATCH v4 08/12] KVM: arm64: Add KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
` [PATCH v4 09/12] KVM: arm64: Split huge pages when dirty logging is enabled
` [PATCH v4 10/12] KVM: arm64: Open-code kvm_mmu_write_protect_pt_masked()
` [PATCH v4 11/12] KVM: arm64: Split huge pages during KVM_CLEAR_DIRTY_LOG
` [PATCH v4 12/12] KVM: arm64: Use local TLBI on permission relaxation

[PATCH v3 vfio 0/7] pds vfio driver
 2023-02-20  6:29 UTC  (9+ messages)
` [PATCH v3 1/7] vfio/pds: Initial support for pds_vfio VFIO driver
` [PATCH v3 2/7] vfio/pds: Add support to register as PDS client
` [PATCH v3 3/7] vfio/pds: Add VFIO live migration support
` [PATCH v3 4/7] vfio: Commonize combine_ranges for use in other VFIO drivers
` [PATCH v3 5/7] vfio/pds: Add support for dirty page tracking
` [PATCH v3 6/7] vfio/pds: Add support for firmware recovery
` [PATCH v3 7/7] vfio/pds: Add Kconfig and documentation

[PATCH] KVM: Add the missed title format
 2023-02-20  3:49 UTC 

[RFC PATCH 0/2] Add flag as THP allocation hint for memfd_restricted() syscall
 2023-02-20  3:04 UTC  (4+ messages)
` [RFC PATCH 1/2] mm: restrictedmem: "
` [RFC PATCH 2/2] selftests: restrictedmem: Add selftest for RMFD_HUGEPAGE

[PATCH v2] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
 2023-02-20  2:37 UTC  (8+ messages)

[PATCH v2 0/7] Overhauling amx_test
 2023-02-19 17:58 UTC  (12+ messages)
` [PATCH v2 1/7] KVM: selftests: x86: Add a working xstate data structure
` [PATCH v2 2/7] KVM: selftests: x86: Fix an error in comment of amx_test
` [PATCH v2 3/7] KVM: selftests: x86: Add check of CR0.TS in the #NM handler in amx_test

Is kvm@vger.kernel.org valid??
 2023-02-19 15:19 UTC 

[GIT PULL] Final batch KVM changes for Linux 6.2
 2023-02-18 19:15 UTC  (2+ messages)

[PATCH 0/5] KVM: Put struct kvm_vcpu on a diet
 2023-02-18 14:55 UTC  (8+ messages)
` [PATCH 2/5] KVM: x86: Shrink struct kvm_queued_exception

[GIT PULL] KVM/arm64 updates for 6.3
 2023-02-18 14:22 UTC 

[RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-02-18  7:15 UTC  (6+ messages)
` [RFC PATCH V3 14/16] x86/sev: Initialize #HV doorbell and handle interrupt requests

[PATCH v4 0/9] Linear Address Masking (LAM) KVM Enabling
 2023-02-18  5:44 UTC  (6+ messages)
` [PATCH v4 6/9] KVM: x86: When KVM judges CR3 valid or not, consider LAM bits

[PATCH v3 00/15] Add vfio_device cdev for iommufd support
 2023-02-18  2:54 UTC  (16+ messages)
` [PATCH v3 03/15] vfio: Accept vfio device file in the driver facing kAPI
` [PATCH v3 05/15] kvm/vfio: Accept vfio device file from userspace

Does earlyprintk=ttyS0 work for an AMD SNP guest on KVM?
 2023-02-18  2:54 UTC  (5+ messages)

[PATCH 00/12] KVM: x86: Add "governed" X86_FEATURE framework
 2023-02-17 23:10 UTC  (13+ messages)
` [PATCH 01/12] KVM: x86: Add a framework for enabling KVM-governed x86 features
` [PATCH 02/12] KVM: x86/mmu: Use KVM-governed feature framework to track "GBPAGES enabled"
` [PATCH 03/12] KVM: VMX: Recompute "XSAVES enabled" only after CPUID update
` [PATCH 04/12] KVM: VMX: Rename XSAVES control to follow KVM's preferred "ENABLE_XYZ"
` [PATCH 05/12] KVM: x86: Use KVM-governed feature framework to track "XSAVES enabled"
` [PATCH 06/12] KVM: nSVM: Use KVM-governed feature framework to track "NRIPS enabled"
` [PATCH 07/12] KVM: nSVM: Use KVM-governed feature framework to track "TSC scaling enabled"
` [PATCH 08/12] KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled"
` [PATCH 09/12] KVM: nSVM: Use KVM-governed feature framework to track "LBRv enabled"
` [PATCH 10/12] KVM: nSVM: Use KVM-governed feature framework to track "Pause Filter enabled"
` [PATCH 11/12] KVM: nSVM: Use KVM-governed feature framework to track "vGIF enabled"
` [PATCH 12/12] KVM: x86: Disallow guest CPUID lookups when IRQs are disabled

[PATCH 00/16] KVM: arm64: Rework timer offsetting for fun and profit
 2023-02-17 22:11 UTC  (5+ messages)
` [PATCH 08/16] KVM: arm64: timers: Allow userspace to set the counter offsets

[PATCH 0/5] Overhauling amx_test, part 2
 2023-02-17 21:59 UTC  (6+ messages)
` [PATCH 1/5] KVM: selftests: Assert that XTILE is XSAVE-enabled
` [PATCH 2/5] KVM: selftests: Assert that both XTILE{CFG,DATA} are XSAVE-enabled
` [PATCH 3/5] KVM: selftests: Remove redundant check that XSAVE is supported
` [PATCH 4/5] KVM: selftests: Check that the palette table exists before using it
` [PATCH 5/5] KVM: selftests: Check that XTILEDATA supports XFD

[PATCH 0/8] Add memory fault exits to avoid slow GUP
 2023-02-17 20:47 UTC  (11+ messages)
` [PATCH 5/8] kvm: Add cap/kvm_run field for memory fault exits
` [PATCH 6/8] kvm/x86: Add mem fault exit on EPT violations

[PATCH] KVM: x86: disable on 32-bit unless CONFIG_BROKEN
 2023-02-17 19:36 UTC  (10+ messages)

[PATCH] KVM: Reorder fields in 'struct kvm_mmu_memory_cache'
 2023-02-17 19:33 UTC  (4+ messages)

[PATCH v2 0/2] KVM: Minor structure layout changes
 2023-02-17 19:33 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: x86: Shrink struct kvm_pmu
` [PATCH v2 2/2] KVM: Shrink struct kvm_mmu_memory_cache

[RFC PATCH v3 08/31] KVM: selftests: Require GCC to realign stacks on function entry
 2023-02-17 18:57 UTC  (2+ messages)

[PATCH 1/1] KVM: selftests: Adjust VM's initial stack address to align with SysV ABI spec
 2023-02-17 18:54 UTC 

[PATCH 00/17] Add Intel VT-d nested translation
 2023-02-17 18:20 UTC  (2+ messages)

Call for GSoC and Outreachy project ideas for summer 2023
 2023-02-17 16:59 UTC  (6+ messages)

[kvm-unit-tests PATCH 0/3] s390x: Add PV SIE intercepts and ipl tests
 2023-02-17 16:42 UTC  (3+ messages)
` [kvm-unit-tests PATCH 3/3] s390x: pv: Add IPL reset tests

[PATCH mm-unstable v1 0/5] mm/kvm: lockless accessed bit harvest
 2023-02-17 16:27 UTC  (13+ messages)
` [PATCH mm-unstable v1 1/5] mm/kvm: add mmu_notifier_test_clear_young()
` [PATCH mm-unstable v1 2/5] kvm/x86: add kvm_arch_test_clear_young()
` [PATCH mm-unstable v1 3/5] kvm/arm64: "
` [PATCH mm-unstable v1 4/5] kvm/powerpc: "
` [PATCH mm-unstable v1 5/5] mm: multi-gen LRU: use mmu_notifier_test_clear_young()

[PATCH v2 0/6] use canonical ftrace path whenever possible
 2023-02-17 15:41 UTC  (5+ messages)
` [PATCH v2 4/6] tools/kvm_stat: use canonical ftrace path

[kvm-unit-tests PATCH v1 0/2] s390x: Add misaligned instruction tests
 2023-02-17 11:05 UTC  (5+ messages)
` [kvm-unit-tests PATCH v1 1/2] s390x/spec_ex: Add test introducing odd address into PSW
` [kvm-unit-tests PATCH v1 2/2] s390x/spec_ex: Add test of EXECUTE with odd target address

[PATCH v11 000/113] KVM TDX basic feature support
 2023-02-17  8:27 UTC  (3+ messages)
` [PATCH v11 050/113] KVM: x86/tdp_mmu: Ignore unsupported mmu operation on private GFNs

[PATCH v3 0/1] KVM: s390: vsie: clarifications on setting the APCB
 2023-02-17  8:21 UTC  (6+ messages)
` [PATCH v3 1/1] "

[PATCH v2 00/11] SVM: vNMI (with my fixes)
 2023-02-17  7:56 UTC  (9+ messages)
` [PATCH v2 07/11] KVM: x86: add a delayed hardware NMI injection interface

[PATCH] vhost-vdpa: cleanup memory maps when closing vdpa fds
 2023-02-17  5:58 UTC  (8+ messages)

[PATCH v3 00/12] Implement Eager Page Splitting for ARM
 2023-02-17  4:07 UTC  (3+ messages)
` [PATCH v3 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()

[PATCH v1 00/24] Add KVM LoongArch support
 2023-02-17  1:33 UTC  (9+ messages)
` [PATCH v1 01/24] LoongArch: KVM: Implement kvm module related interface

[PATCH V3 10/14] kvm: x86/mmu: Use kvm_mmu_invalidate_addr() in nested_ept_invalidate_addr()
 2023-02-16 23:53 UTC  (5+ messages)
  ` [PATCH V3 11/14] kvm: x86/mmu: Allow the roots to be invalid in FNAME(invlpg)
  ` [PATCH V3 12/14] kvm: x86/mmu: Remove FNAME(invlpg) and use FNAME(sync_spte) to update vTLB instead
  ` [PATCH V3 13/14] kvm: x86/mmu: Remove @no_dirty_log from FNAME(prefetch_gpte)
  ` [PATCH V3 14/14] kvm: x86/mmu: Skip calling mmu->sync_spte() when the spte is 0

Issue with "KVM: SEV: Add support for SEV intra host migration"
 2023-02-16 22:50 UTC  (7+ messages)

Nested virtualization not working
 2023-02-16 21:55 UTC 

[PATCH v4 00/12] KVM: x86: Add AMD Guest PerfMonV2 PMU support
 2023-02-16 21:13 UTC  (3+ messages)
` [PATCH v4 02/12] KVM: VMX: Refactor intel_pmu_set_msr() to align with other set_msr() helpers

[PATCH v9 0/8] Parallel CPU bringup for x86_64
 2023-02-16 20:58 UTC  (3+ messages)
` [PATCH v9 1/8] x86/apic/x2apic: Allow CPU cluster_mask to be populated in parallel

[PATCH] selftests/kvm: Fix bug in how demand_paging_test calculates paging rate
 2023-02-16 20:33 UTC  (5+ messages)
    ` [PATCH] selftests/kvm: Fix nsec to sec conversion in demand_paging_test

[PATCH] KVM: x86: Assert that the emulator doesn't load CS with garbage in !RM
 2023-02-16 20:22 UTC 


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).