summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | drm/rcar-du: Use the GEM PRIME helpersLaurent Pinchart2013-07-171-2/+7
| | * | | | drm/shmobile: Use the GEM PRIME helpersLaurent Pinchart2013-07-171-2/+7
| | |/ / /
| * | | | Merge branch 'drm-fixes-3.11' of git://people.freedesktop.org/~agd5f/linuxDave Airlie2013-07-1811-33/+77
| |\ \ \ \
| | * | | | drm/radeon/dpm: add debugfs support for RS780/RS880 (v3)Alex Deucher2013-07-174-0/+31
| | * | | | drm/radeon/dpm/atom: fix broken gcc harderAlex Deucher2013-07-171-3/+6
| | * | | | drm/radeon/dpm/atom: restructure logic to work around a compiler bugAndre Heider2013-07-171-2/+3
| | * | | | drm/radeon/dpm: fix atom vram table parsingAlex Deucher2013-07-171-16/+10
| | * | | | drm/radeon: fix an endian bug in atom table parsingAlex Deucher2013-07-171-1/+1
| | * | | | drm/radeon: add a module parameter to disable aspmAlex Deucher2013-07-176-12/+27
| * | | | | Merge tag 'drm-intel-fixes-2013-07-11' of git://people.freedesktop.org/~danve...Dave Airlie2013-07-175-68/+93
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Revert "drm/i915: Workaround incoherence between fences and LLC across multip...Chris Wilson2013-07-101-43/+4
| | * | | | drm/i915: Fix incoherence with fence updates on Sandybridge+Chris Wilson2013-07-101-6/+24
| | * | | | drm/i915: Fix write-read race with multiple ringsChris Wilson2013-07-101-0/+4
| | * | | | Partially revert "drm/i915: unconditionally use mt forcewake on hsw/ivb"Guenter Roeck2013-07-101-1/+30
| | * | | | drm/i915: fix lane bandwidth capping for DP 1.2 sinksImre Deak2013-07-091-0/+5
| | * | | | drm/i915: fix up ring cleanup for the i830/i845 CS tlb w/aDaniel Vetter2013-07-091-5/+4
| | * | | | drm/i915: Correct obj->mm_list link to dev_priv->dev_priv->mm.inactive_listXiong Zhang2013-07-091-1/+1
| | * | | | drm/i915: switch disable_power_well default value to 1Paulo Zanoni2013-07-091-2/+2
| | * | | | drm/i915: reinit status page registers after gpu resetDaniel Vetter2013-07-041-10/+19
| * | | | | uvesafb: Really allow mtrr being 0, as documented and warn()edSylvain 'ythier' Hitier2013-07-161-1/+1
| * | | | | Merge branch 'drm-fixes-3.11' of git://people.freedesktop.org/~agd5f/linuxDave Airlie2013-07-1625-171/+733
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | radeon kms: do not flush uninitialized hotplug workSergey Senozhatsky2013-07-151-5/+6
| | * | | | drm/radeon/dpm/sumo: handle boost states properly when forcing a perf levelAlex Deucher2013-07-151-0/+6
| | * | | | drm/radeon: align VM PTBs (Page Table Blocks) to 32KAlex Deucher2013-07-152-6/+11
| | * | | | drm/radeon: allow selection of alignment in the sub-allocatorAlex Deucher2013-07-145-4/+8
| | * | | | drm/radeon: never unpin UVD bo v3Christian König2013-07-145-56/+53
| | * | | | drm/radeon: fix UVD fence emitChristian König2013-07-141-1/+1
| | * | | | drm/radeon: add fault decode function for CIKAlex Deucher2013-07-142-2/+46
| | * | | | drm/radeon: add fault decode function for SI (v2)Alex Deucher2013-07-142-2/+284
| | * | | | drm/radeon: add fault decode function for cayman/TN (v2)Alex Deucher2013-07-143-2/+185
| | * | | | drm/radeon: use radeon device for request firmwareJerome Glisse2013-07-146-88/+24
| | * | | | drm/radeon: add missing ttm_eu_backoff_reservation to radeon_bo_list_validateMaarten Lankhorst2013-07-141-0/+1
| | * | | | drm/radeon: use CP DMA on r6xx for bo movesAlex Deucher2013-07-141-3/+3
| | * | | | drm/radeon: implement bo copy callback using CP DMA (v2)Alex Deucher2013-07-143-0/+85
| | * | | | drm/radeon: Disable dma rings for bo moves on r6xxAlex Deucher2013-07-141-6/+6
| | * | | | drm/radeon/dpm: disable gfx PG on PALMAlex Deucher2013-07-141-1/+7
| | * | | | drm/radeon/hdmi: make sure we have an afmt block assignedAlex Deucher2013-07-142-0/+12
* | | | | | Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-182-29/+92
|\ \ \ \ \ \
| * | | | | | driver-core: fix new kernel-doc warning in base/platform.cRandy Dunlap2013-07-171-0/+1
| * | | | | | driver core: add default groups to struct classGreg Kroah-Hartman2013-07-161-1/+8
| * | | | | | driver core: Introduce device_create_groupsGuenter Roeck2013-07-161-28/+83
| |/ / / / /
* | | | | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-07-181-1/+1
|\ \ \ \ \ \
| * | | | | | hwmon: (abx500) Staticize abx500_temp_attributesSachin Kamat2013-07-151-1/+1
| |/ / / / /
* | | | | | Merge branch 'cpuinit_phase2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-1828-103/+98
|\ \ \ \ \ \
| * | | | | | drivers: delete __cpuinit usage from all remaining drivers filesPaul Gortmaker2013-07-154-9/+9
| * | | | | | acpi: delete __cpuinit usage from all acpi filesPaul Gortmaker2013-07-154-13/+11
| * | | | | | hwmon: delete __cpuinit usage from all hwmon filesPaul Gortmaker2013-07-152-25/+22
| * | | | | | cpufreq: delete __cpuinit usage from all cpufreq filesPaul Gortmaker2013-07-1510-32/+32
| * | | | | | clocksource+irqchip: delete __cpuinit usage from all related filesPaul Gortmaker2013-07-158-24/+24
| |/ / / / /
* | | | | | Merge tag 'sound-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds2013-07-182-1/+6
|\ \ \ \ \ \