summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-013-45/+8
|\
| * Merge 3.14-rc5 into driver-core-nextGreg Kroah-Hartman2014-03-0214-54/+86
| |\
| * | x86: align x86 arch with generic CPU modalias handlingArd Biesheuvel2014-02-183-45/+8
* | | Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-04-0111-209/+66
|\ \ \
| * \ \ Merge branch 'pci/resource' into nextBjorn Helgaas2014-03-191-19/+1
| |\ \ \
| | * | | Revert "[PATCH] Insert GART region into resource map"Bjorn Helgaas2014-03-191-19/+1
| * | | | Merge branch 'pci/misc' into nextBjorn Helgaas2014-02-182-26/+22
| |\ \ \ \
| | * | | | x86/PCI: Set IORESOURCE_ROM_SHADOW only for the default VGA deviceSander Eikelenboom2014-02-141-8/+10
| | * | | | x86/PCI: Fix function definition whitespaceBjorn Helgaas2014-02-121-10/+7
| | * | | | x86/PCI: Reword commentsBjorn Helgaas2014-02-121-6/+3
| | * | | | x86/PCI: Remove unnecessary local variable initializationBjorn Helgaas2014-02-121-2/+2
| | |/ / /
| * | | | x86/PCI: Remove acpi_get_pxm() usageBjorn Helgaas2014-02-031-17/+2
| * | | | x86/PCI: Use NUMA_NO_NODE, not -1, for unknown nodeBjorn Helgaas2014-02-031-5/+5
| * | | | x86/PCI: Remove unnecessary list_empty(&pci_root_infos) checkBjorn Helgaas2014-02-031-3/+0
| * | | | x86/PCI: Remove mp_bus_to_node[], set_mp_bus_to_node(), get_mp_bus_to_node()Bjorn Helgaas2014-02-034-95/+1
| * | | | x86/PCI: Use x86_pci_root_bus_node() instead of get_mp_bus_to_node()Bjorn Helgaas2014-02-032-2/+2
| * | | | x86/PCI: Add x86_pci_root_bus_node() to look up NUMA node from PCI busBjorn Helgaas2014-02-032-0/+11
| * | | | x86/PCI: Drop return value of pcibios_scan_root()Bjorn Helgaas2014-02-033-8/+4
| * | | | x86/PCI: Merge pci_scan_bus_on_node() into pcibios_scan_root()Bjorn Helgaas2014-02-032-34/+19
| * | | | x86/PCI: Use pcibios_scan_root() instead of pci_scan_bus_on_node()Bjorn Helgaas2014-02-032-6/+2
| * | | | x86/PCI: Use pcibios_scan_root() instead of pci_scan_bus_with_sysdata()Bjorn Helgaas2014-02-035-14/+8
| * | | | x86/PCI: Drop pcibios_scan_root() check for bus already scannedBjorn Helgaas2014-02-031-9/+0
| |/ / /
* | | | Merge tag 'edac_for_3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2014-04-011-0/+2
|\ \ \ \
| * | | | amd64_edac: Add support for newer F16h modelsAravind Gopalakrishnan2014-02-271-0/+2
| |/ / /
* | | | Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-014-8/+1
|\ \ \ \
| * \ \ \ Merge branch 'acpi-processor'Rafael J. Wysocki2014-03-211-4/+0
| |\ \ \ \
| | * \ \ \ Merge back earlier 'acpi-processor' material.Rafael J. Wysocki2014-02-271-4/+0
| | |\ \ \ \
| | | * | | | ACPI: Move BAD_MADT_ENTRY() to linux/acpi.hHanjun Guo2014-02-191-4/+0
| | | | |/ / | | | |/| |
| * | | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2014-03-201-2/+1
| |\ \ \ \ \
| | * | | | | cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}Viresh Kumar2014-03-191-2/+1
| * | | | | | Merge branch 'acpi-config'Rafael J. Wysocki2014-03-172-2/+0
| |\ \ \ \ \ \
| | * | | | | | ACPI: Remove Kconfig symbol ACPI_PROCFSPaul Bolle2014-02-192-2/+0
| | | |_|_|/ / | | |/| | | |
* | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-018-44/+57
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner2014-03-1220-78/+153
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | x86: hardirq: Make irq_hv_callback_count available for CONFIG_HYPERV=m as wellThomas Gleixner2014-03-061-1/+1
| * | | | | | | x86: hyperv: Fixup the (brain) damage caused by the irq cleanupThomas Gleixner2014-03-052-5/+5
| * | | | | | | x86: hyperv: Fix brown paperbag typos reported by Fenguangs build robotThomas Gleixner2014-03-041-3/+3
| * | | | | | | x86: hyperv: Make it build with CONFIG_HYPERV=m againThomas Gleixner2014-03-041-1/+1
| * | | | | | | x86: Remove deprecated IRQF_DISABLEDMichael Opdenacker2014-03-043-4/+4
| * | | | | | | x86: Hyperv: Cleanup the irq messThomas Gleixner2014-03-042-39/+43
| * | | | | | | x86: Add proper vector accounting for HYPERVISOR_CALLBACK_VECTORThomas Gleixner2014-03-042-0/+9
| * | | | | | | x86: Xen: Use the core irq stats functionThomas Gleixner2014-03-041-1/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-011-1/+1
|\ \ \ \ \ \ \
| * | | | | | | x86: hpet: Use proper destructor for delayed workThomas Gleixner2014-03-251-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-04-011-9/+6
|\ \ \ \ \ \ \
| * | | | | | | x86: Adjust irq remapping quirk for older revisions of 5500/5520 chipsetsNeil Horman2014-03-311-9/+6
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'x86-threadinfo-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-04-019-137/+191
|\ \ \ \ \ \ \
| * | | | | | | x86, threadinfo: Redo "x86: Use inline assembler to get sp"Mathias Krause2014-03-101-1/+5
| * | | | | | | x86: Clean up dumpstack_64.c codeSteven Rostedt2014-03-061-34/+83
| * | | | | | | x86: Keep thread_info on thread stack in x86_32Steven Rostedt2014-03-068-100/+89
OpenPOWER on IntegriCloud