summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-09-26serial: 8250: Avoid error message on reprobeLukas Wunner1-2/+9
2020-09-26net: wan: wanxl: use $(M68KCC) instead of $(M68KAS) for rebuilding firmwareMasahiro Yamada1-3/+3
2020-09-26net: wan: wanxl: use allow to pass CROSS_COMPILE_M68k for rebuilding firmwareMasahiro Yamada2-7/+7
2020-09-26net: phy: Avoid NPD upon phy_detach() when driver is unboundFlorian Fainelli1-1/+2
2020-09-26bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam() with mutex.Michael Chan1-11/+20
2020-09-26bnxt_en: return proper error codes in bnxt_show_tempEdwin Peer1-6/+13
2020-09-26nfp: use correct define to return NONE fecJakub Kicinski1-2/+2
2020-09-26net: dsa: rtl8366: Properly clear member configLinus Walleij1-7/+13
2020-09-26hdlc_ppp: add range checks in ppp_cp_parse_cr()Dan Carpenter1-5/+11
2020-09-26geneve: add transport ports in route lookup for geneveMark Gray1-10/+27
2020-09-26cxgb4: Fix offset when clearing filter byte countersGanji Aravind1-3/+6
2020-09-23ehci-hcd: Move include to keep CRC stableQuentin Perret2-1/+1
2020-09-23serial: 8250_pci: Add Realtek 816a and 816bTobias Diedrich1-0/+11
2020-09-23Input: i8042 - add Entroware Proteus EL07R4 to nomux and reset listsHans de Goede1-0/+16
2020-09-23Input: trackpoint - add new trackpoint variant IDsVincent Huang2-8/+12
2020-09-23i2c: i801: Fix resume bugVolker Rümelin1-7/+14
2020-09-23usblp: fix race between disconnect() and read()Oliver Neukum1-0/+5
2020-09-23USB: UAS: fix disconnect by unplugging a hubOliver Neukum1-2/+12
2020-09-23USB: quirks: Add USB_QUIRK_IGNORE_REMOTE_WAKEUP quirk for BYD zhaoxin notebookPenghao1-0/+4
2020-09-23drm/mediatek: Add missing put_device() call in mtk_hdmi_dt_parse_pdata()Yu Kuai1-8/+18
2020-09-23drm/mediatek: Add exception handing in mtk_drm_probe() if component init failYu Kuai1-1/+6
2020-09-23fbcon: Fix user font detection test at fbcon_resize().Tetsuo Handa1-1/+1
2020-09-23Drivers: hv: vmbus: Add timeout to vmbus_wait_for_unloadMichael Kelley1-2/+5
2020-09-23clk: rockchip: Fix initialization of mux_pll_src_4plls_pNathan Chancellor1-1/+1
2020-09-23clk: davinci: Use the correct size when allocating memoryChristophe JAILLET1-1/+1
2020-09-23spi: Fix memory leak on splited transfersGustav Wiklander1-2/+7
2020-09-23i2c: algo: pca: Reapply i2c bus settings after resetEvan Nimmo1-12/+23
2020-09-23nvme-rdma: cancel async events before freeing event structDavid Milburn1-0/+1
2020-09-23nvme-fc: cancel async events before freeing event structDavid Milburn1-0/+1
2020-09-23rapidio: Replace 'select' DMAENGINES 'with depends on'Laurent Pinchart1-1/+1
2020-09-23spi: spi-loopback-test: Fix out-of-bounds readVincent Whitchurch1-1/+1
2020-09-23regulator: pwm: Fix machine constraints applicationVincent Whitchurch1-1/+1
2020-09-23scsi: lpfc: Fix FLOGI/PLOGI receive race condition in pt2pt discoveryJames Smart1-1/+3
2020-09-23scsi: libfc: Fix for double free()Javed Hasan1-2/+0
2020-09-23scsi: pm8001: Fix memleak in pm8001_exec_internal_task_abortDinghao Liu1-1/+1
2020-09-23hv_netvsc: Remove "unlikely" from netvsc_select_queueHaiyang Zhang1-1/+1
2020-09-23RDMA/bnxt_re: Restrict the max_gids to 256Naresh Kumar PBS2-1/+2
2020-09-23scsi: qla2xxx: Reduce holding sess_lock to prevent CPU lock-upQuinn Tran5-25/+33
2020-09-23scsi: qla2xxx: Move rport registration out of internal work_listQuinn Tran5-39/+147
2020-09-23scsi: qla2xxx: Update rscn_rcvd field to more meaningful scan_neededQuinn Tran3-8/+8
2020-09-17usb: typec: ucsi: acpi: Check the _DEP dependenciesHeikki Krogerus1-0/+4
2020-09-17usb: Fix out of sync data toggle if a configured device is reconfiguredMathias Nyman1-49/+42
2020-09-17USB: serial: option: add support for SIM7070/SIM7080/SIM7090 modulesAleksander Morgado1-0/+2
2020-09-17USB: serial: option: support dynamic Quectel USB compositionsBjørn Mork1-8/+12
2020-09-17USB: serial: ftdi_sio: add IDs for Xsens Mti USB converterPatrick Riphagen2-0/+2
2020-09-17usb: core: fix slab-out-of-bounds Read in read_descriptorsZeng Tao1-0/+5
2020-09-17phy: qcom-qmp: Use correct values for ipq8074 PCIe Gen2 PHY initSivaprakash Murugesan2-7/+11
2020-09-17staging: greybus: audio: fix uninitialized value issueVaibhav Agarwal1-14/+15
2020-09-17video: fbdev: fix OOB read in vga_8planes_imageblit()Tetsuo Handa1-1/+1
2020-09-17fbcon: remove now unusued 'softback_lines' cursor() argumentLinus Torvalds7-44/+8