summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'acpi-cleanup' into acpi-hotplugRafael J. Wysocki2013-12-0789-202/+69
|\
| * ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-0789-202/+69
* | Merge branch 'acpi-pci-hotplug' into acpi-hotplugRafael J. Wysocki2013-11-281-1/+3
|\ \
| * | ACPI / PCI / hotplug: Avoid warning when _ADR not presentToshi Kani2013-11-281-1/+3
| |/
* | ACPI / scan: Use direct recurrence for device hierarchy walksRafael J. Wysocki2013-11-251-75/+45
* | ACPI: Introduce acpi_set_device_status()Rafael J. Wysocki2013-11-222-11/+5
* | ACPI / hotplug: Drop unfinished global notification handling routinesRafael J. Wysocki2013-11-221-62/+2
* | ACPI / hotplug: Rework generic code to handle suprise removalsRafael J. Wysocki2013-11-221-26/+59
* | ACPI / hotplug: Move container-specific code out of the coreRafael J. Wysocki2013-11-222-10/+9
* | ACPI / hotplug: Make ACPI PCI root hotplug use common hotplug codeRafael J. Wysocki2013-11-223-133/+36
* | ACPI / hotplug: Introduce common hotplug function acpi_device_hotplug()Rafael J. Wysocki2013-11-223-79/+68
* | ACPI / hotplug: Do not fail bus and device checks for disabled hotplugRafael J. Wysocki2013-11-221-33/+7
* | ACPI / scan: Add acpi_device objects for all device nodes in the namespaceRafael J. Wysocki2013-11-228-75/+88
* | ACPI / scan: Define non-empty device removal handlerRafael J. Wysocki2013-11-223-21/+101
* | Merge branch 'acpica' into acpi-hotplugRafael J. Wysocki2013-11-227-44/+76
|\ \
| * | ACPICA: Add support to delete all objects attached to the root namespace node.Bob Moore2013-11-212-8/+16
| * | ACPICA: Delete all attached data objects during namespace node deletion.Tomasz Nowicki2013-11-211-4/+8
| * | ACPICA: Resources: Fix loop termination for the get AML length function.Lv Zheng2013-11-214-25/+28
| * | ACPICA: Debug output: Do not emit function nesting level for kernel build.Bob Moore2013-11-211-7/+24
* | | Merge back earlier acpi-hotplug material.Rafael J. Wysocki2013-11-222-1/+4
|\ \ \ | |_|/ |/| |
| * | ACPI / hotplug: Fix conflicted PCI bridge notify handlersToshi Kani2013-11-202-1/+4
* | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-11-2249-318/+989
|\ \ \
| * | | drm/sysfs: fix hotplug regression since lifetime changesDavid Herrmann2013-11-211-7/+33
| * | | drm/exynos: g2d: fix memory leak to userptrInki Dae2013-11-211-0/+2
| * | | Merge branch 'ttm-fixes-3.13' of git://people.freedesktop.org/~thomash/linux ...Dave Airlie2013-11-213-9/+59
| |\ \ \
| | * | | drm/ttm: Remove set_need_resched from the ttm fault handlerThomas Hellstrom2013-11-202-7/+54
| | * | | drm/ttm: Don't move non-existing dataThomas Hellstrom2013-11-201-2/+5
| * | | | Merge branch 'vmwgfx-fixes-3.13' of git://people.freedesktop.org/~thomash/lin...Dave Airlie2013-11-218-67/+472
| |\ \ \ \
| | * | | | drm/vmwgfx: Make vmwgfx dma buffers prime awareThomas Hellstrom2013-11-181-20/+25
| | * | | | drm/vmwgfx: Make surfaces prime-awareThomas Hellstrom2013-11-182-15/+17
| | * | | | drm/vmwgfx: Hook up the prime ioctlsThomas Hellstrom2013-11-184-3/+157
| | * | | | drm/ttm: Add a minimal prime implementation for ttm base objectsThomas Hellstrom2013-11-181-6/+248
| | * | | | drm/vmwgfx: Fix false lockdep warningThomas Hellstrom2013-11-181-10/+6
| | * | | | drm/ttm: Allow execbuf util reserves without ticketThomas Hellstrom2013-11-181-13/+19
| | |/ / /
| * | | | Merge tag 'drm-intel-fixes-2013-11-20' of git://people.freedesktop.org/~danve...Dave Airlie2013-11-218-22/+79
| |\ \ \ \
| | * | | | drm/i915: Fix gen3 self-refresh watermarksDaniel Vetter2013-11-201-1/+1
| | * | | | drm/i915: Replicate BIOS eDP bpp clamping hack for hswDaniel Vetter2013-11-191-0/+20
| | * | | | drm/i915: Do not enable package C8 on unsupported hardwareChris Wilson2013-11-192-0/+16
| | * | | | drm/i915: Hold pc8 lock around toggling pc8.gpu_idleChris Wilson2013-11-191-2/+6
| | * | | | drm/i915: encoder->get_config is no longer optionalDaniel Vetter2013-11-181-4/+2
| | * | | | drm/i915/tv: add ->get_config callbackDaniel Vetter2013-11-181-0/+8
| | * | | | drm/i915: restore the early forcewake cleanupDaniel Vetter2013-11-171-12/+14
| | * | | | Partially revert "drm/i915: tune the RC6 threshold for stability"Daniel Vetter2013-11-161-1/+1
| | * | | | drm/i915: flush cursors harderDaniel Vetter2013-11-151-0/+4
| | * | | | i915: Use 120MHz LVDS SSC clock for gen5/gen6/gen7Duncan Laurie2013-11-151-1/+6
| | * | | | drm/i915/dp: set sink to power down mode on dp disableJani Nikula2013-11-141-1/+1
| * | | | | Merge branch 'drm-next-3.13' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2013-11-2128-213/+344
| |\ \ \ \ \
| | * | | | | drm/radeon: hook up backlight functions for CI and KV family.Samuel Li2013-11-191-0/+4
| | * | | | | drm/radeon/cik: Add macrotile mode array queryMichel Dänzer2013-11-184-1/+15
| | * | | | | drm/radeon/cik: Return backend map information to userspaceMichel Dänzer2013-11-181-1/+1