aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-02-0120-164/+244
|\
| * drm/radeon/kms: Fix oops after radeon_cs_parser_init() failure.Michel Dänzer2010-02-011-1/+1
| * drm/radeon/kms: move radeon KMS on/off switch out of staging.Dave Airlie2010-02-012-2/+2
| * drm/radeon/kms: Bailout of blit if error happen & protect with mutex V3Jerome Glisse2010-02-014-45/+48
| * drm/vmwgfx: Don't send bad flags to the hostJakob Bornecrantz2010-02-013-1/+27
| * drm/vmwgfx: Request SVGA version 2 and bail if not foundPeter Hanzel2010-02-011-0/+11
| * drm/vmwgfx: Correctly detect 3DJakob Bornecrantz2010-02-014-1/+23
| * drm/ttm: remove unnecessary save_flags and ttm_flag_masked in ttm_bo_util.cAustin Yuan2010-02-011-7/+2
| * drm/ttm: remove padding from ttm_ref_object on 64bit buildsRichard Kennedy2010-02-011-1/+1
| * drm/radeon/kms: release agp on error.Dave Airlie2010-02-011-0/+3
| * drm/kms/radeon/agp: Move the check of the aper_size after drm_acp_acquire and...John Kacur2010-02-011-7/+8
| * drm/kms/radeon/agp: Fix warning, format ‘%d’ expects type ‘int’, but ...John Kacur2010-02-011-1/+1
| * drm/ttm: Avoid conflicting reserve_memtype during ttm_tt_set_page_caching.Francisco Jerez2010-02-011-7/+16
| * drm/kms/radeon: pick digitial encoders smarter. (v3)Dave Airlie2010-02-013-89/+99
| * drm/radeon/kms: use active device to pick connector for encoderDave Airlie2010-02-011-1/+1
| * drm/radeon/kms: fix incorrect logic in DP vs eDP connector checking.Dave Airlie2010-02-011-2/+2
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-02-012-11/+20
|\ \
| * | x86/agp: Fix agp_amd64_init regressionFUJITA Tomonori2010-01-311-4/+9
| * | x86, UV: Fix RTC latency bug by reading replicated cachelinesDimitri Sivanich2010-01-271-7/+11
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2010-02-011-1/+3
|\ \ \
| * | | regulator: Specify REGULATOR_CHANGE_STATUS for WM835x LED constraintsMark Brown2010-02-011-1/+3
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2010-02-011-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | powerpc/pci: Add calls to set_pcie_port_type() and set_pcie_hotplug_bridge()Benjamin Herrenschmidt2010-01-291-2/+2
* | | | mfd: Fix asic3 buildDmitry Artamonow2010-01-291-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-01-294-57/+149
|\ \ \ \
| * | | | Input: add the ABS_MT_PRESSURE eventHenrik Rydberg2010-01-281-0/+1
| * | | | Input: winbond-cir - remove dmesg spamDavid Härdeman2010-01-281-1/+1
| * | | | Input: lifebook - add another Lifebook DMI signatureJon Dodgson2010-01-281-0/+6
| * | | | Input: ad7879 - support auxiliary GPIOs via gpiolibMichael Hennerich2010-01-191-56/+141
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-01-281-3/+1
|\ \ \ \ \
| * | | | | Fix failure exit in ipathfsAl Viro2010-01-261-3/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2010-01-281-6/+6
|\ \ \ \ \
| * | | | | PCI: fix nested spinlock hang in aer_injectAndrew Patterson2010-01-251-6/+6
* | | | | | Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6Linus Torvalds2010-01-281-1/+0
|\ \ \ \ \ \
| * | | | | | UBI: fix volume creation input checkingMika Westerberg2010-01-271-1/+0
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2010-01-283-28/+67
|\ \ \ \ \ \
| * | | | | | firewire: ohci: fix crashes with TSB43AB23 on 64bit systemsStefan Richter2010-01-271-1/+3
| * | | | | | firewire: core: fix use-after-free regression in FCP handlerStefan Richter2010-01-261-14/+36
| * | | | | | firewire: core: add_descriptor size checkStefan Richter2010-01-261-13/+28
| |/ / / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2010-01-2724-125/+290
|\ \ \ \ \ \
| * | | | | | [SCSI] aic79xx: check for non-NULL scb in ahd_handle_nonpkt_busfreeHannes Reinecke2010-01-171-22/+31
| * | | | | | [SCSI] zfcp: Set hardware timeout as requested by BSG request.Swen Schillig2010-01-174-16/+22
| * | | | | | [SCSI] zfcp: Introduce bsg_timeout callback.Swen Schillig2010-01-173-0/+8
| * | | | | | [SCSI] scsi_transport_fc: Allow LLD to reset FC BSG timeoutSwen Schillig2010-01-171-1/+4
| * | | | | | [SCSI] zfcp: add missing compat ptr conversionHeiko Carstens2010-01-171-2/+7
| * | | | | | [SCSI] zfcp: Fix linebreak in hba traceChristof Schmitt2010-01-171-1/+1
| * | | | | | [SCSI] zfcp: Issue zfcp_fc_wka_port_put after FC CT BSG requestChristof Schmitt2010-01-171-22/+43
| * | | | | | [SCSI] qla2xxx: Update version number to 8.03.01-k10.Giridhar Malavali2010-01-171-1/+1
| * | | | | | [SCSI] qla2xxx: Perform fast mailbox read of flash regardless of size nor add...Andrew Vasquez2010-01-171-0/+3
| * | | | | | [SCSI] qla2xxx: Correct FCP2 recovery handling.Andrew Vasquez2010-01-173-14/+13