summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-084-7/+12
* nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf2016-10-082-11/+12
* atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVEVineet Gupta2016-10-081-1/+0Star
* mm/hugetlb: introduce ARCH_HAS_GIGANTIC_PAGEYisheng Xie2016-10-081-0/+1
* mm: move phys_mem_access_prot_allowed() declaration to pgtable.hBaoyou Xie2016-10-081-2/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-10-071-1/+1
|\
| * x86/entry: spell EBX register correctly in documentationNicolas Iooss2016-09-291-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-10-072-0/+66
|\ \
| * | livepatch/x86: apply alternatives and paravirt patches after relocationsJessica Yu2016-08-182-0/+66
* | | Merge tag 'pci-v4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-075-786/+21Star
|\ \ \
| * \ \ Merge branch 'pci/host-vmd' into nextBjorn Helgaas2016-10-053-781/+0Star
| |\ \ \
| | * | | x86/PCI: VMD: Move VMD driver to drivers/pci/hostKeith Busch2016-10-043-776/+0Star
| | * | | x86/PCI: VMD: Synchronize with RCU freeing MSI IRQ descsKeith Busch2016-09-191-0/+2
| | * | | x86/PCI: VMD: Eliminate index member from IRQ listJon Derrick2016-09-191-7/+13
| | * | | x86/PCI: VMD: Eliminate vmd_vector member from list typeJon Derrick2016-09-191-8/+5Star
| | * | | x86/PCI: VMD: Convert to use pci_alloc_irq_vectors() APIJon Derrick2016-09-191-12/+3Star
| | * | | x86/PCI: VMD: Allocate IRQ lists with correct MSI-X countJon Derrick2016-09-191-5/+5
| * | | | x86/PCI: VMD: Request userspace control of PCIe hotplug indicatorsKeith Busch2016-09-233-0/+22
| |/ / /
* | | | Merge tag 'md/4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2016-10-071-2/+3
|\ \ \ \
| * | | | lib/raid6: Add AVX512 optimized gen_syndrome functionsGayatri Kammela2016-09-211-2/+3
* | | | | 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/+7Star
| * | | | | 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/+0Star
| * | | | | 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/+0Star
| * | | | | | 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/+1Star
| * | | | | | 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