summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2023-02-14Merge tag 'cpufreq-arm-updates-6.3' of git://git.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki-1/+3
2023-02-14Merge back cpufreq material for 6.3-rc1.Rafael J. Wysocki-266/+769
2023-02-14ubi: block: Fix a possible use-after-free bug in ubiblock_create()Harshit Mogalapalli-0/+1
2023-02-14cpufreq: qcom-hw: Add missing null pointer checkManivannan Sadhasivam-0/+2
2023-02-14Merge tag 'phy-fixes-6.2' into nextVinod Koul-20/+13
2023-02-14phy: rockchip-typec: fix tcphy_get_mode error caseNeill Kapron-2/+2
2023-02-14usb: gadget: u_serial: Add null pointer check in gserial_resumePrashanth K-4/+19
2023-02-14usb: gadget: uvc: fix missing mutex_unlock() if kstrtou8() failsYang Yingliang-16/+16
2023-02-14spi: Reorder fields in 'struct spi_transfer'Christophe JAILLET-1/+1
2023-02-14spi: cadence-quadspi: use STIG mode for small readsDhruva Gole-1/+7
2023-02-14spi: cadence-quadspi: setup ADDR Bits in cmd readsDhruva Gole-0/+11
2023-02-14spi: cadence-quadspi: Add flag for direct mode writesDhruva Gole-2/+11
2023-02-14spi: cadence-quadspi: Reset CMD_CTRL Reg on cmd r/w completionDhruva Gole-1/+9
2023-02-14xhci: host: potential NULL dereference in xhci_generic_plat_probe()Dan Carpenter-0/+3
2023-02-14hv_netvsc: Check status in SEND_RNDIS_PKT completion messageMichael Kelley-0/+18
2023-02-14Merge 6.2-rc8 into usb-nextGreg Kroah-Hartman-593/+1056
2023-02-14wifi: mac80211: fix receiving A-MSDU frames on mesh interfacesFelix Fietkau-1/+1
2023-02-14mmc: sdhci-of-dwcmshc: add the missing device table IDs for acpiLiming Sun-0/+1
2023-02-14wifi: cfg80211: include puncturing bitmap in channel switch eventsAloka Dixit-3/+3
2023-02-14wifi: mac80211_hwsim: Rename pid to portid to avoid confusionJaewan Kim-3/+3
2023-02-14wifi: cfg80211: Extend cfg80211_update_owe_info_event() for MLD APVeerendranath Jakkam-0/+1
2023-02-14vfio/ccw: remove WARN_ON during shutdownEric Farman-1/+1
2023-02-14net/mlx5e: TC, support per action statsOz Shlomo-13/+89
2023-02-14net/mlx5e: TC, map tc action cookie to a hw counterOz Shlomo-1/+224
2023-02-14net/mlx5e: TC, store tc action cookies per attrOz Shlomo-0/+5
2023-02-14net/mlx5e: TC, add hw counter to branching actionsOz Shlomo-0/+5
2023-02-14net: stmmac: Restrict warning on disabling DMA store and fwd modeCristian Ciocaltea-1/+1
2023-02-14Revert "driver core: add error handling for devtmpfs_create_node()"Greg Kroah-Hartman-5/+1
2023-02-14Revert "devtmpfs: add debug info to handle()"Greg Kroah-Hartman-10/+2
2023-02-14Revert "devtmpfs: remove return value of devtmpfs_delete_node()"Greg Kroah-Hartman-6/+6
2023-02-14nvme-pci: remove iod use_sglsKeith Busch-3/+1
2023-02-14nvme-pci: fix freeing single sglKeith Busch-1/+1
2023-02-14crypto: aspeed - Fix modular aspeed-acryHerbert Xu-1/+3
2023-02-14crypto: hisilicon/qm - fix coding style issuesWeili Qian-18/+12
2023-02-14crypto: hisilicon/qm - update comments to match functionWeili Qian-3/+2
2023-02-14crypto: hisilicon/qm - change function namesWeili Qian-4/+4
2023-02-14crypto: hisilicon/qm - use min() instead of min_t()Weili Qian-1/+1
2023-02-14crypto: hisilicon/qm - remove some unused definesWeili Qian-10/+0
2023-02-14crypto: crypto4xx - Call dma_unmap_page when doneHerbert Xu-6/+4
2023-02-14crypto: octeontx2 - Fix objects shared between several modulesAlexander Lobakin-14/+39
2023-02-14crypto: nx - Fix sparse warningsHerbert Xu-10/+9
2023-02-14nvme-pci: always return an ERR_PTR from nvme_pci_alloc_devIrvin Cote-3/+3
2023-02-14nvme-pci: set the DMA mask earlierChristoph Hellwig-7/+5
2023-02-13net: stmmac: fix order of dwmac5 FlexPPS parametrization sequenceJohannes Zink-1/+2
2023-02-13net: stmmac: dwc-qos: Make struct dwc_eth_dwmac_data::remove return voidUwe Kleine-König-12/+5
2023-02-13net: stmmac: Make stmmac_dvr_remove() return voidUwe Kleine-König-15/+15
2023-02-13net: mvneta: do not set xdp_features for hw buffer devicesLorenzo Bianconi-3/+6
2023-02-13hv_netvsc: add missing NETDEV_XDP_ACT_NDO_XMIT xdp-features flagLorenzo Bianconi-1/+2
2023-02-13net: stmmac: add missing NETDEV_XDP_ACT_XSK_ZEROCOPY bit to xdp_featuresLorenzo Bianconi-0/+1
2023-02-13net: ethernet: mtk_wed: No need to clear memory after a dma_alloc_coherent() ...Christophe JAILLET-1/+0