summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-05-20tee: fix params_from_user() error path in tee_ioctl_supp_recvQihang1-31/+25
2026-05-20tee: shm: fix shm leak in register_shm_helper()Georgiy Osokin1-1/+1
2026-05-20pds_core: fix debugfs_lookup dentry leak and error handlingNikhil P. Rao1-1/+6
2026-05-20pds_core: fix error handling in pdsc_devcmd_waitNikhil P. Rao1-2/+9
2026-05-20net: phy: honor eee_disabled_modes in phy_advertise_eee_all()Nicolai Buchwitz1-1/+2
2026-05-20net: phy: honor eee_disabled_modes in phy_support_eee()Nicolai Buchwitz1-1/+2
2026-05-20net: phy: skip EEE advertisement write when autoneg is disabledNerijus Bendžiūnas1-0/+8
2026-05-20octeontx2-pf: avoid double free of pool->stack on AQ init failureDawei Feng2-0/+4
2026-05-20net: pse-pd: fix sign on -ENOENT check in of_load_pse_pis()Jonas Jelonek1-1/+1
2026-05-20RDMA/rtrs: Fix use-after-free in path file creation cleanupGuangshuo Li1-1/+1
2026-05-20RDMA/mana_ib: Report max_msg_sz in mana_ib_query_portShiraz Saleem1-0/+1
2026-05-20RDMA/core: Do not read wild stack memory in uverbs_get_handler_fn()Jason Gunthorpe3-16/+15
2026-05-20RDMA/core: Move the _ib_copy_validate_udata* functions to ib_core_uverbsJason Gunthorpe3-122/+124
2026-05-20ACPI: battery: Fix system wakeup on critical battery statusRafael J. Wysocki1-1/+3
2026-05-19Merge tag 'ata-7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...Linus Torvalds5-47/+83
2026-05-19drm/amdgpu: fix handling in amdgpu_userq_createChristian König1-66/+52
2026-05-19drm/radeon/evergreen_cs: Add missing NULL prefix check in surface checkVitaliy Triang3l Kuzmin1-2/+4
2026-05-19drm/amdgpu: userq_va_mapped should remain true once doneSunil Khatri3-14/+7
2026-05-19drm/amdgpu: avoid integer overflow in VA range checkCe Sun1-2/+2
2026-05-19drm/amd/ras: Fix UMC error address allocation leakXiang Liu1-0/+2
2026-05-19drm/amdgpu: unmap all user mappings of framebuffer and doorbell before mode1 ...Yifan Zhang5-0/+55
2026-05-19drm/amd/display: Validate payload length and link_index in dc_process_dmub_au...Harry Wentland1-1/+5
2026-05-19drm/amd/display: Validate GPIO pin LUT table size before iteratingHarry Wentland1-0/+9
2026-05-19drm/amd/display: Fix integer overflow in bios_get_image()Harry Wentland1-3/+6
2026-05-19drm/amdkfd: Check bounds for allocate_sdma_queue restore_sdma_idDavid Francis1-0/+6
2026-05-19drm/amdgpu: use atomic operation to achieve lockless serializationSunil Khatri1-5/+8
2026-05-19drm/amdkfd: Check bounds on allocate_doorbellDavid Francis1-0/+3
2026-05-19drm/amdgpu/vce3: Fix VCE 3 firmware size and offsetsTimur Kristóf1-1/+1
2026-05-19drm/amdgpu/vce2: Fix VCE 2 firmware size and offsetsTimur Kristóf1-2/+7
2026-05-19drm/amdgpu/vce1: Stop using amdgpu_vce_resumeTimur Kristóf1-10/+6
2026-05-19drm/amdgpu/vce1: Fix VCE 1 firmware size and offsetsTimur Kristóf1-4/+15
2026-05-19drm/amdgpu/vce1: Don't repeat GTT MGR node allocationTimur Kristóf1-5/+7
2026-05-19drm/amdgpu/vce1: Check if VRAM address is lower than GART.Timur Kristóf1-0/+3
2026-05-19drm/amdgpu/vce1: Remove superfluous address checkTimur Kristóf1-2/+0
2026-05-19drm/amdgpu/vce1: Check that the GPU address is < 128 MiBTimur Kristóf1-4/+8
2026-05-19drm/amdgpu: Align amdgpu_gtt_mgr entries to TLB size on Tahiti (v2)Timur Kristóf1-1/+8
2026-05-19drm/amdkfd: Fix OOB memory exposure in get_wave_state()Sunday Clement1-3/+8
2026-05-19drm/amd/pm: fix memleak of dpm_policies on smu v15Yang Wang1-0/+2
2026-05-19drm/amdgpu: Fix discovery offset check under VFLijo Lazar1-1/+1
2026-05-19drm/amdgpu: remove va cursors for all mappingsSunil Khatri1-10/+7
2026-05-19drm/amdgpu: reject non-user addresses early in GEM_USERPTR ioctlAmir Shetaia1-0/+4
2026-05-19drm/amdgpu/vpe: Force collaborate sync after TRAPAlan Liu1-1/+6
2026-05-19drm/amdgpu/userq: update the vm task info during signal ioctlSunil Khatri1-0/+3
2026-05-19drm/amdgpu/userq: cancel reset work while tear down in progressSunil Khatri1-0/+8
2026-05-19drm/amdgpu: rework userq reset work handlingChristian König4-44/+60
2026-05-19drm/amdgpu/userq: pin mqd and fw object bo to avoid evictionSunil Khatri1-3/+10
2026-05-19drm/amdgpu/userq: use drm_exec in amdgpu_userq_fence_read_wptrSunil Khatri1-29/+26
2026-05-19accel/amdxdna: Remove mmap and export support for ubufLizhi Hou3-51/+10
2026-05-19drm/xe/multi_queue: Fix secondary queue error caseNiranjana Vishwanathapura1-8/+8
2026-05-19efi: sysfb_efi: Extend quirk to cover IdeaPad Duet 3 10IGL5-LTEMarius Hoch1-3/+6