| Commit message (Expand) | Author | Age | Files | Lines |
* | USB: fix previous sparse fix which was incorrect | David Brownell | 2008-02-21 | 1 | -12/+12 |
* | USB: fix error handling in trancevibrator | Oliver Neukum | 2008-02-21 | 1 | -1/+3 |
* | USB: g_printer, fix empty if statement | Adrian Bunk | 2008-02-21 | 1 | -1/+1 |
* | USB: ehci-fsl: mpc834x config symbol is PPC_MPC834x, not MPC834x | Peter Korsgaard | 2008-02-21 | 1 | -1/+1 |
* | USB: fix usb open suspend race in cdc-acm | Oliver Neukum | 2008-02-21 | 1 | -5/+5 |
* | USB: usb: yet another Dell wireless CDMA/EVDO modem | Andy Shevchenko | 2008-02-21 | 1 | -0/+1 |
* | USB: fix pm counter leak in usblp | Oliver Neukum | 2008-02-21 | 1 | -0/+1 |
* | USB: Sane memory allocation in option driver | Oliver Neukum | 2008-02-21 | 1 | -3/+30 |
* | USB: ftdi_sio.c add missing '|' | Roel Kluin | 2008-02-21 | 1 | -2/+2 |
* | libata: fix kernel-doc parameter warning | Randy Dunlap | 2008-02-20 | 1 | -1/+1 |
* | sata_mv: remove iounmap in mv_platform_remove and use devm_iomap | Saeed Bishara | 2008-02-20 | 1 | -4/+2 |
* | libata: implement libata.force module parameter | Tejun Heo | 2008-02-20 | 3 | -4/+385 |
* | sata_mv: use hpriv->base instead of the host->iomap | Saeed Bishara | 2008-02-20 | 1 | -1/+1 |
* | sata_mv: Define module alias for platform device | Martin Michlmayr | 2008-02-20 | 1 | -0/+1 |
* | ata: fix sparse warnings in pata_legacy.c | Harvey Harrison | 2008-02-20 | 1 | -22/+22 |
* | Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2008-02-19 | 5 | -28/+71 |
|\ |
|
| * | agp: fix missing casts that produced a warning. | Dave Airlie | 2008-02-20 | 3 | -6/+6 |
| * | agp: add support for 662/671 to agp driver | Chaoyu Chen | 2008-02-20 | 1 | -0/+19 |
| * | fix historic ioremap() abuse in AGP | Arjan van dev Ven | 2008-02-19 | 4 | -26/+26 |
| * | agp/sis: Suspend support for SiS AGP | Stuart Bennett | 2008-02-19 | 1 | -0/+24 |
| * | agp/sis: Clear bit 2 from aperture size byte as well | Stuart Bennett | 2008-02-19 | 1 | -2/+2 |
* | | Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2008-02-19 | 9 | -84/+240 |
|\ \ |
|
| * | | drm/sis: add pciid for SiS 662/671 chipset | Chaoyu Chen | 2008-02-20 | 1 | -0/+1 |
| * | | drm: add new rv380 pciid | Mirko | 2008-02-20 | 1 | -0/+1 |
| * | | drm: add support for passing state into the suspend hooks. | Dave Airlie | 2008-02-20 | 3 | -6/+11 |
| * | | drm/i915: Fix hibernate save/restore of VGA attribute regs | Jesse Barnes | 2008-02-20 | 1 | -0/+2 |
| * | | drm/i915 more registers for S3 (DSPCLK_GATE_D, CACHE_MODE_0, MI_ARB_STATE) | Keith Packard | 2008-02-20 | 2 | -0/+28 |
| * | | drm/i915: restore pipeconf regs unconditionally | Jesse Barnes | 2008-02-20 | 1 | -7/+4 |
| * | | drm/i915: save/restore interrupt state | Jesse Barnes | 2008-02-20 | 2 | -0/+12 |
| * | | drm: convert drm from nopage to fault. | Nick Piggin | 2008-02-20 | 1 | -70/+55 |
| * | | i915: wrap chipset types requiring hw status set ioctl | Zhenyu Wang | 2008-02-20 | 2 | -1/+6 |
| * | | drm/radeon: add initial rs690 support to drm. | Maciej Cencora | 2008-02-20 | 3 | -0/+120 |
* | | | dm-raid1.c: fix NULL dereferences | Adrian Bunk | 2008-02-19 | 1 | -3/+4 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2008-02-19 | 2 | -5/+7 |
|\ \ \
| |/ /
|/| | |
|
| * | | IB/mthca: Free correct MPT on error exit from mthca_fmr_alloc() | Roland Dreier | 2008-02-19 | 1 | -1/+1 |
| * | | IPoIB/cm: Fix ipoib_cm_dev_stop() cleanup when drain times out | Pradeep Satyanarayana | 2008-02-19 | 1 | -4/+6 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2008-02-19 | 11 | -34/+38 |
|\ \ |
|
| * | | [S390] qdio: FCP/SCSI write I/O stagnates on LPAR | Ursula Braun | 2008-02-19 | 1 | -3/+0 |
| * | | [S390] dcss: Fix Unlikely(x) != y | Roel Kluin | 2008-02-19 | 1 | -1/+1 |
| * | | [S390] sclp: clean up send/receive naming scheme | Peter Oberparleiter | 2008-02-19 | 6 | -13/+15 |
| * | | [S390] qdio: fix qdio_activate timeout handling. | Heiko Carstens | 2008-02-19 | 2 | -9/+3 |
| * | | [S390] dasd: fix locking in __dasd_device_process_final_queue | Stefan Weinhuber | 2008-02-19 | 1 | -6/+6 |
| * | | [S390] cio: Do timed recovery on workqueue. | Cornelia Huck | 2008-02-19 | 1 | -1/+12 |
| * | | [S390] cio: Remember to initialize recovery_lock. | Cornelia Huck | 2008-02-19 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2008-02-19 | 10 | -279/+95 |
|\ \ |
|
| * | | libata: implement drain buffers | James Bottomley | 2008-02-19 | 2 | -58/+57 |
| * | | libata: eliminate the home grown dma padding in favour of | James Bottomley | 2008-02-19 | 9 | -193/+20 |
| * | | block: add request->raw_data_len | Tejun Heo | 2008-02-19 | 1 | -4/+4 |
| * | | libata: update ATAPI overflow draining | Tejun Heo | 2008-02-19 | 1 | -43/+33 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog | Linus Torvalds | 2008-02-19 | 6 | -8/+1340 |
|\ \ |
|