linux-2.6-block.git
2025-03-14 Binbin WuKVM: VMX: Move emulation_required to struct vcpu_vt
2025-03-14 Isaku YamahataKVM: TDX: Add methods to ignore virtual apic related...
2025-03-14 Isaku YamahataKVM: TDX: Force APICv active for TDX guest
2025-03-14 Binbin WuKVM: TDX: Enforce KVM_IRQCHIP_SPLIT for TDX guests
2025-03-14 Isaku YamahataKVM: TDX: Always block INIT/SIPI
2025-03-14 Isaku YamahataKVM: TDX: Handle SMI request as !CONFIG_KVM_SMM
2025-03-14 Isaku YamahataKVM: TDX: Implement methods to inject NMI
2025-03-14 Isaku YamahataKVM: TDX: Wait lapic expire when timer IRQ was injected
2025-03-14 Sean ChristophersonKVM: x86: Assume timer IRQ was injected if APIC state...
2025-03-14 Isaku YamahataKVM: TDX: Implement non-NMI interrupt injection
2025-03-14 Isaku YamahataKVM: VMX: Move posted interrupt delivery code to common...
2025-03-14 Isaku YamahataKVM: TDX: Disable PI wakeup for IPIv
2025-03-14 Sean ChristophersonKVM: TDX: Add support for find pending IRQ in a protect...
2025-03-14 Sean ChristophersonKVM: TDX: Handle TDX PV MMIO hypercall
2025-03-14 Isaku YamahataKVM: TDX: Handle TDX PV port I/O hypercall
2025-03-14 Binbin WuKVM: TDX: Handle TDG.VP.VMCALL<ReportFatalError>
2025-03-14 Binbin WuKVM: TDX: Handle TDG.VP.VMCALL<MapGPA>
2025-03-14 Isaku YamahataKVM: TDX: Handle KVM hypercall with TDG.VP.VMCALL
2025-03-14 Isaku YamahataKVM: TDX: Add a place holder for handler of TDX hyperca...
2025-03-14 Isaku YamahataKVM: TDX: Add a place holder to handle TDX VM exit
2025-03-14 Binbin WuKVM: x86: Move pv_unhalted check out of kvm_vcpu_has_ev...
2025-03-14 Binbin WuKVM: x86: Have ____kvm_emulate_hypercall() read the...
2025-03-14 Isaku YamahataKVM: x86: Add a switch_db_regs flag to handle TDX's...
2025-03-14 Adrian HunterKVM: TDX: Save and restore IA32_DEBUGCTL
2025-03-14 Adrian HunterKVM: TDX: Disable support for TSX and WAITPKG
2025-03-14 Isaku YamahataKVM: TDX: restore user ret MSRs
2025-03-14 Chao GaoKVM: x86: Allow to update cached values in kvm_user_ret...
2025-03-14 Isaku YamahataKVM: TDX: restore host xsave state when exit from the...
2025-03-14 Isaku YamahataKVM: TDX: vcpu_run: save/restore host state(host kernel gs)
2025-03-14 Isaku YamahataKVM: TDX: Implement TDX vcpu enter/exit path
2025-03-14 Binbin WuKVM: VMX: Move common fields of struct vcpu_{vmx,tdx...
2025-03-14 Kai Huangx86/virt/tdx: Add SEAMCALL wrapper to enter/exit TDX...
2025-03-14 Yan ZhaoKVM: TDX: Handle SEPT zap error due to page add error...
2025-03-14 Paolo BonziniKVM: TDX: Skip updating CPU dirty logging request for TDs
2025-03-14 Yan ZhaoKVM: x86: Make cpu_dirty_log_size a per-VM value
2025-03-14 Yan ZhaoKVM: x86/mmu: Add parameter "kvm" to kvm_mmu_page_ad_ne...
2025-03-14 Yan ZhaoKVM: Add parameter "kvm" to kvm_cpu_dirty_log_size...
2025-03-14 Isaku YamahataKVM: TDX: Handle vCPU dissociation
2025-03-14 Isaku YamahataKVM: TDX: Finalize VM initialization
2025-03-14 Isaku YamahataKVM: TDX: Add an ioctl to create initial guest memory
2025-03-14 Rick EdgecombeKVM: x86/mmu: Export kvm_tdp_map_page()
2025-03-14 Yan ZhaoKVM: x86/mmu: Bail out kvm_tdp_map_page() when VM dead
2025-03-14 Isaku YamahataKVM: TDX: Implement hook to get max mapping level of...
2025-03-14 Isaku YamahataKVM: TDX: Implement hooks to propagate changes of TDP...
2025-03-14 Isaku YamahataKVM: TDX: Handle TLB tracking for TDX
2025-03-14 Isaku YamahataKVM: TDX: Set per-VM shadow_mmio_value to 0
2025-03-14 Isaku YamahataKVM: x86/mmu: Add setter for shadow_mmio_value
2025-03-14 Isaku YamahataKVM: TDX: Require TDP MMU, mmio caching and EPT A/D...
2025-03-14 Isaku YamahataKVM: TDX: Set gfn_direct_bits to shared bit
2025-03-14 Sean ChristophersonKVM: TDX: Add load_mmu_pgd method for TDX
2025-03-14 Isaku YamahataKVM: TDX: Add accessors VMX VMCS helpers
2025-03-14 Rick EdgecombeKVM: VMX: Teach EPT violation helper about private mem
2025-03-14 Sean ChristophersonKVM: VMX: Split out guts of EPT violation to common...
2025-03-14 Yan ZhaoKVM: x86/mmu: Do not enable page track for TD guest
2025-03-14 Isaku YamahataKVM: x86/tdp_mmu: Add a helper function to walk down...
2025-03-14 Rick EdgecombeKVM: x86/mmu: Implement memslot deletion for TDX
2025-03-14 Isaku Yamahatax86/virt/tdx: Add SEAMCALL wrappers for TD measurement...
2025-03-14 Isaku Yamahatax86/virt/tdx: Add SEAMCALL wrappers to remove a TD...
2025-03-14 Isaku Yamahatax86/virt/tdx: Add SEAMCALL wrappers to manage TDX TLB...
2025-03-14 Isaku Yamahatax86/virt/tdx: Add SEAMCALL wrappers to add TD private...
2025-03-14 Isaku Yamahatax86/virt/tdx: Add SEAMCALL wrapper tdh_mem_sept_add...
2025-03-14 Zhiming HuKVM: TDX: Register TDX host key IDs to cgroup misc...
2025-03-14 Xiaoyao LiKVM: x86/mmu: Taking guest pa into consideration when...
2025-03-14 Xiaoyao LiKVM: x86: Introduce KVM_TDX_GET_CPUID
2025-03-14 Isaku YamahataKVM: TDX: Do TDX specific vcpu initialization
2025-03-14 Isaku YamahataKVM: TDX: create/free TDX vcpu structure
2025-03-14 Isaku YamahataKVM: TDX: Don't offline the last cpu of one package...
2025-03-14 Isaku YamahataKVM: TDX: Make pmu_intel.c ignore guest TD case
2025-03-14 Isaku YamahataKVM: TDX: add ioctl to initialize VM with TDX specific...
2025-03-14 Paolo BonziniKVM: x86: expose cpuid_entry2_find for TDX
2025-03-14 Isaku YamahataKVM: TDX: Support per-VM KVM_CAP_MAX_VCPUS extension...
2025-03-14 Isaku YamahataKVM: TDX: create/destroy VM structure
2025-03-14 Isaku YamahataKVM: TDX: Get system-wide info about TDX module on...
2025-03-14 Isaku YamahataKVM: TDX: Add place holder for TDX VM specific mem_enc_...
2025-03-14 Isaku YamahataKVM: TDX: Add helper functions to print TDX SEAMCALL...
2025-03-14 Sean ChristophersonKVM: TDX: Add TDX "architectural" error codes
2025-03-14 Isaku YamahataKVM: TDX: Define TDX architectural definitions
2025-03-14 Isaku YamahataKVM: TDX: Add placeholders for TDX VM/vCPU structures
2025-03-14 Kai HuangKVM: TDX: Get TDX global information
2025-03-14 Kai HuangKVM: VMX: Initialize TDX during KVM module load
2025-03-14 Kai HuangKVM: VMX: Refactor VMX module init/exit functions
2025-03-14 Kai HuangKVM: Export hardware virtualization enabling/disabling...
2025-03-14 Isaku Yamahatax86/virt/tdx: Add tdx_guest_keyid_alloc/free() to alloc...
2025-03-14 Kai Huangx86/virt/tdx: Read essential global metadata for KVM
2025-03-14 Paolo Bonzinix86/virt/tdx: allocate tdx_sys_info in static memory
2025-03-14 Rick Edgecombex86/virt/tdx: Add SEAMCALL wrappers for TDX flush opera...
2025-03-14 Rick Edgecombex86/virt/tdx: Add SEAMCALL wrappers for TDX VM/vCPU...
2025-03-14 Rick Edgecombex86/virt/tdx: Add SEAMCALL wrappers for TDX page cache...
2025-03-14 Rick Edgecombex86/virt/tdx: Add SEAMCALL wrappers for TDX vCPU creation
2025-03-14 Rick Edgecombex86/virt/tdx: Add SEAMCALL wrappers for TDX TD creation
2025-03-14 Rick Edgecombex86/virt/tdx: Add SEAMCALL wrappers for TDX KeyID manag...
2025-03-14 Paolo BonziniKVM: x86: block KVM_CAP_SYNC_REGS if guest state is...
2025-03-14 Isaku YamahataKVM: x86: Add infrastructure for secure TSC
2025-03-14 Isaku YamahataKVM: x86: Push down setting vcpu.arch.user_set_tsc
2025-03-14 Paolo BonziniKVM: x86: move vm_destroy callback at end of kvm_arch_d...
2025-03-09 Paolo BonziniMerge tag 'kvm-x86-fixes-6.14-rcN.2' of https://github...
2025-03-09 Paolo BonziniMerge tag 'kvmarm-fixes-6.14-4' of git://git./linux...
2025-03-04 Xiaoyao LiKVM: x86: Explicitly zero EAX and EBX when PERFMON_V2...
2025-03-03 Sean ChristophersonKVM: selftests: Fix printf() format goof in SEV smoke...
2025-03-03 Sean ChristophersonKVM: selftests: Ensure all vCPUs hit -EFAULT during...
next