aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAge
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-01-11
|\
| * x86/PCI: Expand the x86_msi_ops to have a restore MSIs.Konrad Rzeszutek Wilk2012-01-06
| * x86/PCI: amd: factor out MMCONFIG discoveryBjorn Helgaas2012-01-06
| * xtensa/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-06
| * x86/PCI: convert to pci_create_root_bus() and pci_scan_root_bus()Bjorn Helgaas2012-01-06
| * x86/PCI: use pci_scan_bus() instead of pci_scan_bus_parented()Bjorn Helgaas2012-01-06
| * x86/PCI: read Broadcom CNB20LE host bridge info before PCI scanBjorn Helgaas2012-01-06
| * sparc32, leon/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-06
| * sparc/PCI: convert to pci_create_root_bus()Bjorn Helgaas2012-01-06
| * sh/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-06
| * powerpc/PCI: convert to pci_create_root_bus()Bjorn Helgaas2012-01-06
| * powerpc/PCI: split PHB part out of pcibios_map_io_space()Bjorn Helgaas2012-01-06
| * powerpc/PCI: make pcibios_setup_phb_resources() staticBjorn Helgaas2012-01-06
| * mn10300/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-06
| * mips/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-06
| * microblaze/PCI: use pci_scan_root_bus()Bjorn Helgaas2012-01-06
| * microblaze/PCI: convert to pci_create_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-06
| * microblaze/PCI: make pcibios_setup_phb_resources() staticBjorn Helgaas2012-01-06
| * microblaze/PCI: fix pci_bus_for_each_resource() usageBjorn Helgaas2012-01-06
| * ia64/PCI: convert to pci_create_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-06
| * ia64/PCI: use pci_create_bus() instead of pci_scan_bus_parented()Bjorn Helgaas2012-01-06
| * frv/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-06
| * arm/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-06
| * alpha/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-06
| * x86/PCI: amd: Kill misleading message about enablement of IO access to PCI ECS]Andreas Herrmann2012-01-06
| * PCI: x86: use generic pcibios_set_master()Myron Stowe2012-01-06
| * PCI: sh: use generic pcibios_set_master()Myron Stowe2012-01-06
| * PCI: mn10300: use generic pcibios_set_master()Myron Stowe2012-01-06
| * PCI: MIPS: use generic pcibios_set_master()Myron Stowe2012-01-06
| * PCI: frv: use generic pcibios_set_master()Myron Stowe2012-01-06
| * PCI: Pull PCI 'latency timer' setup up into the coreMyron Stowe2012-01-06
| * PCI: Xtensa: convert pcibios_set_master() to a non-inlined functionMyron Stowe2012-01-06
| * PCI: UniCore: convert pcibios_set_master() to a non-inlined functionMyron Stowe2012-01-06
| * PCI: TILE: convert pcibios_set_master() to a non-inlined functionMyron Stowe2012-01-06
| * PCI: SPARC: convert pcibios_set_master() to a non-inlined functionMyron Stowe2012-01-06
| * PCI: PowerPC: convert pcibios_set_master() to a non-inlined functionMyron Stowe2012-01-06
| * PCI: MicroBlaze: convert pcibios_set_master() to a non-inlined functionMyron Stowe2012-01-06
| * PCI: IA64: convert pcibios_set_master() to a non-inlined functionMyron Stowe2012-01-06
| * PCI: ARM: convert pcibios_set_master() to a non-inlined functionMyron Stowe2012-01-06
| * x86/PCI: Ignore CPU non-addressable _CRS reserved memory resourcesGary Hade2012-01-06
| * PCI: Add Thinkpad SL510 to pci=nocrs blacklistDave Jones2012-01-06
| * PCI: Add Dell Studio 1557 to pci=nocrs blacklistDave Jones2012-01-06
| * PCI: add set_nouse_crs for use by a pci=nocrs blacklistDave Jones2012-01-06
* | cpu: Register a generic CPU device on architectures that currently do notBen Hutchings2012-01-11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-01-11
|\ \
| * | crypto: serpent-sse2 - remove unneeded LRW/XTS #ifdefsJussi Kivilinna2011-12-20
| * | crypto: twofish-x86_64-3way - remove unneeded LRW/XTS #ifdefsJussi Kivilinna2011-12-20
| * | crypto: serpent-sse2 - clear CRYPTO_TFM_REQ_MAY_SLEEP in lrw and xts modesJussi Kivilinna2011-11-21
| * | crypto: serpent-sse2 - add xts supportJussi Kivilinna2011-11-21
| * | crypto: serpent-sse2 - add lrw supportJussi Kivilinna2011-11-21