summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2026-02-04leds: expresswire: Fix chip state breakageDuje Mihanović-7/+17
2026-02-04driver core: disable revocable code from buildGreg Kroah-Hartman-2/+2
2026-02-04drm/mgag200: fix mgag200_bmc_stop_scanout()Jacob Keller-19/+18
2026-02-04Merge tag 'soc_fsl-6.20-1' of https://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann-63/+182
2026-02-04s390/tape: Rename tape_34xx.c to tape_3490.cJan Höppner-132/+132
2026-02-04s390/tape: Cleanup sense data analysis and error handlingJan Höppner-120/+0
2026-02-04s390/tape: Remove 3480 tape device typeJan Höppner-61/+26
2026-02-04s390/tape: Remove unused command definitionsJan Höppner-33/+5
2026-02-04s390/tape: Remove special block id handlingJan Höppner-202/+2
2026-02-04s390/tape: Remove tape load display supportJan Höppner-60/+1
2026-02-04s390/tape: Remove support for 3590/3592 modelsJan Höppner-1807/+2
2026-02-04mshv: clear eventfd counter on irqfd shutdownCarlos López-4/+2
2026-02-04Drivers: hv: Use memremap()/memunmap() instead of ioremap_cache()/iounmap()Michael Kelley-6/+6
2026-02-04PCI: hv: remove unnecessary module_init/exit functionsEthan Nelson-Moore-12/+0
2026-02-04mshv: Add debugfs to view hypervisor statisticsNuno Das Neves-2/+785
2026-02-04mshv: Add data for printing stats page countersNuno Das Neves-0/+490
2026-02-04mshv: Update hv_stats_page definitionsNuno Das Neves-19/+8
2026-02-04mshv: Always map child vp stats pages regardless of scheduler typeStanislav Kinsburskii-17/+8
2026-02-04mshv: Improve mshv_vp_stats_map/unmap(), add them to mshv_root.hStanislav Kinsburskii-17/+54
2026-02-04mshv: Use typed hv_stats_page pointersStanislav Kinsburskii-11/+14
2026-02-04mshv: Ignore second stats page map result failurePurna Pavan Chandra Aekkaladevi-4/+51
2026-02-04mshv: Use EPOLLIN and EPOLLHUP instead of POLLIN and POLLHUPMichael Kelley-4/+4
2026-02-04mshv: Fix compiler warning about cast converting incompatible function typeMichael Kelley-2/+3
2026-02-04PCI: hv: Remove unused field pci_bus in struct hv_pcibus_deviceMichael Kelley-1/+0
2026-02-03clk: aspeed: Add reset for HACE/VIDEOJammy Huang-0/+2
2026-02-03clk: aspeed: add AST2700 clock driverRyan Chen-0/+1064
2026-02-03clk: aspeed: Move the existing ASPEED clk drivers into aspeed subdirectory.Ryan Chen-14/+18
2026-02-03Revert "clk: Respect CLK_OPS_PARENT_ENABLE during recalc"Stephen Boyd-13/+0
2026-02-03net: cpsw: Execute ndo_set_rx_mode callback in a work queueKevin Hao-6/+35
2026-02-03net: cpsw_new: Execute ndo_set_rx_mode callback in a work queueKevin Hao-5/+30
2026-02-03net: usb: sr9700: remove code to drive nonexistent multicast filterEthan Nelson-Moore-28/+5
2026-02-03net: usb: introduce usbnet_mii_ioctl helper functionEthan Nelson-Moore-42/+15
2026-02-03net: ethernet: renesas: rcar_gen4_ptp: Hide private data from usersNiklas Söderlund-10/+11
2026-02-03net: ethernet: renesas: rcar_gen4_ptp: Add helper to read timeNiklas Söderlund-8/+13
2026-02-03net: ethernet: renesas: rcar_gen4_ptp: Add helper to get clock indexNiklas Söderlund-2/+13
2026-02-03net: ethernet: renesas: rcar_gen4_ptp: Move address assignmentNiklas Söderlund-16/+20
2026-02-03scsi: csiostor: Fix dereference of null pointer rnColin Ian King-1/+2
2026-02-03scsi: buslogic: Reduce stack usageArnd Bergmann-2/+4
2026-02-03scsi: ufs: host: mediatek: Require CONFIG_PMArnd Bergmann-9/+4
2026-02-03gve: Correct ethtool rx_dropped calculationMax Yuan-6/+17
2026-02-03gve: Fix stats report corruption on queue count changeDebarghya Kundu-22/+36
2026-02-03scsi: ufs: mediatek: Fix page faults in ufs_mtk_clk_scale() trace eventKeita Morisaki-3/+3
2026-02-03scsi: smartpqi: Fix memory leak in pqi_report_phys_luns()Zilin Guan-3/+10
2026-02-03scsi: mpi3mr: Make driver probing asynchronousGuixin Liu-1/+4
2026-02-03scsi: ufs: core: Flush exception handling work when RPM level is zeroThomas Yen-0/+2
2026-02-03net: ethernet: adi: adin1110: Check return value of devm_gpiod_get_optional()...Chen Ni-0/+3
2026-02-03bng_en: fix misleading error message for generic firmware versionAlok Tiwari-1/+1
2026-02-03ipmi:ls2k: Make ipmi_ls2k_platform_driver staticCorey Minyard-1/+1
2026-02-03ipmi: ipmb: initialise event handler read bytesMatt Johnston-0/+5
2026-02-03ipmi: Consolidate the run to completion checking for xmit msgs lockCorey Minyard-18/+24