aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-08-133-20/+56
|\
| * md: allow upper limit for resync/reshape to be set when array is read-onlyNeilBrown2009-08-131-0/+1
| * md/raid5: Properly remove excess drives after shrinking a raid5/6NeilBrown2009-08-131-2/+9
| * md/raid5: make sure a reshape restarts at the correct address.NeilBrown2009-08-131-1/+1
| * md/raid5: allow new reshape modes to be restarted in the middle.NeilBrown2009-08-131-1/+20
| * md: never advance 'events' counter by more than 1.NeilBrown2009-08-131-8/+5
| * Remove deadlock potential in md_openNeilBrown2009-08-102-8/+20
* | Merge branch 'zerolen' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarz...Linus Torvalds2009-08-121-0/+0
|\ \
| * | Remove zero-length file drivers/mtd/maps/sbc8240.cJeff Garzik2009-08-121-0/+0
* | | ahci: add workaround for on-board 5723s on some gigabyte boardsTejun Heo2009-08-121-4/+72
* | | ahci: Soften up the dmesg on SB600 PMP softreset failure recoveryShane Huang2009-08-121-1/+2
* | | sata_nv: MSI support, disabled by defaultTony Vroon2009-08-121-0/+8
* | | libata: OCZ Vertex can't do HPATejun Heo2009-08-121-0/+3
* | | pata_atiixp: fix second channel supportBartlomiej Zolnierkiewicz2009-08-121-9/+10
* | | pata_at91: fix resource releaseTejun Heo2009-08-121-13/+4
|/ /
* | PM / Driver Core: Kill dev_pm_ops platform warning for nowMagnus Damm2009-08-101-3/+0
* | pty: fix data loss when stopped (^S/^Q)Linus Torvalds2009-08-101-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-08-101-4/+3
|\ \
| * | PCI hotplug: SGI hotplug: do not use hotplug_slot_attrKenji Kaneshige2009-08-071-10/+3
| * | PCI hotplug: SGI hotplug: fix build failureKenji Kaneshige2009-08-071-0/+6
* | | Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6Linus Torvalds2009-08-092-1/+13
|\ \ \
| * | | UBI: compatible fallback in absense of sequence numbersAdrian Hunter2009-07-241-1/+12
| * | | UBI: fix double free on error pathAdrian Hunter2009-07-241-0/+1
* | | | drm/i915: silence vblank warningsFrans Pop2009-08-091-2/+2
* | | | drm: silence pointless vblank warning.Paul Rolland2009-08-091-1/+1
* | | | drm: When adding probed modes, preserve duplicate mode typesKeith Packard2009-08-091-0/+2
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-08-0712-18/+53
|\ \ \
| * | | USB: fix oops on disconnect in cdc-acmOliver Neukum2009-08-072-5/+7
| * | | USB: storage: include Prolific Technology USB drive in unusual_devs listRogerio Brito2009-08-071-0/+7
| * | | USB: ftdi_sio: add product_id for Marvell OpenRD Base, ClientDhaval Vasa2009-08-072-0/+9
| * | | USB: ftdi_sio: add vendor and product id for Bayer glucose meter serial conve...Marko Hänninen2009-08-072-0/+8
| * | | USB: EHCI: fix counting of transaction error retriesAlan Stern2009-08-072-5/+5
| * | | USB: EHCI: fix two new bugs related to Clear-TT-BufferAlan Stern2009-08-072-4/+5
| * | | USB: usbfs: fix -ENOENT error code to be -ENODEVAlan Stern2009-08-071-1/+1
| * | | USB: musb: fix the nop registration for OMAP3EVMGupta, Ajay Kumar2009-08-071-0/+1
| * | | USB: devio: Properly do access_ok() checksMichael Buesch2009-08-071-3/+5
| * | | USB: pl2303: New vendor and product idKhanh-Dang Nguyen Thu Lam2009-08-072-0/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2009-08-0712-58/+80
|\ \ \ \
| * | | | Staging: rspiusb: Fix buffer overflowRoel Kluin2009-08-071-0/+2
| * | | | staging: add dependencies on PCI for drivers that require itJeff Mahoney2009-08-072-0/+2
| * | | | Staging: rtl8192su: fix build errorGreg Kroah-Hartman2009-08-074-4/+5
| * | | | Staging: rt2870: Revert d44ca7 Removal of kernel_thread() APIMike Galbraith2009-08-075-54/+68
| * | | | Staging: rt2870: Add USB ID for Linksys, Planex Communications, BelkinJakob Gruber2009-08-071-0/+3
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2009-08-0717-513/+1221
|\ \ \ \ | |/ / / |/| | |
| * | | drm/i915: Fix read outside array bounds in restoring the SWF10 range.Roel Kluin2009-08-051-1/+1
| * | | drm/i915: Use our own workqueue to avoid wedging the system along with the GPU.Eric Anholt2009-08-054-6/+19
| * | | drm/i915: Add support for dual-channel LVDS on 8xx.ling.ma@intel.com2009-07-301-1/+1
| * | | drm/i915: Return disconnected for SDVO DVI when there's no digital EDID.ling.ma@intel.com2009-07-301-6/+21
| * | | drm/i915: Choose real sdvo output according to result from detectionling.ma@intel.com2009-07-291-78/+153
| * | | drm/i915: Set preferred mode for integrated TV according to TV formatling.ma@intel.com2009-07-291-0/+22