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