summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-4.9-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-069-92/+97
|\
| * xen/x86: Update topology map for PV VCPUsBoris Ostrovsky2016-10-061-0/+6
| * xen/x86: Initialize per_cpu(xen_vcpu, 0) a little earlierBoris Ostrovsky2016-10-051-1/+2
| * xen: Remove event channel notification through Xen PCI platform deviceKarimAllah Ahmed2016-09-305-34/+7
| * xen/x86: Convert to hotplug state machineBoris Ostrovsky2016-09-301-50/+65
| * x86/xen: add missing \n at end of printk warning messageColin Ian King2016-09-301-1/+1
| * xen/grant-table: Use kmalloc_array() in arch_gnttab_valloc()Markus Elfring2016-08-261-1/+1
| * xen: Make VPMU init message look less scaryJuergen Gross2016-08-241-2/+5
| * hotplug: Prevent alloc/free of irq descriptors during cpu up/down (again)Boris Ostrovsky2016-08-241-11/+0
| * xen/x86: Move irq allocation from Xen smp_op.cpu_up()Boris Ostrovsky2016-08-243-56/+63
* | Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-10-0616-271/+899
|\ \
| * | KVM: nVMX: Fix the NMI IDT-vectoring handlingWanpeng Li2016-09-231-15/+16
| * | KVM: VMX: Enable MSR-BASED TPR shadow even if APICv is inactiveWanpeng Li2016-09-231-38/+94
| * | KVM: nVMX: Fix reload apic access page warningWanpeng Li2016-09-231-1/+1
| * | config: move x86 kvm_guest.config to a common locationRob Herring2016-09-231-31/+0
| * | kvm: svm: fix unsigned compare less than zero comparisonColin Ian King2016-09-201-4/+5
| * | KVM: x86: Hyper-V tsc page setupPaolo Bonzini2016-09-204-20/+150
| * | KVM: x86: introduce get_kvmclock_nsPaolo Bonzini2016-09-206-22/+43
| * | KVM: x86: initialize kvmclock_offsetPaolo Bonzini2016-09-201-0/+1
| * | KVM: x86: always fill in vcpu->arch.hv_clockPaolo Bonzini2016-09-201-50/+59
| * | kvm: x86: export TSC information to user-spaceLuiz Capitulino2016-09-161-1/+50
| * | kvm: add stubs for arch specific debugfs supportLuiz Capitulino2016-09-162-1/+21
| * | kvm: x86: drop read_tsc_offset()Luiz Capitulino2016-09-164-16/+1
| * | kvm: x86: add tsc_offset field to struct kvm_vcpu_archLuiz Capitulino2016-09-162-2/+9
| * | Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2016-09-131-36/+36
| |\ \
| | * | KVM: Add provisioning for ulong vm stats and u64 vcpu statsSuraj Jitindar Singh2016-09-081-36/+36
| * | | Merge tag 'kvm-s390-next-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2016-09-083-11/+25
| |\ \ \ | | | |/ | | |/|
| * | | svm: Implements update_pi_irte hook to setup posted interruptSuravee Suthikulpanit2016-09-081-19/+266
| * | | svm: Introduce AMD IOMMU avic_ga_log_notifierSuravee Suthikulpanit2016-09-082-2/+69
| * | | svm: Introduces AVIC per-VM IDSuravee Suthikulpanit2016-09-082-0/+52
| * | | KVM: nVMX: expose INS/OUTS information supportJan Dakinevich2016-09-071-0/+9
| * | | KVM: VMX: not use vmcs_config in setup_vmcs_configPaolo Bonzini2016-09-071-1/+1
| * | | KVM: x86: remove stale commentsPaolo Bonzini2016-09-071-1/+0
| * | | KVM: x86: ratelimit and decrease severity for guest-triggered printkPaolo Bonzini2016-09-071-9/+9
| * | | KVM: nVMX: pass valid guest linear-address to the L1Jan Dakinevich2016-09-071-0/+3
| * | | KVM: nVMX: make emulated nested preemption timer pinnedWanpeng Li2016-09-071-1/+1
| * | | vmx: refine validity check for guest linear addressLiang Li2016-09-071-1/+1
| * | | KVM: x86: Expose more Intel AVX512 feature to guestLuwei Kang2016-08-191-1/+2
| * | | mmu: don't pass *kvm to spte_write_protect and spte_*_dirtyBandan Das2016-08-191-6/+6
| * | | KVM: lapic: don't recalculate apic map table twice when enabling LAPICWanpeng Li2016-08-191-2/+3
* | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-034-98/+39
|\ \ \ \
| * | | | x86/apic/uv: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-25/+6
| * | | | x86/microcode: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-35/+17
| * | | | x86/kvm: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-061-27/+16
| * | | | Merge branch 'linus' into smp/hotplugThomas Gleixner2016-09-0138-315/+376
| |\ \ \ \
| * | | | | cpu/hotplug: Prevent alloc/free of irq descriptors during CPU up/down (again)Boris Ostrovsky2016-08-101-11/+0
* | | | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-0311-91/+195
|\ \ \ \ \ \
| * | | | | | x86/vdso: Use CONFIG_X86_X32_ABI to enable vdso prctlVinson Lee2016-09-201-1/+1
| * | | | | | x86/vdso: Only define map_vdso_randomized() if CONFIG_X86_64Ingo Molnar2016-09-151-50/+48
| * | | | | | x86/vdso: Only define prctl_map_vdso() if CONFIG_CHECKPOINT_RESTOREIngo Molnar2016-09-151-4/+6