messages from 2023-05-29 04:29:17 to 2023-05-30 16:43:09 UTC [more...]
[PATCH v3 00/10] Add Intel VT-d nested translation
2023-05-30 16:42 UTC (9+ messages)
` [PATCH v3 01/10] iommufd: Add data structure for Intel VT-d stage-1 domain allocation
[syzbot] [kvm?] [net?] [virt?] general protection fault in vhost_work_queue
2023-05-30 16:30 UTC (10+ messages)
[RFC PATCH v1 0/9] Hypervisor-Enforced Kernel Integrity
2023-05-30 16:23 UTC (16+ messages)
` [PATCH v1 3/9] virt: Implement Heki common code
` [PATCH v1 5/9] KVM: x86: Add new hypercall to lock control registers
[kvm-unit-tests PATCH v6 00/32] EFI and ACPI support for arm64
2023-05-30 16:09 UTC (33+ messages)
` [kvm-unit-tests PATCH v6 01/32] lib: Move acpi header and implementation to lib
` [kvm-unit-tests PATCH v6 02/32] x86: Move x86_64-specific EFI CFLAGS to x86_64 Makefile
` [kvm-unit-tests PATCH v6 03/32] lib: Apply Lindent to acpi.{c,h}
` [kvm-unit-tests PATCH v6 04/32] lib: Fix style for acpi.{c,h}
` [kvm-unit-tests PATCH v6 05/32] lib/acpi: Convert table names to Linux style
` [kvm-unit-tests PATCH v6 06/32] x86: Avoid references to fields of ACPI tables
` [kvm-unit-tests PATCH v6 07/32] lib/acpi: Ensure all struct definition for ACPI tables are packed
` [kvm-unit-tests PATCH v6 08/32] lib/acpi: Add support for the XSDT table
` [kvm-unit-tests PATCH v6 09/32] lib/acpi: Extend the definition of the FADT table
` [kvm-unit-tests PATCH v6 10/32] devicetree: Check that fdt is not NULL in dt_available()
` [kvm-unit-tests PATCH v6 11/32] arm64: Add support for setting up the PSCI conduit through ACPI
` [kvm-unit-tests PATCH v6 12/32] arm64: Add support for discovering the UART "
` [kvm-unit-tests PATCH v6 13/32] arm64: Add support for timer initialization "
` [kvm-unit-tests PATCH v6 14/32] arm64: Add support for cpu "
` [kvm-unit-tests PATCH v6 15/32] arm64: Add support for gic "
` [kvm-unit-tests PATCH v6 16/32] lib/printf: Support for precision modifier in printf
` [kvm-unit-tests PATCH v6 17/32] lib/printf: Add support for printing wide strings
` [kvm-unit-tests PATCH v6 18/32] lib/efi: Add support for getting the cmdline
` [kvm-unit-tests PATCH v6 19/32] lib/efi: Add support for reading an FDT
` [kvm-unit-tests PATCH v6 20/32] arm/arm64: Rename etext to _etext
` [kvm-unit-tests PATCH v6 21/32] lib: Avoid ms_abi for calls related to EFI on arm64
` [kvm-unit-tests PATCH v6 22/32] arm64: Add a new type of memory type flag MR_F_RESERVED
` [kvm-unit-tests PATCH v6 23/32] arm64: Add a setup sequence for systems that boot through EFI
` [kvm-unit-tests PATCH v6 24/32] arm64: Copy code from GNU-EFI
` [kvm-unit-tests PATCH v6 25/32] arm64: Change GNU-EFI imported code to use defined types
` [kvm-unit-tests PATCH v6 26/32] arm64: Use code from the gnu-efi when booting with EFI
` [kvm-unit-tests PATCH v6 27/32] lib: Avoid external dependency in libelf
` [kvm-unit-tests PATCH v6 28/32] arm64: Add support for efi in Makefile
` [kvm-unit-tests PATCH v6 29/32] lib: arm: Print test exit status
` [kvm-unit-tests PATCH v6 30/32] arm64: debug: Make inline assembly symbols global
` [kvm-unit-tests PATCH v6 31/32] arm64: Add an efi/run script
` [kvm-unit-tests PATCH v6 32/32] arm64: Use the provided fdt when booting through EFI
[RFC PATCH V6 00/14] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
2023-05-30 15:59 UTC (7+ messages)
` [RFC PATCH V6 01/14] x86/sev: Add a #HV exception handler
[kvm-unit-tests PATCH v4 0/2] Fixing infinite loop on SCLP READ SCP INFO error
2023-05-30 15:35 UTC (4+ messages)
` [kvm-unit-tests PATCH v4 1/2] s390x: sclp: consider monoprocessor on read_info error
` [kvm-unit-tests PATCH v4 2/2] s390x: sclp: Implement SCLP_RC_INSUFFICIENT_SCCB_LENGTH
[PATCH v14 000/113] KVM TDX basic feature support
2023-05-30 14:35 UTC (43+ messages)
` [PATCH v14 004/113] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v14 073/113] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
` [PATCH v14 074/113] KVM: TDX: Add support for find pending IRQ in a protected local APIC
` [PATCH v14 075/113] KVM: x86: Assume timer IRQ was injected if APIC state is proteced
` [PATCH v14 076/113] KVM: TDX: remove use of struct vcpu_vmx from posted_interrupt.c
` [PATCH v14 077/113] KVM: TDX: Implement interrupt injection
` [PATCH v14 078/113] KVM: TDX: Implements vcpu request_immediate_exit
` [PATCH v14 079/113] KVM: TDX: Implement methods to inject NMI
` [PATCH v14 080/113] KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument
` [PATCH v14 081/113] KVM: VMX: Move NMI/exception handler to common helper
` [PATCH v14 082/113] KVM: x86: Split core of hypercall emulation to helper function
` [PATCH v14 083/113] KVM: TDX: Add a place holder to handle TDX VM exit
` [PATCH v14 084/113] KVM: TDX: Handle vmentry failure for INTEL TD guest
` [PATCH v14 085/113] KVM: TDX: handle EXIT_REASON_OTHER_SMI
` [PATCH v14 086/113] KVM: TDX: handle ept violation/misconfig exit
` [PATCH v14 087/113] KVM: TDX: handle EXCEPTION_NMI and EXTERNAL_INTERRUPT
` [PATCH v14 090/113] KVM: TDX: Add KVM Exit for TDX TDG.VP.VMCALL
` [PATCH v14 091/113] KVM: TDX: Handle TDX PV CPUID hypercall
` [PATCH v14 092/113] KVM: TDX: Handle TDX PV HLT hypercall
` [PATCH v14 093/113] KVM: TDX: Handle TDX PV port io hypercall
` [PATCH v14 094/113] KVM: TDX: Handle TDX PV MMIO hypercall
` [PATCH v14 095/113] KVM: TDX: Implement callbacks for MSR operations for TDX
` [PATCH v14 096/113] KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall
` [PATCH v14 097/113] KVM: TDX: Handle MSR MTRRCap and MTRRDefType access
` [PATCH v14 098/113] KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall
` [PATCH v14 099/113] KVM: TDX: Silently discard SMI request
` [PATCH v14 100/113] KVM: TDX: Silently ignore INIT/SIPI
` [PATCH v14 101/113] KVM: TDX: Add methods to ignore accesses to CPU state
` [PATCH v14 102/113] KVM: TDX: Add methods to ignore guest instruction emulation
` [PATCH v14 103/113] KVM: TDX: Add a method to ignore dirty logging
` [PATCH v14 104/113] KVM: TDX: Add methods to ignore VMX preemption timer
` [PATCH v14 105/113] KVM: TDX: Add methods to ignore accesses to TSC
` [PATCH v14 106/113] KVM: TDX: Ignore setting up mce
` [PATCH v14 107/113] KVM: TDX: Add a method to ignore for TDX to ignore hypercall patch
` [PATCH v14 108/113] KVM: TDX: Add methods to ignore virtual apic related operation
` [PATCH v14 109/113] Documentation/virt/kvm: Document on Trust Domain Extensions(TDX)
` [PATCH v14 110/113] KVM: x86: design documentation on TDX support of x86 KVM TDP MMU
` [PATCH v14 111/113] RFC: KVM: x86, TDX: Add check for setting CPUID
` [PATCH v14 112/113] RFC: KVM: TDX: Make busy with S-EPT on entry bug
` [PATCH v14 113/113] [MARKER] the end of (the first phase of) TDX KVM patch series
[PATCH RFCv2 00/24] IOMMUFD Dirty Tracking
2023-05-30 14:10 UTC (3+ messages)
` [PATCH RFCv2 24/24] iommu/arm-smmu-v3: Advertise IOMMU_DOMAIN_F_ENFORCE_DIRTY
[PATCH 1/2] mmu_notifiers: Restore documentation for .invalidate_range()
2023-05-30 14:06 UTC (9+ messages)
` [PATCH 2/2] arm64: Notify on pte permission upgrades
[PATCH 0/6] bus: fsl-mc: Make remove function return void
2023-05-30 13:50 UTC (7+ messages)
[PATCH v2 0/8] KVM: selftests: Test the consistency of the PMU's CPUID and its features
2023-05-30 13:42 UTC (9+ messages)
` [PATCH v2 1/8] KVM: selftests: KVM: selftests: Add macros for fixed counters in processor.h
` [PATCH v2 2/8] KVM: selftests: Add pmu.h for PMU events and common masks
` [PATCH v2 3/8] KVM: selftests: Test Intel PMU architectural events on gp counters
` [PATCH v2 4/8] KVM: selftests: Test Intel PMU architectural events on fixed counters
` [PATCH v2 5/8] KVM: selftests: Test consistency of CPUID with num of gp counters
` [PATCH v2 6/8] KVM: selftests: Test consistency of CPUID with num of fixed counters
` [PATCH v2 7/8] KVM: selftests: Test Intel supported fixed counters bit mask
` [PATCH v2 8/8] KVM: selftests: Test consistency of PMU MSRs with Intel PMU version
[PATCH 0/4] KVM: arm64: PMU: Fix PMUVer handling on heterogeneous PMU systems
2023-05-30 12:53 UTC (3+ messages)
[kvm-unit-tests PATCH v3 0/2] Fixing infinite loop on SCLP READ SCP INFO error
2023-05-30 12:40 UTC (3+ messages)
` [kvm-unit-tests PATCH v3 1/2] s390x: sclp: consider monoprocessor on read_info error
` [kvm-unit-tests PATCH v3 2/2] s390x: sclp: Implement SCLP_RC_INSUFFICIENT_SCCB_LENGTH
[PATCH v3 00/21] Enable CET Virtualization
2023-05-30 12:08 UTC (5+ messages)
` [PATCH v3 07/21] KVM:x86: Refresh CPUID on write to guest MSR_IA32_XSS
[kvm-unit-tests PATCH v2 0/1] Fixing infinite loop on SCLP READ SCP INFO error
2023-05-30 11:37 UTC (4+ messages)
` [kvm-unit-tests PATCH v2 1/1] s390x: sclp: consider monoprocessor on read_info error
WARNING trace at kvm_nx_huge_page_recovery_worker on 6.3.4
2023-05-30 10:42 UTC (3+ messages)
[PATCH 1/2] x86/msr: Read MSRs individually
2023-05-30 10:23 UTC (2+ messages)
` [PATCH v2] x86/msr: Allow unprivileged read access to some MSRs
[PATCH v2 0/6] KVM: x86/mmu: refine memtype related mmu zap
2023-05-30 9:48 UTC (11+ messages)
` [PATCH v2 1/6] KVM: x86/mmu: add a new mmu zap helper to indicate memtype changes
[PATCH -next v20 10/26] riscv: Add task switch support for vector
2023-05-30 10:11 UTC (3+ messages)
[PATCH kernel v5 0/6] KVM: SEV: Enable AMD SEV-ES DebugSwap
2023-05-30 8:57 UTC (8+ messages)
` [PATCH kernel v5 5/6] KVM: SEV: Enable data breakpoints in SEV-ES
[PATCH v6 00/10] KVM: x86: Add AMD Guest PerfMonV2 PMU support
2023-05-30 6:04 UTC (11+ messages)
` [PATCH v6 01/10] KVM: x86/pmu: Expose reprogram_counters() in pmu.h
` [PATCH v6 02/10] KVM: x86/pmu: Return #GP if user sets the GLOBAL_STATUS reserved bits
` [PATCH v6 03/10] KVM: x86/pmu: Make part of the Intel v2 PMU MSRs handling x86 generic
` [PATCH v6 04/10] KVM: x86: Explicitly zero cpuid "0xa" leaf when PMU is disabled
` [PATCH v6 05/10] KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't met
` [PATCH v6 06/10] KVM: x86/pmu: Forget PERFCTR_CORE if the min "
` [PATCH v6 07/10] KVM: x86/pmu: Constrain the num of guest counters with kvm_pmu_cap
` [PATCH v6 08/10] KVM: x86/cpuid: Add a KVM-only leaf to redirect AMD PerfMonV2 flag
` [PATCH v6 09/10] KVM: x86/svm/pmu: Add AMD PerfMonV2 support
` [PATCH v6 10/10] KVM: x86/cpuid: Add AMD CPUID ExtPerfMonAndDbg leaf 0x80000022
[PATCH v6 00/10] Enhance vfio PCI hot reset for vfio cdev device
2023-05-30 4:23 UTC (4+ messages)
` [PATCH v6 10/10] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
[PATCH v5 0/4] x86: Add test cases for LAM
2023-05-30 2:43 UTC (5+ messages)
` [PATCH v5 1/4] x86: Allow setting of CR3 LAM bits if LAM supported
` [PATCH v5 2/4] x86: Add test case for LAM_SUP
` [PATCH v5 3/4] x86: Add test cases for LAM_{U48,U57}
` [PATCH v5 4/4] x86: Add test case for INVVPID with LAM
[PATCH v12 00/31] Add KVM LoongArch support
2023-05-30 1:52 UTC (32+ messages)
` [PATCH v12 01/31] LoongArch: KVM: Add kvm related header files
` [PATCH v12 02/31] LoongArch: KVM: Implement kvm module related interface
` [PATCH v12 03/31] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v12 04/31] LoongArch: KVM: Implement VM related functions
` [PATCH v12 05/31] LoongArch: KVM: Add vcpu related header files
` [PATCH v12 06/31] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v12 07/31] LoongArch: KVM: Implement vcpu run interface
` [PATCH v12 08/31] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v12 09/31] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v12 10/31] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v12 11/31] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v12 12/31] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v12 13/31] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v12 14/31] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v12 15/31] LoongArch: KVM: Implement vcpu status description
` [PATCH v12 16/31] LoongArch: KVM: Implement update VM id function
` [PATCH v12 17/31] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v12 18/31] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v12 19/31] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v12 20/31] LoongArch: KVM: Implement handle csr excption
` [PATCH v12 21/31] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v12 22/31] LoongArch: KVM: Implement handle idle exception
` [PATCH v12 23/31] LoongArch: KVM: Implement handle gspr exception
` [PATCH v12 24/31] LoongArch: KVM: Implement handle mmio exception
` [PATCH v12 25/31] LoongArch: KVM: Implement handle fpu exception
` [PATCH v12 26/31] LoongArch: KVM: Implement kvm exception vector
` [PATCH v12 27/31] LoongArch: KVM: Implement vcpu world switch
` [PATCH v12 28/31] LoongArch: KVM: Implement probe virtualization when LoongArch cpu init
` [PATCH v12 29/31] LoongArch: KVM: Enable kvm config and add the makefile
` [PATCH v12 30/31] LoongArch: KVM: Supplement kvm document about LoongArch-specific part
` [PATCH v12 31/31] LoongArch: KVM: Add maintainers for LoongArch KVM
[PATCH v2 5/6] KVM: x86: Keep a per-VM MTRR state
2023-05-30 1:19 UTC (11+ messages)
RDMA migration is slower than TCP
2023-05-30 0:51 UTC
[PATCH] vfio: Fixup kconfig ordering for VFIO_PCI_CORE
2023-05-29 17:47 UTC
[PATCH v2 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
2023-05-29 17:38 UTC (5+ messages)
[PATCH] kvm: fix multiple SIMD prefixes decoding
2023-05-29 17:41 UTC
[PATCH 0/5] KVM: x86/pmu: Hide guest counter updates from the VMRUN instruction
2023-05-29 14:51 UTC (15+ messages)
` [PATCH 5/5] "
[PATCH V5 00/10] KVM: x86: Add AMD Guest PerfMonV2 PMU support
2023-05-29 14:25 UTC (10+ messages)
` [PATCH V5 05/10] KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't met
[PATCH v13 000/113] KVM TDX basic feature support
2023-05-29 14:19 UTC (6+ messages)
` [PATCH v13 021/113] KVM: TDX: Make pmu_intel.c ignore guest TD case
[PATCH v4 0/6] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-05-29 14:18 UTC (7+ messages)
` [PATCH v4 2/6] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [PATCH v4 3/6] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v4 6/6] KVM: arm64: Use TLBI range-based intructions for unmap
[Bug] AMD nested: commit broke VMware
2023-05-29 13:43 UTC (2+ messages)
[PATCH v2 00/11] RISCV: Add KVM_GET_REG_LIST API
2023-05-29 12:20 UTC (6+ messages)
` [PATCH v2 11/11] KVM: riscv: selftests: Add get-reg-list test
[PATCH v7 0/1] arm: enable MTE for QEMU + kvm
2023-05-29 10:27 UTC (4+ messages)
[PATCH v6] vfio/cdx: add support for CDX bus
2023-05-29 8:06 UTC (4+ 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