summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2015-09-256-98/+251
|\
| * thermal: power_allocator: exit early if there are no cooling devicesJavi Merino2015-09-201-0/+5
| * thermal: power_allocator: don't require tzp to be present for the thermal zoneJavi Merino2015-09-141-5/+27
| * thermal: power_allocator: relax the requirement of two passive trip pointsJavi Merino2015-09-141-44/+57
| * thermal: power_allocator: relax the requirement of a sustainable_power in tzpJavi Merino2015-09-141-25/+100
| * thermal: Add a function to get the minimum powerJavi Merino2015-09-141-0/+28
| * thermal: cpu_cooling: free power table on error or when unregisteringJavi Merino2015-09-141-5/+16
| * thermal: cpu_cooling: don't call kcalloc() under rcu_read_lockJavi Merino2015-09-141-24/+23
| * thermal: db8500_cpufreq_cooling: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-141-0/+1
| * thermal: ti-soc: Kconfig fix to avoid menu showing wronglyEduardo Valentin2015-09-142-2/+1
| * thermal: ti-soc: allow compile testEduardo Valentin2015-09-141-4/+4
| * thermal: qcom_spmi: allow compile testEduardo Valentin2015-09-141-1/+1
| * thermal: exynos: allow compile testEduardo Valentin2015-09-141-1/+1
| * thermal: armada: allow compile testEduardo Valentin2015-09-141-1/+1
| * thermal: dove: allow compile testEduardo Valentin2015-09-141-1/+1
| * thermal: kirkwood: allow compile testEduardo Valentin2015-09-141-1/+1
| * thermal: rockchip: allow compile testEduardo Valentin2015-09-141-1/+1
| * thermal: spear: allow compile testEduardo Valentin2015-09-141-1/+1
| * thermal: hisi: allow compile testEduardo Valentin2015-09-141-1/+1
* | Merge tag 'devicetree-fixes-for-4.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-09-251-8/+14
|\ \
| * | of_pci_irq: Silence bogus "of_irq_parse_pci() failed ..." messages.David Daney2015-09-171-8/+14
| |/
* | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-09-2563-544/+691
|\ \
| * \ Merge tag 'drm-intel-fixes-2015-09-24' of git://anongit.freedesktop.org/drm-i...Dave Airlie2015-09-244-4/+43
| |\ \
| | * | drm/i915/bios: handle MIPI Sequence Block v3+ gracefullyJani Nikula2015-09-231-1/+11
| | * | drm/i915: Add primary plane to mask if it's visibleMaarten Lankhorst2015-09-231-2/+5
| | * | drm/i915: workaround bad DSL readout v3Jesse Barnes2015-09-231-0/+26
| | * | drm/i915: fix kernel-doc warnings in intel_audio.cGeliang Tang2015-09-211-1/+1
| * | | Merge tag 'vmwgfx-fixes-4.3-150924' of git://people.freedesktop.org/~thomash/...Dave Airlie2015-09-2412-44/+62
| |\ \ \
| | * | | drm: Allow also control clients to check the drm versionThomas Hellstrom2015-09-241-1/+2
| | * | | drm/vmwgfx: Fix uninitialized return in vmw_kms_helper_dirty()Christian Engelmayer2015-09-241-2/+1
| | * | | drm/vmwgfx: Fix uninitialized return in vmw_cotable_unbind()Christian Engelmayer2015-09-241-2/+1
| | * | | drm/vmwgfx: Only build on X86Thomas Hellstrom2015-09-171-1/+1
| | * | | drm/ttm: Fix memory space allocation v2Thomas Hellstrom2015-09-151-12/+16
| | * | | drm/vmwgfx: Map the fifo as cachedThomas Hellstrom2015-09-142-9/+2
| | * | | drm/vmwgfx: Fix up user_dmabuf refcountingThomas Hellstrom2015-09-146-17/+39
| * | | | Merge branch 'drm-fixes-4.3' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2015-09-2443-466/+534
| |\ \ \ \
| | * | | | drm/radeon: add quirk for MSI R7 370Maxim Sheviakov2015-09-231-0/+1
| | * | | | drm/amdgpu: Sprinkle drm_modeset_lock_all to appease locking checksAlex Deucher2015-09-231-0/+4
| | * | | | drm/radeon: Sprinkle drm_modeset_lock_all to appease locking checksDaniel Vetter2015-09-231-0/+4
| | * | | | drm/amdgpu: sync ce and me with SWITCH_BUFFER(2)monk.liu2015-09-233-92/+23
| | * | | | drm/amdgpu: integer overflow in amdgpu_mode_dumb_create()Dan Carpenter2015-09-231-1/+1
| | * | | | drm/amdgpu: info leak in amdgpu_gem_metadata_ioctl()Dan Carpenter2015-09-231-0/+5
| | * | | | drm/amdgpu: integer overflow in amdgpu_info_ioctl()Dan Carpenter2015-09-231-2/+3
| | * | | | drm/amdgpu: unwind properly in amdgpu_cs_parser_init()Dan Carpenter2015-09-231-34/+51
| | * | | | drm/amdgpu: Fix max_vblank_count value for current display enginesAlex Deucher2015-09-231-1/+1
| | * | | | drm/amdgpu: use kmemdup rather than duplicating its implementationAndrzej Hajda2015-09-231-3/+1
| | * | | | drm/amdgpu: fix UVD suspend and resume for VI APULeo Liu2015-09-231-8/+12
| | * | | | drm/amdgpu: fix the UVD suspend sequence orderLeo Liu2015-09-233-6/+6
| | * | | | drm/amdgpu: make UVD handle checking more strictLeo Liu2015-09-231-27/+41
| | * | | | drm/amdgpu: Disable UVD PGLeo Liu2015-09-231-1/+2