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
2017-09-13
x86/paravirt: Remove no longer used paravirt functions
Juergen Gross
1
-1
/
+1
2017-09-08
Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
17
-589
/
+1027
2017-09-08
Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Radim Krčmář
6
-35
/
+25
2017-09-04
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2017-09-04
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-26
/
+55
2017-09-04
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2017-08-31
KVM: update to new mmu_notifier semantic v2
Jérôme Glisse
1
-11
/
+0
2017-08-29
x86/idt: Unify gate_struct handling for 32/64-bit kernels
Thomas Gleixner
1
-1
/
+1
2017-08-29
Merge branch 'linus' into x86/apic, to pick up fixes
Ingo Molnar
6
-34
/
+24
2017-08-26
kvm/x86: Avoid clearing the C-bit in rsvd_bits()
Brijesh Singh
2
-4
/
+28
2017-08-26
Merge branch 'linus' into x86/mm to pick up fixes and to fix conflicts
Ingo Molnar
6
-119
/
+251
2017-08-25
kvm: nVMX: Validate the virtual-APIC address on nested VM-entry
Jim Mattson
1
-0
/
+15
2017-08-25
KVM, pkeys: do not use PKRU value in vcpu->arch.guest_fpu.state
Paolo Bonzini
1
-3
/
+14
2017-08-25
KVM: x86: simplify handling of PKRU
Paolo Bonzini
4
-30
/
+9
2017-08-25
KVM: x86: block guest protection keys unless the host has them enabled
Paolo Bonzini
1
-1
/
+1
2017-08-25
Merge branch 'x86/asm' into x86/apic
Thomas Gleixner
1
-1
/
+0
2017-08-24
KVM: nVMX: Fix trying to cancel vmlauch/vmresume
Wanpeng Li
1
-14
/
+17
2017-08-24
KVM: X86: Fix loss of exception which has not yet been injected
Wanpeng Li
4
-31
/
+69
2017-08-24
KVM: VMX: use kvm_event_needs_reinjection
Wanpeng Li
1
-3
/
+1
2017-08-24
KVM: MMU: speedup update_permission_bitmask
Paolo Bonzini
1
-51
/
+70
2017-08-24
KVM: MMU: Expose the LA57 feature to VM.
Yu Zhang
6
-20
/
+63
2017-08-24
KVM: MMU: Add 5 level EPT & Shadow page table support.
Yu Zhang
7
-24
/
+60
2017-08-24
KVM: MMU: Rename PT64_ROOT_LEVEL to PT64_ROOT_4LEVEL.
Yu Zhang
4
-22
/
+22
2017-08-24
KVM: MMU: check guest CR3 reserved bits based on its physical address width.
Yu Zhang
3
-6
/
+19
2017-08-24
KVM: x86: Add return value to kvm_cpuid().
Yu Zhang
6
-19
/
+32
2017-08-24
kvm: vmx: Raise #UD on unsupported XSAVES/XRSTORS
Paolo Bonzini
1
-4
/
+22
2017-08-24
kvm: vmx: Raise #UD on unsupported RDSEED
Jim Mattson
1
-1
/
+23
2017-08-24
kvm: vmx: Raise #UD on unsupported RDRAND
Jim Mattson
1
-1
/
+30
2017-08-24
KVM: VMX: cache secondary exec controls
Paolo Bonzini
1
-46
/
+54
2017-08-24
x86/lguest: Remove lguest support
Juergen Gross
1
-1
/
+0
2017-08-23
KVM: SVM: Enable Virtual GIF feature
Janakarajan Natarajan
1
-6
/
+50
2017-08-18
KVM: VMX: always require WB memory type for EPT
David Hildenbrand
1
-2
/
+7
2017-08-18
KVM: VMX: cleanup EPTP definitions
David Hildenbrand
1
-14
/
+11
2017-08-18
KVM: SVM: delete avic_vm_id_bitmap (2 megabyte static array)
Denys Vlasenko
1
-40
/
+21
2017-08-18
KVM: x86: fix use of L1 MMIO areas in nested guests
Paolo Bonzini
4
-5
/
+20
2017-08-18
KVM: x86: Avoid guest page table walk when gpa_available is set
Brijesh Singh
4
-21
/
+15
2017-08-18
KVM: x86: simplify ept_misconfig
Paolo Bonzini
3
-28
/
+21
2017-08-11
kvm: x86: Disallow illegal IA32_APIC_BASE MSR values
Jim Mattson
1
-6
/
+8
2017-08-11
KVM: MMU: Bail out immediately if there is no available mmu page
Wanpeng Li
2
-10
/
+29
2017-08-11
KVM: MMU: Fix softlockup due to mmu_lock is held too long
Wanpeng Li
1
-3
/
+1
2017-08-11
KVM: nVMX: validate eptp pointer
David Hildenbrand
1
-5
/
+2
2017-08-11
x86/cpufeature, kvm/svm: Rename (shorten) the new "virtualized VMSAVE/VMLOAD"...
Borislav Petkov
1
-1
/
+1
2017-08-10
kvm: nVMX: Add support for fast unprotection of nested guest page tables
Paolo Bonzini
2
-5
/
+5
2017-08-10
KVM: SVM: Limit PFERR_NESTED_GUEST_PAGE error_code check to L1 guest
Brijesh Singh
1
-1
/
+2
2017-08-10
KVM: X86: Fix residual mmio emulation request to userspace
Wanpeng Li
2
-0
/
+2
2017-08-08
KVM: X86: implement the logic for spinlock optimization
Longpeng(Mike)
4
-4
/
+18
2017-08-08
KVM: add spinlock optimization framework
Longpeng(Mike)
4
-3
/
+8
2017-08-07
KVM: x86: use general helpers for some cpuid manipulation
Radim Krčmář
4
-20
/
+14
2017-08-07
KVM: x86: generalize guest_cpuid_has_ helpers
Radim Krčmář
6
-150
/
+95
2017-08-07
KVM: x86: X86_FEATURE_NRIPS is not scattered anymore
Radim Krčmář
1
-13
/
+1
[next]