aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2008-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds
2008-07-28Merge branch 'for-linus' of git://git.o-hand.com/linux-mfdLinus Torvalds
2008-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds
2008-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds
2008-07-29lguest: use cpu capability accessorsAndrew Morton
2008-07-29lguest: fix switcher_page leak on unloadJohannes Weiner
2008-07-29lguest: Guest int3 fixRusty Russell
2008-07-29mfd: accept pure device as a parent, not only platform_deviceDmitry Baryshkov
2008-07-28sh7760fb: write colormap value to hardwareManuel Lauss
2008-07-28spi_s3c24xx: really assign busnumBen Dooks
2008-07-28mpc52xx_psc_spi: fix block transferLuotao Fu
2008-07-29mfd: add platform_data to mfd_cellMike Rapoport
2008-07-28Merge branch 'cpus4096-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2008-07-28ipwireless: fix compile failureJames Bottomley
2008-07-28PCI: add D3 power state avoidance quirkAlan Cox
2008-07-28PCI: fix bogus "'device' may be used uninitialized" warning in pci_slotMatthew Wilcox
2008-07-28PCI: add an option to allow ASPM enabled forciblyShaohua Li
2008-07-28PCI: disable ASPM on pre-1.1 PCIe devicesShaohua Li
2008-07-28PCI: disable ASPM per ACPI FADT settingShaohua Li
2008-07-28PCI MSI: Don't disable MSIs if the mask bit isn't supportedMatthew Wilcox
2008-07-28Merge branch 'linus' into cpus4096Ingo Molnar
2008-07-28PCI: handle 64-bit resources better on 32-bit machinesMatthew Wilcox
2008-07-28PCI: rewrite PCI BAR reading codeMatthew Wilcox
2008-07-28Merge branch 'linus' into cpus4096Ingo Molnar
2008-07-28PCI: document pci_target_stateJesse Barnes
2008-07-28PCI hotplug: fix typo in pcie hotplug outputJesse Barnes
2008-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2008-07-28mfd: Coding style fixesBen Dooks
2008-07-28mfd: Use to_platform_device instead of container_ofBen Dooks
2008-07-28Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds
2008-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/ISDN-2.6Linus Torvalds
2008-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds
2008-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds
2008-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds
2008-07-28more sysdev API change fallout - drivers/base/memory.cStephen Rothwell
2008-07-28ACPI/CPUIDLE: prevent setting pm_idle to NULLThomas Gleixner
2008-07-28Merge branch 'i2c-for-linus' of git://aeryn.fluff.org.uk/bjdooks/linuxLinus Torvalds
2008-07-28ipwireless: Preallocate received packet buffers with MRU sizeDavid Sterba
2008-07-28ipwireless: Put packets to pool startDavid Sterba
2008-07-28ipwireless: Increase PPP outgoing queue sizeDavid Sterba
2008-07-28ipwireless: Explicitly request io and mem regionsDavid Sterba
2008-07-28ipwireless: Constify buffer variablesDavid Sterba
2008-07-28ipwireless: Do not return value from sending funcsDavid Sterba
2008-07-28ipwireless: Remove endian-dependent bitfieldsDavid Sterba
2008-07-28ipwireless: Glue splitted printk strings backDavid Sterba
2008-07-28ipwireless: Remove pt_regs from interrupt handlerDavid Sterba
2008-07-28ipwireless: Rename spinlock variables to lockDavid Sterba
2008-07-28ipwireless: Remove unused definesDavid Sterba
2008-07-28ipwireless: Misc cleanupsDavid Sterba
2008-07-28[SCSI] qla2xxx: fix msleep compile errorFUJITA Tomonori