summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-01-1119-203/+550
|\
| * x86/PCI: Expand the x86_msi_ops to have a restore MSIs.Konrad Rzeszutek Wilk2012-01-061-2/+27
| * PNP: work around Dell 1536/1546 BIOS MMCONFIG bug that breaks USBBjorn Helgaas2012-01-061-0/+42
| * PCI: Enable ATS at the device state restoreHao, Xudong2012-01-063-0/+26
| * PCI: msi: fix imbalanced refcount of msi irq sysfs objectsNeil Horman2012-01-061-2/+12
| * PCI: kconfig: English typo in pci/pcie/KconfigP. Christeas2012-01-061-1/+1
| * PCI/PM/Runtime: make PCI traces quieterVincent Palatin2012-01-063-11/+10
| * PCI: remove pci_create_bus()Bjorn Helgaas2012-01-061-14/+0
| * parisc/PCI: lba: convert to pci_create_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-061-12/+17
| * parisc/PCI: lba: use pci_create_bus() instead of pci_scan_bus_parented()Bjorn Helgaas2012-01-061-6/+8
| * parisc/PCI: lba: deal with LMMIO/PAT overlaps before creating PCI root busBjorn Helgaas2012-01-061-17/+18
| * parisc/PCI: dino: convert to pci_create_root_bus() for correct root bus resou...Bjorn Helgaas2012-01-061-15/+12
| * parisc/PCI: dino: use pci_create_bus() instead of pci_scan_bus_parented()Bjorn Helgaas2012-01-061-10/+12
| * PCI: deprecate pci_scan_bus_parented()Bjorn Helgaas2012-01-061-0/+1
| * PCI: convert pci_scan_bus_parented() to use pci_create_root_bus()Bjorn Helgaas2012-01-061-1/+6
| * PCI: convert pci_scan_bus() to use pci_create_root_bus()Bjorn Helgaas2012-01-061-0/+19
| * PCI: add pci_scan_root_bus() that accepts resource listBjorn Helgaas2012-01-061-0/+15
| * PCI: add pci_create_root_bus() that accepts resource listBjorn Helgaas2012-01-061-4/+21
| * PCI: show host bridges and root bus resourcesBjorn Helgaas2012-01-061-1/+12
| * PCI: add helpers for building PCI bus resource listsBjorn Helgaas2012-01-061-5/+27
| * PCI: delay configuration of SRIOV capabilityRam Pai2012-01-061-2/+2
| * PCI: Only call pci_stop_bus_device() one time for child devices at removeYinghai Lu2012-01-061-3/+7
| * PCI: latency timer doesn't apply to PCIeMyron Stowe2012-01-061-0/+4
| * PCI: Pull PCI 'latency timer' setup up into the coreMyron Stowe2012-01-061-0/+29
| * uio: Convert uio_generic_pci to new intx masking APIJan Kiszka2012-01-061-72/+7
| * PCI: Introduce INTx check & mask APIJan Kiszka2012-01-063-1/+113
| * PCI: Rework config space blocking servicesJan Kiszka2012-01-066-45/+122
| * PCI: fix a brace coding style issue in probe.cZac Storer2012-01-061-1/+1
| * PCI: pci_has_legacy_pm_support add driver and device to WARNDavid Fries2012-01-061-1/+2
| * PCI: msi: Disable msi interrupts when we initialize a pci deviceEric W. Biederman2012-01-061-0/+10
| * PCI/ACPI/PM: Avoid resuming devices that don't signal PMERafael J. Wysocki2012-01-061-4/+8
| * PCI: pciehp: Handle push button event asynchronouslyKenji Kaneshige2012-01-064-13/+2
| * PCI: pciehp: Fix wrong workqueue cleanupKenji Kaneshige2012-01-061-1/+1
| * PCI: Rework ASPM disable codeMatthew Garrett2012-01-063-22/+44
| * PCI: Fix PRI and PASID consistencyAlex Williamson2012-01-061-10/+10
| * PCI/sysfs: add per pci device msi[x] irq listing (v5)Neil Horman2012-01-061-0/+111
* | cpu: Register a generic CPU device on architectures that currently do notBen Hutchings2012-01-112-0/+23
* | cpu: Do not return errors from cpu_dev_init() which will be ignoredBen Hutchings2012-01-112-9/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-01-1019-1410/+1636
|\ \
| * | crypto: picoxcell - fix boolean and / or confusionJamie Iles2011-12-201-2/+2
| * | crypto: caam - remove DECO access initialization codeKim Phillips2011-12-202-14/+0
| * | crypto: caam - fix polarity of "propagate error" logicKim Phillips2011-12-203-10/+11
| * | crypto: caam - more desc.h cleanupsKim Phillips2011-12-201-168/+167
| * | crypto: caam - desc.h - convert spaces to tabsKim Phillips2011-12-201-1039/+1039
| * | crypto: talitos - convert talitos_error to struct deviceKim Phillips2011-12-201-3/+2
| * | crypto: talitos - remove NO_IRQ referencesKim Phillips2011-12-201-9/+9
| * | crypto: talitos - fix bad kfreeKim Phillips2011-12-201-4/+4
| * | crypto: convert drivers/crypto/* to use module_platform_driver()Axel Lin2011-11-306-69/+6
| * | char: hw_random: convert drivers/char/hw_random/* to use module_platform_driv...Axel Lin2011-11-307-80/+7
| * | crypto: caam - add support for MD5 algorithm variantsKim Phillips2011-11-212-0/+58