aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-06-05drm/vmwgfx: Don't destroy Screen Target when CRTC is enabled but inactiveIan Forbes1-0/+10
2024-06-05drm/vmwgfx: Standardize use of kibibytes when loggingIan Forbes2-8/+8
2024-06-05drm/vmwgfx: Remove STDU logic from generic mode_valid functionIan Forbes2-20/+9
2024-06-05drm/vmwgfx: 3D disabled should not effect STDU memory limitsIan Forbes1-7/+0
2024-06-05drm/vmwgfx: Filter modes which exceed graphics memoryIan Forbes1-2/+43
2024-06-06drm/i915/gt: Delete the live_hearbeat_fast selftestNiemiec, Krzysztof1-110/+0
2024-06-06Merge tag 'drm-xe-fixes-2024-06-04' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie1-0/+1
2024-06-06drm/i915: Increase FLR timeout from 3s to 9sAndi Shyti1-1/+8
2024-06-05scsi: mpt3sas: Avoid test/set_bit() operating in non-allocated memoryBreno Leitao1-0/+19
2024-06-05scsi: sd: Use READ(16) when reading block zero on large capacity disksMartin K. Petersen1-5/+12
2024-06-05ptp: Fix error message on failed pin verificationKarol Kolacinski1-1/+2
2024-06-05vmxnet3: update to version 9Ronak Doshi2-39/+11
2024-06-05vmxnet3: add command to allow disabling of offloadsRonak Doshi3-0/+24
2024-06-05vmxnet3: add latency measurement support in vmxnet3Ronak Doshi3-5/+220
2024-06-05vmxnet3: prepare for version 9 changesRonak Doshi5-5/+11
2024-06-05drm/msm/dp: fix runtime_pm handling in dp_wait_hpd_assertedDmitry Baryshkov1-1/+4
2024-06-05drm/msm/dpu: drop duplicate drm formats from wb2_formats arraysJunhao Xie1-6/+0
2024-06-05Revert "drm/msm/dpu: drop dpu_encoder_phys_ops.atomic_mode_set"Dmitry Baryshkov5-17/+46
2024-06-05drm/msm/dpu: fix encoder irq wait skipBarnabás Czémán1-1/+1
2024-06-05ionic: advertise 52-bit addressing limitation for MSI-XDavid Christensen1-0/+5
2024-06-05Merge tag 'thermal-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-25/+50
2024-06-05Merge tag 'acpi-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds6-7/+19
2024-06-05Merge tag 'pm-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds4-4/+142
2024-06-05power: supply: rt5033: Bring back i2c_set_clientdataNikita Travkin1-0/+1
2024-06-05regmap: spi: Fix potential off-by-one when calculating reserved sizeAndy Shevchenko1-2/+1
2024-06-05bnxt_en: fix atomic counter for ptp packetsVadim Fedorenko1-1/+1
2024-06-05net/mlx5: Fix tainted pointer delete is case of flow rules creation failAleksandr Mishin1-2/+6
2024-06-05drm/xe: Don't overmap identity VRAM mappingMatthew Brost1-13/+42
2024-06-05firmware: microchip: use scope-based cleanup where possibleConor Dooley1-43/+16
2024-06-05firmware: microchip: move buffer allocation into mpfs_auto_update_set_image_a...Conor Dooley1-19/+13
2024-06-05firmware: microchip: support writing bitstream info to flashConor Dooley1-8/+39
2024-06-05Merge tag 'ath-next-20240605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo55-600/+1510
2024-06-05drm/xe: flush engine buffers before signalling user fence on all enginesAndrzej Hajda1-2/+16
2024-06-05Revert "drm/xe: flush gtt before signalling user fence on all engines"Andrzej Hajda1-4/+4
2024-06-05Merge tag 'rtw-next-2024-06-04' of https://github.com/pkshih/rtwKalle Valo52-274/+7870
2024-06-05Merge tag 'nvme-6.10-2024-06-05' of git://git.infradead.org/nvme into block-6.10Jens Axboe2-4/+4
2024-06-05null_blk: fix validation of block sizeAndreas Hindborg1-2/+2
2024-06-05drm/amdgpu/pptable: Fix UBSAN array-index-out-of-boundsTasos Sahanidis1-42/+49
2024-06-05drm/amd: Fix shutdown (again) on some SMU v13.0.4/11 platformsMario Limonciello1-9/+11
2024-06-05Merge tag 'i2c-for-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+5
2024-06-05Merge tag 'tpmdd-next-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-3/+4
2024-06-05irqchip/renesas-rzg2l: Add support for RZ/Five SoCLad Prabhakar1-3/+145
2024-06-05drm/xe/vm: Simplify if conditionThorsten Blum1-2/+2
2024-06-05drm/amdgpu: add RAS is_rma flagTao Zhou4-11/+12
2024-06-05drm/amd/display: Add null checks for 'stream' and 'plane' before dereferencingSrinivasan Shanmugam1-0/+3
2024-06-05drm/amd/pm: remove dead code in si_convert_power_level_to_smcJesse Zhang1-4/+0
2024-06-05drm/amd/display: Prevent IPX From Link Detect and Set ModeFangzhi Zuo1-0/+10
2024-06-05drm/amdkfd: remove logically dead codeJesse Zhang1-5/+0
2024-06-05drm/amdgpu: fix failure mapping legacy queue when FLRLin.Cao1-0/+2
2024-06-05drm/amd/display: Fetch Mall caps from DCDaniel Sa1-1/+1