messages from 2022-06-27 09:52:06 to 2022-06-27 22:58:10 UTC [more...]
[PATCH v5 00/22] TDX host kernel support
2022-06-27 22:57 UTC (18+ messages)
` [PATCH v5 07/22] x86/virt/tdx: Implement SEAMCALL function
` [PATCH v5 08/22] x86/virt/tdx: Shut down TDX module in case of error
` [PATCH v5 15/22] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
[PATCH v6 00/17] Introducing AMD x2AVIC and hybrid-AVIC modes
2022-06-27 22:55 UTC (4+ messages)
` [PATCH v6 15/17] KVM: SVM: Use target APIC ID to complete x2AVIC IRQs when possible
[PATCH 0/4] KVM: x86/mmu: pte_list_desc fix and cleanups
2022-06-27 22:50 UTC (5+ messages)
` [PATCH 2/4] KVM: x86/mmu: Defer "full" MMU setup until after vendor hardware_setup()
[PATCH][next] treewide: uapi: Replace zero-length arrays with flexible-array members
2022-06-27 22:31 UTC (5+ messages)
[PATCH] vfio: remove useless judgement
2022-06-27 22:06 UTC (2+ messages)
[PATCH v7 000/102] KVM TDX basic feature support
2022-06-27 21:54 UTC (103+ messages)
` [PATCH v7 001/102] KVM: x86: Move check_processor_compatibility from init ops to runtime ops
` [PATCH v7 002/102] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"
` [PATCH v7 003/102] KVM: Refactor CPU compatibility check on module initialiization
` [PATCH v7 004/102] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX
` [PATCH v7 005/102] x86/virt/vmx/tdx: export platform_tdx_enabled()
` [PATCH v7 006/102] KVM: TDX: Detect CPU feature on kernel module initialization
` [PATCH v7 007/102] KVM: Enable hardware before doing arch VM initialization
` [PATCH v7 008/102] KVM: x86: Refactor KVM VMX module init/exit functions
` [PATCH v7 009/102] KVM: TDX: Add placeholders for TDX VM/vcpu structure
` [PATCH v7 010/102] x86/virt/tdx: Add a helper function to return system wide info about TDX module
` [PATCH v7 011/102] KVM: TDX: Initialize TDX module when loading kvm_intel.ko
` [PATCH v7 012/102] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs
` [PATCH v7 013/102] KVM: TDX: Make TDX VM type supported
` [PATCH v7 014/102] [MARKER] The start of TDX KVM patch series: TDX architectural definitions
` [PATCH v7 015/102] KVM: TDX: Define "
` [PATCH v7 016/102] KVM: TDX: Add TDX "architectural" error codes
` [PATCH v7 017/102] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [PATCH v7 018/102] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [PATCH v7 019/102] [MARKER] The start of TDX KVM patch series: TD VM creation/destruction
` [PATCH v7 020/102] KVM: TDX: Stub in tdx.h with structs, accessors, and VMCS helpers
` [PATCH v7 021/102] x86/cpu: Add helper functions to allocate/free TDX private host key id
` [PATCH v7 022/102] KVM: TDX: create/destroy VM structure
` [PATCH v7 023/102] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters
` [PATCH v7 024/102] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [PATCH v7 025/102] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v7 026/102] KVM: TDX: Make pmu_intel.c ignore guest TD case
` [PATCH v7 027/102] [MARKER] The start of TDX KVM patch series: TD vcpu creation/destruction
` [PATCH v7 028/102] KVM: TDX: allocate/free TDX vcpu structure
` [PATCH v7 029/102] "
` [PATCH v7 030/102] KVM: TDX: Do TDX specific vcpu initialization
` [PATCH v7 031/102] [MARKER] The start of TDX KVM patch series: KVM MMU GPA shared bits
` [PATCH v7 032/102] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
` [PATCH v7 033/102] KVM: x86/mmu: Add address conversion functions for TDX shared bits
` [PATCH v7 034/102] [MARKER] The start of TDX KVM patch series: KVM TDP refactoring for TDX
` [PATCH v7 035/102] KVM: x86/mmu: Explicitly check for MMIO spte in fast page fault
` [PATCH v7 036/102] KVM: x86/mmu: Allow non-zero value for non-present SPTE
` [PATCH v7 037/102] KVM: x86/mmu: Track shadow MMIO value/mask on a per-VM basis
` [PATCH v7 038/102] KVM: x86/mmu: Disallow fast page fault on private GPA
` [PATCH v7 039/102] KVM: x86/mmu: Allow per-VM override of the TDP max page level
` [PATCH v7 040/102] KVM: x86/mmu: Zap only leaf SPTEs for deleted/moved memslot for private mmu
` [PATCH v7 041/102] KVM: VMX: Introduce test mode related to EPT violation VE
` [PATCH v7 042/102] [MARKER] The start of TDX KVM patch series: KVM TDP MMU hooks
` [PATCH v7 043/102] KVM: x86/mmu: Focibly use TDP MMU for TDX
` [PATCH v7 044/102] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
` [PATCH v7 045/102] KVM: x86/tdp_mmu: refactor kvm_tdp_mmu_map()
` [PATCH v7 046/102] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
` [PATCH v7 047/102] [MARKER] The start of TDX KVM patch series: TDX EPT violation
` [PATCH v7 048/102] KVM: x86/mmu: Disallow dirty logging for x86 TDX
` [PATCH v7 049/102] KVM: x86/tdp_mmu: Ignore unsupported mmu operation on private GFNs
` [PATCH v7 050/102] KVM: VMX: Split out guts of EPT violation to common/exposed function
` [PATCH v7 051/102] KVM: VMX: Move setting of EPT MMU masks to common VT-x code
` [PATCH v7 052/102] KVM: TDX: Add load_mmu_pgd method for TDX
` [PATCH v7 053/102] KVM: TDX: don't request KVM_REQ_APIC_PAGE_RELOAD
` [PATCH v7 054/102] KVM: TDX: TDP MMU TDX support
` [PATCH v7 055/102] [MARKER] The start of TDX KVM patch series: KVM TDP MMU MapGPA
` [PATCH v7 056/102] KVM: x86/mmu: steal software usable git to record if GFN is for shared or not
` [PATCH v7 057/102] KVM: x86/tdp_mmu: implement MapGPA hypercall for TDX
` [PATCH v7 058/102] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX
` [PATCH v7 059/102] [MARKER] The start of TDX KVM patch series: TD finalization
` [PATCH v7 060/102] KVM: TDX: Create initial guest memory
` [PATCH v7 061/102] KVM: TDX: Finalize VM initialization
` [PATCH v7 062/102] [MARKER] The start of TDX KVM patch series: TD vcpu enter/exit
` [PATCH v7 063/102] KVM: TDX: Add helper assembly function to TDX vcpu
` [PATCH v7 064/102] KVM: TDX: Implement TDX vcpu enter/exit path
` [PATCH v7 065/102] KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
` [PATCH v7 066/102] KVM: TDX: restore host xsave state when exit from the guest TD
` [PATCH v7 067/102] KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr
` [PATCH v7 068/102] KVM: TDX: restore user ret MSRs
` [PATCH v7 069/102] [MARKER] The start of TDX KVM patch series: TD vcpu exits/interrupts/hypercalls
` [PATCH v7 070/102] KVM: TDX: complete interrupts after tdexit
` [PATCH v7 071/102] KVM: TDX: restore debug store when TD exit
` [PATCH v7 072/102] KVM: TDX: handle vcpu migration over logical processor
` [PATCH v7 073/102] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
` [PATCH v7 074/102] KVM: TDX: Add support for find pending IRQ in a protected local APIC
` [PATCH v7 075/102] KVM: x86: Assume timer IRQ was injected if APIC state is proteced
` [PATCH v7 076/102] KVM: TDX: remove use of struct vcpu_vmx from posted_interrupt.c
` [PATCH v7 077/102] KVM: TDX: Implement interrupt injection
` [PATCH v7 078/102] KVM: TDX: Implements vcpu request_immediate_exit
` [PATCH v7 079/102] KVM: TDX: Implement methods to inject NMI
` [PATCH v7 080/102] KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument
` [PATCH v7 081/102] KVM: VMX: Move NMI/exception handler to common helper
` [PATCH v7 082/102] KVM: x86: Split core of hypercall emulation to helper function
` [PATCH v7 083/102] KVM: TDX: Add a place holder to handle TDX VM exit
` [PATCH v7 084/102] KVM: TDX: handle EXIT_REASON_OTHER_SMI
` [PATCH v7 085/102] KVM: TDX: handle ept violation/misconfig exit
` [PATCH v7 086/102] KVM: TDX: handle EXCEPTION_NMI and EXTERNAL_INTERRUPT
` [PATCH v7 087/102] KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL)
` [PATCH v7 088/102] KVM: TDX: handle KVM hypercall with TDG.VP.VMCALL
` [PATCH v7 089/102] KVM: TDX: Handle TDX PV CPUID hypercall
` [PATCH v7 090/102] KVM: TDX: Handle TDX PV HLT hypercall
` [PATCH v7 091/102] KVM: TDX: Handle TDX PV port io hypercall
` [PATCH v7 092/102] KVM: TDX: Handle TDX PV MMIO hypercall
` [PATCH v7 093/102] KVM: TDX: Implement callbacks for MSR operations for TDX
` [PATCH v7 094/102] KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall
` [PATCH v7 095/102] KVM: TDX: Handle TDX PV report fatal error hypercall
` [PATCH v7 096/102] KVM: TDX: Handle TDX PV map_gpa hypercall
` [PATCH v7 097/102] KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall
` [PATCH v7 098/102] KVM: TDX: Silently discard SMI request
` [PATCH v7 099/102] KVM: TDX: Silently ignore INIT/SIPI
` [PATCH v7 100/102] KVM: TDX: Add methods to ignore accesses to CPU state
` [PATCH v7 101/102] Documentation/virtual/kvm: Document on Trust Domain Extensions(TDX)
` [PATCH v7 102/102] KVM: x86: design documentation on TDX support of x86 KVM TDP MMU
[PATCH 00/14] KVM: nVMX: Use vmcs_config for setting up nested VMX MSRs
2022-06-27 21:36 UTC (17+ messages)
` [PATCH 01/14] KVM: VMX: Check VM_ENTRY_IA32E_MODE in setup_vmcs_config()
` [PATCH 02/14] KVM: VMX: Check CPU_BASED_{INTR,NMI}_WINDOW_EXITING "
` [PATCH 03/14] KVM: VMX: Tweak the special handling of SECONDARY_EXEC_ENCLS_EXITING "
` [PATCH 04/14] KVM: VMX: Extend VMX controls macro shenanigans
` [PATCH 05/14] KVM: VMX: Move CPU_BASED_CR8_{LOAD,STORE}_EXITING filtering out of setup_vmcs_config()
` [PATCH 06/14] KVM: VMX: Add missing VMEXIT controls to vmcs_config
` [PATCH 07/14] KVM: VMX: Add missing VMENTRY "
` [PATCH 08/14] KVM: VMX: Add missing CPU based VM execution "
` [PATCH 09/14] KVM: VMX: Clear controls obsoleted by EPT at runtime, not setup
` [PATCH 10/14] KVM: nVMX: Use sanitized allowed-1 bits for VMX control MSRs
` [PATCH 11/14] KVM: VMX: Store required-1 VMX controls in vmcs_config
` [PATCH 12/14] KVM: nVMX: Use sanitized required-1 bits for VMX control MSRs
` [PATCH 13/14] KVM: VMX: Cache MSR_IA32_VMX_MISC in vmcs_config
` [PATCH 14/14] KVM: nVMX: Use cached host MSR_IA32_VMX_MISC value for setting up nested MSR
[PATCH] KVM: SEV: Clear the pages pointer in sev_unpin_memory
2022-06-27 20:57 UTC (4+ messages)
[PATCH v9 00/21] KVM: s390: enable zPCI for interpretive execution
2022-06-27 20:57 UTC (2+ messages)
WARNING in kvm_arch_vcpu_ioctl_run (3)
2022-06-27 20:08 UTC (4+ messages)
[PATCH v2 8/8] vfio: do not set FMODE_LSEEK flag
2022-06-27 20:07 UTC (2+ messages)
[PATCH v3 1/2] vfio/type1: Simplify bus_type determination
2022-06-27 19:39 UTC (3+ messages)
[PATCH 0/4] kvm/mm: Allow GUP to respond to non fatal signals
2022-06-27 19:12 UTC (13+ messages)
` [PATCH 1/4] mm/gup: Add FOLL_INTERRUPTIBLE
` [PATCH 2/4] kvm: Merge "atomic" and "write" in __gfn_to_pfn_memslot()
[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
2022-06-27 19:03 UTC (4+ messages)
` [PATCH Part2 v6 42/49] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
[PATCH V1 vfio 0/2] Migration few enhancements
2022-06-27 18:44 UTC (4+ messages)
` [PATCH V1 vfio 2/2] vfio: Split migration ops from main device ops
[PATCH] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
2022-06-27 18:16 UTC (7+ messages)
[GIT PULL] virtio,vdpa: fixes
2022-06-27 18:03 UTC (2+ messages)
[PATCH] KVM: VMX: Move VM-exit RSB stuffing out of line
2022-06-27 17:59 UTC (3+ messages)
[PATCH v10 0/3] s390x: KVM: CPU Topology
2022-06-27 17:40 UTC (18+ messages)
` [PATCH v10 1/3] KVM: s390: ipte lock for SCA access should be contained in KVM
` [PATCH v10 2/3] KVM: s390: guest support for topology function
` [PATCH v10 3/3] KVM: s390: resetting the Topology-Change-Report
[kvm-unit-tests PATCH v2 00/23] EFI and ACPI support for arm64
2022-06-27 17:10 UTC (10+ messages)
` [kvm-unit-tests PATCH v2 11/23] lib/efi: Add support for getting the cmdline
` [kvm-unit-tests PATCH v2 16/23] arm/arm64: Add a setup sequence for systems that boot through EFI
` [kvm-unit-tests PATCH v2 19/23] arm64: Use code from the gnu-efi when booting with EFI
[PATCH] vfio: de-extern-ify function prototypes
2022-06-27 16:35 UTC (4+ messages)
[PATCH v5 0/4] KVM: mm: count KVM mmu usage in memory stats
2022-06-27 16:29 UTC (11+ messages)
` [PATCH v5 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
` [PATCH v5 2/4] KVM: mmu: add a helper to account memory used by KVM MMU
` [PATCH v5 3/4] KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats
[PATCH] KVM: x86/xen: Update Xen CPUID Leaf 4 (tsc info) sub-leaves, if present
2022-06-27 15:56 UTC (6+ messages)
[PATCH RFC v1 00/10] KVM: nVMX: Use vmcs_config for setting up nested VMX MSRs
2022-06-27 16:06 UTC (6+ messages)
` [PATCH RFC v1 02/10] KVM: VMX: Add missing CPU based VM execution controls to vmcs_config
[PATCH v4] KVM: x86/xen: Update Xen CPUID Leaf 4 (tsc info) sub-leaves, if present
2022-06-27 15:23 UTC (3+ messages)
[kvm-unit-tests PATCH v2] s390x/intercept: Test invalid prefix argument to SET PREFIX
2022-06-27 15:24 UTC
[PATCH] kvm: nVMX: add tracepoint for kvm:kvm_nested_vmrun
2022-06-27 14:39 UTC (2+ messages)
[PATCH v8 00/12] s390x: CPU Topology
2022-06-27 14:26 UTC (5+ messages)
` [PATCH v8 02/12] s390x/cpu_topology: CPU topology objects and structures
` [PATCH v8 03/12] s390x/cpu_topology: implementating Store Topology System Information
[Bug 216026] New: Fails to compile using gcc 12.1 under Ubuntu 22.04
2022-06-27 14:21 UTC (2+ messages)
` [Bug 216026] "
[kvm-unit-tests PATCH] s390x/intercept: Test invalid prefix argument to SET PREFIX
2022-06-27 12:58 UTC (3+ messages)
[PATCH v10 00/41] virtio pci support VIRTIO_F_RING_RESET
2022-06-27 11:53 UTC (9+ messages)
` [PATCH v10 25/41] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
[PATCH 5.18 103/181] KVM: SEV: Init target VMCBs in sev_migrate_from
2022-06-27 11:21 UTC
[kvm-unit-tests PATCH v2 0/3] better smp interrupt checks
2022-06-27 11:09 UTC (8+ messages)
` [kvm-unit-tests PATCH v2 1/3] lib: s390x: add functions to set and clear PSW bits
` [kvm-unit-tests PATCH v2 3/3] lib: s390x: better smp interrupt checks
linux-next: build warning after merge of the kvm tree
2022-06-27 9:57 UTC (2+ messages)
[PATCH V3] virtio: disable notification hardening by default
2022-06-27 9:52 UTC (8+ messages)
[PATCH next 0/2] Documentation: KVM: KVM_CAP_VM_DISABLE_NX_HUGE_PAGES documentation fixes
2022-06-27 9:51 UTC (2+ messages)
` [PATCH next 1/2] Documentation: KVM: extend KVM_CAP_VM_DISABLE_NX_HUGE_PAGES heading underline
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).