aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-08-19Merge tag 'chrome-platform-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds16-39/+67
2026-08-19rtc: spacemit: handle regmap_test_bits() error returnSurendra Singh Chouhan1-2/+3
2026-08-19drm/amd/display: validate plane degamma LUT size for private color propHarry Wentland1-0/+7
2026-08-19drm/amd/display: avoid divide-by-zero in __is_lut_linear()Harry Wentland1-0/+6
2026-08-19drm/amdgpu: handle pipeline sync without a VM fenceAlex Deucher3-16/+19
2026-08-19drm/amdgpu/vcn: fix integer overflow in dec_msg buffer count checkDavid (Ming Qiang) Wu2-6/+14
2026-08-19drm/radeon: fix internal display on iMac11, 1 (RV770/DCE3.1)Gilles Risch2-11/+17
2026-08-19drm/amdgpu: fix hang and race in userq destroyZhu Lingshan1-15/+8
2026-08-19amdkfd: let profile_lock_device return an int other than uint32Zhu Lingshan1-1/+1
2026-08-19drm/amdgpu: delay ttm buffer func enablement on xgmiPierre-Eric Pelloux-Prayer2-3/+8
2026-08-19drm/amdgpu: check thunderbolt before switcheroo registrationYang Wang1-4/+10
2026-08-19drm/amdgpu: force complete the KIQ ring fences on resetJesse Zhang1-0/+12
2026-08-19drm/amdgpu: validate rptr and wptr of a userqZhu Lingshan1-2/+8
2026-08-19drm/amdgpu: force complete the MES ring fences on resetJesse Zhang1-0/+13
2026-08-19drm/amdgpu: fix sysfs ip base addr for 64bit in standalone modeMukul Joshi1-2/+13
2026-08-19drm/amd/display: Scale custom brightness curve from full rangeAkhmed Zhitaev1-4/+4
2026-08-19drm/amdgpu/userq: ignore duplicate BO locks when returning wait fence infoSunil Khatri1-1/+1
2026-08-19drm/amdgpu/userq: ignore duplicate BO locks when counting wait fencesSunil Khatri1-1/+1
2026-08-19drm/amdgpu/userq: ignore duplicate BO locks in userq signal ioctlSunil Khatri1-1/+1
2026-08-19drm/amdgpu: ensure all userq VAs mapped before restoreZhu Lingshan1-7/+9
2026-08-19drm/amdgpu: fix autosuspend cleanup during removalGuangshuo Li1-0/+1
2026-08-19drm/amdgpu: Disable runtime PM for externally attached dGPUsYang Wang1-0/+7
2026-08-19rtc: pcf8563: fix clock provider leak on unbindYi Ding1-1/+3
2026-08-19ipmi:msghandler: Cancel work cleanly on an errorCorey Minyard1-0/+1
2026-08-19vduse: Add suspendEugenio Pérez1-7/+88
2026-08-19vduse: do not take rwsem at reset work flushEugenio Pérez1-31/+34
2026-08-19vduse: add F_QUEUE_READY featureEugenio Pérez1-17/+56
2026-08-19vduse: add VDUSE_SET_FEATURES ioctlEugenio Pérez1-0/+24
2026-08-19vduse: add VDUSE_GET_FEATURES ioctlEugenio Pérez1-0/+7
2026-08-19vduse: store control device pointerEugenio Pérez1-4/+5
2026-08-19vhost: reject zero-size IOTLB INVALIDATExiongweimin1-0/+4
2026-08-19vdpa: Remove redundant dev_err()Pan Chuang2-12/+4
2026-08-19virtio_ring: fix infinite loop in virtnet_poll_cleantx when device is brokenJinqian Yang1-0/+8
2026-08-19vdpa/mlx5: roll back MR update after VQ setup failureWeimin Xiong1-8/+15
2026-08-19virtio_mem: fix typo in commentxiongweimin1-1/+1
2026-08-19vdpa/solidrun: fix typos in snet_ctrl commentsxiongweimin1-2/+2
2026-08-19virtio: fix article before virtio in dma-buf commentxiongweimin1-1/+1
2026-08-19vhost: fix inaccurate kdoc in iotlb helpersxiongweimin1-3/+3
2026-08-19virtio: rtc: time out alarm requestsGuoHan Zhao1-7/+7
2026-08-19vdpa/mlx5: fix wrong MLX5_ADDR_OF struct type in alloc_inout()Li RongQing1-2/+2
2026-08-19vdpa: octeon_ep: add missing MODULE_DEVICE_TABLE()Pengpeng Hou1-0/+1
2026-08-19vdpa: alibaba: add missing MODULE_DEVICE_TABLE()Pengpeng Hou1-0/+1
2026-08-19vdpa/mlx5: fix wrong list iterated in add_direct_chain error pathLi RongQing1-1/+1
2026-08-19nvdimm: virtio_pmem: drain requests in freezeLi Chen2-5/+34
2026-08-19nvdimm: virtio_pmem: converge broken virtqueue to -EIOLi Chen3-14/+136
2026-08-19nvdimm: virtio_pmem: isolate DMA request buffersLi Chen1-2/+6
2026-08-19nvdimm: virtio_pmem: publish done with release/acquireLi Chen1-3/+16
2026-08-19nvdimm: virtio_pmem: refcount requests for token lifetimeLi Chen2-4/+30
2026-08-19nvdimm: virtio_pmem: use READ_ONCE()/WRITE_ONCE() for wait flagsLi Chen1-7/+7
2026-08-19nvdimm: virtio_pmem: always wake -ENOSPC waitersLi Chen1-9/+16