aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-05-03regulator: devres: add API for reference voltage suppliesDavid Lechner1-0/+59
2024-05-03spi: stm32: enable controller before asserting CSBen Wolsieffer1-12/+2
2024-05-02net: dsa: mv88e6xxx: Correct check for empty listSimon Horman1-2/+2
2024-05-02IB/hfi1: allocate dummy net_device dynamicallyBreno Leitao2-3/+8
2024-05-02net/mlx5e: flower: check for unsupported control flagsAsbjørn Sloth Tønnesen1-6/+4
2024-05-03Merge tag 'drm-misc-fixes-2024-05-02' of https://gitlab.freedesktop.org/drm/m...Dave Airlie9-45/+80
2024-05-03Merge tag 'drm-xe-fixes-2024-05-02' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie2-1/+5
2024-05-03Merge tag 'drm-xe-next-fixes-2024-05-02' of https://gitlab.freedesktop.org/dr...Dave Airlie3-12/+15
2024-05-02Merge tag 'md-6.10-20240502' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe1-3/+3
2024-05-02PCI: of_property: Return error for int_map allocation failureDuoming Zhou1-0/+2
2024-05-02PCI/ASPM: Clean up ASPM disable/enable mask calculationIlpo Järvinen1-27/+24
2024-05-02PCI/ASPM: Consolidate link state definesIlpo Järvinen1-78/+77
2024-05-02md: fix resync softlockup when bitmap size is less than array sizeYu Kuai1-3/+3
2024-05-02drm: zynqmp_dpsub: Always register bridgeSean Anderson1-4/+3
2024-05-02Revert "drm/bridge: ti-sn65dsi83: Fix enable error path"Luca Ceresoli1-1/+0
2024-05-02set_blocksize(): switch to passing struct file *Al Viro1-1/+1
2024-05-02zram: don't bother with reopening - just use O_EXCL for openAl Viro2-23/+8
2024-05-02drm/fb_dma: Add checks in drm_fb_dma_get_scanout_buffer()Jocelyn Falempe1-0/+3
2024-05-02drm/fbdev-generic: Do not set physical framebuffer addressThomas Zimmermann1-1/+0
2024-05-02pktcdvd: sort set_blocksize() calls outAl Viro1-6/+1
2024-05-02bcache_register(): don't bother with set_blocksize()Al Viro1-4/+0
2024-05-02drm/amd/amdgpu: Check tbo resource pointerAsad Kamal1-1/+2
2024-05-02drm/amd/display: Fix index may exceed array range within fpu_update_bw_boundi...Hersen Wu4-0/+40
2024-05-02drm/amd/display: Fix writeback job lock evasion within dm_crtc_high_irqHersen Wu1-5/+6
2024-05-02drm/amd/display: Skip inactive planes within ModeSupportAndSystemConfigurationHersen Wu1-1/+6
2024-05-02drm/amd/display: Ensure index calculation will not overflowAlex Hung1-4/+3
2024-05-02drm/amd/display: Skip plane when not found by stream idAlex Hung1-1/+4
2024-05-02drm/amd/display: Avoid overflow dc_clk_table->entries by limit to MAX_NUM_DPM...Alex Hung1-7/+7
2024-05-02drm/amd/display: Fix Coverity INTEGER_OVERFLOW within decide_fallback_link_se...Hersen Wu1-1/+1
2024-05-02drm/amd/display: Limit array index according to architectureAlex Hung1-1/+5
2024-05-02drm/amd/display: Spinlock before reading eventAlex Hung1-8/+6
2024-05-02drm/amd/display: Limit clock assignments by size of clk tablesAlex Hung1-1/+1
2024-05-02drm/amd/display: Release clck_src memory if clk_src_construct failsHersen Wu5-2/+6
2024-05-02drm/amd/display: Fix wrong array size dummy_boolean of dml2_core_calcs_mode_s...Hersen Wu1-1/+1
2024-05-02drm/amd/display: Add NULL pointer check for kzallocHersen Wu1-0/+2
2024-05-02drm/amd/display: Fix Coverity INTEGER_OVERFLOW within dal_gpio_service_createHersen Wu1-2/+2
2024-05-02drm/amd/display: Fix Coverity INTERGER_OVERFLOW within construct_integrated_infoHersen Wu2-4/+7
2024-05-02drm/amd/display: Add otg_master NULL check within resource_log_pipe_topology_...Hersen Wu1-0/+3
2024-05-02drm/amd/display: Check link_index before accessing dc->links[]Alex Hung1-0/+3
2024-05-02drm/amd/display: Release state memory if amdgpu_dm_create_color_properties failHersen Wu1-1/+4
2024-05-02drm/amd/display: Check msg_id before processing transcationAlex Hung1-2/+15
2024-05-02drm/amd/display: Skip updating link encoder for unknown eng_idAlex Hung1-1/+1
2024-05-02drm/amd/display: Check num_valid_sets before accessing reader_wm_sets[]Alex Hung1-1/+2
2024-05-02drm/amd/display: Add array index check for hdcp ddc accessHersen Wu1-4/+24
2024-05-02drm/amd/display: Add missing NULL pointer check within dpcd_extend_address_rangeHersen Wu1-0/+1
2024-05-02drm/amd/display: Check index for aux_rd_interval before usingAlex Hung1-2/+2
2024-05-02drm/amd/display: Fix incorrect size calculation for loopAlex Hung1-1/+1
2024-05-02drm/amd/display: Stop amdgpu_dm initialize when link nums greater than max_linksHersen Wu1-7/+7
2024-05-02drm/amd/display: Stop amdgpu_dm initialize when stream nums greater than 6Hersen Wu1-1/+4
2024-05-02drm/amd/display: Add NULL pointer and OVERRUN check within amdgpu_dm irq regi...Hersen Wu1-41/+128