index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
/
main.c
Age
Commit message (
Expand
)
Author
2025-05-02
KVM: VMX: Clean up and macrofy x86_ops
Vishal Verma
2025-05-02
KVM: VMX: Define a VMX glue macro for kvm_complete_insn_gp()
Vishal Verma
2025-05-02
KVM: VMX: Move vt_apicv_pre_state_restore() to posted_intr.c and tweak name
Vishal Verma
2025-03-14
KVM: TDX: Make TDX VM type supported
Isaku Yamahata
2025-03-14
KVM: TDX: Add a method to ignore hypercall patching
Isaku Yamahata
2025-03-14
KVM: TDX: Ignore setting up mce
Isaku Yamahata
2025-03-14
KVM: TDX: Add methods to ignore accesses to TSC
Isaku Yamahata
2025-03-14
KVM: TDX: Add methods to ignore VMX preemption timer
Isaku Yamahata
2025-03-14
KVM: TDX: Add method to ignore guest instruction emulation
Isaku Yamahata
2025-03-14
KVM: TDX: Add methods to ignore accesses to CPU state
Isaku Yamahata
2025-03-14
KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall
Isaku Yamahata
2025-03-14
KVM: TDX: Implement callbacks for MSR operations
Isaku Yamahata
2025-03-14
KVM: TDX: Handle TDX PV HLT hypercall
Isaku Yamahata
2025-03-14
KVM: TDX: Add methods to ignore virtual apic related operation
Isaku Yamahata
2025-03-14
KVM: TDX: Force APICv active for TDX guest
Isaku Yamahata
2025-03-14
KVM: TDX: Always block INIT/SIPI
Isaku Yamahata
2025-03-14
KVM: TDX: Handle SMI request as !CONFIG_KVM_SMM
Isaku Yamahata
2025-03-14
KVM: TDX: Implement methods to inject NMI
Isaku Yamahata
2025-03-14
KVM: TDX: Implement non-NMI interrupt injection
Isaku Yamahata
2025-03-14
KVM: TDX: Add support for find pending IRQ in a protected local APIC
Sean Christopherson
2025-03-14
KVM: TDX: Add a place holder to handle TDX VM exit
Isaku Yamahata
2025-03-14
KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
Isaku Yamahata
2025-03-14
KVM: TDX: Implement TDX vcpu enter/exit path
Isaku Yamahata
2025-03-14
KVM: VMX: Move common fields of struct vcpu_{vmx,tdx} to a struct
Binbin Wu
2025-03-14
KVM: TDX: Skip updating CPU dirty logging request for TDs
Paolo Bonzini
2025-03-14
KVM: x86: Make cpu_dirty_log_size a per-VM value
Yan Zhao
2025-03-14
KVM: TDX: Handle vCPU dissociation
Isaku Yamahata
2025-03-14
KVM: TDX: Implement hook to get max mapping level of private pages
Isaku Yamahata
2025-03-14
KVM: TDX: Implement hooks to propagate changes of TDP MMU mirror page table
Isaku Yamahata
2025-03-14
KVM: TDX: Handle TLB tracking for TDX
Isaku Yamahata
2025-03-14
KVM: TDX: Require TDP MMU, mmio caching and EPT A/D bits for TDX
Isaku Yamahata
2025-03-14
KVM: TDX: Add load_mmu_pgd method for TDX
Sean Christopherson
2025-03-14
KVM: TDX: Do TDX specific vcpu initialization
Isaku Yamahata
2025-03-14
KVM: TDX: create/free TDX vcpu structure
Isaku Yamahata
2025-03-14
KVM: TDX: Support per-VM KVM_CAP_MAX_VCPUS extension check
Isaku Yamahata
2025-03-14
KVM: TDX: create/destroy VM structure
Isaku Yamahata
2025-03-14
KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
Isaku Yamahata
2025-03-14
KVM: TDX: Add placeholders for TDX VM/vCPU structures
Isaku Yamahata
2025-03-14
KVM: VMX: Initialize TDX during KVM module load
Kai Huang
2025-03-14
KVM: VMX: Refactor VMX module init/exit functions
Kai Huang
2025-02-12
KVM: x86: Load DR6 with guest value only before entering .vcpu_run() loop
Sean Christopherson
2025-01-20
Merge tag 'kvm-x86-misc-6.14' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-01-08
KVM: VMX: refactor PML terminology
Maxim Levitsky
2024-12-19
KVM: x86: Remove hwapic_irr_update() from kvm_x86_ops
Chao Gao
2024-12-18
KVM: x86: Add interrupt injection information to the kvm_entry tracepoint
Maxim Levitsky
2024-11-01
KVM: x86: Bypass register cache when querying CPL from kvm_sched_out()
Sean Christopherson
2024-09-17
Merge tag 'kvm-x86-misc-6.12' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-09-04
KVM: x86: Register "emergency disable" callbacks when virt is enabled
Sean Christopherson
2024-09-04
KVM: x86: Rename virtualization {en,dis}abling APIs to match common KVM
Sean Christopherson
2024-08-29
KVM: x86: Re-split x2APIC ICR into ICR+ICR2 for AMD (x2AVIC)
Sean Christopherson
[next]