summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2014-03-20Merge branch 'pci/resource' into nextBjorn Helgaas1-19/+1
2014-03-20Revert "[PATCH] Insert GART region into resource map"Bjorn Helgaas1-19/+1
2014-02-19Merge branch 'pci/misc' into nextBjorn Helgaas2-26/+22
2014-02-14x86/PCI: Set IORESOURCE_ROM_SHADOW only for the default VGA deviceSander Eikelenboom1-8/+10
2014-02-13x86/PCI: Fix function definition whitespaceBjorn Helgaas1-10/+7
2014-02-13x86/PCI: Reword commentsBjorn Helgaas1-6/+3
2014-02-13x86/PCI: Remove unnecessary local variable initializationBjorn Helgaas1-2/+2
2014-02-03x86/PCI: Remove acpi_get_pxm() usageBjorn Helgaas1-17/+2
2014-02-03x86/PCI: Use NUMA_NO_NODE, not -1, for unknown nodeBjorn Helgaas1-5/+5
2014-02-03x86/PCI: Remove unnecessary list_empty(&pci_root_infos) checkBjorn Helgaas1-3/+0
2014-02-03x86/PCI: Remove mp_bus_to_node[], set_mp_bus_to_node(), get_mp_bus_to_node()Bjorn Helgaas4-95/+1
2014-02-03x86/PCI: Use x86_pci_root_bus_node() instead of get_mp_bus_to_node()Bjorn Helgaas2-2/+2
2014-02-03x86/PCI: Add x86_pci_root_bus_node() to look up NUMA node from PCI busBjorn Helgaas2-0/+11
2014-02-03x86/PCI: Drop return value of pcibios_scan_root()Bjorn Helgaas3-8/+4
2014-02-03x86/PCI: Merge pci_scan_bus_on_node() into pcibios_scan_root()Bjorn Helgaas2-34/+19
2014-02-03x86/PCI: Use pcibios_scan_root() instead of pci_scan_bus_on_node()Bjorn Helgaas2-6/+2
2014-02-03x86/PCI: Use pcibios_scan_root() instead of pci_scan_bus_with_sysdata()Bjorn Helgaas5-14/+8
2014-02-03x86/PCI: Drop pcibios_scan_root() check for bus already scannedBjorn Helgaas1-9/+0
2014-01-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-22/+46
2014-01-31Merge tag 'stable/for-linus-3.14-rc0-late-tag' of git://git.kernel.org/pub/sc...Linus Torvalds3-18/+7
2014-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-36/+89
2014-01-31xen/pvh: Fix misplaced kfree from xlated_setup_gnttab_pagesDave Jones1-1/+2
2014-01-31xen/grant-table: Avoid m2p_override during mappingZoltan Kiss2-17/+5
2014-01-31Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-1/+2
2014-01-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds10-34/+37
2014-01-31Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-43/+91
2014-01-31Merge branch 'drop-time' of git://git.kernel.org/pub/scm/linux/kernel/git/mma...Linus Torvalds1-5/+0
2014-01-31mm: don't lose the SOFT_DIRTY flag on mprotectAndrey Vagin1-1/+2
2014-01-30x86, build: Build 16-bit code with -m16 where possibleDavid Woodhouse1-4/+12
2014-01-30x86, boot: Fix word-size assumptions in has_eflag() inline asmDavid Woodhouse1-5/+20
2014-01-30x86, asmlinkage, xen: Fix type of NMIAndi Kleen1-2/+2
2014-01-30x86, asmlinkage, xen, kvm: Make {xen,kvm}_lock_spinning global and visibleAndi Kleen2-2/+2
2014-01-30x86: Use inline assembler instead of global register variable to get spAndi Kleen1-3/+5
2014-01-30x86, asmlinkage, paravirt: Make paravirt thunks globalAndi Kleen4-17/+17
2014-01-30x86, asmlinkage, paravirt: Don't rely on local assembler labelsAndi Kleen1-4/+5
2014-01-30x86, asmlinkage, lguest: Fix C functions used by inline assemblerAndi Kleen1-6/+6
2014-01-30Merge branch 'x86-intel-mid-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-11/+12
2014-01-30Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-5/+5
2014-01-29x86, kvm: correctly access the KVM_CPUID_FEATURES leaf at 0x40000101Paolo Bonzini2-5/+11
2014-01-29x86, kvm: cache the base of the KVM cpuid leavesPaolo Bonzini2-16/+33
2014-01-29kvm: x86: move KVM_CAP_HYPERV_TIME outside #ifdefPaolo Bonzini1-1/+1
2014-01-29Merge commit 'f4bcd8ccddb02833340652e9f46f5127828eb79d' into x86/buildH. Peter Anvin142-912/+4523
2014-01-29x86, intel-mid: Cleanup some platform code's header filesDavid Cohen2-4/+5
2014-01-28x86: revert wrong memblock current limit settingYinghai Lu2-3/+3
2014-01-28x86: math-emu: Drop already-disabled print of build dateJosh Triplett1-5/+0
2014-01-27KVM: x86: Validate guest writes to MSR_IA32_APICBASEJan Kiszka4-12/+39
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-1/+96
2014-01-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2014-01-25x86/uv/nmi, kgdb/kdb: Fix UV NMI handler when KDB not configuredMike Travis1-14/+42
2014-01-25x86/uv/nmi: Fix Sparse warningsMike Travis3-8/+4