messages from 2023-02-25 00:28:13 to 2023-02-27 08:32:05 UTC [more...]
[PATCH v12 000/106] KVM TDX basic feature support
2023-02-27 8:23 UTC (104+ messages)
` [PATCH v12 001/106] [MARKER] The start of TDX KVM patch series: TDX architectural definitions
` [PATCH v12 002/106] KVM: TDX: Define "
` [PATCH v12 003/106] KVM: TDX: Add TDX "architectural" error codes
` [PATCH v12 004/106] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [PATCH v12 005/106] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [PATCH v12 006/106] [MARKER] The start of TDX KVM patch series: TD VM creation/destruction
` [PATCH v12 007/106] x86/cpu: Add helper functions to allocate/free TDX private host key id
` [PATCH v12 008/106] x86/virt/tdx: Add a helper function to return system wide info about TDX module
` [PATCH v12 009/106] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters
` [PATCH v12 010/106] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [PATCH v12 011/106] KVM: x86, tdx: Make KVM_CAP_MAX_VCPUS backend specific
` [PATCH v12 012/106] KVM: x86/vmx, tdx: Allow VMX, TDX to override KVM_ENABLE_CAP
` [PATCH v12 013/106] KVM: TDX: create/destroy VM structure
` [PATCH v12 014/106] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v12 015/106] KVM: TDX: Make pmu_intel.c ignore guest TD case
` [PATCH v12 016/106] KVM: TDX: Refuse to unplug the last cpu on the package
` [PATCH v12 017/106] [MARKER] The start of TDX KVM patch series: TD vcpu creation/destruction
` [PATCH v12 018/106] KVM: TDX: allocate/free TDX vcpu structure
` [PATCH v12 019/106] KVM: TDX: Do TDX specific vcpu initialization
` [PATCH v12 020/106] [MARKER] The start of TDX KVM patch series: KVM MMU GPA shared bits
` [PATCH v12 021/106] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
` [PATCH v12 022/106] KVM: x86/mmu: Add address conversion functions for TDX shared bit of GPA
` [PATCH v12 023/106] [MARKER] The start of TDX KVM patch series: KVM TDP refactoring for TDX
` [PATCH v12 024/106] KVM: Allow page-sized MMU caches to be initialized with custom 64-bit values
` [PATCH v12 025/106] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
` [PATCH v12 026/106] KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
` [PATCH v12 027/106] KVM: x86/mmu: Add Suppress VE bit to shadow_mmio_mask/shadow_present_mask
` [PATCH v12 028/106] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
` [PATCH v12 029/106] KVM: x86/mmu: Disallow fast page fault on private GPA
` [PATCH v12 030/106] KVM: x86/mmu: Allow per-VM override of the TDP max page level
` [PATCH v12 031/106] KVM: VMX: Introduce test mode related to EPT violation VE
` [PATCH v12 032/106] [MARKER] The start of TDX KVM patch series: KVM TDP MMU hooks
` [PATCH v12 033/106] KVM: x86/tdp_mmu: Init role member of struct kvm_mmu_page at allocation
` [PATCH v12 034/106] KVM: x86/mmu: Require TDP MMU and mmio caching for TDX
` [PATCH v12 035/106] KVM: x86/mmu: Add a new is_private member for union kvm_mmu_page_role
` [PATCH v12 036/106] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
` [PATCH v12 037/106] KVM: Add flags to struct kvm_gfn_range
` [PATCH v12 038/106] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
` [PATCH v12 039/106] KVM: x86/tdp_mmu: Sprinkle __must_check
` [PATCH v12 040/106] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
` [PATCH v12 041/106] [MARKER] The start of TDX KVM patch series: TDX EPT violation
` [PATCH v12 042/106] KVM: x86/mmu: Disallow dirty logging for x86 TDX
` [PATCH v12 043/106] KVM: x86/mmu: TDX: Do not enable page track for TD guest
` [PATCH v12 044/106] KVM: VMX: Split out guts of EPT violation to common/exposed function
` [PATCH v12 045/106] KVM: VMX: Move setting of EPT MMU masks to common VT-x code
` [PATCH v12 046/106] KVM: TDX: Add accessors VMX VMCS helpers
` [PATCH v12 047/106] KVM: TDX: Add load_mmu_pgd method for TDX
` [PATCH v12 048/106] KVM: TDX: Retry seamcall when TDX_OPERAND_BUSY with operand SEPT
` [PATCH v12 049/106] KVM: TDX: TDP MMU TDX support
` [PATCH v12 050/106] KVM: TDX: MTRR: implement get_mt_mask() for TDX
` [PATCH v12 051/106] [MARKER] The start of TDX KVM patch series: TD finalization
` [PATCH v12 052/106] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX
` [PATCH v12 053/106] KVM: TDX: Create initial guest memory
` [PATCH v12 054/106] KVM: TDX: Finalize VM initialization
` [PATCH v12 055/106] [MARKER] The start of TDX KVM patch series: TD vcpu enter/exit
` [PATCH v12 056/106] KVM: TDX: Add helper assembly function to TDX vcpu
` [PATCH v12 057/106] KVM: TDX: Implement TDX vcpu enter/exit path
` [PATCH v12 058/106] KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
` [PATCH v12 059/106] KVM: TDX: restore host xsave state when exit from the guest TD
` [PATCH v12 060/106] KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr
` [PATCH v12 061/106] KVM: TDX: restore user ret MSRs
` [PATCH v12 062/106] [MARKER] The start of TDX KVM patch series: TD vcpu exits/interrupts/hypercalls
` [PATCH v12 063/106] KVM: TDX: complete interrupts after tdexit
` [PATCH v12 064/106] KVM: TDX: restore debug store when TD exit
` [PATCH v12 065/106] KVM: TDX: handle vcpu migration over logical processor
` [PATCH v12 066/106] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
` [PATCH v12 067/106] KVM: TDX: Add support for find pending IRQ in a protected local APIC
` [PATCH v12 068/106] KVM: x86: Assume timer IRQ was injected if APIC state is proteced
` [PATCH v12 069/106] KVM: TDX: remove use of struct vcpu_vmx from posted_interrupt.c
` [PATCH v12 070/106] KVM: TDX: Implement interrupt injection
` [PATCH v12 071/106] KVM: TDX: Implements vcpu request_immediate_exit
` [PATCH v12 072/106] KVM: TDX: Implement methods to inject NMI
` [PATCH v12 073/106] KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument
` [PATCH v12 074/106] KVM: VMX: Move NMI/exception handler to common helper
` [PATCH v12 075/106] KVM: x86: Split core of hypercall emulation to helper function
` [PATCH v12 076/106] KVM: TDX: Add a place holder to handle TDX VM exit
` [PATCH v12 077/106] KVM: TDX: Handle vmentry failure for INTEL TD guest
` [PATCH v12 078/106] KVM: TDX: handle EXIT_REASON_OTHER_SMI
` [PATCH v12 079/106] KVM: TDX: handle ept violation/misconfig exit
` [PATCH v12 080/106] KVM: TDX: handle EXCEPTION_NMI and EXTERNAL_INTERRUPT
` [PATCH v12 081/106] KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL)
` [PATCH v12 082/106] KVM: TDX: handle KVM hypercall with TDG.VP.VMCALL
` [PATCH v12 083/106] KVM: TDX: Add KVM Exit for TDX TDG.VP.VMCALL
` [PATCH v12 084/106] KVM: TDX: Handle TDX PV CPUID hypercall
` [PATCH v12 085/106] KVM: TDX: Handle TDX PV HLT hypercall
` [PATCH v12 086/106] KVM: TDX: Handle TDX PV port io hypercall
` [PATCH v12 087/106] KVM: TDX: Handle TDX PV MMIO hypercall
` [PATCH v12 088/106] KVM: TDX: Implement callbacks for MSR operations for TDX
` [PATCH v12 089/106] KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall
` [PATCH v12 091/106] KVM: TDX: Handle TDX PV map_gpa hypercall
` [PATCH v12 092/106] KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall
` [PATCH v12 093/106] KVM: TDX: Silently discard SMI request
` [PATCH v12 094/106] KVM: TDX: Silently ignore INIT/SIPI
` [PATCH v12 095/106] KVM: TDX: Add methods to ignore accesses to CPU state
` [PATCH v12 096/106] KVM: TDX: Add methods to ignore guest instruction emulation
` [PATCH v12 097/106] KVM: TDX: Add a method to ignore dirty logging
` [PATCH v12 098/106] KVM: TDX: Add methods to ignore VMX preemption timer
` [PATCH v12 099/106] KVM: TDX: Add methods to ignore accesses to TSC
` [PATCH v12 101/106] KVM: TDX: Add a method to ignore for TDX to ignore hypercall patch
` [PATCH v12 102/106] KVM: TDX: Add methods to ignore virtual apic related operation
` [PATCH v12 103/106] Documentation/virt/kvm: Document on Trust Domain Extensions(TDX)
` [PATCH v12 104/106] KVM: x86: design documentation on TDX support of x86 KVM TDP MMU
` [PATCH v12 106/106] [MARKER] the end of (the first phase of) TDX KVM patch series
[PATCH v16 00/11] s390x: CPU Topology
2023-02-27 7:59 UTC (4+ messages)
` [PATCH v16 08/11] qapi/s390x/cpu topology: set-cpu-topology monitor command
[PATCH v12 00/11] Parallel CPU bringup for x86_64
2023-02-27 6:25 UTC (17+ messages)
` [PATCH v12 01/11] x86/apic/x2apic: Allow CPU cluster_mask to be populated in parallel
` [PATCH v12 02/11] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v12 03/11] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v12 04/11] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
` [PATCH v12 05/11] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH v12 06/11] x86/smpboot: Remove initial_stack on 64-bit
` [PATCH v12 07/11] x86/smpboot: Remove early_gdt_descr "
` [PATCH v12 08/11] x86/smpboot: Remove initial_gs
` [PATCH v12 09/11] x86/smpboot: Support parallel startup of secondary CPUs
` [PATCH v12 10/11] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
` [PATCH v12 11/11] x86/smpboot: Serialize topology updates for secondary bringup
` [External] Re: [PATCH v12 00/11] Parallel CPU bringup for x86_64
Bug: Completion-Wait loop timed out with vfio
2023-02-27 5:33 UTC (2+ messages)
[PATCH v4 00/19] Add vfio_device cdev for iommufd support
2023-02-27 4:46 UTC (22+ messages)
` [PATCH v4 03/19] vfio: Accept vfio device file in the driver facing kAPI
` [PATCH v4 09/19] vfio/pci: Accept device fd for hot reset
` [PATCH v4 16/19] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
[PATCHv3 00/10] SVM: virtual NMI
2023-02-27 4:47 UTC (12+ messages)
` [PATCHv3 01/10] KVM: nSVM: Disable intercept of VINTR if saved RFLAG.IF is 0
` [PATCHv3 02/10] KVM: nSVM: Raise event on nested VM exit if L1 doesn't intercept IRQs
` [PATCHv3 03/10] KVM: SVM: add wrappers to enable/disable IRET interception
` [PATCHv3 04/10] KVM: x86: Raise an event request when processing NMIs if an NMI is pending
` [PATCHv3 05/10] KVM: x86: Tweak the code and comment related to handling concurrent NMIs
` [PATCHv3 06/10] KVM: x86: Save/restore all NMIs when multiple NMIs are pending
` [PATCHv3 07/10] x86/cpu: Add CPUID feature bit for VNMI
` [PATCHv3 08/10] KVM: SVM: Add VNMI bit definition
` [PATCHv3 09/10] KVM: x86: add support for delayed virtual NMI injection interface
` [PATCHv3 10/10] KVM: nSVM: implement support for nested VNMI
[PATCH v2 0/6] Support writable CPU ID registers from userspace
2023-02-27 3:04 UTC (10+ messages)
` [PATCH v2 1/6] KVM: arm64: Move CPU ID feature registers emulation into a separate file
` [PATCH v2 4/6] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
` [PATCH v2 5/6] KVM: arm64: Introduce ID register specific descriptor
[PATCH v8 0/3] KVM: Dirty quota-based throttling
2023-02-27 1:49 UTC (6+ messages)
` [PATCH v8 1/3] KVM: Implement dirty quota-based throttling of vcpus
` [PATCH v8 2/3] KVM: x86: Dirty "
` [PATCH v8 3/3] KVM: arm64: "
[PATCH v2 00/29] Add KVM LoongArch support
2023-02-27 1:39 UTC (4+ messages)
` [PATCH v2 05/29] LoongArch: KVM: Add vcpu related header files
[PATCH] KVM: MIPS: Make kvm_mips_callbacks const
2023-02-26 22:06 UTC (2+ messages)
[PATCH 00/14] Add iommufd physical device operations for replace and alloc hwpt
2023-02-26 19:29 UTC (14+ messages)
` [PATCH 01/14] iommufd: Move isolated msi enforcement to iommufd_device_bind()
` [PATCH 03/14] iommufd: Replace the hwpt->devices list with iommufd_group
` [PATCH 05/14] iommufd: Make sw_msi_start a group global
` [PATCH 07/14] iommufd: Add enforced_cache_coherency to iommufd_hw_pagetable_alloc()
` [PATCH 08/14] iommu: Introduce a new iommu_group_replace_domain() API
` [PATCH 09/14] iommufd: Add iommufd_device_replace()
` [PATCH 11/14] iommufd/selftest: Test iommufd_device_replace()
` [PATCH 12/14] iommufd: Add IOMMU_HWPT_ALLOC
` [PATCH 13/14] iommufd/selftest: Return the real idev id from selftest mock_domain
` [PATCH 14/14] iommufd/selftest: Add a selftest for IOMMU_HWPT_ALLOC
[PATCH v9 0/8] x86/cpu, kvm: Support AMD Automatic IBRS
2023-02-26 18:44 UTC (16+ messages)
` [PATCH v9 7/8] x86/cpu: "
` [PATCH] x86/CPU/AMD: Make sure EFER[AIBRSE] is set
[PATCH v2 0/5] bitmap: fix conversion from/to fix-sized arrays
2023-02-26 0:42 UTC (6+ messages)
` [PATCH 3/5] lib/bitmap: add test for bitmap_{from,to}_arr64
[GIT PULL] KVM changes for Linux 6.3 merge window
2023-02-25 19:58 UTC (2+ messages)
[GIT PULL] virtio,vhost,vdpa: features, fixes
2023-02-25 19:58 UTC (4+ messages)
[GIT PULL] VFIO updates for v6.3-rc1
2023-02-25 19:58 UTC (2+ messages)
[PATCH 13/16] KVM: arm64: nv: timers: Support hyp timer emulation
2023-02-25 10:34 UTC (3+ messages)
[PATCH 12/16] KVM: arm64: nv: timers: Add a per-timer, per-vcpu offset
2023-02-25 10:32 UTC (3+ messages)
[PATCH -next v14 19/19] riscv: Enable Vector code to be built
2023-02-25 8:28 UTC (3+ messages)
[PATCH v3 0/5] Add IO page table replacement support for emulated pathway
2023-02-25 1:51 UTC (6+ messages)
` [PATCH v3 1/5] vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()
` [PATCH v3 2/5] iommufd: Create access in vfio_iommufd_emulated_bind()
` [PATCH v3 3/5] iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_SET_IOAS coverage
` [PATCH v3 4/5] iommufd: Add replace support in iommufd_access_set_ioas()
` [PATCH v3 5/5] iommufd/selftest: Add coverage for access->ioas replacement
Future of icount discussion for next KVM call?
2023-02-25 1:46 UTC (3+ messages)
[PATCH v3 00/13] Overhauling amx_test
2023-02-25 1:39 UTC (10+ messages)
` [PATCH v3 01/13] x86/fpu/xstate: Avoid getting xstate address of init_fpstate if fpstate contains the component
[GIT PULL] Please pull IOMMUFD subsystem changes
2023-02-25 0:50 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