summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-07-119-58/+43
|\
| * [S390] improve suspend/resume error messagesChristian Borntraeger2009-07-073-8/+9
| * [S390] dasd: correct debugfeature sense dumpStefan Haberland2009-07-074-48/+27
| * [S390] monreader: fix dev_set_drvdata conversionHeiko Carstens2009-07-071-2/+2
| * [S390] sclp: fix compile error for !SCLP_CONSOLEHeiko Carstens2009-07-071-0/+5
* | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2009-07-113-0/+718
|\ \
| * | osdblk: Adjust queue limits to lower device's limitsBoaz Harrosh2009-06-241-0/+7
| * | osdblk: a Linux block device for OSD objectsJeff Garzik2009-06-243-0/+711
* | | Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-07-1119-188/+1159
|\ \ \
| * | | drm/i915: Fix for LVDS VBT change on IGDNGZhenyu Wang2009-07-101-1/+9
| * | | drm/i915: Zap the GTT mapping when transitioning from untiled to tiled.Eric Anholt2009-07-103-1/+8
| * | | drm/i915: Refactor calls to unmap_mapping_rangeChris Wilson2009-07-101-9/+27
| * | | drm/i915: Avoid saving/restore the modesetting registers twice in KMS modeZhao Yakui2009-07-101-100/+121
| * | | drm: Disable the unused connectors explicitly when resuming with KMS.Zhao Yakui2009-07-101-0/+2
| * | | drm/i915: Restore the KMS modeset for every activated CRTCZhao Yakui2009-07-101-0/+5
| * | | drm/i915: Fix harmless warning from patch merged after i2c rework.Eric Anholt2009-07-101-1/+1
| * | | drm/i915: Disable GEM when a broken video BIOS takes up the whole aperture.Eric Anholt2009-07-101-9/+20
| * | | drm/i915: Check the LID device to decide whether the LVDS should be initializedZhao Yakui2009-07-101-0/+70
| * | | drm/i915: Move lock to more reasonable locationBen Gamari2009-07-071-2/+3
| * | | drm/i915: Add gtt_offset to gem object list debugfs outputBen Gamari2009-07-071-1/+4
| * | | drm/i915: Remove gtt_bound from drm_i915_gem_objectBen Gamari2009-07-071-3/+0
| * | | drm/i915: Disable VGA output when doing DRM_MODE_DPMS_OFF.ling.ma@intel.com2009-07-071-1/+1
| * | | drm/i915: crt fetch EDID by DVI-I converter on G4x platformling.ma@intel.com2009-07-071-1/+27
| * | | drm/i915: Don't update display FIFO watermark on IGDNGZhenyu Wang2009-07-071-1/+1
| * | | drm/i915: Adjust DisplayPort clocks to use 96MHz referenceKeith Packard2009-07-031-12/+9
| * | | drm/i915: Make driver less chattyKeith Packard2009-07-026-23/+27
| * | | drm/i915: fix up a raw 64bit divideAndy Whitcroft2009-07-021-1/+1
| * | | drm/i915: enable sdvo lvds scaling function.ling.ma@intel.com2009-07-012-12/+103
| * | | drm/i915: Set SSC frequency for 8xx chips correctlyling.ma@intel.com2009-07-011-4/+6
| * | | drm/i915: add FIFO watermark supportShaohua Li2009-07-015-6/+513
| * | | drm/i915: enable error detection & state collectionJesse Barnes2009-07-015-3/+204
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-07-103-5/+11
|\ \ \ \
| * | | | block: fix sg SG_DXFER_TO_FROM_DEV regressionFUJITA Tomonori2009-07-101-0/+4
| * | | | Fix congestion_wait() sync/async vs read/write confusionJens Axboe2009-07-102-5/+7
* | | | | Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-07-101-0/+1
|\ \ \ \ \
| * | | | | oprofile: reset bt_lost_no_mapping with other statsMaynard Johnson2009-07-101-0/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2009-07-104-4/+12
|\ \ \ \ \ \
| * | | | | | [WATCHDOG] w83627hf_wdt.c: add support for the W83627EHF supportSlobodan Tomić2009-07-091-0/+5
| * | | | | | [WATCHDOG] SA1100 watchdog maximum timeoutRaphael Assenat2009-07-091-2/+3
| * | | | | | [WATCHDOG] w83697ug, fix lock imbalanceJiri Slaby2009-07-091-1/+3
| * | | | | | [WATCHDOG] drivers/watchdog/bcm47xx_wdt.c: Remove unnecessary semicolonsJoe Perches2009-07-091-1/+1
* | | | | | | mx3fb: fix regression with uninitalized fb_info->mm_lock mutexKrzysztof Helt2009-07-101-5/+0
* | | | | | | sm501fb: fix regression with uninitalized fb_info->mm_lock mutexKrzysztof Helt2009-07-101-3/+0
| |_|/ / / / |/| | | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-07-1020-32/+86
|\ \ \ \ \ \
| * | | | | | cxgb3: Fix crash caused by stashing wrong netdev_queueRoland Dreier2009-07-101-2/+1
| * | | | | | ixgbe: Fix coexistence of FCoE and Flow Director in 82599Yi Zou2009-07-102-8/+17
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-07-0913-11/+42
| |\ \ \ \ \ \
| | * | | | | | p54: tx refused but queue activeLarry Finger2009-07-081-2/+3
| | * | | | | | Atheros Kconfig needs to be dependent on WLAN_80211Jay Sternberg2009-07-081-0/+1
| | * | | | | | mac80211_hwsim: avoid NULL accessJohannes Berg2009-07-081-0/+1