aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-03-04ipwireless: fix potential tty == NULL dereferenceGravatar David Sterba 1-1/+4
2008-03-04sm501: add support for the SM502 programmable PLLGravatar Ville Syrjala 1-35/+128
2008-03-04sm501: remove a duplicated tableGravatar Ville Syrjala 1-32/+13
2008-03-04sm501fb: fix timing limitsGravatar Ville Syrjala 1-2/+4
2008-03-04sm501fb: set transp.offset to 0 in 8bpp and 16bpp modesGravatar Ville Syrjala 1-0/+2
2008-03-04sm501fb: RGB offsets are reversed in 16bpp modesGravatar Ville Syrjala 1-4/+4
2008-03-04sm501fb: direct color visual does not workGravatar Ville Syrjala 1-1/+3
2008-03-04ds1wm: report bus reset errorGravatar Anton Vorontsov 1-9/+9
2008-03-04ds1wm: should check for IS_ERR(clk) instead of NULLGravatar Anton Vorontsov 1-2/+3
2008-03-04powerpc: mpc5200: fix build error on mpc52xx_psc_spi device driverGravatar Grant Likely 1-3/+8
2008-03-04pktcdvd: reduce stack consumptionGravatar Peter Osterlund 1-8/+13
2008-03-04tridentfb: resource management fixes in probe functionGravatar Krzysztof Helt 1-17/+48
2008-03-04VT notifier fix for VT switchGravatar Samuel Thibault 1-0/+1
2008-03-04specialix.c: fix possible double-unlockGravatar Harvey Harrison 1-1/+0
2008-03-04rtc: add support for the S-35390A RTC chipGravatar Byron Bradley 3-0/+326
2008-03-04serial: add PNP ID GVC0303 for Archtek 3334BRV ISA modemGravatar Bjorn Helgaas 1-0/+2
2008-03-04Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-1/+1
2008-03-04Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Gravatar Linus Torvalds 5-1/+1277
2008-03-04scsi: missing add of padded bytes to io completion byte countGravatar Jens Axboe 1-1/+1
2008-03-04ioat: fix 'ack' handling, driver must ensure that 'ack' is zeroGravatar Dan Williams 1-0/+2
2008-03-04fsldma: do not cleanup descriptors in hardirq contextGravatar Dan Williams 1-1/+0
2008-03-04dmaengine: add driver for Freescale MPC85xx DMA controllerGravatar Zhang Wei 4-1/+1276
2008-03-04Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 4-112/+167
2008-03-04m68knommu: fix fec driver interrupt racesGravatar Greg Ungerer 1-4/+4
2008-03-04Build fix for drivers/s390/char/defkeymap.cGravatar Tony Breeds 1-1/+1
2008-03-04cciss: remove READ_AHEAD define and use block layer defaultsGravatar Mike Miller 1-3/+0
2008-03-04make cdrom.c:check_for_audio_disc() staticGravatar Adrian Bunk 1-2/+2
2008-03-04block: separate out padding from alignmentGravatar Tejun Heo 1-1/+2
2008-03-04block: restore the meaning of rq->data_len to the true data lengthGravatar FUJITA Tomonori 1-3/+3
2008-03-04resubmit: cciss: procfs updates to display info about manyGravatar Mike Miller 2-103/+160
2008-03-03Fix default compose table initializationGravatar Samuel Thibault 3-70/+70
2008-03-03docbook: fix fusion source filesGravatar Randy Dunlap 2-21/+18
2008-03-03docbook: fix kernel-api source filesGravatar Randy Dunlap 2-5/+2
2008-03-03docbook: fix usb source filesGravatar Randy Dunlap 1-4/+2
2008-03-03docbook: fix scsi source fileGravatar Randy Dunlap 1-2/+1
2008-03-03docbook: fix rapidio source filesGravatar Randy Dunlap 1-5/+3
2008-03-03Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/arnd...Gravatar Paul Mackerras 115-2045/+4126
2008-03-03Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/jwbo...Gravatar Paul Mackerras 4-158/+144
2008-03-02firewire: fix crash in automatic module unloadingGravatar Stefan Richter 5-18/+35
2008-03-02firewire: potentially invalid pointers used in fw_card_bm_workGravatar Stefan Richter 2-17/+35
2008-03-02firewire: fw-sbp2: better fix for NULL pointer dereference in scsi_remove_deviceGravatar Stefan Richter 1-19/+27
2008-02-29Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-14/+73
2008-02-29[libata] wrap kmap_atomic(KM_IRQ0) with local_irq_save/restore()Gravatar Jeff Garzik 1-0/+10
2008-02-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Gravatar Linus Torvalds 2-148/+139
2008-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Gravatar Linus Torvalds 2-24/+44
2008-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 54-1439/+2912
2008-02-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Gravatar Linus Torvalds 7-30/+37
2008-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Gravatar Linus Torvalds 9-129/+44
2008-02-29Fix hpet_(un)register_irq_handler() for emulationGravatar David Howells 1-2/+2
2008-02-29Blackfin Serial Driver: Fix bug - Only insert UART rx char in timer task.Gravatar Sonic Zhang 1-16/+7