aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-12-04usb: typec: ucsi: Fix completion notificationsƁukasz Bartosik1-2/+4
2024-12-04usb: dwc2: Fix HCD port connection raceStefan Wahren1-1/+1
2024-12-04usb: dwc2: hcd: Fix GetPortStatus & SetPortFeatureStefan Wahren1-10/+6
2024-12-04usb: dwc2: Fix HCD resumeStefan Wahren1-0/+1
2024-12-04usb: gadget: u_serial: Fix the issue that gs_start_io crashed due to accessin...Lianqin Hu1-3/+6
2024-12-04usb: misc: onboard_usb_dev: skip suspend/resume sequence for USB5744 SMBus su...Radhey Shyam Pandey1-1/+3
2024-12-04usb: dwc3: xilinx: make sure pipe clock is deselected in usb2 only modeNeal Frager1-1/+4
2024-12-04usb: core: hcd: only check primary hcd skip_phy_initializationXu Yang1-1/+7
2024-12-04usb: gadget: midi2: Fix interpretation of is_midi1 bitsTakashi Iwai1-1/+5
2024-12-04usb: dwc3: imx8mp: fix software node kernel dumpXu Yang1-14/+16
2024-12-04usb: typec: anx7411: fix OF node reference leaks in anx7411_typec_switch_probe()Joe Hattori1-7/+12
2024-12-04usb: typec: anx7411: fix fwnode_handle reference leakJoe Hattori1-18/+29
2024-12-04usb: host: max3421-hcd: Correctly abort a USB request.Mark Tomlinson1-5/+11
2024-12-04usb: ehci-hcd: fix call balance of clocks handling routinesVitalii Mordan1-2/+7
2024-12-04gpio: GPIO_MVEBU should not default to y when compile-testingGeert Uytterhoeven1-1/+2
2024-12-04spi: intel: Add Panther Lake SPI controller supportAapo Vienamo1-0/+2
2024-12-04firmware: arm_ffa: Fix the race around setting ffa_dev->propertiesLevi Yun2-10/+12
2024-12-03drm/amdgpu: rework resume handling for display (v2)Alex Deucher1-2/+43
2024-12-04Merge tag 'drm-misc-fixes-2024-11-28' of https://gitlab.freedesktop.org/drm/m...Dave Airlie3-2/+31
2024-12-04Merge tag 'drm-misc-fixes-2024-11-21' of https://gitlab.freedesktop.org/drm/m...Dave Airlie1-65/+61
2024-12-03clk: en7523: Initialize num before accessing hws in en7523_register_clocks()Haoyu Li1-2/+2
2024-12-03clk: en7523: Fix wrong BUS clock for EN7581Christian Marangi1-2/+3
2024-12-03bcache: revert replacing IS_ERR_OR_NULL with IS_ERR againLiequan Che1-1/+1
2024-12-03nvme-pci: remove two deallocate zeroes quirksKeith Busch1-3/+1
2024-12-03igb: Fix potential invalid memory access in igb_init_module()Yuan Can1-0/+4
2024-12-03ixgbe: Correct BASE-BX10 compliance codeTore Amundsen1-1/+1
2024-12-03ixgbe: downgrade logging of unsupported VF API version to debugJacob Keller2-1/+3
2024-12-03ixgbevf: stop attempting IPSEC offload on Mailbox API 1.5Jacob Keller1-1/+0
2024-12-03idpf: set completion tag for "empty" bufs associated with a packetJoshua Hay1-0/+1
2024-12-03ice: Fix VLAN pruning in switchdev modeMarcin Szycik1-3/+5
2024-12-03ice: Fix NULL pointer dereference in switchdevWojciech Drewek1-0/+6
2024-12-03ice: fix PHY timestamp extraction for ETH56GPrzemyslaw Korba2-4/+4
2024-12-03ice: fix PHY Clock Recovery availability checkArkadiusz Kubalewski1-8/+17
2024-12-03drivers/virt: pkvm: Don't fail ioremap() call if MMIO_GUARD failsWill Deacon1-5/+1
2024-12-03of: Fix error path in of_parse_phandle_with_args_map()Herve Codina1-5/+10
2024-12-03irqchip/stm32mp-exti: CONFIG_STM32MP_EXTI should not default to y when compil...Geert Uytterhoeven1-1/+1
2024-12-03module: Convert default symbol namespace to string literalMasahiro Yamada14-14/+14
2024-12-03iommufd: Fix out_fput in iommufd_fault_alloc()Nicolin Chen1-2/+0
2024-12-03firmware: arm_scmi: Fix i.MX build dependencyArnd Bergmann2-1/+1
2024-12-03block: rnull: add missing MODULE_DESCRIPTIONFUJITA Tomonori1-0/+1
2024-12-03irqchip/bcm2836: Enable SKIP_SET_WAKE and MASK_ON_SUSPENDStefan Wahren1-0/+3
2024-12-03irqchip/gic-v3: Fix irq_complete_ack() commentLorenzo Pieralisi1-1/+1
2024-12-03rtnetlink: fix double call of rtnl_link_get_net_ifla()Cong Wang3-25/+8
2024-12-03wifi: mac80211: fix a queue stall in certain cases of CSAEmmanuel Grumbach1-1/+1
2024-12-03net/qed: allow old cards not supporting "num_images" to workLouis Leseur1-1/+3
2024-12-03drm/xe: Move the coredump registration to the worker threadJohn Harrison1-34/+39
2024-12-03drm/xe/guc: Fix missing init value and add register order checkZhanjun Dong1-15/+62
2024-12-02net: phy: microchip: Reset LAN88xx PHY to ensure clean link state on LAN7800/...Oleksij Rempel1-0/+21
2024-12-02Merge tag 'linux-can-fixes-for-6.13-20241202' of git://git.kernel.org/pub/scm...Jakub Kicinski11-133/+252
2024-12-02clk: amlogic: axg-audio: revert reset implementationJerome Brunet2-10/+101