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
/
x86.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-20
KVM: X86: #GP when guest attempts to write MCi_STATUS register w/o 0
Wanpeng Li
1
-2
/
+7
2017-10-18
KVM: SVM: detect opening of SMI window using STGI intercept
Ladi Prosek
1
-8
/
+14
2017-10-12
KVM: nSVM: fix SMI injection in guest mode
Ladi Prosek
1
-3
/
+0
2017-10-12
KVM: x86: introduce ISA specific smi_allowed callback
Ladi Prosek
1
-1
/
+1
2017-10-12
KVM: x86: introduce ISA specific SMM entry/exit callbacks
Ladi Prosek
1
-1
/
+14
2017-10-12
KVM: X86: Processor States following Reset or INIT
Wanpeng Li
1
-0
/
+22
2017-10-12
KVM: x86: allow setting identity map addr with no vcpus only
David Hildenbrand
1
-1
/
+7
2017-10-12
KVM: x86: no need to inititalize vcpu members to 0
David Hildenbrand
1
-5
/
+0
2017-10-12
KVM: x86: drop BUG_ON(vcpu->kvm)
David Hildenbrand
1
-6
/
+2
2017-09-26
x86/fpu: Rename fpu__activate_curr() to fpu__initialize()
Ingo Molnar
1
-1
/
+1
2017-09-14
KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" exce...
Wanpeng Li
1
-9
/
+28
2017-09-14
KVM: X86: Don't block vCPU if there is pending exception
Wanpeng Li
1
-0
/
+3
2017-09-13
KVM: Add struct kvm_vcpu pointer parameter to get_enable_apicv()
Suravee Suthikulpanit
1
-1
/
+1
2017-09-13
KVM: x86: Fix immediate_exit handling for uninitialized AP
Jan H. Schönherr
1
-0
/
+4
2017-09-13
KVM: x86: Fix handling of pending signal on uninitialized AP
Jan H. Schönherr
1
-0
/
+5
2017-09-08
Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-86
/
+127
2017-09-08
Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Radim Krčmář
1
-3
/
+14
2017-09-04
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+2
2017-08-31
KVM: update to new mmu_notifier semantic v2
Jérôme Glisse
1
-11
/
+0
2017-08-26
Merge branch 'linus' into x86/mm to pick up fixes and to fix conflicts
Ingo Molnar
1
-10
/
+14
2017-08-25
KVM, pkeys: do not use PKRU value in vcpu->arch.guest_fpu.state
Paolo Bonzini
1
-3
/
+14
2017-08-24
KVM: X86: Fix loss of exception which has not yet been injected
Wanpeng Li
1
-26
/
+64
2017-08-24
KVM: MMU: Expose the LA57 feature to VM.
Yu Zhang
1
-2
/
+5
2017-08-24
KVM: MMU: check guest CR3 reserved bits based on its physical address width.
Yu Zhang
1
-4
/
+4
2017-08-24
KVM: x86: Add return value to kvm_cpuid().
Yu Zhang
1
-3
/
+3
2017-08-18
KVM: x86: Avoid guest page table walk when gpa_available is set
Brijesh Singh
1
-15
/
+9
2017-08-11
kvm: x86: Disallow illegal IA32_APIC_BASE MSR values
Jim Mattson
1
-6
/
+8
2017-08-10
KVM: X86: Fix residual mmio emulation request to userspace
Wanpeng Li
1
-0
/
+1
2017-08-08
KVM: X86: implement the logic for spinlock optimization
Longpeng(Mike)
1
-1
/
+6
2017-08-08
KVM: add spinlock optimization framework
Longpeng(Mike)
1
-0
/
+5
2017-08-07
KVM: x86: use general helpers for some cpuid manipulation
Radim Krčmář
1
-12
/
+2
2017-08-07
KVM: x86: generalize guest_cpuid_has_ helpers
Radim Krčmář
1
-18
/
+20
2017-08-07
KVM: hyperv: support HV_X64_MSR_TSC_FREQUENCY and HV_X64_MSR_APIC_FREQUENCY
Ladi Prosek
1
-0
/
+1
2017-08-02
KVM: X86: init irq->level in kvm_pv_kick_cpu_op
Longpeng(Mike)
1
-0
/
+1
2017-08-02
KVM: X86: Fix loss of pending INIT due to race
Wanpeng Li
1
-8
/
+11
2017-07-26
KVM: x86: do mask out upper bits of PAE CR3
Paolo Bonzini
1
-2
/
+2
2017-07-19
KVM: x86: masking out upper bits
Dan Carpenter
1
-2
/
+2
2017-07-18
kvm/x86/svm: Support Secure Memory Encryption within KVM
Tom Lendacky
1
-1
/
+2
2017-07-14
kvm: x86: hyperv: make VP_INDEX managed by userspace
Roman Kagan
1
-0
/
+3
2017-07-14
KVM: async_pf: Let guest support delivery of async_pf from guest mode
Wanpeng Li
1
-2
/
+3
2017-07-14
KVM: async_pf: Force a nested vmexit if the injected #PF is async_pf
Wanpeng Li
1
-1
/
+8
2017-07-14
KVM: x86: Simplify kvm_x86_ops->queue_exception parameter list
Wanpeng Li
1
-4
/
+1
2017-07-13
kvm: x86: hyperv: add KVM_CAP_HYPERV_SYNIC2
Roman Kagan
1
-1
/
+6
2017-07-13
KVM: x86: make backwards_tsc_observed a per-VM variable
Ladi Prosek
1
-4
/
+2
2017-07-12
KVM: x86: update master clock before computing kvmclock_offset
Radim Krčmář
1
-1
/
+7
2017-07-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-7
/
+7
2017-07-03
x86: kvm: mmu: make spte mmio mask more explicit
Peter Feiner
1
-1
/
+1
2017-06-30
Merge tag 'kvmarm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
1
-2
/
+2
2017-06-29
KVM: lapic: reorganize restart_apic_timer
Paolo Bonzini
1
-4
/
+4
2017-06-22
KVM: x86: fix singlestepping over syscall
Paolo Bonzini
1
-30
/
+32
[next]