Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | drm/etnaviv: call correct function when trying to vmap a DMABUF | Lucas Stach | 2016-01-26 | 3 | -11/+34 | |
| | * | | | | | | | | | | | drm/etnaviv: rename etnaviv_gem_vaddr to etnaviv_gem_vmap | Lucas Stach | 2016-01-26 | 4 | -4/+4 | |
| | * | | | | | | | | | | | drm/etnaviv: fix get pages error path in etnaviv_gem_vaddr | Lucas Stach | 2016-01-26 | 2 | -3/+5 | |
| | * | | | | | | | | | | | drm/etnaviv: fix memory leak in IOMMU init path | Lucas Stach | 2016-01-26 | 1 | -3/+5 | |
| | * | | | | | | | | | | | drm/etnaviv: add further minor features and varyings count | Russell King | 2016-01-26 | 2 | -1/+70 | |
| | * | | | | | | | | | | | drm/etnaviv: add helper for comparing model/revision IDs | Russell King | 2016-01-26 | 1 | -10/+10 | |
| | * | | | | | | | | | | | drm/etnaviv: add helper to extract bitfields | Russell King | 2016-01-26 | 1 | -35/+27 | |
| | * | | | | | | | | | | | drm/etnaviv: use defined constants for the chip model | Russell King | 2016-01-26 | 1 | -14/+17 | |
| | * | | | | | | | | | | | drm/etnaviv: update common and state_hi xml.h files | Russell King | 2016-01-26 | 2 | -10/+75 | |
| | * | | | | | | | | | | | drm/etnaviv: ignore VG GPUs with FE2.0 | Russell King | 2016-01-26 | 1 | -0/+8 | |
| | * | | | | | | | | | | | drm/etnaviv: fix failure path if model is zero | Russell King | 2016-01-25 | 1 | -2/+2 | |
| | * | | | | | | | | | | | drm/etnaviv: hold object lock while getting pages for coredump | Lucas Stach | 2016-01-25 | 1 | -0/+2 | |
| | * | | | | | | | | | | | drm/etnaviv: remove owner assignment from platform_driver | Fabio Estevam | 2016-01-25 | 1 | -1/+0 | |
| | | |/ / / / / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch 'drm-fixes-4.5' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 2016-01-29 | 21 | -101/+192 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | drm/amdgpu: only move pt bos in LRU list on success | Nicolai Hähnle | 2016-01-28 | 1 | -2/+2 | |
| | * | | | | | | | | | | drm/radeon: fix DP audio support for APU with DCE4.1 display engine | Slava Grigorev | 2016-01-27 | 3 | -8/+44 | |
| | * | | | | | | | | | | drm/radeon: Add a common function for DFS handling | Slava Grigorev | 2016-01-27 | 3 | -10/+15 | |
| | * | | | | | | | | | | drm/radeon: cleaned up VCO output settings for DP audio | Slava Grigorev | 2016-01-27 | 4 | -14/+10 | |
| | * | | | | | | | | | | drm/amd/powerplay: Update SMU firmware loading for Stoney | Rex Zhu | 2016-01-27 | 1 | -9/+32 | |
| | * | | | | | | | | | | drm/amdgpu: don't init fbdev if we don't have any connectors | Alex Deucher | 2016-01-26 | 1 | -0/+4 | |
| | * | | | | | | | | | | drm/radeon: only init fbdev if we have connectors | Rob Clark | 2016-01-26 | 1 | -2/+4 | |
| | * | | | | | | | | | | drm/radeon: Ensure radeon bo is unreserved in radeon_gem_va_ioctl | Matthew Dawson | 2016-01-25 | 1 | -0/+1 | |
| | * | | | | | | | | | | drm/amdgpu: fix next_rptr handling for debugfs | Christian König | 2016-01-22 | 1 | -1/+1 | |
| | * | | | | | | | | | | drm/radeon: properly byte swap vce firmware setup | Alex Deucher | 2016-01-22 | 1 | -6/+6 | |
| | * | | | | | | | | | | drm/amdgpu: add a message to indicate when powerplay is enabled (v2) | Alex Deucher | 2016-01-22 | 1 | -0/+5 | |
| | * | | | | | | | | | | drm/amdgpu: fix amdgpu_bo_pin_restricted VRAM placing v2 | Christian König | 2016-01-22 | 1 | -1/+2 | |
| | * | | | | | | | | | | drm/amd/amdgpu: Improve amdgpu_dpm* macros to avoid unexpected result (v2) | Eric Huang | 2016-01-22 | 1 | -22/+22 | |
| | * | | | | | | | | | | drm/amdgpu: Allow the driver to load if amdgpu.powerplay=1 on asics without p... | Jordan Lazare | 2016-01-19 | 1 | -7/+18 | |
| | * | | | | | | | | | | drm/amdgpu: Use drm_calloc_large for VM page_tables array | Michel Dänzer | 2016-01-19 | 1 | -4/+3 | |
| | * | | | | | | | | | | drm/amdgpu: Add some tweaks to gfx 8 soft reset | Alex Deucher | 2016-01-15 | 1 | -1/+22 | |
| | * | | | | | | | | | | drm/amdgpu: fix tonga smu resume | Alex Deucher | 2016-01-15 | 1 | -15/+2 | |
* | | | | | | | | | | | | virtio_pci: fix use after free on release | Michael S. Tsirkin | 2016-01-26 | 1 | -0/+2 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2016-01-24 | 4 | -5/+333 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | MIPS: bcm963xx: Move extended flash address to bcm_tag header file | Simon Arlott | 2016-01-24 | 1 | -4/+2 | |
| * | | | | | | | | | | | MIPS: bcm963xx: Move Broadcom BCM963xx image tag data structure | Simon Arlott | 2016-01-24 | 1 | -1/+1 | |
| * | | | | | | | | | | | IRQCHIP: irq-pic32-evic: Add support for PIC32 interrupt controller | Cristian Birsan | 2016-01-24 | 3 | -0/+330 | |
* | | | | | | | | | | | | Merge tag 'platform-drivers-x86-v4.5-2' of git://git.infradead.org/users/dvha... | Linus Torvalds | 2016-01-24 | 2 | -0/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | ideapad-laptop: Add Lenovo Yoga 700 to no_hw_rfkill dmi list | Josh Boyer | 2016-01-24 | 1 | -0/+7 | |
| * | | | | | | | | | | | | intel_telemetry_debugfs: Fix unused warnings in telemetry debugfs | Souvik Kumar Chakravarty | 2016-01-24 | 1 | -0/+2 | |
* | | | | | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 2016-01-24 | 7 | -39/+297 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ \ \ \ \ \ \ \ | Merge branches 'thermal-intel', 'thermal-suspend-fix' and 'thermal-soc' into ... | Zhang Rui | 2016-01-23 | 5 | -38/+286 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | thermal: trip_point_temp_store() calls thermal_zone_device_update() | Kuninori Morimoto | 2016-01-07 | 1 | -1/+5 | |
| | | * | | | | | | | | | | | | | thermal: rcar: rcar_thermal_get_temp() return error if strange temp | Kuninori Morimoto | 2016-01-07 | 1 | -1/+11 | |
| | | * | | | | | | | | | | | | | thermal: rcar: check irq possibility in rcar_thermal_irq_xxx() | Kuninori Morimoto | 2016-01-07 | 1 | -4/+5 | |
| | | * | | | | | | | | | | | | | thermal: rcar: check every rcar_thermal_update_temp() return value | Kuninori Morimoto | 2016-01-07 | 1 | -10/+12 | |
| | | * | | | | | | | | | | | | | thermal: rcar: move rcar_thermal_dt_ids to upside | Kuninori Morimoto | 2016-01-07 | 1 | -6/+6 | |
| | | * | | | | | | | | | | | | | thermal: rockchip: Support the RK3399 SoCs in thermal driver | Caesar Wang | 2016-01-07 | 1 | -0/+66 | |
| | | * | | | | | | | | | | | | | thermal: rockchip: Support the RK3228 SoCs in thermal driver | Caesar Wang | 2016-01-07 | 1 | -0/+81 | |
| | | * | | | | | | | | | | | | | thermal: rockchip: fix a trivial typo | Caesar Wang | 2016-01-07 | 1 | -12/+13 | |
| | * | | | | | | | | | | | | | | Thermal: do thermal zone update after a cooling device registered | Chen Yu | 2015-12-29 | 1 | -1/+13 |