aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-10-15gpu: host1x: Set up device DMA parametersThierry Reding1-0/+1
2024-10-15gpu: host1x: Fix boot regression for TegraJon Hunter1-10/+8
2024-10-14drm/panel: himax-hx83102: Adjust power and gamma to optimize brightnessCong Yang1-6/+6
2024-10-12accel/qaic: Fix the for loop used to walk SG tablePranjal Ramajor Asha Kanojiya2-4/+4
2024-10-10drm/vmwgfx: Remove unnecessary NULL checks before kvfree()Thorsten Blum1-4/+2
2024-10-10drm/vmwgfx: Handle surface check failure correctlyNikolay Kuratov1-0/+1
2024-10-10drm/vmwgfx: Cleanup kms setup without 3dZack Rusin2-32/+6
2024-10-10drm/vmwgfx: Handle possible ENOMEM in vmw_stdu_connector_atomic_checkIan Forbes1-0/+4
2024-10-10drm/vmwgfx: Limit display layout ioctl array size to VMWGFX_NUM_DISPLAY_UNITSIan Forbes3-6/+5
2024-10-10drm/fbdev-dma: Only cleanup deferred I/O if necessaryJanne Grunau1-1/+2
2024-10-08nouveau/dmem: Fix vulnerability in migrate_to_ram upon copy errorYonatan Maman1-1/+1
2024-10-08nouveau/dmem: Fix privileged error in copy engine channelYonatan Maman1-1/+1
2024-10-07drm/vc4: Stop the active perfmon before being destroyedMaíra Canal1-1/+6
2024-10-07drm/v3d: Stop the active perfmon before being destroyedMaíra Canal1-1/+8
2024-10-03drm/nouveau/gsp: remove extraneous ; after mutexColin Ian King1-1/+1
2024-10-02drm/xe: Drop GuC submit_wq poolMatthew Brost2-66/+1
2024-10-02drm/sched: Use drm sched lockdep map for submit_wqMatthew Brost1-0/+11
2024-10-01drm/panthor: Don't add write fences to the shared BOsBoris Brezillon1-6/+1
2024-10-01drm/panthor: Don't declare a queue blocked if deferred operations are pendingBoris Brezillon1-1/+7
2024-10-01drm/panthor: Fix access to uninitialized variable in tick_ctx_cleanup()Boris Brezillon1-2/+3
2024-10-01drm/panthor: Lock the VM resv before calling drm_gpuvm_bo_obtain_prealloc()Boris Brezillon1-0/+8
2024-10-01drm/panthor: Add FOP_UNSIGNED_OFFSET to fop_flagsLiviu Dudau1-0/+1
2024-10-01Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixesMaarten Lankhorst5591-86609/+216000
2024-10-01Merge tag 'drm-misc-fixes-2024-09-26' of https://gitlab.freedesktop.org/drm/m...Dave Airlie10-23/+42
2024-09-30drm/sched: revert "Always increment correct scheduler score"Christian König1-1/+1
2024-09-29Merge tag 'mailbox-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds8-48/+21
2024-09-29Merge tag 'i2c-for-6.12-rc1-additional_fixes' of git://git.kernel.org/pub/scm...Linus Torvalds6-3/+58
2024-09-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds34-154/+415
2024-09-28Merge tag 's390-6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-0/+13
2024-09-28Merge tag 'fbdev-for-6.12-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-8/+11
2024-09-28Merge tag 'drm-next-2024-09-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds111-862/+1097
2024-09-28Merge tag 'amd-drm-fixes-6.12-2024-09-27' of https://gitlab.freedesktop.org/a...Dave Airlie100-831/+1027
2024-09-28fbdev: sisfb: Fix strbuf array overflowAndrey Shumilin1-1/+1
2024-09-27Merge tag 'pm-6.12-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-8/+29
2024-09-27Merge tag 'cxl-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds16-383/+928
2024-09-27Merge tag 'mm-hotfixes-stable-2024-09-27-09-45' of git://git.kernel.org/pub/s...Linus Torvalds1-2/+4
2024-09-27Merge tag 'loongarch-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds1-1/+1
2024-09-27Merge tag 'sh-for-v6.12-tag1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+4
2024-09-27Merge tag 'i2c-host-fixes-6.12-rc1' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang6-3/+58
2024-09-27Merge tag 'for-linus-6.12-rc1a-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-9/+169
2024-09-27Merge tag 'for-6.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds22-135/+445
2024-09-27Merge tag 'ata-6.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+7
2024-09-27Merge tag 'driver-core-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds13-151/+156
2024-09-27[tree-wide] finally take no_llseek outAl Viro170-199/+0
2024-09-27mailbox, remoteproc: omap2+: fix compile testingArnd Bergmann3-6/+4
2024-09-27i2c: xiic: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan1-1/+1
2024-09-27i2c: keba: I2C_KEBA should depend on KEBA_CP500Geert Uytterhoeven1-0/+1
2024-09-26drm/amd/pm: update workload mask after the settingKenneth Feng3-2/+13
2024-09-26drm/amdgpu: bump driver version for cleared VRAMAlex Deucher1-1/+2
2024-09-26drm/amdgpu: fix vbios fetching for SR-IOVAlex Deucher1-2/+9