summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-1810-43/+45
|\
| * drivers/pcmcia/sa1111_badge4.c: avoid unused function warningArnd Bergmann2017-11-181-0/+2
| * drivers/watchdog: make use of devm_register_reboot_notifier()Andrey Smirnov2017-11-182-35/+32
| * drivers/rapidio/devices/rio_mport_cdev.c: fix error handling in 'rio_dma_tran...Christophe JAILLET2017-11-181-1/+1
| * drivers/rapidio/devices/rio_mport_cdev.c: fix resource leak in error handling...Christophe JAILLET2017-11-181-1/+2
| * rapidio: constify rio_device_idArvind Yadav2017-11-185-5/+5
| * lkdtm: include WARN format stringKees Cook2017-11-181-1/+3
* | Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-11-171-1/+0
|\ \
| * | tracing, dma-buf: Remove unused trace event dma_fence_annotate_wait_onSteven Rostedt (VMware)2017-10-161-1/+0
* | | Merge tag 'acpi-fix-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-171-0/+1
|\ \ \
| * | | ACPI / utils: Fix memory leak in acpi_evaluate_reference() error pathXiongfeng Wang2017-11-141-0/+1
* | | | Merge tag 'pm-fixes-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-171-20/+11
|\ \ \ \
| * | | | PM / runtime: Drop children check from __pm_runtime_set_status()Rafael J. Wysocki2017-11-161-20/+11
* | | | | Merge tag 'drm-for-v4.15-amd-dc' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-17366-75/+132365
|\ \ \ \ \
| * | | | | drm/amd/display: fix MST link training fail division by 0Eric Yang2017-11-141-2/+4
| * | | | | drm/amd/display: Fix formatting for null pointer dereference fixHarry Wentland2017-11-141-1/+1
| * | | | | drm/amd/display: Remove dangling planes on dc commit stateLeo (Sunpeng) Li2017-11-141-2/+35
| * | | | | drm/amd/display: add flip_immediate to commit update for streamBhawanpreet Lakha2017-11-141-1/+4
| * | | | | drm/amd/display: Miss register MST encoder cbsJerry (Fangzhi) Zuo2017-11-141-1/+11
| * | | | | drm/amd/display: Fix warnings on S3 resumeLeo (Sunpeng) Li2017-11-141-0/+28
| * | | | | drm/amd/display: use num_timing_generator instead of pipe_countKen Chalmers2017-11-131-1/+1
| * | | | | drm/amd/display: use configurable FBC option in dmRoman Li2017-11-132-4/+4
| * | | | | drm/amd/display: fix AZ clock not enabled before program AZ endpointCharlene Liu2017-11-131-2/+29
| * | | | | amdgpu/dm: Don't use DRM_ERROR in amdgpu_dm_atomic_checkMichel Dänzer2017-11-101-7/+5
| * | | | | amd/display: Fix potential null dereference in dce_calcs.cErnst Sjöstrand2017-11-081-0/+2
| * | | | | amdgpu/dm: Remove unused forward declarationHarry Wentland2017-11-081-2/+0
| * | | | | drm/amdgpu: Remove unused dc_stream from amdgpu_crtcHarry Wentland2017-11-081-2/+0
| * | | | | amdgpu/dc: Fix double unlock in amdgpu_dm_commit_planesErnst Sjöstrand2017-11-071-1/+0
| * | | | | amdgpu/dc: Fix missing null checks in amdgpu_dm.cErnst Sjöstrand2017-11-071-5/+12
| * | | | | amdgpu/dc: Fix potential null dereferences in amdgpu_dm.cErnst Sjöstrand2017-11-071-0/+9
| * | | | | amdgpu/dc: fix more indentation warningsErnst Sjöstrand2017-11-072-6/+6
| * | | | | amdgpu/dc: handle allocation failures in dc_commit_planes_to_stream.Dave Airlie2017-11-071-0/+8
| * | | | | amdgpu/dc: fix indentation warning from smatch.Dave Airlie2017-11-0710-69/+68
| * | | | | amdgpu/dc: fix non-ansi function decls.Dave Airlie2017-11-075-6/+6
| * | | | | drm/amd/display: remove some unneeded codeDan Carpenter2017-11-071-3/+0
| * | | | | drm/amd/display: checking for NULL instead of IS_ERR()Dan Carpenter2017-11-071-1/+1
| * | | | | drm/amd/display: small cleanup in destruct()Dan Carpenter2017-11-071-4/+2
| * | | | | drm/amdgpu/display: fix integer arithmetic problemArnd Bergmann2017-11-021-1/+1
| * | | | | drm/amdgpu/display: remove unused REG_OFFSET macroArnd Bergmann2017-11-021-3/+0
| * | | | | drm/amdgpu/display: provide ASSERT macros unconditionallyArnd Bergmann2017-11-021-4/+0
| * | | | | drm/amd/display: Read resource_straps from registers for DCE12Leo (Sunpeng) Li2017-11-021-6/+13
| * | | | | drm/amd: Add DCE12 resource strap registersLeo (Sunpeng) Li2017-11-022-0/+12
| * | | | | drm/amd/display: Explicitly call ->reset for each objectHarry Wentland2017-11-021-2/+12
| * | | | | drm/amd/display: Use single fail label in init_drm_devHarry Wentland2017-11-021-13/+11
| * | | | | drm/amd/display: Use plane pointer to avoid line breaksHarry Wentland2017-11-021-4/+7
| * | | | | drm/amd/display: fix null pointer dereferenceShirish S2017-11-021-1/+1
| * | | | | amdgpu/dc: Avoid dereferencing NULL pointerDrew Davenport2017-11-021-3/+6
| * | | | | drm/amd/display: Don't print error when bo_pin is interruptedHarry Wentland2017-11-021-1/+2
| * | | | | drm/amd/display: Use constants from atom.h for HDMI caps readAndrew Jiang2017-11-021-3/+3
| * | | | | drm/amd/display: check if modeset is required before adding planeShirish S2017-10-271-0/+3