aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-02-06Merge tag 'pmdomain-v6.19-rc3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pmLinus Torvalds4-8/+34
2026-02-06Merge tag 'gpio-fixes-for-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds2-1/+2
2026-02-06Merge tag 'sound-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds7-14/+138
2026-02-06ipmi:si: Use a long timeout when the BMC is misbehavingCorey Minyard1-1/+3
2026-02-06ipmi:si: Handle waiting messages when BMC failure detectedCorey Minyard1-0/+6
2026-02-06nvme: correct comment about nvme_ns_remove()John Garry1-1/+1
2026-02-06nvme: stop setting namespace gendisk device driver dataJohn Garry1-7/+0
2026-02-06Revert "revocable: Revocable resource management"Johan Hovold1-225/+0
2026-02-06Revert "revocable: Add Kunit test cases"Johan Hovold3-295/+0
2026-02-06usb: typec: ucsi: Add Thunderbolt alternate mode supportAndrei Kuchynski4-5/+249
2026-02-06mtd: spi-nor: hisi-sfc: fix refcounting bug in hisi_spi_nor_register_all()Dan Carpenter1-1/+0
2026-02-06irqchip/riscv-imsic: Adjust the number of available guest irq filesXu Lu1-1/+11
2026-02-06pinctrl: generic: move function to amlogic-am4 driverConor Dooley2-70/+70
2026-02-06pinctrl: intel: Align Copyright note with corporate guidelinesAndy Shevchenko25-25/+25
2026-02-06crypto: cesa - Simplify return statement in mv_cesa_dequeue_req_lockedThorsten Blum1-7/+1
2026-02-06hwrng: core - use RCU and work_struct to fix race conditionLianjie Wang1-63/+105
2026-02-06crypto: starfive - Fix memory leak in starfive_aes_aead_do_one_req()Zilin Guan1-2/+7
2026-02-06crypto: xilinx - Fix inconsistant indentationHarsh Jain1-1/+1
2026-02-06crypto: atmel - Use unregister_{aeads,ahashes,skciphers}Thorsten Blum3-47/+22
2026-02-06hwrng: optee - simplify OP-TEE context matchRouven Czerwinski1-4/+1
2026-02-06crypto: ccp - Add sysfs attribute for boot integrityMario Limonciello2-1/+4
2026-02-06usb: typec: hd3ss3220: Check if regulator needs to be switchedJan Remmet1-0/+3
2026-02-06Merge branches 'fixes', 'arm/smmu/updates', 'intel/vt-d', 'amd/amd-vi' and 'core' into nextJoerg Roedel36-497/+1572
2026-02-06iommu/vt-d: Treat PAGE_SNOOP and PWSNP separatelyViktor Kleen1-1/+1
2026-02-06mtd: spinand: fix NULL pointer dereference in spinand_support_vendor_ops()Md Sadre Alam1-0/+2
2026-02-06mshv: fix SRCU protection in irqfd resampler ack handlerLi RongQing1-2/+3
2026-02-06mshv: make field names descriptive in a header structMukesh R3-40/+40
2026-02-05Merge tag 'hwmon-for-v6.19-final' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds4-6/+26
2026-02-05Merge tag 'drm-fixes-2026-02-06' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds82-187/+288
2026-02-05amd-xgbe: do not select NET_SELFTESTS when INET is disabledRaju Rangoju1-1/+1
2026-02-06Merge tag 'drm-xe-next-fixes-2026-02-05' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-nextDave Airlie8-11/+20
2026-02-06Merge tag 'drm-misc-next-fixes-2026-02-05' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie13-80/+103
2026-02-05net: cpsw_new: Fix potential unregister of netdev that has not been registered yetKevin Hao1-2/+1
2026-02-05net: cpsw_new: Fix unnecessary netdev unregistration in cpsw_probe() error pathKevin Hao1-7/+5
2026-02-06Merge tag 'amd-drm-fixes-6.19-2026-02-05' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixesDave Airlie8-39/+62
2026-02-06Merge tag 'drm-xe-fixes-2026-02-05' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixesDave Airlie7-10/+19
2026-02-05net/mlx5e: SHAMPO, Switch to header memcpyDragos Tatulea5-484/+188
2026-02-05net/mlx5: Fix 1600G link mode enum namingYael Chemla3-3/+3
2026-02-06Merge tag 'drm-misc-fixes-2026-02-05' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixesDave Airlie67-138/+207
2026-02-05net: stmmac: dwmac-loongson: Set clk_csr_i to 100-150MHzHuacai Chen1-2/+2
2026-02-06Merge tag 'drm-intel-next-fixes-2026-02-05' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-nextDave Airlie4-24/+26
2026-02-05spi: cadence-qspi: Add Renesas RZ/N1 supportMark Brown1-97/+71
2026-02-05Merge tag 'block-6.19-20260205' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds3-48/+59
2026-02-05drm/amdgpu: Send applicable RMA CPERs at end of RAS initKent Russell3-4/+27
2026-02-05drm/amd: Fix hang on amdgpu unload by using pci_dev_is_disconnected()Mario Limonciello1-2/+2
2026-02-05drm/amdgpu: re-add the bad job to the pending list for ring resetsAlex Deucher2-5/+8
2026-02-05drm/amdgpu: avoid sdma ring reset in sriovVictor Zhao1-0/+3
2026-02-05drm/amdgpu: clean up the amdgpu_cs_parser_bosSunil Khatri1-2/+4
2026-02-05drm/amdgpu: Use 5-level paging if gmc support 57-bit VAPhilip Yang1-17/+0
2026-02-05drm/amd/display: expose plane blend LUT in HW with MCMMelissa Wen1-1/+1