summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-08-25drm/amd/display: Fix wrong bytes-per-pixel value for dml2_422_packed_10Srinivasan Shanmugam1-1/+3
2026-08-25drm/amdkfd: guard against NULL restore_mqd in CRIU queue restoreVladimir Marioukhine1-0/+10
2026-08-25drm/amdgpu/userq: fix lock missing for userq fence error setPrike Liang1-7/+13
2026-08-25drm/amdkfd: Fix the case that vm range is hole at svm_migrate_copy_to_vramXiaogang Chen1-4/+7
2026-08-25drm/amdkfd: Fix error path at svm_migrate_copy_to_ramXiaogang Chen1-15/+30
2026-08-25drm/amd/display: Log details when failing to register HPD IRQTimur Kristóf1-2/+6
2026-08-25drm/amd/display: Fix HPD consideration for VGA/LVDS connectors on DCETimur Kristóf1-1/+1
2026-08-25drm/amdgpu: clamp the isolation index for rings outside a partitionXiang Liu2-2/+7
2026-08-25drm/amdkfd: Reject zero-sized AQL queue allocations after size halvingSunday Clement2-1/+9
2026-08-25drm/amdgpu: Fix VCE 3 ring align_maskDavid Rosca1-1/+1
2026-08-25drm/kfd: Add CU occupancy support to GFX12.1David Belanger1-1/+149
2026-08-25drm/kfd: Add CU occupancy support to GFX12David Belanger1-1/+149
2026-08-25drm/kfd: Add CU occupancy support to GFX11David Belanger1-0/+148
2026-08-25drm/amdgpu: avoid force-completing uninitialized UVD ringsBob Zhou1-1/+2
2026-08-25drm/amdgpu/userq: lock and validate wptr BOs before reading their GPU offset ...Jesse Zhang1-0/+24
2026-08-25drm/amdgpu/mes: fix the inconsistent indenting for mes_userq_map()Prike Liang1-1/+1
2026-08-25drm/nouveau/gsp: fix vblank interrupts on GB20xMohamed Ahmed6-8/+61
2026-08-25drm/nouveau/disp: fix head state readback on GB20xMohamed Ahmed1-1/+50
2026-08-25drm/nouveau/gsp: use per-version DP_CONFIG_STREAM params on r570 firmwareMohamed Ahmed4-7/+97
2026-08-25drm/nouveau/disp: fix HDMI GCP AVMute register offsets on GB20xMohamed Ahmed1-1/+19
2026-08-25drm/nouveau/disp: fix HDMI vendor infoframes on GB20xMohamed Ahmed4-5/+95
2026-08-25drm/nouveau/disp: route GSP-RM display MMIO through nvkm_disp_func hooksMohamed Ahmed5-15/+65
2026-08-25drm/nouveau/disp: move the GSP HDMI GCP AVMute write to engine/dispMohamed Ahmed3-8/+17
2026-08-25drm/nouveau/disp: move GSP head-timing ISR and vblank helpers to tu102.cMohamed Ahmed4-49/+57
2026-08-25drm/nouveau/disp/r535: Add scanline position support + head state supportLyude Paul3-8/+6
2026-08-25Merge tag 'hwlock-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds2-2/+2
2026-08-25Merge tag 'rpmsg-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds6-13/+19
2026-08-25Merge tag 'rproc-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds58-689/+2049
2026-08-25rust: kbuild: disambiguate `zerocopy_derive` for `rusttest`Miguel Ojeda1-1/+2
2026-08-25Merge tag 'erofs-for-7.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-17/+26
2026-08-25thermal/drivers/qcom-spmi-mbg-tm: Add module namespace import for IIO_CONSUMERNathan Chancellor1-0/+1
2026-08-25Revert "thermal/core: Allocate the thermal class dynamically"Rafael J. Wysocki1-9/+7
2026-08-25Revert "thermal/core: Use the thermal class pointer as init guard"Rafael J. Wysocki1-4/+7
2026-08-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds296-8595/+12831
2026-08-25Merge tag 'tty-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds81-4722/+2057
2026-08-25io_uring/waitid: avoid siginfo copy during ring teardownHui Su1-4/+15
2026-08-25io_uring/waitid: honor task_work cancellationHui Su1-4/+12
2026-08-25io_uring/query: cap user size passed to copy_struct_to_userLaxman Acharya Padhya1-0/+3
2026-08-25Merge tag 'usb-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds140-1770/+3133
2026-08-25Merge tag 'staging-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds99-2179/+1564
2026-08-25Merge tag 'char-misc-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds758-21295/+28133
2026-08-25Merge tag 'bootconfig-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-29/+372
2026-08-25Merge tag 'ntfs-for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds30-453/+3271
2026-08-25f2fs: accurately adjust free_sections during free_segment_rangeDaeho Jeong1-1/+14
2026-08-25tpm-buf: Add TPM buffer support header for standalone reuseRoss Philipson3-34/+63
2026-08-25tpm-buf: Memory-safe allocationsJarkko Sakkinen10-533/+529
2026-08-25tpm-buf: Remove chip parameter from tpm_buf_append_handle()Jarkko Sakkinen4-6/+9
2026-08-25tpm-buf: Merge TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOWJarkko Sakkinen3-14/+10
2026-08-25tpm: Remove main TPM header from TPM event log headerAlec Brown1-1/+1
2026-08-25tpm: Move platform specific definitions to the new PTP headerRoss Philipson2-63/+134