aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-09-05amd/amdkfd: correct mem limit calculation for small APUsYifan Zhang1-12/+32
2025-09-05drm/amd/display: remove oem i2c adapter on finishGeoffrey McRae1-1/+12
2025-09-05drm/amdgpu/userq: add force completion helpersAlex Deucher2-0/+43
2025-09-05drm/amdgpu: add user queue reset sourceAlex Deucher2-0/+4
2025-09-05drm/amdgpu/mes12: implement detect and reset callbackJesse.Zhang1-0/+31
2025-09-05drm/amdgpu/mes11: implement detect and reset callbackJesse.Zhang1-0/+31
2025-09-05drm/amdgpu/mes: add front end for detect and reset hung queueJesse.Zhang2-0/+86
2025-09-05drm/amd/amdgpu: Implement MES suspend/resume gang functionality for v12Jesse.Zhang1-2/+30
2025-09-05drm/amdgpu: Add preempt and restore callbacks to userq funcsJesse.Zhang1-0/+4
2025-09-05Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-10/+16
2025-09-05HSI: omap_ssi_port: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-11/+0
2025-09-05drm/xe/guc: Fix badly worded error messageJohn Harrison1-1/+1
2025-09-05drm/xe/guc: Clean up of GuC 'CTL' definesJohn Harrison2-34/+15
2025-09-05Merge tag 'spi-fix-v6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds4-33/+65
2025-09-05Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+3
2025-09-05drm/amdgpu: fix the formating for debugfs printSunil Khatri1-1/+1
2025-09-05drm/amd: add more cyan skillfish PCI idsAlex Deucher1-0/+5
2025-09-05drm/amdgpu: add more information in debugfs to pagetable dumpSunil Khatri1-0/+6
2025-09-05drm/amdgpu: Correct info field of bad page threshold exceed CPERXiang Liu1-1/+3
2025-09-05drm/amdkfd: fix p2p links bug in topologyEric Huang1-1/+2
2025-09-05drm/radeon/ci_dpm: Use int type to store negative error codesQianfeng Rong1-2/+4
2025-09-05drm/amdgpu/vcn: Remove redundant ternary operatorsLiao Yuanhong2-2/+2
2025-09-05drm/amdgpu/jpeg: Remove redundant ternary operatorsLiao Yuanhong3-3/+3
2025-09-05drm/amdgpu/ih: Remove redundant ternary operatorsLiao Yuanhong3-6/+3
2025-09-05drm/amdgpu/gmc: Remove redundant ternary operatorsLiao Yuanhong3-6/+3
2025-09-05drm/amdgpu/gfx: Remove redundant ternary operatorsLiao Yuanhong2-4/+2
2025-09-05drm/amdgpu/amdgpu_cper: Remove redundant ternary operatorsLiao Yuanhong1-1/+1
2025-09-05drm/amd/amdgpu: Fix a less than zero check on a uint32_t struct fieldColin Ian King1-2/+4
2025-09-05cpufreq: intel_pstate: Remove EPB-related codeSrinivas Pandruvada1-45/+4
2025-09-05drm/xe: Extend Wa_13011645652 to PTL-H, WCLJulia Filipchuk1-1/+2
2025-09-05thermal: hwmon: replace deprecated strcpy() with strscpy()Osama Abdelkader1-1/+1
2025-09-05cpufreq: intel_pstate: Rearrange variable declaration involving __free()Rafael J. Wysocki1-3/+1
2025-09-05cpufreq: core: Rearrange variable declarations involving __free()Rafael J. Wysocki1-20/+7
2025-09-05thermal: testing: Rearrange variable declarations involving __free()Rafael J. Wysocki1-20/+11
2025-09-05PM: sleep: core: Clear power.must_resume in noirq suspend error pathRafael J. Wysocki1-1/+13
2025-09-05cpufreq: speedstep-lib: Use int type to store negative error codesQianfeng Rong2-11/+11
2025-09-05cpufreq: Use int type to store negative error codesQianfeng Rong1-1/+1
2025-09-05cpufreq: Drop redundant freq_table parameterZihuan Zhang4-14/+10
2025-09-05Merge tag 'hwmon-for-v6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds2-7/+7
2025-09-05drm/vkms: Add P01* formatsLouis Chauvet2-1/+9
2025-09-05drm/vkms: Create helper macro for YUV formatsLouis Chauvet1-27/+48
2025-09-05drm/vkms: Change YUV helpers to support u16 inputs for conversionLouis Chauvet3-84/+85
2025-09-05drm/vkms: Add support for RGB888 formatsLouis Chauvet2-0/+9
2025-09-05drm/vkms: Add support for RGB565 formatsLouis Chauvet2-0/+14
2025-09-05drm/vkms: Add support for ARGB16161616 formatsLouis Chauvet2-0/+8
2025-09-05drm/vkms: Add support for ARGB8888 formatsLouis Chauvet2-3/+15
2025-09-05drm/vkms: Create helpers macro to avoid code duplication in format callbacksLouis Chauvet1-127/+65
2025-09-05Merge tag 'gpio-fixes-for-v6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-3/+3
2025-09-05Merge tag 'platform-drivers-x86-v6.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds9-72/+74
2025-09-05Merge tag 'block-6.17-20250905' of git://git.kernel.dk/linuxLinus Torvalds3-8/+17