summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-05-192-2/+2
|\
| * treewide: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-182-2/+2
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-193-14/+17
|\ \ | |/ |/|
| * x86/mpx, mm/core: Fix recursive munmap() corruptionDave Hansen2019-05-093-14/+17
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-1720-455/+568
|\ \
| * | Revert "KVM: nVMX: Expose RDPMC-exiting only when guest supports PMU"Sean Christopherson2019-05-151-25/+0
| * | kvm: x86: Fix L1TF mitigation for shadow MMUKai Huang2019-05-151-5/+13
| * | KVM: nVMX: Disable intercept for FS/GS base MSRs in vmcs02 when possibleSean Christopherson2019-05-151-22/+25
| * | kvm: nVMX: Set nested_run_pending in vmx_set_nested_state after checks completeAaron Lewis2019-05-081-4/+6
| * | KVM: nVMX: KVM_SET_NESTED_STATE - Tear down old EVMCS state before setting ne...Aaron Lewis2019-05-081-3/+3
| * | KVM: x86: use direct accessors for RIP and RSPPaolo Bonzini2019-04-304-12/+22
| * | KVM: VMX: Use accessors for GPRs outside of dedicated caching logicSean Christopherson2019-04-302-10/+8
| * | KVM: x86: Omit caching logic for always-available GPRsSean Christopherson2019-04-306-80/+105
| * | kvm, x86: Properly check whether a pfn is an MMIO or notKarimAllah Ahmed2019-04-303-4/+20
| * | KVM/nVMX: Use page_address_valid in a few more locationsKarimAllah Ahmed2019-04-301-3/+3
| * | KVM/nVMX: Use kvm_vcpu_map for accessing the enlightened VMCSKarimAllah Ahmed2019-04-302-10/+6
| * | KVM/nVMX: Use kvm_vcpu_map for accessing the shadow VMCSKarimAllah Ahmed2019-04-301-13/+12
| * | KVM/nSVM: Use the new mapping API for mapping guest memoryKarimAllah Ahmed2019-04-301-49/+45
| * | KVM/X86: Use kvm_vcpu_map in emulator_cmpxchg_emulatedKarimAllah Ahmed2019-04-301-8/+6
| * | KVM/nVMX: Use kvm_vcpu_map when mapping the posted interrupt descriptor tableKarimAllah Ahmed2019-04-302-32/+13
| * | KVM/nVMX: Use kvm_vcpu_map when mapping the virtual APIC pageKarimAllah Ahmed2019-04-303-24/+13
| * | KVM/nVMX: Use kvm_vcpu_map when mapping the L1 MSR bitmapKarimAllah Ahmed2019-04-302-6/+8
| * | X86/nVMX: handle_vmptrld: Use kvm_vcpu_map when copying VMCS12 from guest memoryKarimAllah Ahmed2019-04-301-8/+7
| * | X86/KVM: Handle PFNs outside of kernel reach when touching GPTEsFilippo Sironi2019-04-301-9/+29
| * | X86/nVMX: Update the PML table without mapping and unmapping the pageKarimAllah Ahmed2019-04-301-9/+5
| * | X86/nVMX: handle_vmon: Read 4 bytes from guest memoryKarimAllah Ahmed2019-04-301-11/+3
| * | x86/kvm: Implement HWCR supportBorislav Petkov2019-04-302-5/+32
| * | KVM: VMX: Include architectural defs header in capabilities.hSean Christopherson2019-04-301-0/+2
| * | KVM: vmx: clean up some debug outputDan Carpenter2019-04-301-2/+2
| * | KVM: VMX: Skip delta_tsc shift-and-divide if the dividend is zeroSean Christopherson2019-04-301-3/+2
| * | KVM: lapic: Check for a pending timer intr prior to start_hv_timer()Sean Christopherson2019-04-301-3/+5
| * | KVM: lapic: Refactor ->set_hv_timer to use an explicit expired paramSean Christopherson2019-04-303-8/+11
| * | KVM: lapic: Explicitly cancel the hv timer if it's pre-expiredSean Christopherson2019-04-301-7/+15
| * | KVM: lapic: Busy wait for timer to expire when using hv_timerSean Christopherson2019-04-301-1/+1
| * | KVM: VMX: Nop emulation of MSR_IA32_POWER_CTLLiran Alon2019-04-303-0/+9
| * | KVM: x86: Add support of clear Trace_ToPA_PMI statusLuwei Kang2019-04-303-1/+12
| * | KVM: x86: Inject PMI for KVM guestLuwei Kang2019-04-303-1/+19
| * | kvm: move KVM_CAP_NR_MEMSLOTS to common codePaolo Bonzini2019-04-161-3/+0
| * | KVM: x86: Inject #GP if guest attempts to set unsupported EFER bitsSean Christopherson2019-04-161-0/+7
| * | KVM: x86: Skip EFER vs. guest CPUID checks for host-initiated writesSean Christopherson2019-04-161-13/+24
| * | KVM: nVMX: Return -EINVAL when signaling failure in VM-Entry helpersSean Christopherson2019-04-161-12/+12
| * | KVM: nVMX: Return -EINVAL when signaling failure in pre-VM-Entry helpersPaolo Bonzini2019-04-161-21/+7
| * | KVM: nVMX: Rename and split top-level consistency checks to match SDMSean Christopherson2019-04-161-14/+25
| * | KVM: nVMX: Move guest non-reg state checks to VM-Exit pathSean Christopherson2019-04-161-15/+15
| * | kvm: nVMX: Check "load IA32_PAT" VM-entry control on vmentryKrish Sadhukhan2019-04-161-0/+4
| * | kvm: nVMX: Check "load IA32_PAT" VM-exit control on vmentryKrish Sadhukhan2019-04-161-0/+4
| * | KVM: x86: optimize check for valid PAT valuePaolo Bonzini2019-04-163-10/+12
| * | KVM: x86: clear VM_EXIT_SAVE_IA32_PATPaolo Bonzini2019-04-161-1/+0
| * | KVM: vmx: print more APICv fields in dump_vmcsPaolo Bonzini2019-04-161-2/+10
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-05-172-12/+12
|\ \ \