summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-09-02Merge tag 'char-misc-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-32/+72
2022-09-02Merge tag 'usb-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds34-167/+289
2022-09-02Merge tag 'platform-drivers-x86-v6.0-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds8-57/+104
2022-09-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2022-09-02Revert "usb: gadget: udc-xilinx: replace memcpy with memcpy_toio"Greg Kroah-Hartman1-8/+8
2022-09-02Merge tag 'soundwire-6.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman1-7/+3
2022-09-01Merge tag 'net-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds27-72/+201
2022-09-01platform/x86: p2sb: Fix UAF when caller uses resource nameAndy Shevchenko1-2/+16
2022-09-01platform/x86: asus-wmi: Increase FAN_CURVE_BUF_LEN to 32Luke D. Jones1-5/+4
2022-09-01binder: fix alloc->vma_vm_mm null-ptr dereferenceCarlos Llamas1-2/+2
2022-09-01misc: fastrpc: increase maximum session countJohan Hovold1-1/+1
2022-09-01misc: fastrpc: fix memory corruption on openJohan Hovold1-4/+3
2022-09-01misc: fastrpc: fix memory corruption on probeJohan Hovold1-0/+5
2022-09-01usb: storage: Add ASUS <0x0b05:0x1932> to IGNORE_UASHu Xiaoying1-0/+7
2022-09-01platform/mellanox: Remove redundant 'NULL' checkVadim Pasternak1-4/+2
2022-09-01platform/mellanox: Remove unnecessary codeVadim Pasternak1-5/+4
2022-09-01platform/mellanox: mlxreg-lc: Fix locking issueVadim Pasternak1-12/+25
2022-09-01platform/mellanox: mlxreg-lc: Fix coverity warningVadim Pasternak1-1/+0
2022-09-01platform/x86: acer-wmi: Acer Aspire One AOD270/Packard Bell Dot keymap fixesHans de Goede1-1/+8
2022-09-01perf/arm_pmu_platform: fix tests for platform_get_irq() failureYu Zhe1-1/+1
2022-09-01Merge tag 'usb-serial-6.0-rc4' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman5-2/+38
2022-09-01soundwire: qcom: fix device status array rangeSrinivas Kandagatla1-3/+3
2022-08-31mlxbf_gige: compute MDIO period based on i1clkDavid Thompson3-18/+110
2022-08-31Merge tag 'for-linus-2022083101' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds13-34/+96
2022-08-31Merge tag 'lsm-pr-20220829' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+6
2022-08-31USB: serial: ch341: fix disabled rx timer on older devicesJohan Hovold1-1/+5
2022-08-31USB: serial: ch341: fix lost character on LCR updatesJohan Hovold1-1/+9
2022-08-31ethernet: rocker: fix sleep in atomic context bug in neigh_timer_handlerDuoming Zhou1-1/+1
2022-08-31USB: serial: cp210x: add Decagon UCA device idJohan Hovold1-0/+1
2022-08-31Revert "usb: add quirks for Lenovo OneLink+ Dock"Greg Kroah-Hartman1-4/+0
2022-08-31net: lan966x: improve error handle in lan966x_fdma_rx_get_frame()Dan Carpenter1-1/+4
2022-08-31nfp: fix the access to management firmware hangingGao Xiao1-0/+1
2022-08-31Merge tag 'ieee802154-for-net-2022-08-29' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski3-2/+4
2022-08-31net: phy: micrel: Make the GPIO to be non-exclusiveHoratiu Vultur1-1/+7
2022-08-30Merge tag 'mhi-fixes-for-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-3/+16
2022-08-30Merge tag 'peci-fixes-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/i...Greg Kroah-Hartman2-3/+2
2022-08-30usb: cdns3: fix issue with rearming ISO OUT endpointPawel Laszczak1-0/+1
2022-08-30usb: cdns3: fix incorrect handling TRB_SMM flag for ISOC transferPawel Laszczak1-1/+2
2022-08-30usb: gadget: mass_storage: Fix cdrom data transfers on MAC-OSKrishna Kurapati1-2/+4
2022-08-30media: mceusb: Use new usb_control_msg_*() routinesAlan Stern1-21/+14
2022-08-30USB: core: Prevent nested device-reset callsAlan Stern1-0/+10
2022-08-30USB: gadget: Fix obscure lockdep violation for udc_mutexAlan Stern1-10/+16
2022-08-30usb: dwc2: fix wrong order of phy_power_on and phy_initHeiner Kallweit1-4/+4
2022-08-30usb: gadget: udc-xilinx: replace memcpy with memcpy_toioPiyush Mehta1-8/+8
2022-08-30usb: typec: Remove retimers properlyHeikki Krogerus1-0/+1
2022-08-30usb: dwc3: disable USB core PHY managementJohan Hovold1-0/+10
2022-08-30usb: add quirks for Lenovo OneLink+ DockJean-Francois Le Fillatre1-0/+4
2022-08-29bus: mhi: host: Fix up null pointer access in mhi_irq_handlerQiang Yu1-3/+16
2022-08-29USB: serial: option: add support for Cinterion MV32-WA/WB RmNet modeSlark Xiao1-0/+6
2022-08-29USB: serial: ftdi_sio: add Omron CS1W-CIF31 device idNiek Nooijens2-0/+8