summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-07-11xen/events: reset active flag for lateeoi events laterJuergen Gross1-4/+19
2021-07-11drm/nouveau: fix dma_address check for CPU/GPU syncChristian König1-2/+2
2021-07-11scsi: sr: Return appropriate error code when disk is ejectedManYi Li1-0/+2
2021-06-30i2c: robotfuzz-osif: fix control-request directionsJohan Hovold1-2/+2
2021-06-30pinctrl: stm32: fix the reported number of GPIO lines per bankFabien Dessenne1-2/+7
2021-06-30net: ll_temac: Avoid ndo_start_xmit returning NETDEV_TX_BUSYEsben Haabendal1-0/+5
2021-06-30net: qed: Fix memcpy() overflow of qed_dcbx_params()Kees Cook1-1/+3
2021-06-30r8169: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook1-1/+1
2021-06-30sh_eth: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook1-1/+1
2021-06-30r8152: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook1-1/+1
2021-06-30net: caif: fix memory leak in ldisc_openPavel Skripkin1-0/+1
2021-06-30Revert "PCI: PM: Do not read power state in pci_enable_device_flags()"Rafael J. Wysocki1-3/+13
2021-06-30drm/radeon: wait for moving fence after pinningChristian König1-3/+13
2021-06-30drm/nouveau: wait for moving fence after pinning v2Christian König1-1/+16
2021-06-30usb: dwc3: core: fix kernel panic when do rebootPeter Chen1-1/+1
2021-06-30net: fec_ptp: add clock rate zero checkFugang Duan1-0/+4
2021-06-30dmaengine: pl330: fix wrong usage of spinlock flags in dma_cyclcBumyong Lee1-2/+4
2021-06-30PCI: Work around Huawei Intelligent NIC VF FLR erratumChiqijun1-0/+65
2021-06-30PCI: Add ACS quirk for Broadcom BCM57414 NICSriharsha Basavapatna1-0/+2
2021-06-30PCI: Mark some NVIDIA GPUs to avoid bus resetShanker Donthineni1-0/+12
2021-06-30PCI: Mark TI C667X to avoid bus resetAntti Järvinen1-0/+10
2021-06-30usb: core: hub: Disable autosuspend for Cypress CY7C65632Andrew Lunn1-0/+7
2021-06-30can: mcba_usb: fix memory leak in mcba_usbPavel Skripkin1-2/+15
2021-06-30hwmon: (scpi-hwmon) shows the negative temperature properlyRiwen Lu1-0/+9
2021-06-30radeon: use memcpy_to/fromio for UVD fw uploadChen Li1-2/+2
2021-06-30net: ethernet: fix potential use-after-free in ec_bhf_removePavel Skripkin1-1/+3
2021-06-30net: cdc_eem: fix tx fixup skb leakLinyu Yuan1-1/+1
2021-06-30net: hamradio: fix memory leak in mkiss_closePavel Skripkin1-0/+1
2021-06-30be2net: Fix an error handling path in 'be_probe()'Christophe JAILLET1-0/+1
2021-06-30net: usb: fix possible use-after-free in smsc75xx_bindDongliang Mu1-4/+6
2021-06-30net: cdc_ncm: switch to eth%d interface namingMaciej Żenczykowski1-1/+1
2021-06-30netxen_nic: Fix an error handling path in 'netxen_nic_probe()'Christophe JAILLET1-0/+2
2021-06-30qlcnic: Fix an error handling path in 'qlcnic_probe()'Christophe JAILLET1-0/+1
2021-06-30net: stmmac: dwmac1000: Fix extended MAC address registers definitionJisheng Zhang1-4/+4
2021-06-30alx: Fix an error handling path in 'alx_probe()'Christophe JAILLET1-0/+1
2021-06-30dmaengine: stedma40: add missing iounmap() on error in d40_probe()Yang Yingliang1-0/+3
2021-06-30dmaengine: QCOM_HIDMA_MGMT depends on HAS_IOMEMRandy Dunlap1-0/+1
2021-06-30dmaengine: ALTERA_MSGDMA depends on HAS_IOMEMRandy Dunlap1-0/+1
2021-06-30nvme-loop: check for NVME_LOOP_Q_LIVE in nvme_loop_destroy_admin_queue()Hannes Reinecke1-1/+2
2021-06-30nvme-loop: clear NVME_LOOP_Q_LIVE when nvme_loop_configure_admin_queue() failsHannes Reinecke1-0/+1
2021-06-30nvme-loop: reset queue count to 1 in nvme_loop_destroy_io_queues()Hannes Reinecke1-0/+1
2021-06-30ethernet: myri10ge: Fix missing error code in myri10ge_probe()Jiapeng Chong1-0/+1
2021-06-30scsi: target: core: Fix warning on realtime kernelsMaurizio Lombardi1-3/+1
2021-06-30HID: gt683r: add missing MODULE_DEVICE_TABLEBixuan Cui1-0/+1
2021-06-30HID: usbhid: fix info leak in hid_submit_ctrlAnirudh Rayabharam1-1/+1
2021-06-30HID: Add BUS_VIRTUAL to hid_connect loggingMark Bolhuis1-0/+3
2021-06-30HID: hid-sensor-hub: Return error for hid_set_field() failureSrinivas Pandruvada1-4/+9
2021-06-16scsi: core: Only put parent device if host state differs from SHOST_CREATEDMing Lei1-1/+1
2021-06-16scsi: core: Put .shost_dev in failure path if host state changes to RUNNINGMing Lei1-2/+6
2021-06-16scsi: core: Fix error handling of scsi_host_alloc()Ming Lei1-10/+13