summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2025-11-25ptp: ocp: Reuse META's PCI vendor IDAndy Shevchenko-3/+2
2025-11-25ptp: ocp: Apply standard pattern for cleaning up loopAndy Shevchenko-2/+1
2025-11-25ptp: ocp: Make ptp_ocp_unregister_ext() NULL-awareAndy Shevchenko-14/+10
2025-11-25ptp: ocp: Refactor signal_show() and fix %ptT misuseAndy Shevchenko-9/+5
2025-11-25r8169: improve MAC EEE handlingHeiner Kallweit-37/+36
2025-11-25r8169: fix RTL8127 hang on suspend/shutdownHeiner Kallweit-5/+14
2025-11-25net: phy: mxl-gpy: add support for MxL86252 and MxL86282Daniel Golle-2/+89
2025-11-25net: phy: mxl-gpy: add support for MxL86211CChad Monroe-0/+24
2025-11-25net: sxgbe: fix potential NULL dereference in sxgbe_rx()Alexey Kodanev-1/+3
2025-11-25net: mdio: remove redundant fwnode cleanupBuday Csaba-7/+1
2025-11-25net: mdio: eliminate kdoc warnings in mdio_device.c and mdio_bus.cBuday Csaba-7/+55
2025-11-25net: enetc: update the base address of port MDIO registers for ENETC v4Wei Fang-2/+18
2025-11-25net: enetc: set external PHY address in IERB for i.MX94 ENETCWei Fang-0/+57
2025-11-25net: enetc: set the external PHY address in IERB for port MDIO usageWei Fang-1/+140
2025-11-25team: Move team device type change at the end of team_port_addNikola Z. Ivanov-8/+15
2025-11-25cxgb4: Rename sched_class to avoid type clashAlan Maguire-32/+32
2025-11-25r8169: add support for RTL9151AJaven Xu-0/+3
2025-11-25net/mlx5e: Fix validation logic in rate limitingDanielle Costantino-1/+1
2025-11-25ACPICA: Avoid walking the Namespace if start_node is NULLCryolitia PukNgae-3/+6
2025-11-25drm/xe: Fix conversion from clock ticks to millisecondsHarish Chegondi-6/+1
2025-11-25drm/xe/guc: Fix stack_depot usageLucas De Marchi-0/+3
2025-11-25drm/xe/guc: Fix resource leak in xe_guc_ct_init_noalloc()Shuicheng Lin-6/+6
2025-11-25PCI: Add Renesas RZ/G3S host controller driverClaudiu Beznea-0/+1771
2025-11-25drm/xe: Protect against unset LRC when pausing submissionsTomasz Lis-6/+16
2025-11-25drm/xe/vf: Start re-emission from first unsignaled job during VF migrationMatthew Brost-15/+19
2025-11-25cpuidle: Warn instead of bailing out if target residency check failsRafael J. Wysocki-10/+8
2025-11-25cpuidle: Update header inclusionAndy Shevchenko-0/+4
2025-11-25cpuidle: Respect the CPU system wakeup QoS limit for cpuidleUlf Hansson-0/+4
2025-11-25sched: idle: Respect the CPU system wakeup QoS limit for s2idleUlf Hansson-5/+7
2025-11-25pmdomain: Respect the CPU system wakeup QoS limit for cpuidleUlf Hansson-1/+5
2025-11-25pmdomain: Respect the CPU system wakeup QoS limit for s2idleUlf Hansson-2/+35
2025-11-25drm/xe/pf: Handle MERT catastrophic errorsLukasz Laguna-0/+16
2025-11-25drm/xe/pf: Add TLB invalidation support for MERTLukasz Laguna-2/+131
2025-11-25drm/xe/pf: Configure LMTT in MERTLukasz Laguna-1/+22
2025-11-25drm/xe: Add device flag to indicate standalone MERTLukasz Laguna-0/+10
2025-11-25Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-2/+2
2025-11-25Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+4
2025-11-25iommu/arm-smmu-qcom: Enable use of all SMR groups when running bare-metalStephan Gerhold-10/+17
2025-11-25spi: microchip: Enable compile-testing for FPGA SPI controllersGeert Uytterhoeven-2/+2
2025-11-25Merge tag 'opp-updates-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Rafael J. Wysocki-93/+117
2025-11-25Merge tag 'cpufreq-arm-updates-6.19' of git://git.kernel.org/pub/scm/linux/ke...Rafael J. Wysocki-21/+194
2025-11-25remoteproc: Use of_reserved_mem_region_* functions for "memory-region"Rob Herring (Arm)-196/+129
2025-11-25iommufd/selftest: Add some tests for the dmabuf flowJason Gunthorpe-0/+167
2025-11-25iommufd: Accept a DMABUF through IOMMU_IOAS_MAP_FILEJason Gunthorpe-19/+41
2025-11-25iommufd: Have iopt_map_file_pages convert the fd to a fileJason Gunthorpe-12/+13
2025-11-25iommufd: Have pfn_reader process DMABUF iopt_pagesJason Gunthorpe-7/+66
2025-11-25iommufd: Allow MMIO pages in a batchJason Gunthorpe-5/+24
2025-11-25iommufd: Allow a DMABUF to be revokedJason Gunthorpe-4/+135
2025-11-25iommufd: Do not map/unmap revoked DMABUFsJason Gunthorpe-21/+52
2025-11-25iommufd: Add DMABUF to iopt_pagesJason Gunthorpe-8/+169