messages from 2023-06-09 18:04:57 to 2023-06-12 19:36:57 UTC [more...]
[PATCH 1/1] KVM: arm64: PMU: Avoid inappropriate use of host's PMUVer
2023-06-12 19:36 UTC (6+ messages)
[RFC PATCH v4 00/17] vsock: MSG_ZEROCOPY flag support
2023-06-12 17:43 UTC (4+ messages)
` [RFC PATCH v4 01/17] vsock/virtio: read data from non-linear skb
[PATCH v6 0/8] PCI/VGA: introduce is_boot_device function callback to vga_client_register
2023-06-12 19:33 UTC
[PATCH v6 0/8] PCI/VGA: introduce is_boot_device function callback to vga_client_register
2023-06-12 19:25 UTC (5+ messages)
` [PATCH v6 1/8] PCI/VGA: Use unsigned type for the io_state variable
` [PATCH v6 2/8] PCI/VGA: Deal only with VGA class devices
` [PATCH v6 3/8] PCI/VGA: Tidy up the code and comment format
` [PATCH v6 4/8] PCI/VGA: Replace full MIT license text with SPDX identifier
[PATCH v3 00/17] KVM: arm64: Allow using VHE in the nVHE hypervisor
2023-06-12 19:20 UTC (16+ messages)
` [PATCH v3 02/17] arm64: Prevent the use of is_kernel_in_hyp_mode() in hypervisor code
` [PATCH v3 03/17] arm64: Turn kaslr_feature_override into a generic SW feature override
` [PATCH v3 04/17] arm64: Add KVM_HVHE capability and has_hvhe() predicate
` [PATCH v3 05/17] arm64: Don't enable VHE for the kernel if OVERRIDE_HVHE is set
` [PATCH v3 06/17] arm64: Allow EL1 physical timer access when running VHE
` [PATCH v3 07/17] arm64: Use CPACR_EL1 format to set CPTR_EL2 when E2H is set
` [PATCH v3 16/17] arm64: Allow arm64_sw.hvhe on command line
[PATCH RFC v9 00/51] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-06-12 17:08 UTC (63+ messages)
` [PATCH RFC v9 01/51] KVM: x86: Add gmem hook for initializing private memory
` [PATCH RFC v9 02/51] KVM: x86: Add gmem hook for invalidating "
` [PATCH RFC v9 03/51] KVM: x86: Use full 64-bit error code for kvm_mmu_do_page_fault
` [PATCH RFC v9 04/51] KVM: x86: Determine shared/private faults using a configurable mask
` [PATCH RFC v9 05/51] x86/coco: move CONFIG_HAS_CC_PLATFORM check down into coco/Makefile
` [PATCH RFC v9 06/51] x86/cpufeatures: Add SEV-SNP CPU feature
` [PATCH RFC v9 07/51] x86/sev: Add the host SEV-SNP initialization support
` [PATCH RFC v9 08/51] x86/speculation: Do not enable Automatic IBRS if SEV SNP is enabled
` [PATCH RFC v9 09/51] x86/sev: Add RMP entry lookup helpers
` [PATCH RFC v9 10/51] x86/fault: Add helper for dumping RMP entries
` [PATCH RFC v9 11/51] x86/traps: Define RMP violation #PF error code
` [PATCH RFC v9 12/51] x86/fault: Report RMP page faults for kernel addresses
` [PATCH RFC v9 13/51] x86/fault: Handle RMP page faults for user addresses
` [PATCH RFC v9 14/51] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH RFC v9 15/51] x86/sev: Invalidate pages from the direct map when adding them to the RMP table
` [PATCH RFC v9 16/51] crypto: ccp: Define the SEV-SNP commands
` [PATCH RFC v9 17/51] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH RFC v9 18/51] crypto: ccp: Provide API to issue SEV and SNP commands
` [PATCH RFC v9 19/51] x86/sev: Introduce snp leaked pages list
` [PATCH RFC v9 20/51] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH RFC v9 21/51] crypto: ccp: Handle the legacy SEV command "
` [PATCH RFC v9 22/51] crypto: ccp: Add the SNP_PLATFORM_STATUS command
` [PATCH RFC v9 23/51] KVM: SEV: Select CONFIG_KVM_PROTECTED_VM when CONFIG_KVM_AMD_SEV=y
` [PATCH RFC v9 24/51] KVM: SVM: Add support to handle AP reset MSR protocol
` [PATCH RFC v9 25/51] KVM: SVM: Add GHCB handling for Hypervisor Feature Support requests
` [PATCH RFC v9 26/51] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH RFC v9 27/51] KVM: SVM: Add initial SEV-SNP support
` [PATCH RFC v9 28/51] KVM: SVM: Add KVM_SNP_INIT command
` [PATCH RFC v9 29/51] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH RFC v9 30/51] KVM: Add HVA range operator
` [PATCH RFC v9 31/51] KVM: Split out memory attribute xarray updates to helper function
` [PATCH RFC v9 32/51] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH RFC v9 33/51] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH RFC v9 34/51] KVM: SVM: Add support to handle GHCB GPA register VMGEXIT
` [PATCH RFC v9 35/51] KVM: SVM: Add KVM_EXIT_VMGEXIT
` [PATCH RFC v9 36/51] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH RFC v9 37/51] KVM: SVM: Add support to handle "
` [PATCH RFC v9 38/51] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use
` [PATCH RFC v9 39/51] KVM: x86: Define RMP page fault error bits for #NPF
` [PATCH RFC v9 40/51] KVM: SVM: Add support to handle RMP nested page faults
` [PATCH RFC v9 41/51] KVM: SVM: Use a VMSA physical address variable for populating VMCB
` [PATCH RFC v9 42/51] KVM: SVM: Support SEV-SNP AP Creation NAE event
` [PATCH RFC v9 43/51] KVM: SEV: Configure MMU to check for private fault flags
` [PATCH RFC v9 44/51] KVM: SEV: Implement gmem hook for initializing private pages
` [PATCH RFC v9 45/51] KVM: SEV: Implement gmem hook for invalidating "
` [PATCH RFC v9 46/51] KVM: SVM: Add module parameter to enable the SEV-SNP
` [PATCH RFC v9 47/51] iommu/amd: Add IOMMU_SNP_SHUTDOWN support
` [PATCH RFC v9 48/51] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command
` [PATCH RFC v9 49/51] x86/sev: Add KVM commands for per-instance certs
` [PATCH RFC v9 50/51] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH RFC v9 51/51] crypto: ccp: Add debug support for decrypting pages
[kvm-unit-tests PATCH v6 00/32] EFI and ACPI support for arm64
2023-06-12 15:59 UTC (17+ messages)
` [kvm-unit-tests PATCH v6 12/32] arm64: Add support for discovering the UART through ACPI
` [kvm-unit-tests PATCH v6 23/32] arm64: Add a setup sequence for systems that boot through EFI
[PATCH -next v21 00/27] riscv: Add vector ISA support
2023-06-12 14:32 UTC (3+ messages)
` [PATCH -next v21 09/27] riscv: Introduce struct/helpers to save/restore per-task Vector state
[PATCH] KVM: Avoid illegal stage2 mapping on invalid memory slot
2023-06-12 14:41 UTC (2+ messages)
[PATCH v11 00/20] TDX host kernel support
2023-06-12 14:33 UTC (53+ messages)
` [PATCH v11 06/20] x86/virt/tdx: Handle SEAMCALL running out of entropy error
` [PATCH v11 07/20] x86/virt/tdx: Add skeleton to enable TDX on demand
` [PATCH v11 08/20] x86/virt/tdx: Get information about TDX module and TDX-capable memory
` [PATCH v11 10/20] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions
` [PATCH v11 11/20] x86/virt/tdx: Fill out "
` [PATCH v11 12/20] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
` [PATCH v11 18/20] x86: Handle TDX erratum to reset TDX private memory during kexec() and reboot
` [PATCH v11 19/20] x86/mce: Improve error log of kernel space TDX #MC due to erratum
` [PATCH v11 20/20] Documentation/x86: Add documentation for TDX host support
[PATCH v2] runtime: Allow to specify properties for accelerator
2023-06-12 12:06 UTC (3+ messages)
[kvm-unit-tests PATCH] runtime: Allow to specify properties for accelerator
2023-06-12 11:18 UTC (3+ messages)
[PATCH] RISC-V: KVM: Allow Svnapot extension for Guest/VM
2023-06-12 11:10 UTC
[PATCH RFC net-next v4 0/8] virtio/vsock: support datagrams
2023-06-12 9:53 UTC (14+ messages)
` [PATCH RFC net-next v4 1/8] vsock/dgram: generalize recvmsg and drop transport->dgram_dequeue
` [PATCH RFC net-next v4 2/8] vsock: refactor transport lookup code
` [PATCH RFC net-next v4 3/8] vsock: support multi-transport datagrams
` [PATCH RFC net-next v4 4/8] vsock: make vsock bind reusable
` [PATCH RFC net-next v4 5/8] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
` [PATCH RFC net-next v4 6/8] virtio/vsock: support dgrams
` [PATCH RFC net-next v4 7/8] vsock: Add lockless sendmsg() support
` [PATCH RFC net-next v4 8/8] tests: add vsock dgram tests
[PATCH v3 00/10] RISCV: Add KVM_GET_REG_LIST API
2023-06-12 9:44 UTC (14+ messages)
` [PATCH v3 07/10] KVM: arm64: selftests: Finish generalizing get-reg-list
` [PATCH v3 09/10] KVM: riscv: selftests: Skip some registers set operation
` [PATCH v3 10/10] KVM: riscv: selftests: Add get-reg-list test
[Bug 217516] New: FAIL: TSC reference precision test when do hyperv_clock test of kvm unit test
2023-06-12 9:20 UTC (2+ messages)
` [Bug 217516] "
[PATCH 0/2] KVM: x86: Snapshot host MSR_IA32_ARCH_CAPABILITIES
2023-06-12 8:34 UTC (3+ messages)
` [PATCH 1/2] KVM: x86: Snapshot host's MSR_IA32_ARCH_CAPABILITIES
[PATCH 0/2] Prevent RESV_DIRECT devices from user assignment
2023-06-12 8:28 UTC (3+ messages)
` [PATCH 1/2] iommu: Prevent RESV_DIRECT devices from blocking domains
[PATCH v20 00/21] s390x: CPU Topology
2023-06-12 7:55 UTC (3+ messages)
` [PATCH v20 09/21] machine: adding s390 topology to query-cpu-fast
[PATCH v4 00/11] Add #VC exception handling for AMD SEV-ES
2023-06-12 7:47 UTC (12+ messages)
` [PATCH v4 01/11] x86: AMD SEV-ES: Setup #VC exception handler "
` [PATCH v4 02/11] x86: Move svm.h to lib/x86/
` [PATCH v4 03/11] lib: Define unlikely()/likely() macros in libcflat.h
` [PATCH v4 04/11] lib: x86: Import insn decoder from Linux
` [PATCH v4 05/11] x86: AMD SEV-ES: Pull related GHCB definitions and helpers "
` [PATCH v4 06/11] x86: AMD SEV-ES: Prepare for #VC processing
` [PATCH v4 07/11] lib/x86: Move xsave helpers to lib/
` [PATCH v4 08/11] x86: AMD SEV-ES: Handle CPUID #VC
` [PATCH v4 09/11] x86: AMD SEV-ES: Handle MSR #VC
` [PATCH v4 10/11] x86: AMD SEV-ES: Handle IOIO #VC
` [PATCH v4 11/11] x86: AMD SEV-ES: Handle string IO for "
[PATCH v2] KVM: Avoid illegal stage2 mapping on invalid memory slot
2023-06-12 7:11 UTC (4+ messages)
[PATCH v2 00/10] RISC-V KVM in-kernel AIA irqchip
2023-06-12 5:39 UTC (11+ messages)
` [PATCH v2 01/10] RISC-V: KVM: Implement guest external interrupt line management
` [PATCH v2 02/10] RISC-V: KVM: Add IMSIC related defines
` [PATCH v2 03/10] RISC-V: KVM: Add APLIC "
` [PATCH v2 04/10] RISC-V: KVM: Set kvm_riscv_aia_nr_hgei to zero
` [PATCH v2 05/10] RISC-V: KVM: Skeletal in-kernel AIA irqchip support
` [PATCH v2 06/10] RISC-V: KVM: Implement device interface for AIA irqchip
` [PATCH v2 07/10] RISC-V: KVM: Add in-kernel emulation of AIA APLIC
` [PATCH v2 08/10] RISC-V: KVM: Expose APLIC registers as attributes of AIA irqchip
` [PATCH v2 09/10] RISC-V: KVM: Add in-kernel virtualization of AIA IMSIC
` [PATCH v2 10/10] RISC-V: KVM: Expose IMSIC registers as attributes of AIA irqchip
[PATCH 0/4] Documentation: KVM: multiple editing corrections
2023-06-12 3:08 UTC (5+ messages)
` [PATCH 1/4] Documentation: KVM: make corrections to halt-polling.rst
` [PATCH 2/4] Documentation: KVM: make corrections to locking.rst
` [PATCH 3/4] Documentation: KVM: make corrections to ppc-pv.rst
` [PATCH 4/4] Documentation: KVM: make corrections to vcpu-requests.rst
[PATCH v10 00/59] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
2023-06-11 16:28 UTC (10+ messages)
[PATCH 0/2] KVM: arm64: PMU: Disallow vPMU on non-uniform PMUVer systems
2023-06-11 5:03 UTC (6+ messages)
` [PATCH 1/2] KVM: arm64: PMU: Introduce pmu_v3_is_supported() helper
` [PATCH 2/2] KVM: arm64: PMU: Disallow vPMU on non-uniform PMUVer systems
[RFC PATCH part-1 0/5] pKVM on Intel Platform Introduction
2023-06-10 8:56 UTC (9+ messages)
[PATCH] accel/kvm/kvm-all: Handle register access errors
2023-06-10 3:51 UTC (4+ messages)
[PATCH] accel/kvm: Specify default IPA size for arm64
2023-06-10 3:48 UTC (6+ messages)
[RFC PATCH v2 0/6] KVM: PPC: Nested PAPR guests
2023-06-10 2:16 UTC (18+ messages)
` [RFC PATCH v2 1/6] KVM: PPC: Use getters and setters for vcpu register state
` [RFC PATCH v2 2/6] KVM: PPC: Add fpr getters and setters
` [RFC PATCH v2 4/6] KVM: PPC: Add helper library for Guest State Buffers
` [RFC PATCH v2 5/6] KVM: PPC: Add support for nested PAPR guests
` [RFC PATCH v2 6/6] docs: powerpc: Document nested KVM on POWER
` [PATCH RFC "
[GIT PULL] virtio,vhost,vdpa: bugfixes
2023-06-09 18:19 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).