summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | target: simplify code around transport_get_sense_dataPaolo Bonzini2012-09-051-36/+13
| * | | | | | | | target: move transport_get_sense_dataPaolo Bonzini2012-09-051-55/+55
| * | | | | | | | target: Check idr_get_new return value in iscsi_login_zero_tsih_s1Benjamin Wang2012-08-261-1/+10
| * | | | | | | | target: Fix ->data_length re-assignment bug with SCSI overflowNicholas Bellinger2012-08-231-2/+7
* | | | | | | | | Merge tag 'pm-for-3.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-09-162-12/+34
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ACPI / PM: Use KERN_DEBUG when no power resources are foundAaron Lu2012-09-141-1/+1
| * | | | | | | | | ACPI / PM: Fix resource_lock dead lock in acpi_power_on_deviceLin Ming2012-09-141-11/+23
| * | | | | | | | | ACPI / PM: Infer parent power state from child if unknown, v2Rafael J. Wysocki2012-09-141-0/+10
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds2012-09-147-36/+31
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | thinkpad_acpi: buffer overflow in fan_get_status()Dan Carpenter2012-09-131-6/+7
| * | | | | | | | | eeepc-laptop: fix device reference count leakage in eeepc_rfkill_hotplug()Jiang Liu2012-09-131-4/+6
| * | | | | | | | | platform/x86: fix asus_laptop.wled_type descriptionMaxim Nikulin2012-09-131-1/+1
| * | | | | | | | | asus-laptop: HRWS/HWRS typoCorentin Chary2012-09-131-4/+4
| * | | | | | | | | drivers-platform-x86: remove useless #ifdef CONFIG_ACPI_VIDEOCorentin Chary2012-09-134-14/+0
| * | | | | | | | | apple-gmux: Fix port address calculation in gmux_pio_write32()Seth Forshee2012-09-131-1/+1
| * | | | | | | | | apple-gmux: Fix index read functionsBernhard Froemel2012-09-131-2/+4
| * | | | | | | | | apple-gmux: Obtain version info from indexed gmuxBernhard Froemel2012-09-131-4/+8
* | | | | | | | | | Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/l...Linus Torvalds2012-09-143-32/+40
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | i2c: algo: pca: Fix mode selection for PCA9665Thomas Kavanagh2012-09-141-3/+3
| * | | | | | | | | | i2c: mxs: correctly setup speed for non devicetreeWolfram Sang2012-09-121-7/+6
| * | | | | | | | | | i2c: pnx: Fix read transactions of >= 2 bytesRoland Stigge2012-09-121-20/+28
| * | | | | | | | | | i2c: pnx: Fix bit definitionsRoland Stigge2012-09-121-2/+3
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-09-142-25/+14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | hwmon: (ina2xx) Fix word size register read and write operationsGuenter Roeck2012-09-121-21/+9
| * | | | | | | | | | hwmon: (twl4030-madc-hwmon) Initialize uninitialized structure elementsGuenter Roeck2012-09-111-4/+5
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-09-1425-133/+297
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | drm/nouveau: fix booting with plymouth + dumb supportDave Airlie2012-09-141-1/+1
| * | | | | | | | | | drm/radeon: make 64bit fences more robust v3Christian König2012-09-131-3/+5
| * | | | | | | | | | drm/radeon: rework pll selection (v3)Alex Deucher2012-09-131-34/+129
| * | | | | | | | | | Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux...Dave Airlie2012-09-1311-68/+29
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | drm/exynos: remove DRM_FORMAT_NV12M from plane moduleInki Dae2012-09-131-1/+0
| | * | | | | | | | | | drm/exynos: fix double call of drm_prime_(init/destroy)_file_privateMandeep Singh Baines2012-09-131-2/+0
| | * | | | | | | | | | drm/exynos: add dummy support for dmabuf-mmapTomasz Stanislawski2012-09-131-0/+7
| | * | | | | | | | | | drm/exynos: Add missing braces around sizeof in exynos_mixer.cSachin Kamat2012-09-131-3/+3
| | * | | | | | | | | | drm/exynos: Add missing braces around sizeof in exynos_hdmi.cSachin Kamat2012-09-131-3/+3
| | * | | | | | | | | | drm/exynos: Make g2d_pm_ops staticSachin Kamat2012-09-131-1/+1
| | * | | | | | | | | | drm/exynos: Add dependency for G2D in KconfigSachin Kamat2012-09-131-1/+1
| | * | | | | | | | | | drm/exynos: fixed page align bug.Inki Dae2012-09-131-1/+1
| | * | | | | | | | | | drm/exynos: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1]Thomas Meyer2012-09-131-1/+1
| | * | | | | | | | | | drm/exynos: Use devm_* functions in exynos_drm_g2d.c fileSachin Kamat2012-09-131-40/+10
| | * | | | | | | | | | drm/exynos: Use devm_kzalloc in exynos_drm_hdmi.c fileSachin Kamat2012-09-131-2/+1
| | * | | | | | | | | | drm/exynos: Use devm_kzalloc in exynos_drm_vidi.c fileSachin Kamat2012-09-131-3/+1
| | * | | | | | | | | | drm/exynos: Remove redundant check in exynos_drm_fimd.c fileSachin Kamat2012-09-131-5/+0
| | * | | | | | | | | | drm/exynos: Remove redundant check in exynos_hdmi.c fileSachin Kamat2012-09-131-5/+0
| * | | | | | | | | | | vmwgfx: add dumb ioctl supportDave Airlie2012-09-133-0/+88
| |/ / / / / / / / / /
| * | | | | | | | | | gma500: Fix regression on Oaktrail devicesAlan Cox2012-09-131-0/+2
| * | | | | | | | | | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-09-137-27/+43
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | drm/i915: fix up the IBX transcoder B checkDaniel Vetter2012-09-111-2/+4
| | * | | | | | | | | | drm/i915: set the right gen3 flip_done mode also at resumeDaniel Vetter2012-09-102-3/+3
| | * | | | | | | | | | drm/i915: initialize dpio_lock spin lockAlexander Shishkin2012-09-081-0/+1