summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* agp/intel-gtt: remove dead codeDaniel Vetter2012-06-121-3/+0
* drm/i915: allow pipe A for lvds on gen4Daniel Vetter2012-06-121-0/+2
* drm/i915: properly enable the blc controller on the right pipeDaniel Vetter2012-06-123-28/+45
* drm/i915: clear up backlight #define confusion on gen4+Daniel Vetter2012-06-123-28/+43
* drm/i915: pnv has a backlight polarity control bit, tooDaniel Vetter2012-06-121-0/+2
* drm/i915: ensure HDMI port is disabled inside set_infoframesDaniel Vetter2012-06-121-0/+23
* drm/i915: Add wait render timeout get paramBen Widawsky2012-06-061-0/+3
* drm/i915: Inifite timeout for wait ioctlBen Widawsky2012-06-061-5/+10
* drm/i915: assert that the IBX port transcoder select w/a is implementedDaniel Vetter2012-06-061-0/+6
* drm/i915: implement IBX hdmi transcoder select workaroundDaniel Vetter2012-06-061-1/+31
* drm/i915: add min freq control to debugfsJesse Barnes2012-06-041-0/+66
* drm/i915: don't chnage the original mode in dp_mode_fixupDaniel Vetter2012-06-043-8/+8
* drm/i915: adjusted_mode->clock in the dp mode_fixupDaniel Vetter2012-06-041-8/+3
* drm/i915: compute the target_clock for edp directlyDaniel Vetter2012-06-043-8/+22
* drm/i915: extract object active state flushing codeDaniel Vetter2012-06-021-32/+29
* drm/i915: clarify IBX dp workaroundDaniel Vetter2012-06-011-1/+1
* Merge remote-tracking branch 'airlied/drm-prime-vmap' into drm-intel-next-queuedDaniel Vetter2012-06-013502-161771/+241753
|\
| * radeon: add radeon prime vmap support.Dave Airlie2012-05-312-0/+41
| * nouveau: add vmap support to nouveau prime supportDave Airlie2012-05-312-0/+42
| * udl: support vmapping imported dma-bufsDave Airlie2012-05-312-5/+33
| * i915: add dma-buf vmap support for exporting vmapped bufferDave Airlie2012-05-312-0/+58
| * radeon: add stub dma-buf mmap functionalityDave Airlie2012-05-311-0/+6
| * nouveau: add stub dma-buf mmap functionality.Dave Airlie2012-05-311-0/+6
| * i915: add stub dma-buf mmap callback.Dave Airlie2012-05-311-0/+6
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds2012-05-301-43/+29
| |\
| | * rbd: rename __rbd_update_snaps to __rbd_refresh_headerJosh Durgin2012-05-141-6/+6
| | * rbd: fix snapshot size typeJosh Durgin2012-05-141-3/+3
| | * rbd: remove conditional snapid parametersJosh Durgin2012-05-141-2/+2
| | * rbd: store snapshot id instead of indexJosh Durgin2012-05-141-22/+5
| | * rbd: protect read of snapshot sequence numberJosh Durgin2012-05-141-1/+3
| | * rbd: fix integer overflow in rbd_header_from_disk()Xi Wang2012-05-141-4/+6
| | * rbd: use gfp_flags parameter in rbd_header_from_disk()Dan Carpenter2012-05-141-2/+2
| | * ceph: drop support for preferred_osd pgsSage Weil2012-05-071-1/+0
| | * rbd: don't hold spinlock during messenger flushAlex Elder2012-04-051-2/+2
| * | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-05-307-8/+34
| |\ \
| | * | i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLINGMark Brown2012-05-306-4/+8
| | * | i2c-dev: Add support for I2C_M_RECV_LENJean Delvare2012-05-301-4/+26
| * | | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2012-05-3014-581/+816
| |\ \ \
| | * | | watchdog: iTCO_wdt.c: fix printk format warningsRandy Dunlap2012-05-301-3/+3
| | * | | watchdog: sp805_wdt: Add clk_{un}prepare supportViresh Kumar2012-05-301-0/+8
| | * | | watchdog: sp805_wdt: convert to watchdog coreViresh Kumar2012-05-302-159/+83
| | * | | hwmon/sch56xx: Depend on watchdog for watchdog core functionsHans de Goede2012-05-301-2/+4
| | * | | watchdog: sch56xx-common: set correct bits in register()Dan Carpenter2012-05-301-2/+2
| | * | | Watchdog: DA9052/53 PMIC watchdog supportAshish Jangam2012-05-303-0/+264
| | * | | watchdog: sch56xx-common: Add proper ref-counting of watchdog dataHans de Goede2012-05-301-1/+29
| | * | | watchdog: sch56xx: Remove unnecessary checks for register changesHans de Goede2012-05-301-25/+16
| | * | | watchdog: sch56xx: Use watchdog coreHans de Goede2012-05-304-316/+61
| | * | | watchdog: Add support for dynamically allocated watchdog_device structsHans de Goede2012-05-301-1/+54
| | * | | watchdog: Add Locking supportHans de Goede2012-05-302-0/+22
| | * | | watchdog: watchdog_dev: Rewrite wrapper codeHans de Goede2012-05-301-40/+130