summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-022-17/+26
|\
| * Merge branch 'pci/msi-affinity' into nextBjorn Helgaas2016-08-0130-168/+243
| |\
| | \
| | \
| *-. \ Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-dra7xx', 'pc...Bjorn Helgaas2016-08-011-16/+25
| |\ \ \
| | | * | x86/PCI: VMD: Separate MSI and MSI-X vector sharingKeith Busch2016-06-201-4/+8
| | | * | x86/PCI: VMD: Use x86_vector_domain as parent domainKeith Busch2016-06-201-1/+1
| | | * | x86/PCI: VMD: Use lock save/restore in interrupt enable pathJon Derrick2016-06-201-8/+12
| | | * | x86/PCI: VMD: Initialize list item in IRQ disableKeith Busch2016-06-131-0/+1
| | | * | x86/PCI: VMD: Select device dma ops to overrideKeith Busch2016-06-131-3/+3
| | |/ /
| * | | PCI: Fix comment typoAndrea Gelmini2016-06-101-1/+1
| |/ /
* | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-08-025-3/+7
|\ \ \
| * | | kbuild: Abort build on bad stack protector flagKees Cook2016-07-261-8/+0
| * | | Kbuild: arch: look for generated headers in obtreeArnd Bergmann2016-07-182-2/+2
| * | | Add sancov pluginEmese Revfy2016-06-071-0/+2
| * | | GCC plugin infrastructureEmese Revfy2016-06-072-1/+3
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-0217-390/+894
|\ \ \ \
| * | | | KVM: VMX: Add VMCS to CPU's loaded VMCSs before VMPTRLDJim Mattson2016-08-011-11/+15
| * | | | kvm: x86: nVMX: maintain internal copy of current VMCSDavid Matlack2016-08-011-3/+28
| * | | | KVM: x86: bump KVM_MAX_VCPU_ID to 1023Radim Krčmář2016-07-143-4/+12
| * | | | KVM: x86: bump MAX_VCPUS to 288Radim Krčmář2016-07-141-1/+1
| * | | | KVM: x86: add a flag to disable KVM x2apic broadcast quirkRadim Krčmář2016-07-143-14/+45
| * | | | KVM: x86: add KVM_CAP_X2APIC_APIRadim Krčmář2016-07-145-11/+52
| * | | | KVM: pass struct kvm to kvm_set_routing_entryRadim Krčmář2016-07-141-1/+2
| * | | | KVM: x86: reset lapic base in kvm_lapic_resetRadim Krčmář2016-07-141-4/+4
| * | | | KVM: VMX: optimize APIC ID read with APICvRadim Krčmář2016-07-141-3/+0
| * | | | KVM: x86: reset APIC ID when enabling LAPICRadim Krčmář2016-07-141-2/+3
| * | | | KVM: x86: use hardware-compatible format for APIC ID registerRadim Krčmář2016-07-143-22/+52
| * | | | KVM: x86: use generic function for MSI parsingRadim Krčmář2016-07-141-12/+7
| * | | | KVM: x86: dynamic kvm_apic_mapRadim Krčmář2016-07-143-7/+16
| * | | | KVM: x86: use physical LAPIC array for logical x2APICRadim Krčmář2016-07-142-38/+41
| * | | | KVM: x86: add kvm_apic_map_get_dest_lapicRadim Krčmář2016-07-141-132/+98
| * | | | KVM: x86: bump KVM_SOFT_MAX_VCPUS to 240Radim Krčmář2016-07-141-1/+1
| * | | | kvm: vmx: advertise support for ept execute onlyBandan Das2016-07-141-0/+3
| * | | | kvm: mmu: track read permission explicitly for shadow EPT page tablesBandan Das2016-07-143-10/+23
| * | | | kvm: mmu: don't set the present bit unconditionallyBandan Das2016-07-144-9/+11
| * | | | kvm: mmu: remove is_present_gpte()Bandan Das2016-07-144-8/+3
| * | | | kvm: mmu: extend the is_present check to 32 bitsBandan Das2016-07-141-1/+1
| * | | | KVM: VMX: introduce vm_{entry,exit}_control_reset_shadowPaolo Bonzini2016-07-111-2/+12
| * | | | KVM: nVMX: keep preemption timer enabled during L2 executionPaolo Bonzini2016-07-111-2/+13
| * | | | KVM: nVMX: avoid incorrect preemption timer vmexit in nested guestWanpeng Li2016-07-111-0/+2
| * | | | KVM: VMX: reflect broken preemption timer in vmcs_configPaolo Bonzini2016-07-111-3/+2
| * | | | KVM: x86: Use ARRAY_SIZE instead of dividing sizeof array with sizeof an elementWei Yongjun2016-07-051-1/+1
| * | | | KVM: vmx: fix missed cancellation of TSC deadline timerWanpeng Li2016-07-011-24/+24
| * | | | KVM: x86: introduce cancel_hv_tscdeadlineWanpeng Li2016-07-011-8/+10
| * | | | KVM: vmx: fix underflow in TSC deadline calculationPaolo Bonzini2016-07-011-3/+3
| * | | | KVM: x86: use guest_exit_irqoffPaolo Bonzini2016-07-013-12/+9
| * | | | KVM: x86: always use "acknowledge interrupt on exit"Paolo Bonzini2016-07-011-4/+3
| * | | | KVM: remove kvm_guest_enter/exit wrappersPaolo Bonzini2016-07-011-2/+2
| * | | | kvm: x86: use getboottime64Arnd Bergmann2016-06-231-5/+5
| * | | | KVM: VMX: enable guest access to LMCE related MSRsAshok Raj2016-06-233-6/+43
| * | | | KVM: VMX: validate individual bits of guest MSR_IA32_FEATURE_CONTROLHaozhong Zhang2016-06-231-1/+24
OpenPOWER on IntegriCloud