summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | drm: Release user fbs in drm_releaseKristian Høgsberg2009-02-202-2/+4
| | * | | | drm/i915: Unpin the fb on error during construction.Chris Wilson2009-02-201-3/+5
| | * | | | drm/i915: Unpin the hws if we fail to kmap.Chris Wilson2009-02-201-0/+1
| | * | | | drm/i915: Unpin the ringbuffer if we fail to ioremap it.Chris Wilson2009-02-201-0/+1
| | * | | | drm/i915: unpin for an invalid memory domain.Chris Wilson2009-02-201-0/+2
| | * | | | drm/i915: Release and unlock on mmap_gtt error path.Chris Wilson2009-02-201-1/+4
| | * | | | drm/i915: Set framebuffer alignment based upon the fence constraints.Chris Wilson2009-02-201-4/+2
| | * | | | drm: Do not leak a new reference for flink() on an existing nameChris Wilson2009-02-201-17/+16
| | * | | | drm/i915: Fix potential AB-BA deadlock in i915_gem_execbuffer()Roland Dreier2009-02-201-9/+12
| | * | | | drm/i915: refleak along pin() error path.Chris Wilson2009-02-201-0/+1
| | * | | | drm/i915: hold mutex for unreference() in i915_gem_tiling.cChris Wilson2009-02-201-4/+2
| | * | | | drm/i915: Cleanup trivial leak on execbuffer error path.Chris Wilson2009-02-201-2/+4
| | * | | | drm: Free the object ref on error.Chris Wilson2009-02-201-8/+12
| | * | | | drm: Potential use-after-free on error path.Chris Wilson2009-02-201-1/+1
| | * | | | drm/i915: Storage class should be before const qualifierTobias Klauser2009-02-202-2/+2
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2009-02-2019-62/+131
| |\ \ \ \ \
| | * | | | | [SCSI] qla2xxx: Update version number to 8.03.00-k3.Andrew Vasquez2009-02-101-1/+1
| | * | | | | [SCSI] qla2xxx: Mask out 'reserved' bits while processing FLT regions.Andrew Vasquez2009-02-101-1/+1
| | * | | | | [SCSI] qla2xxx: Correct slab-error overwrite during vport creation and deletion.Anirban Chakraborty2009-02-102-8/+7
| | * | | | | [SCSI] qla2xxx: Properly acknowledge IDC notification messages.Andrew Vasquez2009-02-106-13/+87
| | * | | | | [SCSI] qla2xxx: Remove interrupt request bit check in the response processing...Anirban Chakraborty2009-02-105-31/+16
| | * | | | | [SCSI] lpfc: introduce missing kfreeJulia Lawall2009-02-101-0/+1
| | * | | | | [SCSI] libiscsi: Fix scsi command timeout oops in iscsi_eh_timed_outMike Christie2009-02-101-1/+2
| | * | | | | [SCSI] qla2xxx: fix Kernel Panic with Qlogic 2472 Card.Shyam_Iyer@Dell.com2009-02-101-1/+1
| | * | | | | [SCSI] ibmvfc: Increase cancel timeoutBrian King2009-02-101-1/+1
| | * | | | | [SCSI] ibmvfc: Fix rport reloginBrian King2009-02-101-1/+11
| | * | | | | [SCSI] ibmvfc: Fix command timeout errorsBrian King2009-02-101-3/+0
| | * | | | | [SCSI] sg: fix device number in blktrace dataMartin Peschke2009-02-101-1/+1
| | * | | | | [SCSI] scsi_scan: add missing interim SDEV_DEL state if slave_alloc failsJames Smart2009-02-101-0/+1
| | * | | | | [SCSI] ibmvscsi: Correct DMA mapping leakRobert Jennings2009-02-101-0/+1
| * | | | | | 8250: fix boot hang with serial console when using with Serial Over Lan portMauro Carvalho Chehab2009-02-202-0/+51
| * | | | | | atyfb: remove unused local variable `pwr_command'Yang Hongyang2009-02-201-1/+0
| * | | | | | sx.c: avoid referencing freed memory if copy_from_user() failsDan Carpenter2009-02-201-1/+1
| * | | | | | sx.c: fix dbl statement if - add missing bracesIlpo Järvinen2009-02-201-1/+2
| | |/ / / / | |/| | | |
| * | | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-02-194-5/+7
| |\ \ \ \ \
| | * | | | | [ARM] 5403/1: pxa25x_ep_fifo_flush() *ep->reg_udccs always set to 0Roel Kluin2009-02-191-2/+2
| | * | | | | [ARM] 5400/1: Add support for inverted rdy_busy pin for Atmel nand device con...Gregory CLEMENT2009-02-161-1/+2
| | * | | | | [ARM] 5390/1: AT91: Watchdog fixesAndrew Victor2009-02-142-2/+3
| | | |/ / / | | |/| | |
| * | | | | [S390] fix "mem=" handling in case of standby memoryHeiko Carstens2009-02-191-0/+5
| * | | | | [S390] sclp: handle empty event buffersPeter Oberparleiter2009-02-191-1/+4
| * | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-02-185-5/+220
| |\ \ \ \ \
| | * | | | | cciss: PCI power management reset for kexecChip Coldwell2009-02-181-0/+215
| | * | | | | paride/pg.c: xs(): &&/|| confusionRoel Kluin2009-02-181-1/+1
| | * | | | | block: fix bad definition of BIO_RW_SYNCJens Axboe2009-02-183-4/+4
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2009-02-187-40/+77
| |\ \ \ \ \ \
| | * | | | | | omap_hsmmc: Change while(); loops with finite versionJean Pihet2009-02-181-24/+30
| | * | | | | | omap_hsmmc: recover from transfer failuresJean Pihet2009-02-181-1/+8
| | * | | | | | omap_hsmmc: only MMC1 allows HCTL.SDVS != 1.8VDavid Brownell2009-02-181-10/+33
| | * | | | | | omap_hsmmc: card detect irq bugfixDavid Brownell2009-02-181-1/+3
| | * | | | | | sdhci: fix led namingHelmut Schaa2009-02-182-1/+4
OpenPOWER on IntegriCloud