aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-08-28platform/x86: asus-wmi: map more keys on ExpertBook B9Anton Khirnov1-0/+3
2025-08-28ublk: avoid ublk_io_release() called after ublk char dev is closedMing Lei1-2/+70
2025-08-28mtd: nand: raw: atmel: Respect tAR, tCLR in read setup timingAlexander Sverdlin1-3/+13
2025-08-28mtd: rawnand: stm32_fmc2: fix ECC overwriteChristophe Kerello1-3/+15
2025-08-28mtd: rawnand: stm32_fmc2: avoid overlapping mappings on ECC bufferChristophe Kerello1-19/+9
2025-08-28mtd: rawnand: nuvoton: Fix an error handling path in ma35_nand_chips_init()Christophe JAILLET1-2/+2
2025-08-28mtd: MTD_INTEL_DG should depend on DRM_I915 or DRM_XEGeert Uytterhoeven1-2/+2
2025-08-28Merge tag 'iwlwifi-fixes-2025-08-28' of https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-nextJohannes Berg5-7/+57
2025-08-28wifi: iwlwifi: cfg: add back more lost PCI IDsJohannes Berg1-0/+8
2025-08-28wifi: iwlwifi: fix byte count table for old devicesJohannes Berg1-1/+2
2025-08-28wifi: iwlwifi: cfg: restore some 1000 series configsJohannes Berg1-3/+3
2025-08-28Merge tag 'mt76-fixes-2025-08-27' of https://github.com/nbd168/wirelessJohannes Berg12-51/+124
2025-08-28wifi: mwifiex: Initialize the chan_stats array to zeroQianfeng Rong2-4/+5
2025-08-28wifi: iwlwifi: uefi: check DSM item validityJohannes Berg1-0/+6
2025-08-28wifi: iwlwifi: acpi: check DSM func validityJohannes Berg2-1/+32
2025-08-28wifi: iwlwifi: if scratch is ~0U, consider it a failureEmmanuel Grumbach1-2/+6
2025-08-28net: macb: Disable clocks onceNeil Mandir1-5/+2
2025-08-27of_numa: fix uninitialized memory nodes causing kernel panicYin Tirui1-1/+4
2025-08-28ata: ahci_xgene: Use int type for 'rc' to store error codesQianfeng Rong1-5/+2
2025-08-27fbnic: Move phylink resume out of service_task and into open/closeAlexander Duyck2-2/+4
2025-08-27fbnic: Fixup rtnl_lock and devl_lock handling related to mailbox codeAlexander Duyck1-7/+6
2025-08-27drm/amdgpu/userq: fix error handling of invalid doorbellAlex Deucher1-0/+1
2025-08-27drm/amdgpu: update firmware version checks for user queue supportJesse.Zhang1-3/+3
2025-08-27drm/amd/amdgpu: disable hwmon power1_cap* for gfx 11.0.3 on vf modeYang Wang1-8/+10
2025-08-27Revert "drm/amdgpu: fix incorrect vm flags to map bo"Alex Deucher1-2/+2
2025-08-27drm/amdgpu/gfx12: set MQD as appriopriate for queue typesAlex Deucher1-2/+6
2025-08-27drm/amdgpu/gfx11: set MQD as appriopriate for queue typesAlex Deucher1-2/+6
2025-08-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds5-9/+19
2025-08-27Merge tag 'media/v6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds31-97/+18
2025-08-27reset: eyeq: fix OF node leakJohan Hovold1-0/+11
2025-08-27wifi: mt76: fix linked list corruptionFelix Fietkau1-5/+3
2025-08-27wifi: mt76: free pending offchannel tx frames on wcid cleanupFelix Fietkau1-0/+4
2025-08-27wifi: mt76: mt7915: fix list corruption after hardware restartFelix Fietkau3-7/+43
2025-08-27wifi: mt76: mt7996: add missing check for rx wcid entriesFelix Fietkau1-1/+1
2025-08-27wifi: mt76: do not add non-sta wcid entries to the poll listFelix Fietkau1-1/+1
2025-08-27wifi: mt76: mt7996: fix crash on some tx status reportsFelix Fietkau1-1/+3
2025-08-27wifi: mt76: mt7996: use the correct vif link for scanning/rocChad Monroe1-2/+6
2025-08-27wifi: mt76: mt7996: disable beacons when going offchannelFelix Fietkau4-21/+42
2025-08-27wifi: mt76: prevent non-offchannel mgmt tx during scan/rocFelix Fietkau1-1/+3
2025-08-27wifi: mt76: mt7925: skip EHT MLD TLV on non-MLD and pass conn_state for sta_cmdMing Yen Hsieh1-4/+8
2025-08-27wifi: mt76: mt7925u: use connac3 tx aggr check in tx completeMing Yen Hsieh1-1/+1
2025-08-27wifi: mt76: mt7925: fix the wrong bss cleanup for SAPMing Yen Hsieh1-0/+3
2025-08-27wifi: mt76: mt7925: fix locking in mt7925_change_vif_links()Harshit Mogalapalli1-1/+3
2025-08-27wifi: mt76: mt7921: don't disconnect when CSA to DFS chanJanusz Dziedzic1-4/+1
2025-08-27wifi: mt76: mt7996: Initialize hdr before passing to skb_put_data()Nathan Chancellor1-2/+2
2025-08-26net: hv_netvsc: fix loss of early receive events from host during channel open.Dipayaan Roy2-16/+24
2025-08-26net: stmmac: Set CIC bit only for TX queues with COERohan G Thomas1-2/+4
2025-08-26net: stmmac: xgmac: Correct supported speed modesRohan G Thomas2-2/+16
2025-08-26net: stmmac: xgmac: Do not enable RX FIFO Overflow interruptsRohan G Thomas1-4/+0
2025-08-26net/mlx5e: Set local Xoff after FW updateAlexei Lazar1-1/+2