summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2010-08-0625-85/+433
|\
| * PCI: update for owner removal from struct device_attributeStephen Rothwell2010-08-041-2/+2
| * PCI: Fix warnings when CONFIG_DMI unsetNarendra K2010-08-021-2/+2
| * PCI: Do not run NVidia quirks related to MSI with MSI disabledRafael J. Wysocki2010-07-301-0/+3
| * PCI: use for_each_pci_dev()Kulikov Vasiliy2010-07-305-7/+6Star
| * PCI: MSI: Restore read_msi_msg_desc(); add get_cached_msi_msg_desc()Ben Hutchings2010-07-301-5/+42
| * PCI: export SMBIOS provided firmware instance and label to sysfsNarendra K2010-07-305-0/+185
| * PCI: Allow read/write access to sysfs I/O port resourcesAlex Williamson2010-07-301-0/+68
| * PCI: remove unused HAVE_ARCH_PCI_SET_DMA_MAX_SEGMENT_{SIZE|BOUNDARY}FUJITA Tomonori2010-07-301-4/+0Star
| * PCI: disable mmio during bar sizingJacob Pan2010-07-302-0/+23
| * PCI: MSI: Remove unsafe and unnecessary hardware accessBen Hutchings2010-07-301-23/+11Star
| * PCI: Default PCIe ASPM control to on and require !EMBEDDED to disableMatthew Garrett2010-07-301-6/+14
| * PCI: kernel oops on access to pci proc file while hot-removalKenji Kaneshige2010-07-301-2/+0Star
| * PCI: pci-sysfs: remove casts from void*Kulikov Vasiliy2010-07-301-1/+1
| * ACPI: Disable ASPM if the platform won't provide _OSC control for PCIeMatthew Garrett2010-07-301-0/+9
| * PCI hotplug: make sure child bridges are enabled at hotplug timeYinghai Lu2010-07-301-5/+7
| * PCI hotplug: shpchp: Removed check for hotplug of display devicesPraveen Kalamegham2010-07-301-15/+4Star
| * PCI hotplug: pciehp: Fixed return value sign for pciehp_unconfigure_devicePraveen Kalamegham2010-07-301-1/+1
| * PCI: Don't enable aspm before drivers have had a chance to veto itMatthew Garrett2010-07-301-2/+14
| * PCI: fix wrong memory address handling in MSI-XKenji Kaneshige2010-07-301-1/+1
| * PCI: check return value of pci_enable_device() when enabling bridgesJunchang Wang2010-07-301-0/+2
| * PCI: sparse warning (trivial)Stephen Hemminger2010-07-301-1/+1
| * PCI: disable MSI on VIA K8M800Tejun Heo2010-07-301-0/+1
| * PCI quirk: AMD 780: work around wrong vendor ID on APC bridgeClemens Ladisch2010-07-301-3/+20
| * PCI: hotplug/shpchp_hpc: add parenthesis in SLOT_REG_RSVDZ_MASKDan Carpenter2010-07-301-1/+1
| * PCI aerdrv: fix annoying warningsLinus Torvalds2010-07-301-8/+9
| * PCI: change device runtime PM settings for probe and removeAlan Stern2010-07-303-27/+37
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2010-08-06811-33784/+106305
|\ \
| * | Staging: wlan-ng: Update prism2_set_tx_power() to use mBmChristoph Fritz2010-08-051-4/+4
| * | Staging: Merge staging-next into Linus's treeGreg Kroah-Hartman2010-08-05811-33784/+106305
| |\ \
| | * | Staging: ti-st: update TODOPavan Savoy2010-08-031-17/+1Star
| | * | Staging: wlags49_h2: use common PCI_VENDOR/DEVICE_ID name formatJavier Martinez Canillas2010-08-032-7/+11
| | * | Staging: comedi : fix brace coding style issue in wwrap.cDaniele Boncompagni2010-08-031-522/+446Star
| | * | Staging: quatech_usb2: remove unused qt2_box_flush functionJavier Martinez Canillas2010-08-031-23/+1Star
| | * | Staging: slicoss: Remove net_device_stats from the driver's privateDenis Kirjanov2010-08-032-21/+21
| | * | staging: rtl8192su: check whether requests succeededKulikov Vasiliy2010-08-031-1/+4
| | * | staging: panel: fix error pathKulikov Vasiliy2010-08-031-3/+19
| | * | staging: otus: check kmalloc() return valueKulikov Vasiliy2010-08-031-0/+5
| | * | staging: octeon: check request_irq() return valueKulikov Vasiliy2010-08-031-0/+2
| | * | Staging: wlan-ng: remove typedef in p80211hdr.hEdgardo Hames2010-08-036-13/+13
| | * | Staging: wlan-ng: fix checkpatch issues in headers.Edgardo Hames2010-08-039-117/+119
| | * | Staging: wlan-ng: remove typedef in p80211ioctl.hEdgardo Hames2010-08-032-3/+3
| | * | Staging: wlan-ng: fix style issues in p80211conv.hEdgardo Hames2010-08-037-67/+67
| | * | Staging: wlan-ng: fix style issues for p80211hdr.hEdgardo Hames2010-08-039-40/+40
| | * | staging: vt6656: removed NTSTATUS definitionAndres More2010-08-0315-109/+38Star
| | * | staging: vt6656: simplified tests involving both multi/broad-castsAndres More2010-08-031-18/+13Star
| | * | Staging: vt6655: replace BOOL with in kernel boolCharles Clément2010-08-0350-472/+470Star
| | * | Staging: vt6655: replace FALSE with in kernel falseCharles Clément2010-08-0330-589/+581Star
| | * | Staging: vt6655: replace TRUE with in kernel trueCharles Clément2010-08-0331-768/+761Star
| | * | Staging: vt6656: Remove PUINT from ttype.hRoel Van Nyen2010-08-034-9/+8Star