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
Age
Commit message (
Expand
)
Author
2014-01-29
kvm: x86: move KVM_CAP_HYPERV_TIME outside #ifdef
Paolo Bonzini
2014-01-27
KVM: x86: Validate guest writes to MSR_IA32_APICBASE
Jan Kiszka
2014-01-24
KVM: x86: mark hyper-v vapic assist page as dirty
Vadim Rozenfeld
2014-01-23
KVM: x86: mark hyper-v hypercall page as dirty
Vadim Rozenfeld
2014-01-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2014-01-20
kvm: make KVM_MMU_AUDIT help text more readable
Randy Dunlap
2014-01-17
KVM: nVMX: Update guest activity state field on L2 exits
Jan Kiszka
2014-01-17
KVM: nVMX: Fix nested_run_pending on activity state HLT
Jan Kiszka
2014-01-17
KVM: nVMX: Clean up handling of VMX-related MSRs
Jan Kiszka
2014-01-17
KVM: nVMX: Add tracepoints for nested_vmexit and nested_vmexit_inject
Jan Kiszka
2014-01-17
KVM: nVMX: Pass vmexit parameters to nested_vmx_vmexit
Jan Kiszka
2014-01-17
KVM: nVMX: Leave VMX mode on clearing of feature control MSR
Jan Kiszka
2014-01-17
KVM: VMX: Fix DR6 update on #DB exception
Jan Kiszka
2014-01-17
KVM: SVM: Fix reading of DR6
Jan Kiszka
2014-01-17
KVM: x86: Sync DR7 on KVM_SET_DEBUGREGS
Jan Kiszka
2014-01-17
add support for Hyper-V reference time counter
Vadim Rozenfeld
2014-01-15
KVM: remove useless write to vcpu->hv_clock.tsc_timestamp
Paolo Bonzini
2014-01-15
KVM: x86: fix tsc catchup issue with tsc scaling
Marcelo Tosatti
2014-01-15
kvm: x86: fix apic_base enable check
Andrew Jones
2014-01-15
KVM: x86: limit PIT timer frequency
Marcelo Tosatti
2014-01-15
KVM: x86: handle invalid root_hpa everywhere
Marcelo Tosatti
2014-01-08
KVM: VMX: fix use after free of vmx->loaded_vmcs
Marcelo Tosatti
2014-01-08
KVM: x86: Fix debug typo error in lapic
Chen Fan
2014-01-08
KVM: VMX: check use I/O bitmap first before unconditional I/O exit
Zhihui Zhang
2014-01-02
KVM: nVMX: Unconditionally uninit the MMU on nested vmexit
Jan Kiszka
2013-12-30
KVM: x86: Fix APIC map calculation after re-enabling
Jan Kiszka
2013-12-20
KVM: MMU: handle invalid root_hpa at __direct_map
Marcelo Tosatti
2013-12-20
KVM: VMX: Do not skip the instruction if handle_dr injects a fault
Jan Kiszka
2013-12-18
KVM: nVMX: Support direct APIC access from L2
Jan Kiszka
2013-12-13
KVM: x86: Add comment on vcpu_enter_guest()'s return value
Takuya Yoshikawa
2013-12-13
KVM: Use cond_resched() directly and remove useless kvm_resched()
Takuya Yoshikawa
2013-12-12
KVM: x86: fix guest-initiated crash with x2apic (CVE-2013-6376)
Gleb Natapov
2013-12-12
KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368)
Andy Honig
2013-12-12
KVM: x86: Fix potential divide by 0 in lapic (CVE-2013-6367)
Andy Honig
2013-12-12
KVM: nVMX: Add support for activity state HLT
Jan Kiszka
2013-12-12
KVM: VMX: shadow VM_(ENTRY|EXIT)_CONTROLS vmcs field
Gleb Natapov
2013-11-20
kvm: mmu: delay mmu audit activation
Sasha Levin
2013-11-13
kvm, vmx: Fix lazy FPU on nested guest
Anthoine Bourgeois
2013-11-07
kvm, cpuid: Fix sparse warning
Borislav Petkov
2013-11-06
kvm: optimize out smp_mb after srcu_read_unlock
Michael S. Tsirkin
2013-11-05
KVM: x86: trace cpuid emulation when called from emulator
Gleb Natapov
2013-11-05
KVM: emulator: cleanup decode_register_operand() a bit
Gleb Natapov
2013-11-05
KVM: emulator: check rex prefix inside decode_register()
Gleb Natapov
2013-11-04
Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queue
Gleb Natapov
2013-11-03
KVM: x86: fix emulation of "movzbl %bpl, %eax"
Paolo Bonzini
2013-10-31
KVM: x86: emulate SAHF instruction
Paolo Bonzini
2013-10-31
kvm/vmx: error message typo fix
Michael S. Tsirkin
2013-10-31
KVM: x86: fix KVM_SET_XCRS loop
Paolo Bonzini
2013-10-31
KVM: x86: fix KVM_SET_XCRS for CPUs that do not support XSAVE
Paolo Bonzini
2013-10-30
kvm: Create non-coherent DMA registeration
Alex Williamson
[next]