aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-01-16Merge tag 'block-6.19-20260116' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-9/+37
2026-01-16Merge tag 'drm-fixes-2026-01-16' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds33-180/+282
2026-01-16Merge tag 'cxl-fixes-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-20/+39
2026-01-16Merge tag 'drm-misc-fixes-2026-01-16' of https://gitlab.freedesktop.org/drm/m...Simona Vetter14-129/+165
2026-01-16Merge tag 'acpi-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-2/+7
2026-01-16Merge tag 'sound-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2026-01-16Merge tag 'amd-drm-fixes-6.19-2026-01-15' of https://gitlab.freedesktop.org/a...Simona Vetter18-50/+116
2026-01-16Merge tag 'gpio-fixes-for-v6.19-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+18
2026-01-15Merge tag 'efi-fixes-for-v6.19-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-1/+2
2026-01-15Merge tag 'mm-hotfixes-stable-2026-01-15-08-03' of git://git.kernel.org/pub/s...Linus Torvalds2-4/+7
2026-01-15Merge tag 'net-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds18-192/+204
2026-01-15rnbd-clt: fix refcount underflow in device unmap pathChaitanya Kulkarni1-1/+0
2026-01-15Merge tag 'linux-can-fixes-for-6.19-20260115' of git://git.kernel.org/pub/scm...Paolo Abeni7-5/+67
2026-01-15virtio_net: Fix misalignment bug in struct virtnet_infoGustavo A. R. Silva1-3/+9
2026-01-15can: propagate CAN device capabilities via ml_privOliver Hartkopp4-0/+58
2026-01-15Revert "can: raw: instantly reject unsupported CAN frames"Oliver Hartkopp3-5/+9
2026-01-14drivers/dax: add some missing kerneldoc comment fields for struct dev_daxJohn Groves1-4/+6
2026-01-14iommu/sva: include mmu_notifier.h headerCarlos Llamas1-0/+1
2026-01-14drm/amd/display: Add an hdmi_hpd_debounce_delay_ms moduleIvan Lipski4-4/+29
2026-01-14drm/amdgpu/userq: Fix fence reference leak on queue teardown v2Srinivasan Shanmugam1-0/+2
2026-01-14drm/amdkfd: No need to suspend whole MES to evict processHarish Kasiviswanathan1-11/+1
2026-01-14Revert "drm/amdgpu: don't attach the tlb fence for SI"Prike Liang1-3/+1
2026-01-14drm/amdgpu: validate the flush_gpu_tlb_pasid()Prike Liang1-0/+4
2026-01-14drm/amd/pm: fix smu overdrive data type wrong issue on smu 14.0.2Yang Wang1-1/+2
2026-01-14drm/amd/display: Initialise backlight level values from hwVivek Das Mohapatra1-1/+17
2026-01-14drm/amd/display: Bump the HDMI clock to 340MHzMario Limonciello2-2/+4
2026-01-14drm/amd/display: Show link name in PSR status messageMario Limonciello (AMD)1-1/+2
2026-01-14drm/amdkfd: fix a memory leak in device_queue_manager_init()Haoxiang Li1-8/+11
2026-01-14drm/amdgpu: make sure userqs are enabled in userq IOCTLsAlex Deucher3-0/+23
2026-01-14drm/amdgpu: Use correct address to setup gart page table for vram accessXiaogang Chen1-2/+2
2026-01-14Revert duplicate "drm/amdgpu: disable peer-to-peer access for DCC-enabled GC1...Peter Colberg1-12/+0
2026-01-14drm/amd: Clean up kfd node on surprise disconnectMario Limonciello (AMD)1-0/+8
2026-01-14drm/amdgpu: fix drm panic null pointer when driver not support atomicLu Yao1-1/+6
2026-01-14drm/amdgpu: Fix gfx9 update PTE mtype flagPhilip Yang1-4/+4
2026-01-14Merge tag 'nvme-6.19-2026-01-14' of git://git.infradead.org/nvme into block-6.19Jens Axboe5-7/+26
2026-01-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-6/+31
2026-01-14Merge tag 'media/v6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds5-40/+67
2026-01-14nvme: fix PCIe subsystem reset controller state transitionNilay Shroff1-1/+4
2026-01-14soundwire: Add missing EXPORT for sdw_slave_typeRichard Fitzgerald1-0/+1
2026-01-14efi/cper: Fix cper_bits_to_str buffer handling and return valueMorduan Zang1-1/+1
2026-01-14drm/sysfb: Remove duplicate declarationsThomas Zimmermann1-9/+0
2026-01-13net: hv_netvsc: reject RSS hash key programming without RX indirection tableAditya Garg1-0/+3
2026-01-13drm/nouveau/kms/nv50-: Assert we hold nv50_disp->lock in nv50_head_flush_*Lyude Paul1-0/+5
2026-01-13drm/nouveau/disp/nv50-: Set lock_core in curs507a_prepareLyude Paul1-0/+1
2026-01-13ACPI: PM: s2idle: Add module parameter for LPS0 constraints checkingRafael J. Wysocki1-2/+6
2026-01-13nvmet: do not copy beyond sybsysnqn string lengthShin'ichiro Kawasaki1-1/+1
2026-01-13Merge tag 'hyperv-fixes-signed-20260112' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-9/+13
2026-01-13cxl: Check for invalid addresses returned from translation functions on errorsRobert Richter2-9/+27
2026-01-13nvmet-tcp: fixup hang in nvmet_tcp_listen_data_ready()Hannes Reinecke1-5/+4
2026-01-13null_blk: fix kmemleak by releasing references to fault configfs itemsNilay Shroff1-1/+11