summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Be paranoid and bail on resetting if we can't take the lock.Chris Wilson2010-12-051-1/+2
* drm/i915: Allow LVDS to be on pipe A for Ironlake+Chris Wilson2010-12-051-0/+2
* drm/i915: Re-enable RC6 for power-savings.Chris Wilson2010-12-051-1/+0
* drm/i915: Enable CB tuning of the Display PLLChris Wilson2010-12-052-1/+17
* drm/i915: Explain why we need to write DPLL twiceChris Wilson2010-12-051-5/+5
* drm/i915/lvds: Connect the PWM to the LVDS pipeChris Wilson2010-12-051-3/+11
* Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-12-02502-5769/+12958
|\
| * drm/i915: Apply a workaround for transitioning from DP on pipe B to HDMI.Eric Anholt2010-12-021-0/+21
| * drm/i915: Always set the DP transcoder config to 8BPC.Eric Anholt2010-12-022-1/+4
| * Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-12-0226-169/+210
| |\
| | * Staging: rt2870: Add USB ID for Buffalo Airstation WLI-UC-GNJohn Tapsell2010-11-291-0/+1
| | * staging: easycap needs smp_lock.h, fixes build errorRandy Dunlap2010-11-291-0/+1
| | * Staging: batman-adv: ensure that eth_type_trans gets linear memoryMarek Lindner2010-11-291-4/+10
| | * Staging: batman-adv: Don't remove interface with spinlock heldSven Eckelmann2010-11-291-6/+13
| | * staging: brcm80211: updated maintainers contact informationArend van Spriel2010-11-292-3/+7
| | * Merge branch 'master' into workGreg Kroah-Hartman2010-11-29696-4104/+12308
| | |\
| | * | staging: fix winbond build, needs delay.hRandy Dunlap2010-11-191-0/+3
| | * | Staging: line6: fix up my fixup for some sysfs attribute permissionsGreg Kroah-Hartman2010-11-186-130/+130
| | * | Staging: zram: fix up my fixup for some sysfs attribute permissionsGreg Kroah-Hartman2010-11-181-2/+2
| | * | Staging: udlfb: fix up my fixup for some sysfs attribute permissionsGreg Kroah-Hartman2010-11-181-1/+1
| | * | Staging: samsung-laptop: fix up my fixup for some sysfs attribute permissionsGreg Kroah-Hartman2010-11-181-1/+1
| | * | Staging: iio: adis16220: fix up my fixup for some sysfs attribute permissionsGreg Kroah-Hartman2010-11-181-1/+1
| | * | Staging: frontier: fix up my fixup for some sysfs attribute permissionsGreg Kroah-Hartman2010-11-181-1/+1
| | * | Staging: asus_oled: fix up my fixup for some sysfs attribute permissionsGreg Kroah-Hartman2010-11-181-4/+4
| | * | staging: spectra: fix build errorYong Wang2010-11-171-1/+1
| | * | Staging: intel_sst: fix memory leakDan Carpenter2010-11-161-1/+1
| | * | Staging: rtl8712: signedness bug in initDan Carpenter2010-11-161-1/+1
| | * | staging: rtl8187se: Change panic to warn when RF switch turned offLarry Finger2010-11-161-8/+22
| | * | staging: comedi: fix memory leakNicolas Kaiser2010-11-161-2/+2
| | * | Staging: quickstart: free after input_unregister_device()Dan Carpenter2010-11-161-2/+8
| | * | Staging: speakup: free after input_unregister_device()Dan Carpenter2010-11-161-1/+0
| | * | Staging: line6: fix up some sysfs attribute permissionsGreg Kroah-Hartman2010-11-166-130/+130
| | * | Staging: zram: fix up some sysfs attribute permissionsGreg Kroah-Hartman2010-11-161-2/+2
| | * | Staging: udlfb: fix up some sysfs attribute permissionsGreg Kroah-Hartman2010-11-161-1/+1
| | * | Staging: samsung-laptop: fix up some sysfs attribute permissionsGreg Kroah-Hartman2010-11-161-1/+1
| | * | Staging: iio: adis16220: fix up some sysfs attribute permissionsGreg Kroah-Hartman2010-11-161-1/+1
| | * | Staging: frontier: fix up some sysfs attribute permissionsGreg Kroah-Hartman2010-11-161-1/+1
| | * | Staging: asus_oled: fix up some sysfs attribute permissionsGreg Kroah-Hartman2010-11-161-4/+4
| * | | Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-12-028-144/+5
| |\ \ \
| | * | | uio: Change mail address of Hans J. KochHans J. Koch2010-11-104-4/+4
| | * | | driver core: prune docs about device_interfaceBrandon Philips2010-11-103-139/+0
| | * | | driver core: the development tree has switched to gitGreg Kroah-Hartman2010-11-091-1/+1
| * | | | Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2010-12-026-20/+24
| |\ \ \ \
| | * | | | serial: mfd: adjust the baud rate settingFeng Tang2010-11-301-16/+8
| | * | | | TTY: open/hangup race fixupJiri Slaby2010-11-292-1/+10
| | * | | | TTY: don't allow reopen when ldisc is changingJiri Slaby2010-11-291-1/+2
| | * | | | NET: wan/x25, fix ldisc->open retvalJiri Slaby2010-11-291-1/+1
| | * | | | TTY: ldisc, fix open flag handlingJiri Slaby2010-11-291-0/+2
| | * | | | serial8250: Mark console as CON_ANYTIMEPeter Zijlstra2010-11-161-1/+1
| | | |/ / | | |/| |
| * | | | Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2010-12-0213-38/+332
| |\ \ \ \
OpenPOWER on IntegriCloud