summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-09-12net/mlx5e: Don't support phys switch id if not in switchdev modeRoi Dayan1-1/+1
2020-09-12net: usb: dm9601: Add USB ID of Keenetic Plus DSLKamil Lorenc1-0/+4
2020-09-09net: usb: Fix uninit-was-stored issue in asix_read_phy_addr()Himadri Pandya1-1/+1
2020-09-09vfio/pci: Fix SR-IOV VF handling with MMIO blockingAlex Williamson1-1/+16
2020-09-09dm thin metadata: Avoid returning cmd->bm wild pointer on errorYe Bin1-2/+6
2020-09-09dm cache metadata: Avoid returning cmd->bm wild pointer on errorYe Bin1-2/+6
2020-09-09dm writecache: handle DAX to partitions on persistent memory correctlyMikulas Patocka1-2/+10
2020-09-09libata: implement ATA_HORKAGE_MAX_TRIM_128M and apply to SandisksTejun Heo2-4/+9
2020-09-09media: rc: uevent sysfs file races with rc_unregister_device()Sean Young1-16/+16
2020-09-09media: rc: do not access device via sysfs after rc_unregister_device()Sean Young1-0/+12
2020-09-09usb: qmi_wwan: add D-Link DWM-222 A2 device IDRogan Dawes1-0/+1
2020-09-09net: usb: qmi_wwan: add Telit 0x1050 compositionDaniele Palmas1-0/+1
2020-09-09vfio-pci: Invalidate mmaps and block MMIO access on disabled memoryAlex Williamson5-43/+331
2020-09-09vfio-pci: Fault mmaps to enable vma trackingAlex Williamson2-2/+81
2020-09-09vfio/type1: Support faulting PFNMAP vmasAlex Williamson1-3/+33
2020-09-09thermal: ti-soc-thermal: Fix bogus thermal shutdowns for omap4430Tony Lindgren2-14/+19
2020-09-09iommu/vt-d: Serialize IOMMU GCMD register modificationsLu Baolu1-2/+8
2020-09-09tg3: Fix soft lockup when tg3_reset_task() fails.Michael Chan1-4/+13
2020-09-09net: gemini: Fix another missing clk_disable_unprepare() in probeDan Carpenter1-17/+17
2020-09-09net: ethernet: mlx4: Fix memory allocation in mlx4_buddy_init()Shung-Hsi Yu1-1/+1
2020-09-09nvmet-fc: Fix a missed _irqsave version of spin_lock in 'nvmet_fc_fod_op_done()'Christophe JAILLET1-2/+2
2020-09-09bnxt: don't enable NAPI until rings are readyJakub Kicinski1-8/+4
2020-09-09bnxt_en: fix HWRM error when querying VF temperatureEdwin Peer1-4/+7
2020-09-09bnxt_en: Fix PCI AER error recovery flowVasundhara Volam1-0/+3
2020-09-09bnxt_en: Check for zero dir entries in NVRAM.Vasundhara Volam1-0/+3
2020-09-09bnxt_en: Don't query FW when netif_running() is false.Pavan Chebbi1-1/+1
2020-09-09gtp: add GTPA_LINK info to msg sent to userspaceNicolas Dichtel1-0/+1
2020-09-09dmaengine: pl330: Fix burst length if burst size is smaller than bus widthMarek Szyprowski1-1/+1
2020-09-09net: arc_emac: Fix memleak in arc_mdio_probeDinghao Liu1-0/+1
2020-09-09ravb: Fixed to be able to unload modulesYuusuke Ashizuka1-55/+55
2020-09-09net: systemport: Fix memleak in bcm_sysport_probeDinghao Liu1-2/+4
2020-09-09net: hns: Fix memleak in hns_nic_dev_probeDinghao Liu1-3/+6
2020-09-09dmaengine: at_hdmac: check return value of of_find_device_by_node() in at_dma...Yu Kuai1-0/+2
2020-09-09dmaengine: of-dma: Fix of_dma_router_xlate's of_dma_xlate handlingPeter Ujfalusi1-4/+4
2020-09-09xen/xenbus: Fix granting of vmalloc'd memorySimon Leiner1-2/+8
2020-09-09cpuidle: Fixup IRQ statePeter Zijlstra1-1/+2
2020-09-09drm/msm/a6xx: fix gmu start on newer firmwareDmitry Baryshkov1-1/+11
2020-09-09nvmet: Disable keep-alive timer when kato is cleared to 0hAmit Engel1-0/+6
2020-09-09hwmon: (applesmc) check status earlier.Tom Rix1-15/+16
2020-09-09drm/msm: add shutdown support for display platform_driverKrishna Manikandan1-0/+8
2020-09-09tty: serial: qcom_geni_serial: Drop __init from qcom_geni_console_setupJohn Stultz1-1/+1
2020-09-09scsi: target: tcmu: Optimize use of flush_dcache_pageBodo Stroesser1-4/+7
2020-09-09scsi: target: tcmu: Fix size in calls to tcmu_flush_dcache_rangeBodo Stroesser1-2/+2
2020-09-09HID: core: Sanitize event code and type when mapping inputMarc Zyngier2-0/+6
2020-09-09HID: core: Correctly handle ReportSize being zeroMarc Zyngier1-2/+13
2020-09-03HID: hiddev: Fix slab-out-of-bounds write in hiddev_ioctl_usage()Peilin Ye1-0/+4
2020-09-03tpm: Unify the mismatching TPM space buffer sizesJarkko Sakkinen4-19/+24
2020-09-03usb: dwc3: gadget: Handle ZLP for sg requestsThinh Nguyen1-0/+29
2020-09-03usb: dwc3: gadget: Fix handling ZLPThinh Nguyen1-2/+22
2020-09-03usb: dwc3: gadget: Don't setup more than requestedThinh Nguyen1-16/+35