aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | | md: make sure a reshape is started when device switches to read-writeNeilBrown2008-03-041-0/+1
* | | md: clean up irregularity with raid autodetectNeilBrown2008-03-041-1/+3
* | | md: guard against possible bad array geometry in v1 metadataNeilBrown2008-03-041-2/+6
* | | md: reduce CPU wastage on idle md array with a write-intent bitmapNeilBrown2008-03-041-2/+17
* | | md: fix deadlock in md/raid1 and md/raid10 when handling a read errorNeilBrown2008-03-042-43/+81
* | | iommu: parisc: make the IOMMUs respect the segment boundary limitsFUJITA Tomonori2008-03-043-18/+58
* | | iommu: parisc: pass struct device to iommu_alloc_rangeFUJITA Tomonori2008-03-043-7/+7
* | | hisax_fcpcipnp: move request_irq later in probeKyle McMartin2008-03-041-17/+17
* | | ACPI: thinkpad-acpi: fix hotkey_get_tablet_modeHenrique de Moraes Holschuh2008-03-041-1/+2
* | | drivers/serial/m32r_sio.c: correct use of ! and &Julia Lawall2008-03-041-1/+1
* | | drivers/isdn: correct use of ! and &Julia Lawall2008-03-042-4/+5
* | | drivers/char/isicom.c: correct use of ! and &Julia Lawall2008-03-041-1/+1
* | | ipwireless: fix potential tty == NULL dereferenceDavid Sterba2008-03-041-1/+4
* | | sm501: add support for the SM502 programmable PLLVille Syrjala2008-03-041-35/+128
* | | sm501: remove a duplicated tableVille Syrjala2008-03-041-32/+13
* | | sm501fb: fix timing limitsVille Syrjala2008-03-041-2/+4
* | | sm501fb: set transp.offset to 0 in 8bpp and 16bpp modesVille Syrjala2008-03-041-0/+2
* | | sm501fb: RGB offsets are reversed in 16bpp modesVille Syrjala2008-03-041-4/+4
* | | sm501fb: direct color visual does not workVille Syrjala2008-03-041-1/+3
* | | ds1wm: report bus reset errorAnton Vorontsov2008-03-041-9/+9
* | | ds1wm: should check for IS_ERR(clk) instead of NULLAnton Vorontsov2008-03-041-2/+3
* | | powerpc: mpc5200: fix build error on mpc52xx_psc_spi device driverGrant Likely2008-03-041-3/+8
* | | pktcdvd: reduce stack consumptionPeter Osterlund2008-03-041-8/+13
* | | tridentfb: resource management fixes in probe functionKrzysztof Helt2008-03-041-17/+48
* | | VT notifier fix for VT switchSamuel Thibault2008-03-041-0/+1
* | | specialix.c: fix possible double-unlockHarvey Harrison2008-03-041-1/+0
* | | rtc: add support for the S-35390A RTC chipByron Bradley2008-03-043-0/+326
* | | serial: add PNP ID GVC0303 for Archtek 3334BRV ISA modemBjorn Helgaas2008-03-041-0/+2
|/ /
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-03-041-1/+1
|\ \
| * | scsi: missing add of padded bytes to io completion byte countJens Axboe2008-03-041-1/+1
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds2008-03-045-1/+1277
|\ \ \ | |/ / |/| |
| * | ioat: fix 'ack' handling, driver must ensure that 'ack' is zeroDan Williams2008-03-041-0/+2
| * | fsldma: do not cleanup descriptors in hardirq contextDan Williams2008-03-041-1/+0
| * | dmaengine: add driver for Freescale MPC85xx DMA controllerZhang Wei2008-03-044-1/+1276
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-03-044-112/+167
|\ \ \
| * | | cciss: remove READ_AHEAD define and use block layer defaultsMike Miller2008-03-041-3/+0
| * | | make cdrom.c:check_for_audio_disc() staticAdrian Bunk2008-03-041-2/+2
| * | | block: separate out padding from alignmentTejun Heo2008-03-041-1/+2
| * | | block: restore the meaning of rq->data_len to the true data lengthFUJITA Tomonori2008-03-041-3/+3
| * | | resubmit: cciss: procfs updates to display info about manyMike Miller2008-03-042-103/+160
| |/ /
* | | m68knommu: fix fec driver interrupt racesGreg Ungerer2008-03-041-4/+4
* | | Build fix for drivers/s390/char/defkeymap.cTony Breeds2008-03-041-1/+1
|/ /
* | Fix default compose table initializationSamuel Thibault2008-03-033-70/+70
* | docbook: fix fusion source filesRandy Dunlap2008-03-032-21/+18
* | docbook: fix kernel-api source filesRandy Dunlap2008-03-032-5/+2
* | docbook: fix usb source filesRandy Dunlap2008-03-031-4/+2
* | docbook: fix scsi source fileRandy Dunlap2008-03-031-2/+1
* | docbook: fix rapidio source filesRandy Dunlap2008-03-031-5/+3
* | Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/arnd...Paul Mackerras2008-03-03115-2045/+4126
|\ \
| * | firewire: fix crash in automatic module unloadingStefan Richter2008-03-025-18/+35