summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2010-10-2821-33/+704
|\
| * xen: initialize cpu masks for pv guests in xen_smp_initStefano Stabellini2010-10-261-2/+22
| * xen: add a missing #include to arch/x86/pci/xen.cStefano Stabellini2010-10-221-0/+1
| * xen: mask the MTRR feature from the cpuidStefano Stabellini2010-10-221-0/+1
| * xen: add the direct mapping area for ISA bus accessJuan Quintela2010-10-223-0/+28
| * xen: use vcpu_ops to setup cpu masksStefano Stabellini2010-10-221-1/+7
| * xen: map a dummy page for local apic and ioapic in xen_set_fixmapJeremy Fitzhardinge2010-10-221-3/+20
| * xen: remap MSIs into pirqs when running as initial domainQing He2010-10-221-18/+37
| * xen: remap GSIs as pirqs when running as initial domainJeremy Fitzhardinge2010-10-222-0/+142
| * xen: introduce XEN_DOM0 as a silent optionStefano Stabellini2010-10-221-0/+10
| * xen: map MSIs into pirqsStefano Stabellini2010-10-221-0/+57
| * xen: support GSI -> pirq remapping in PV on HVM guestsStefano Stabellini2010-10-222-0/+21
| * xen: add xen hvm acpi_register_gsi variantJeremy Fitzhardinge2010-10-223-1/+11
| * acpi: use indirect call to register gsi in different modesJeremy Fitzhardinge2010-10-221-17/+42
| * xen: implement xen_hvm_register_pirqStefano Stabellini2010-10-221-0/+38
| * Merge commit 'konrad/stable/xen-pcifront-0.8.2' into 2.6.36-rc8-initial-domai...Stefano Stabellini2010-10-2246-874/+851
| |\
| | * X86/PCI: Remove the dependency on isapnp_disable.Konrad Rzeszutek Wilk2010-10-211-5/+0
| | * xen/pci: Request ACS when Xen-SWIOTLB is activated.Konrad Rzeszutek Wilk2010-10-181-0/+4
| | * xen/x86/PCI: Add support for the Xen PCI subsystemAlex Nixon2010-10-185-0/+209
| | * x86: Introduce x86_msi_opsStefano Stabellini2010-10-184-4/+49
| | * x86/PCI: make sure _PAGE_IOMAP it set on pci mappingsJeremy Fitzhardinge2010-10-181-0/+2
| | * x86/PCI: Clean up pci_cache_line_sizeAlex Nixon2010-10-182-7/+11
| | * x86/io_apic: add get_nr_irqs_gsi()Jeremy Fitzhardinge2010-10-182-0/+6
| | * xen: define BIOVEC_PHYS_MERGEABLE()Jeremy Fitzhardinge2010-10-181-0/+13
| | * xen: Don't disable the I/O spaceAlex Nixon2010-10-181-2/+0
* | | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2010-10-281-3/+0
|\ \ \
| * \ \ Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek2010-10-12204-7610/+6528
| |\ \ \
| * | | | kbuild: migrate all arch to the kconfig mainmenu upgradeArnaud Lacombe2010-09-191-3/+0
* | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-10-2827-12/+19
|\ \ \ \ \
| * | | | | x86: Move olpc to platformThomas Gleixner2010-10-276-4/+4
| * | | | | x86: Move uv to platformThomas Gleixner2010-10-278-1/+2
| * | | | | x86: Move mrst to platformThomas Gleixner2010-10-274-1/+2
| * | | | | x86: Move scx200 to platformThomas Gleixner2010-10-274-3/+3
| * | | | | x86: Move visws to platformThomas Gleixner2010-10-274-1/+2
| * | | | | x86: Move efi to platformThomas Gleixner2010-10-278-1/+2
| * | | | | x86: Move sfi to platformThomas Gleixner2010-10-274-1/+2
| * | | | | x86: Add platform directoryThomas Gleixner2010-10-272-0/+2
* | | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2010-10-284-14/+20
|\ \ \ \ \ \
| * | | | | | x86: allocate space within a region top-downBjorn Helgaas2010-10-261-0/+1
| * | | | | | x86: update iomem_resource end based on CPU physical address capabilitiesBjorn Helgaas2010-10-261-0/+1
| * | | | | | x86/PCI: allocate space from the end of a region, not the beginningBjorn Helgaas2010-10-261-6/+11
| * | | | | | x86/PCI: MMCONFIG: fix region end calculationBjorn Helgaas2010-10-171-3/+1
| * | | | | | PCI: update Intel chipset names and definesSeth Heasley2010-10-171-6/+6
| * | | | | | x86/PCI: irq and pci_ids patch for Intel Patsburg DeviceIDsSeth Heasley2010-10-151-0/+1
| * | | | | | PCI: OLPC: Only enable PCI configuration type override on XO-1Daniel Drake2010-10-153-4/+6
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-276-138/+271
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'x86' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opro...Ingo Molnar2010-10-254-46/+100
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'oprofile/core' into oprofile/x86Robert Richter2010-10-25115-3671/+2945
| | |\ \ \ \ \ \
| | * | | | | | | oprofile, x86: Add support for IBS periodic op counter extensionRobert Richter2010-10-152-12/+29
| | * | | | | | | oprofile, x86: Add support for IBS branch target address reportingRobert Richter2010-10-152-6/+21
OpenPOWER on IntegriCloud