aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-08-24Merge tag 'i2c-for-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+12
2025-08-23Merge tag 'char-misc-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds17-84/+158
2025-08-23Merge tag 'usb-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds19-59/+215
2025-08-22Merge tag 'drm-fixes-2025-08-23-1' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds41-213/+314
2025-08-23Merge tag 'drm-xe-fixes-2025-08-21-1' of https://gitlab.freedesktop.org/drm/x...Dave Airlie4-28/+26
2025-08-22Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2025-08-23Merge tag 'drm-misc-fixes-2025-08-21' of https://gitlab.freedesktop.org/drm/m...Dave Airlie19-33/+86
2025-08-22Merge tag 's390-6.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-2/+9
2025-08-22Merge tag 'for-linus-6.17-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-23/+0
2025-08-22Merge tag 'platform-drivers-x86-v6.17-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds10-52/+59
2025-08-22Merge tag 'block-6.17-20250822' of git://git.kernel.dk/linuxLinus Torvalds2-48/+113
2025-08-22Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-58/+62
2025-08-22Merge tag 'mmc-v6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds5-19/+71
2025-08-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds11-66/+55
2025-08-22Merge tag 'iommu-fixes-v6.17-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-13/+18
2025-08-22iommu/riscv: prevent NULL deref in iova_to_physXianLiang Huang1-1/+1
2025-08-22iommu/virtio: Make instance lookup robustRobin Murphy1-6/+9
2025-08-22iommu/arm-smmu-v3: Fix smmu_domain->nr_ats_masters decrementNicolin Chen1-1/+1
2025-08-21Merge tag 'spi-fix-v6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-17/+27
2025-08-21Merge tag 'regulator-fix-v6.17-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-14/+11
2025-08-21Merge tag 'acpi-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2-11/+8
2025-08-21Merge tag 'pm-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-17/+12
2025-08-21drm/xe: Fix vm_bind_ioctl double free bugChristoph Manszewski1-1/+2
2025-08-21drm/xe: Move ASID allocation and user PT BO tracking into xe_vm_createPiotr Piórkowski1-19/+15
2025-08-21Merge branches 'acpi-apei' and 'acpi-pfrut'Rafael J. Wysocki1-1/+1
2025-08-21Merge tag 'net-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds49-280/+554
2025-08-21net/mlx5e: Preserve shared buffer capacity during headroom updatesArmen Ratner1-10/+8
2025-08-21net/mlx5e: Query FW for buffer ownershipAlexei Lazar4-4/+31
2025-08-21net/mlx5: Restore missing scheduling node cleanup on vport enable failureCarolina Jubran1-0/+1
2025-08-21net/mlx5: Fix QoS reference leak in vport enable error pathCarolina Jubran1-1/+3
2025-08-21net/mlx5: Destroy vport QoS element when no configuration remainsCarolina Jubran1-8/+49
2025-08-21net/mlx5e: Preserve tc-bw during parent changesCarolina Jubran1-12/+12
2025-08-21net/mlx5: Remove default QoS group and attach vports directly to root TSARCarolina Jubran2-69/+33
2025-08-21net/mlx5: Base ECVF devlink port attrs from 0Daniel Jurgens1-1/+3
2025-08-21net: pse-pd: pd692x0: Skip power budget configuration when undefinedKory Maincent1-0/+4
2025-08-21net: pse-pd: pd692x0: Fix power budget leak in manager setup error pathKory Maincent1-15/+44
2025-08-21Octeontx2-af: Skip overlap check for SPI fieldHariprasad Kelam1-2/+2
2025-08-21spi: st: fix PM macros to use CONFIG_PM instead of CONFIG_PM_SLEEPRaphael Gallais-Pou1-5/+5
2025-08-21net: airoha: ppe: Do not invalid PPE entries in case of SW hash collisionLorenzo Bianconi1-3/+1
2025-08-21mmc: sdhci_am654: Disable HS400 for AM62P SR1.0 and SR1.1Judith Mendez1-0/+18
2025-08-21bonding: send LACPDUs periodically in passive mode after receiving partner's ...Hangbin Liu1-18/+24
2025-08-21bonding: update LACP activity flag after setting lacp_activeHangbin Liu2-0/+26
2025-08-21Merge tag 'amd-drm-fixes-6.17-2025-08-20' of https://gitlab.freedesktop.org/a...Dave Airlie15-125/+112
2025-08-20Revert "net: cadence: macb: sama7g5_emac: Remove USARIO CLKEN flag"Ryan Wanner1-1/+2
2025-08-20net: dsa: microchip: Fix KSZ9477 HSR port setup issueTristram Ha1-0/+6
2025-08-20igc: fix disabling L1.2 PCI-E link substate on I226 on initValdikSS1-7/+7
2025-08-20ixgbe: fix ndo_xdp_xmit() workloadsMaciej Fijalkowski1-23/+11
2025-08-20ixgbe: xsk: resolve the negative overflow of budget in ixgbe_xmit_zcJason Xing1-1/+3
2025-08-20Merge tag 'pci-v6.17-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-4/+1
2025-08-20s390/sclp: Fix SCCB present checkPeter Oberparleiter1-2/+9