summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-11-24drm/amd/amdgpu: fix null pointer in runtime pmKenneth Feng1-2/+2
2020-11-24drm/i915/gt: Defer enabling the breadcrumb interrupt to after submissionChris Wilson1-39/+70
2020-11-24drm/i915/gvt: correct a false comment of flag F_UNALIGNYan Zhao1-1/+1
2020-11-24drm/i915/perf: workaround register corruption in OATAILPTRLionel Landwerlin2-2/+9
2020-11-24intel_idle: Fix intel_idle() vs tracingPeter Zijlstra1-17/+20
2020-11-24spi: imx: fix the unbalanced spi runtime pm managementClark Wang1-0/+1
2020-11-24firmware: xilinx: Use hash-table for api feature checkAmit Sunil Dhamne1-14/+49
2020-11-24firmware: xilinx: Fix SD DLL node reset issueManish Narani1-1/+1
2020-11-24mmc: sdhci-of-arasan: Fix clock registration error for Keem Bay SOCMuhammad Husaini Zulkifli1-0/+3
2020-11-24mmc: mediatek: Extend recheck_sdio_irq fix to more variantsyong mao1-5/+6
2020-11-24soc: fsl: dpio: Get the cpumask through cpumask_of(cpu)Hao Si1-4/+1
2020-11-24i40e: Fix removing driver while bare-metal VFs pass trafficSylwester Dziedziuch3-18/+31
2020-11-24Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+6
2020-11-24Merge tag 'wireless-drivers-2020-11-23' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski9-53/+159
2020-11-23IB/mthca: fix return value of error branch in mthca_init_cq()Xiongfeng Wang1-4/+6
2020-11-23habanalabs/gaudi: fix missing code in ECC handlingOded Gabbay1-0/+2
2020-11-23drm/vc4: kms: Don't disable the muxing of an active CRTCMaxime Ripard2-36/+48
2020-11-23drm/vc4: kms: Store the unassigned channel list in the stateMaxime Ripard2-25/+102
2020-11-23Merge tag 'icc-5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dja...Greg Kroah-Hartman4-9/+20
2020-11-23iommu: Check return of __iommu_attach_device()Shameer Kolothum1-4/+6
2020-11-23arm-smmu-qcom: Ensure the qcom_scm driver has finished probingJohn Stultz1-0/+4
2020-11-23spi: spi-nxp-fspi: fix fspi panic by unexpected interruptsRan Wang1-0/+7
2020-11-23mmc: mediatek: Fix system suspend/resume support for CQHCIWenbin Mei1-2/+20
2020-11-23iommu/amd: Enforce 4k mapping for certain IOMMU data structuresSuravee Suthikulpanit1-5/+22
2020-11-23Merge branch 'cpufreq/arm/fixes' of git://git.kernel.org/pub/scm/linux/kernel...Rafael J. Wysocki1-1/+3
2020-11-23ACPI/IORT: Fix doc warnings in iort.cShiju Jose1-3/+5
2020-11-23cpufreq: scmi: Fix build for !CONFIG_COMMON_CLKSudeep Holla1-1/+3
2020-11-23drm/exynos: depend on COMMON_CLK to fix compile testsKrzysztof Kozlowski1-1/+2
2020-11-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds12-17/+223
2020-11-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2020-11-22Merge tag 'staging-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-61/+165
2020-11-22Merge tag 'tty-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-22/+26
2020-11-22mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exportsDan Williams1-1/+0
2020-11-22irqchip/gic-v3-its: Unconditionally save/restore the ITS state on suspendXu Qiang1-13/+3
2020-11-22irqchip/exiu: Fix the index of fwspec for IRQ typeChen Baozi1-1/+1
2020-11-22ibmvnic: skip tx timeout reset while in resettingLijun Pan1-0/+6
2020-11-22ibmvnic: notify peers when failover and migration happenLijun Pan1-1/+5
2020-11-22ibmvnic: fix call_netdevice_notifiers in do_resetLijun Pan1-1/+3
2020-11-22tun: honor IOCB_NOWAIT flagJens Axboe1-3/+11
2020-11-22usbnet: ipheth: fix connectivity with iOS 14Yves-Alexis Perez1-1/+1
2020-11-22cxgb4: Fix build failure when CONFIG_TLS=mTom Seewald1-1/+1
2020-11-22bonding: wait for sysfs kobject destruction before freeing struct slaveJamie Iles2-35/+44
2020-11-21drm/mediatek: dsi: Modify horizontal front/back porch byte formulaCK Hu1-39/+22
2020-11-21s390/qeth: fix tear down of async TX buffersJulian Wiedmann1-6/+0
2020-11-21s390/qeth: fix af_iucv notification raceJulian Wiedmann2-24/+58
2020-11-21s390/qeth: make af_iucv TX notification call more robustJulian Wiedmann1-1/+2
2020-11-21s390/qeth: Remove pnso workaroundAlexandra Winter1-16/+2
2020-11-21Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-12/+28
2020-11-21dpaa2-eth: select XGMAC_MDIO for MDIO bus supportIoana Ciornei1-0/+1
2020-11-20Merge tag 'block-5.10-2020-11-20' of git://git.kernel.dk/linux-blockLinus Torvalds4-13/+39