summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge tag 'usb-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-06-216-42/+119
|\ \ \ \ \ \
| * | | | | | USB: usbtest: add a timeout for scatter-gather testsAlan Stern2014-06-171-1/+15
| * | | | | | USB: EHCI: avoid BIOS handover on the HASEE E200Alan Stern2014-06-171-3/+16
| * | | | | | usb: fix hub-port pm_runtime_enable() vs runtime pm transitionsDan Williams2014-06-173-19/+54
| * | | | | | usb: quiet peer failure warning, disable poweroffDan Williams2014-06-171-5/+19
| * | | | | | usb: improve "not suspended yet" message in hub_suspend()Dan Williams2014-06-171-1/+2
| * | | | | | xhci: Fix sleeping with IRQs disabled in xhci_stop_device()Mathias Nyman2014-06-171-1/+1
| * | | | | | usb: fix ->update_hub_device() vs hdev->maxchildDan Williams2014-06-171-12/+12
| |/ / / / /
* | | | | | Merge tag 'pm+acpi-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-198-17/+64
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge branches 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki2014-06-194-12/+9
| |\ \ \ \ \ \ \
| | | * | | | | | cpuidle: mvebu: Fix the name of the statesGregory CLEMENT2014-06-181-2/+2
| | | |/ / / / /
| | * | | | | | cpufreq: unlock when failing cpufreq_update_policy()Aaron Plattner2014-06-181-6/+4
| | * | | | | | intel_pstate: Correct rounding in busy calculationDoug Smythies2014-06-171-4/+1
| | * | | | | | cpufreq: cpufreq-cpu0: fix CPU_THERMAL dependencyArnd Bergmann2014-06-161-0/+2
| | |/ / / / /
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Merge branches 'acpi-general', 'acpi-processor', 'acpi-lpss' and 'acpi-battery'Rafael J. Wysocki2014-06-194-5/+55
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | | | * | | | | ACPI / battery: add quirk for Acer Aspire V5-573GAlexander Mezin2014-06-171-0/+24
| | | | * | | | | ACPI / battery: use callback for setting up quirksAlexander Mezin2014-06-171-2/+8
| | |_|/ / / / / | |/| | | | | |
| | | * | | | | ACPI / LPSS: Take I2C host controllers out of resetMika Westerberg2014-06-171-0/+15
| | |/ / / / / | |/| | | | |
| | * | | | | ACPI: use kstrto*() instead of simple_strto*()Christoph Jaeger2014-06-173-3/+8
| |/ / / / /
* | | | | | Merge tag 'sound-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-06-191-6/+8
|\ \ \ \ \ \
| * | | | | | drm/i915, HD-audio: Don't continue probing when nomodeset is givenTakashi Iwai2014-06-161-6/+8
| |/ / / / /
* | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-06-1947-829/+1369
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'drm-intel-fixes-2014-06-17' of git://anongit.freedesktop.org/drm-i...Dave Airlie2014-06-1912-34/+92
| |\ \ \ \ \ \
| | * | | | | | drm/i915/bdw: remove erroneous chv specific workarounds from bdw codeTom O'Rourke2014-06-131-5/+1
| | * | | | | | Merge remote-tracking branch 'drm-intel/topic/kicking-dogs-and-vgacon' into d...Jani Nikula2014-06-115-16/+66
| | |\ \ \ \ \ \
| | | * | | | | | drm/i915: Kick out vga consoleDaniel Vetter2014-06-093-1/+44
| | | * | | | | | drm/i915: Fixup global gtt cleanupDaniel Vetter2014-06-062-5/+8
| | | * | | | | | vt: Don't ignore unbind errors in vt_unbindDaniel Vetter2014-06-061-1/+4
| | | * | | | | | vt: Fix up unregistration of vt driversDaniel Vetter2014-06-061-7/+9
| | | * | | | | | vt: Fix replacement console check when unbindingDaniel Vetter2014-06-061-2/+1
| | * | | | | | | drm/i915: fix possible refcount leak when resetting forcewakeImre Deak2014-06-111-1/+2
| | * | | | | | | drm/i915: Reorder semaphore deadlock checkChris Wilson2014-06-112-5/+15
| | * | | | | | | drm/i95: Initialize active ring->pid to -1Chris Wilson2014-06-111-1/+2
| | * | | | | | | drm/i915: set backlight duty cycle after backlight enable for gen4Jani Nikula2014-06-111-3/+2
| | * | | | | | | drm/i915: Avoid div-by-zero when pixel_multiplier is zeroVille Syrjälä2014-06-111-1/+3
| | * | | | | | | drm/i915: Disable FBC by default also on Haswell and laterChris Wilson2014-06-111-2/+1
| * | | | | | | | drm: fix uninitialized acquire_ctx fields (v2)Rob Clark2014-06-191-0/+1
| * | | | | | | | drm/radeon: Fix radeon_irq_kms_pflip_irq_get/put() imbalanceMichel Dänzer2014-06-181-1/+1
| * | | | | | | | Revert "drm/radeon: remove drm_vblank_get|put from pflip handling"Michel Dänzer2014-06-181-0/+17
| * | | | | | | | drm/radeon: improve dvi_mode_validAlex Deucher2014-06-181-9/+7
| * | | | | | | | drm/radeon: update mode_valid testing for DPAlex Deucher2014-06-181-4/+15
| * | | | | | | | drm/radeon: Use dce5/6 hdmi deep color clock setup also on dce8+Mario Kleiner2014-06-181-1/+1
| * | | | | | | | Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie2014-06-185-3/+46
| |\ \ \ \ \ \ \ \
| | * | | | | | | | drm/nouveau/disp: fix oops in destructor with headless cardsMaarten Lankhorst2014-06-181-2/+4
| | * | | | | | | | drm/gf117/i2c: no aux channels on this chipsetBen Skeggs2014-06-184-1/+42
| * | | | | | | | | Merge branch 'drm-next-3.16' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2014-06-174-17/+105
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | drm/radeon: Bypass hw lut's for > 8 bpc framebuffer scanout.Mario Kleiner2014-06-134-1/+32
| | * | | | | | | | | drm/radeon: use pixel formats instead of depth/bppFredrik Höglund2014-06-131-16/+73
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie2014-06-1724-760/+1084
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | / / / / / | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | drm/nouveau/pwr: fix typo in fifo wrap handlingBen Skeggs2014-06-175-5/+5