summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-10-18drm: Add GEM ("graphics execution manager") to i915 driver.Eric Anholt20-62/+4318
2008-10-18drm: Rework vblank-wait handling to allow interrupt reduction.Jesse Barnes19-462/+1095
2008-10-18drm/cred: wrap task credential accesses in the drm driver.David Howells1-1/+1
2008-10-18new chip name is GM45Jesse Barnes2-4/+4
2008-10-18separate i915 suspend/resume functions into their own fileJesse Barnes4-461/+524
2008-10-18radeon: fix writeback across suspend/resume.Dave Airlie1-2/+3
2008-10-18drm: fix sysfs error path.Dave Airlie1-1/+1
2008-10-18FB_SIS=m, DRM_SIS=y is not a legal configuration.Adrian Bunk1-0/+1
2008-10-18Add Intel ACPI IGD OpRegion supportMatthew Garrett7-9/+415
2008-10-18i915: Initialize hardware status page at device load when possible.Keith Packard1-29/+57
2008-10-18i915: Track progress inside of batchbuffers for determining wedgedness.Keith Packard1-1/+10
2008-10-18i915: Add support for MSI and interrupt mitigation.Eric Anholt4-55/+145
2008-10-18i915: Use more consistent names for regs, and store them in a separate file.Jesse Barnes5-892/+1508
2008-10-18i915: Ignore X server provided mmio addressKeith Packard1-12/+0
2008-10-18i915: remove settable use_mi_batchbuffer_startKeith Packard2-11/+1
2008-10-18SiS DRM: fix a pointer cast warningDavid Howells1-1/+1
2008-10-18SiS DRM: fix the memory allocator if the SIS FB is built as a moduleDavid Howells1-4/+4
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds205-0/+152390
2008-10-17Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds19-1043/+1683
2008-10-17Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds5-2/+51
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds51-1092/+7924
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-42/+70
2008-10-17hwmon: (adm1026) Prevent log spammingJean Delvare1-4/+4
2008-10-17hwmon: (adm1026) Fix debug messagesJean Delvare1-5/+4
2008-10-17hwmon: (adm1029) Use mask for fan_div valueCorentin Labbe1-2/+3
2008-10-17hwmon: (ibmaem) Automatically load on IBM systems via DMIDarrick J. Wong1-0/+7
2008-10-17hwmon: (ibmpex) Automatically load on IBM systems via DMIDarrick J. Wong1-0/+6
2008-10-17hwmon: (w83781d) Use new style driver bindingWolfgang Grandegger1-175/+134
2008-10-17hwmon: (w83781d) Stop abusing struct i2c_client for ISA devicesJean Delvare1-37/+26
2008-10-17hwmon: (w83781d) Make ISA interface depend on CONFIG_ISAWolfgang Grandegger1-280/+393
2008-10-17hwmon: (w83781d) Detect alias chipsJean Delvare1-13/+66
2008-10-17hwmon: (w83781d) Refactor beep enable handlingJean Delvare1-37/+9
2008-10-17hwmon: (w83791d) add support for thermal cruise modeMarc Hulsman1-0/+148
2008-10-17hwmon: (w83791d) add pwm_enable supportMarc Hulsman1-0/+79
2008-10-17hwmon: (w83791d) add manual PWM supportMarc Hulsman1-1/+66
2008-10-17hwmon: (w83791d) fan 4/5 pins can also be used for gpioMarc Hulsman1-3/+27
2008-10-17hwmon: (max1619) Use inline functions instead of macrosAndrew Morton1-5/+12
2008-10-17hwmon: (it87) Fix thermal sensor type valuesJean Delvare1-3/+8
2008-10-17hwmon: (lm78) Convert to a new-style i2c driverJean Delvare1-105/+89
2008-10-17hwmon: (lm78) Stop abusing struct i2c_client for ISA devicesJean Delvare1-22/+16
2008-10-17hwmon: (lm78) Prevent misdetection of Winbond chipsJean Delvare1-0/+6
2008-10-17hwmon: (lm78) Detect alias chipsJean Delvare1-13/+65
2008-10-17hwmon: (lm78) Fix I/O resource conflict with PNPJean Delvare1-5/+15
2008-10-17hwmon: (lm85) Better label namesJean Delvare1-6/+6
2008-10-17hwmon: (lm85) Simplify RANGE_TO_REGJean Delvare1-11/+4
2008-10-17hwmon: (lm85) Convert to a new-style i2c driverJean Delvare1-57/+64
2008-10-17hwmon: (lm85) Support different PWM frequency tablesJean Delvare1-6/+23
2008-10-17hwmon: (lm85) Select the closest PWM frequencyJean Delvare1-3/+2
2008-10-17hwmon: (lm85) Implement the standard PWM frequency interfaceJean Delvare1-39/+38
2008-10-17hwmon: (lm85) Rework the device detectionJean Delvare1-73/+50