index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-09-09
1
-0
/
+17
|
\
|
*
x86/PCI: Use is_vmd() rather than relying on the domain number
Jon Derrick
2017-08-30
1
-1
/
+1
|
*
x86/PCI: Move VMD quirk to x86 fixups
Jon Derrick
2017-08-30
1
-0
/
+17
*
|
Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2017-09-09
22
-621
/
+1068
|
\
\
|
*
\
Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Radim Krčmář
2017-09-08
34
-169
/
+213
|
|
\
\
|
*
|
|
kvm: nVMX: Validate the virtual-APIC address on nested VM-entry
Jim Mattson
2017-08-25
1
-0
/
+15
|
*
|
|
KVM: nVMX: Fix trying to cancel vmlauch/vmresume
Wanpeng Li
2017-08-24
1
-14
/
+17
|
*
|
|
KVM: X86: Fix loss of exception which has not yet been injected
Wanpeng Li
2017-08-24
5
-32
/
+70
|
*
|
|
KVM: VMX: use kvm_event_needs_reinjection
Wanpeng Li
2017-08-24
1
-3
/
+1
|
*
|
|
KVM: MMU: speedup update_permission_bitmask
Paolo Bonzini
2017-08-24
1
-51
/
+70
|
*
|
|
KVM: MMU: Expose the LA57 feature to VM.
Yu Zhang
2017-08-24
7
-36
/
+65
|
*
|
|
KVM: MMU: Add 5 level EPT & Shadow page table support.
Yu Zhang
2017-08-24
9
-29
/
+67
|
*
|
|
KVM: MMU: Rename PT64_ROOT_LEVEL to PT64_ROOT_4LEVEL.
Yu Zhang
2017-08-24
5
-23
/
+25
|
*
|
|
KVM: MMU: check guest CR3 reserved bits based on its physical address width.
Yu Zhang
2017-08-24
4
-7
/
+19
|
*
|
|
KVM: x86: Add return value to kvm_cpuid().
Yu Zhang
2017-08-24
7
-21
/
+34
|
*
|
|
kvm: vmx: Raise #UD on unsupported XSAVES/XRSTORS
Paolo Bonzini
2017-08-24
1
-4
/
+22
|
*
|
|
kvm: vmx: Raise #UD on unsupported RDSEED
Jim Mattson
2017-08-24
1
-1
/
+23
|
*
|
|
kvm: vmx: Raise #UD on unsupported RDRAND
Jim Mattson
2017-08-24
1
-1
/
+30
|
*
|
|
KVM: VMX: cache secondary exec controls
Paolo Bonzini
2017-08-24
1
-46
/
+54
|
*
|
|
KVM: SVM: Enable Virtual GIF feature
Janakarajan Natarajan
2017-08-23
2
-6
/
+56
|
*
|
|
KVM: SVM: Add Virtual GIF feature definition
Janakarajan Natarajan
2017-08-23
1
-0
/
+1
|
*
|
|
KVM: VMX: always require WB memory type for EPT
David Hildenbrand
2017-08-18
1
-2
/
+7
|
*
|
|
KVM: VMX: cleanup EPTP definitions
David Hildenbrand
2017-08-18
2
-19
/
+17
|
*
|
|
KVM: SVM: delete avic_vm_id_bitmap (2 megabyte static array)
Denys Vlasenko
2017-08-18
1
-40
/
+21
|
*
|
|
KVM: x86: fix use of L1 MMIO areas in nested guests
Paolo Bonzini
2017-08-18
4
-5
/
+20
|
*
|
|
KVM: x86: Avoid guest page table walk when gpa_available is set
Brijesh Singh
2017-08-18
5
-22
/
+17
|
*
|
|
KVM: x86: simplify ept_misconfig
Paolo Bonzini
2017-08-18
3
-28
/
+21
|
*
|
|
kvm: x86: Disallow illegal IA32_APIC_BASE MSR values
Jim Mattson
2017-08-11
1
-6
/
+8
|
*
|
|
KVM: MMU: Bail out immediately if there is no available mmu page
Wanpeng Li
2017-08-11
2
-10
/
+29
|
*
|
|
KVM: MMU: Fix softlockup due to mmu_lock is held too long
Wanpeng Li
2017-08-11
1
-3
/
+1
|
*
|
|
KVM: nVMX: validate eptp pointer
David Hildenbrand
2017-08-11
1
-5
/
+2
|
*
|
|
kvm: nVMX: Add support for fast unprotection of nested guest page tables
Paolo Bonzini
2017-08-10
3
-6
/
+5
|
*
|
|
KVM: SVM: Limit PFERR_NESTED_GUEST_PAGE error_code check to L1 guest
Brijesh Singh
2017-08-10
1
-1
/
+2
|
*
|
|
KVM: X86: Fix residual mmio emulation request to userspace
Wanpeng Li
2017-08-10
2
-0
/
+2
|
*
|
|
KVM: X86: implement the logic for spinlock optimization
Longpeng(Mike)
2017-08-08
5
-4
/
+21
|
*
|
|
KVM: add spinlock optimization framework
Longpeng(Mike)
2017-08-08
4
-3
/
+8
|
*
|
|
KVM: x86: use general helpers for some cpuid manipulation
Radim Krčmář
2017-08-07
4
-20
/
+14
|
*
|
|
KVM: x86: generalize guest_cpuid_has_ helpers
Radim Krčmář
2017-08-07
6
-150
/
+95
|
*
|
|
KVM: x86: X86_FEATURE_NRIPS is not scattered anymore
Radim Krčmář
2017-08-07
1
-13
/
+1
|
*
|
|
KVM: nVMX: Emulate EPTP switching for the L1 hypervisor
Bandan Das
2017-08-07
2
-6
/
+124
|
*
|
|
KVM: nVMX: Enable VMFUNC for the L1 hypervisor
Bandan Das
2017-08-07
1
-2
/
+51
|
*
|
|
KVM: vmx: Enable VMFUNCs
Bandan Das
2017-08-07
2
-1
/
+24
|
*
|
|
KVM: nVMX: get rid of nested_release_page*
David Hildenbrand
2017-08-07
1
-26
/
+15
|
*
|
|
KVM: nVMX: get rid of nested_get_page()
David Hildenbrand
2017-08-07
1
-31
/
+26
|
*
|
|
KVM: nVMX: INVPCID support
Paolo Bonzini
2017-08-07
1
-9
/
+25
|
*
|
|
KVM: hyperv: support HV_X64_MSR_TSC_FREQUENCY and HV_X64_MSR_APIC_FREQUENCY
Ladi Prosek
2017-08-07
4
-2
/
+10
*
|
|
|
Merge tag 'for-linus-4.14b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-09-07
5
-54
/
+3
|
\
\
\
\
|
*
|
|
|
xen/mmu: set MMU_NORMAL_PT_UPDATE in remap_area_mfn_pte_fn
Wei Liu
2017-08-31
1
-1
/
+1
|
*
|
|
|
xen: remove unused function xen_set_domain_pte()
Juergen Gross
2017-08-31
2
-22
/
+0
|
*
|
|
|
xen: remove tests for pvh mode in pure pv paths
Juergen Gross
2017-08-31
3
-31
/
+2
[next]