summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Use hotplug callback to retrain DP linkKeith Packard2009-06-181-2/+13
* drm/i915: Add Display Port supportKeith Packard2009-06-188-6/+1668
* drm/i915: add per-output hotplug callback for KMSKeith Packard2009-06-182-1/+12
* drm/i915: Clean up SDVO i2c handlingKeith Packard2009-06-181-33/+21
* drm/i915: Change I2C api to pass around i2c_adaptersKeith Packard2009-06-1812-113/+118
* drm/i915: check for CONFIG_PNP before using pnp functionKeith Packard2009-06-181-0/+2
* drm/i915: Apple DMI info has inconsistent SYS_VENDOR informationKeith Packard2009-06-181-2/+2
* drm/i915: Require digital monitor on HDMI ports for detectKeith Packard2009-06-181-14/+16
* drm/i915: Clear fence register on tiling stride change.Chris Wilson2009-06-183-17/+88
* drm/i915: Install fence register for tiled scanout on i915Chris Wilson2009-06-183-10/+21
* drm/i915: detach/attach get/put pages symmetryChris Wilson2009-06-171-0/+4
* drm/i915: A few debugfs formatting fixesBen Gamari2009-06-171-2/+2
* drm/i915: Warn when inteldrmfb fails to restore its framebuffer configBen Gamari2009-06-171-1/+5
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2009-06-172-84/+45
|\
| * [CPUFREQ] Only set sampling_rate_max deprecated, sampling_rate_min is usefulThomas Renninger2009-06-152-31/+4
| * [CPUFREQ] ondemand: Uncouple minimal sampling rate from HZ in NO_HZ caseThomas Renninger2009-06-152-53/+41
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-06-1733-495/+1481
|\ \
| * | [SCSI] aic79xx: make driver respect nvram for IU and QAS settingsJames Bottomley2009-06-152-11/+17
| * | [SCSI] don't attach ULD to Dell Universal XportJames Bottomley2009-06-151-0/+1
| * | [SCSI] lpfc 8.3.3 : Update driver version to 8.3.3James Smart2009-06-151-1/+1
| * | [SCSI] lpfc 8.3.3 : Add support for Target Reset handler entrypointJames Smart2009-06-151-193/+291
| * | [SCSI] lpfc 8.3.3 : Fix a couple of spin_lock and memory issues and a crashJames Smart2009-06-153-9/+35
| * | [SCSI] lpfc 8.3.3 : FC/FCOE discovery fixesJames Smart2009-06-158-26/+59
| * | [SCSI] lpfc 8.3.3 : Fix various SLI-3 vs SLI-4 differencesJames Smart2009-06-1510-219/+224
| * | [SCSI] qla2xxx: Resolve a performance issue in interruptAnirban Chakraborty2009-06-151-6/+9
| * | [SCSI] cnic, bnx2i: Fix build failure when CONFIG_PCI is not set.Michael Chan2009-06-152-2/+4
| * | [SCSI] nsp_cs: time_out reaches -1Roel Kluin2009-06-151-3/+3
| * | [SCSI] qla2xxx: fix printk format warningsRandy Dunlap2009-06-151-2/+5
| * | [SCSI] ncr53c8xx: div reaches -1Roel Kluin2009-06-151-1/+1
| * | [SCSI] zfcp: Update FC pass-through supportChristof Schmitt2009-06-122-7/+5
| * | [SCSI] zfcp: Add FC pass-through supportSven Schuetz2009-06-126-20/+219
| * | [SCSI] FC Pass Thru supportJames Smart2009-06-121-1/+613
* | | Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Linus Torvalds2009-06-1712-335/+885
|\ \ \
| * | | UBI: add reboot notifierKevin Cernekee2009-06-102-1/+38
| * | | UBI: handle more error codesArtem Bityutskiy2009-06-101-7/+34
| * | | UBI: fix multiple spelling typosArtem Bityutskiy2009-06-104-11/+11
| * | | UBI: fix kmem_cache_free on error patchArtem Bityutskiy2009-06-101-1/+2
| * | | UBI: print amount of reserved PEBsArtem Bityutskiy2009-06-091-3/+4
| * | | UBI: improve messages in the WL workerArtem Bityutskiy2009-06-081-9/+24
| * | | UBI: make gluebi a separate moduleDmitry Pervushin2009-06-033-98/+295
| * | | UBI: remove built-in gluebiDmitry Pervushin2009-06-023-51/+2
| * | | UBI: add notification APIDmitry Pervushin2009-06-025-21/+204
| * | | UBI: do not switch to R/O mode on read errorsArtem Bityutskiy2009-06-024-15/+74
| * | | UBI: fix and clean-up error paths in WL workerArtem Bityutskiy2009-06-022-61/+53
| * | | UBI: introduce new constantsArtem Bityutskiy2009-06-023-26/+36
| * | | UBI: fix race conditionArtem Bityutskiy2009-05-261-1/+7
| * | | UBI: minor serialization fixArtem Bityutskiy2009-05-181-2/+2
| * | | UBI: do not panic if volume check failsArtem Bityutskiy2009-05-181-7/+11
| * | | UBI: add dump_stack in checking codeArtem Bityutskiy2009-05-181-0/+1
| * | | UBI: fix races in I/O debugging checksArtem Bityutskiy2009-05-181-7/+73