summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: VMX: fix build without hyper-vLinus Torvalds2018-06-131-0/+3
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-1317-32/+39
|\
| * treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-1/+2
| * treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-2/+3
| * treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-132-4/+6
| * treewide: kzalloc() -> kcalloc()Kees Cook2018-06-138-8/+8
| * treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-137-8/+10
| * Convert intel uncore to struct_sizeMatthew Wilcox2018-06-131-9/+10
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-1217-268/+813
|\ \ | |/ |/|
| * kvm: fix typo in flag nameMichael S. Tsirkin2018-06-121-2/+2
| * kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor accessPaolo Bonzini2018-06-123-14/+26
| * KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_systemPaolo Bonzini2018-06-123-28/+38
| * KVM: x86: introduce linear_{read,write}_systemPaolo Bonzini2018-06-121-32/+32
| * kvm: nVMX: Enforce cpl=0 for VMX instructionsFelix Wilhelm2018-06-121-2/+13
| * kvm: nVMX: Add support for "VMWRITE to any supported field"Jim Mattson2018-06-041-9/+60
| * kvm: nVMX: Restrict VMX capability MSR changesJim Mattson2018-06-041-0/+7
| * KVM: VMX: Optimize tscdeadline timer latencyWanpeng Li2018-06-042-1/+8
| * kvm: Make VM ioctl do valloc for some archsMarc Orr2018-06-012-4/+4
| * kvm: Change return type to vm_fault_tSouptick Joarder2018-06-011-1/+1
| * KVM: x86: hyperv: declare KVM_CAP_HYPERV_TLBFLUSH capabilityVitaly Kuznetsov2018-05-261-0/+1
| * KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE}_EX imp...Vitaly Kuznetsov2018-05-262-12/+125
| * KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE} implem...Vitaly Kuznetsov2018-05-263-1/+82
| * KVM: x86: hyperv: do rep check for each hypercall separatelyVitaly Kuznetsov2018-05-261-9/+12
| * KVM: x86: hyperv: use defines when parsing hypercall parametersVitaly Kuznetsov2018-05-261-3/+3
| * x86/hyper-v: move struct hv_flush_pcpu{,ex} definitions to common headerVitaly Kuznetsov2018-05-263-23/+23
| * Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář2018-05-2617-89/+410
| |\
| * | KVM: x86: Expose CLDEMOTE CPU feature to guest VMJingqi Liu2018-05-241-1/+2
| * | KVM: nVMX: Emulate L1 individual-address invvpid by L0 individual-address inv...Liran Alon2018-05-241-3/+16
| * | KVM: nVMX: Don't flush TLB when vmcs12 uses VPIDLiran Alon2018-05-241-6/+14
| * | KVM: nVMX: Use vmx local var for referencing vpid02Liran Alon2018-05-241-1/+1
| * | KVM: x86: prevent integer overflows in KVM_MEMORY_ENCRYPT_REG_REGIONDan Carpenter2018-05-241-1/+7
| * | KVM: x86: remove obsolete EXPORT... of handle_mmio_page_faultSean Christopherson2018-05-241-1/+0Star
| * | KVM: nVMX: Ensure that VMCS12 field offsets do not changeJim Mattson2018-05-231-0/+157
| * | KVM: nVMX: Restore the VMCS12 offsets for v4.0 fieldsJim Mattson2018-05-232-7/+20
| * | KVM: x86: use timespec64 for KVM_HC_CLOCK_PAIRINGArnd Bergmann2018-05-231-3/+3
| * | kvm: nVMX: Use nested_run_pending rather than from_vmentryJim Mattson2018-05-231-17/+18
| * | kvm: mmu: Don't expose private memslots to L2Jim Mattson2018-05-141-0/+8
| * | kvm: mmu: Add guest_mode to kvm_mmu_page_roleJim Mattson2018-05-142-2/+6
| * | kvm: nVMX: Eliminate APIC access page sharing between L1 and L2Jim Mattson2018-05-141-26/+6Star
| * | kvm: vmx: Basic APIC virtualization controls have three settingsJim Mattson2018-05-144-28/+38
| * | kvm: vmx: Introduce lapic_mode enumerationJim Mattson2018-05-142-11/+29
| * | KVM: x86: VMX: hyper-v: Enlightened MSR-Bitmap supportVitaly Kuznetsov2018-05-142-1/+33
| * | kvm: x86: Refactor mmu_free_roots()Junaid Shahid2018-05-142-34/+31Star
| * | KVM: X86: Fix reserved bits check for MOV to CR3Wanpeng Li2018-05-142-2/+4
* | | Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-105-0/+12
|\ \ \
| * | | x86: Wire up restartable sequence system callMathieu Desnoyers2018-06-062-0/+2
| * | | x86: Add support for restartable sequencesMathieu Desnoyers2018-06-063-0/+10
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-1019-57/+113
|\ \ \ \
| * | | | x86/intel_rdt: Enable CMT and MBM on new Skylake steppingTony Luck2018-06-091-0/+2
| * | | | x86/apic/vector: Print APIC control bits in debugfsThomas Gleixner2018-06-061-13/+14