summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* hv_netvsc: Fix hibernation for mlx5 VF driverDexuan Cui2020-09-071-5/+11
* ibmvnic: add missing parenthesis in do_reset()Jakub Kicinski2020-09-071-2/+4
* bnxt_en: Fix NULL ptr dereference crash in bnxt_fw_reset_task()Vasundhara Volam2020-09-071-3/+4
* bnxt_en: Avoid sending firmware messages when AER error is detected.Vasundhara Volam2020-09-072-3/+7
* net: dsa: rtl8366: Properly clear member configLinus Walleij2020-09-061-7/+13
* net: macb: fix for pause frame receive enable bitParshuram Thombare2020-09-061-2/+1
* cxgb4: Fix offset when clearing filter byte countersGanji Aravind2020-09-051-3/+6
* hinic: bump up the timeout of UPDATE_FW cmdLuo bin2020-09-051-0/+4
* hinic: bump up the timeout of SET_FUNC_STATE cmdLuo bin2020-09-051-5/+11
* atm: eni: fix the missed pci_disable_device() for eni_init_one()Jing Xiangfeng2020-09-041-1/+1
* drivers/net/wan/hdlc_fr: Add needed_headroom for PVC devicesXie He2020-09-041-1/+2
* Merge tag 'pm-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-09-043-95/+165
|\
| * Merge branch 'pm-cpufreq'Rafael J. Wysocki2020-09-041-88/+148
| |\
| | * cpufreq: intel_pstate: Fix intel_pstate_get_hwp_max() for turbo disabledFrancisco Jerez2020-09-011-1/+1
| | * cpufreq: intel_pstate: Free memory only when turning offRafael J. Wysocki2020-09-011-33/+24
| | * cpufreq: intel_pstate: Add ->offline and ->online callbacksRafael J. Wysocki2020-09-011-49/+94
| | * cpufreq: intel_pstate: Tweak the EPP sysfs interfaceRafael J. Wysocki2020-09-011-0/+8
| | * cpufreq: intel_pstate: Update cached EPP in the active modeRafael J. Wysocki2020-09-011-5/+15
| | * cpufreq: intel_pstate: Refuse to turn off with HWP enabledRafael J. Wysocki2020-09-011-3/+9
| * | Merge branch 'opp/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Rafael J. Wysocki2020-09-012-7/+17
| |\ \ | | |/ | |/|
| | * opp: Don't drop reference for an OPP table that was never parsedViresh Kumar2020-08-312-7/+17
* | | Merge tag 'libata-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-043-6/+10
|\ \ \
| * | | libata: implement ATA_HORKAGE_MAX_TRIM_128M and apply to SandisksTejun Heo2020-09-022-4/+9
| * | | ata: ahci: use ata_link_info() instead of ata_link_printk()Xu Wang2020-08-161-2/+1
| | |/ | |/|
* | | Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-048-58/+167
|\ \ \
| * | | nvme-pci: cancel nvme device request before disablingTong Zhang2020-08-281-2/+2
| * | | nvme: only use power of two io boundariesKeith Busch2020-08-281-9/+38
| * | | nvme: fix controller instance leakKeith Busch2020-08-281-1/+1
| * | | nvmet-fc: Fix a missed _irqsave version of spin_lock in 'nvmet_fc_fod_op_done()'Christophe JAILLET2020-08-281-2/+2
| * | | nvme: Fix NULL dereference for pci nvme controllersSagi Grimberg2020-08-281-0/+4
| * | | nvme-rdma: fix reset hang if controller died in the middle of a resetSagi Grimberg2020-08-281-1/+12
| * | | nvme-rdma: fix timeout handlerSagi Grimberg2020-08-281-16/+33
| * | | nvme-rdma: serialize controller teardown sequencesSagi Grimberg2020-08-281-0/+6
| * | | nvme-tcp: fix reset hang if controller died in the middle of a resetSagi Grimberg2020-08-281-1/+12
| * | | nvme-tcp: fix timeout handlerSagi Grimberg2020-08-281-20/+36
| * | | nvme-tcp: serialize controller teardown sequencesSagi Grimberg2020-08-281-2/+9
| * | | nvme: have nvme_wait_freeze_timeout return if it timed outSagi Grimberg2020-08-282-2/+3
| * | | nvme-fabrics: don't check state NVME_CTRL_NEW for request acceptanceSagi Grimberg2020-08-281-1/+0
| * | | nvmet-tcp: Fix NULL dereference when a connect data comes in h2cdata pduZiye Yang2020-08-281-1/+9
* | | | Merge tag 'thermal-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-09-044-18/+24
|\ \ \ \
| * | | | thermal: core: Fix use-after-free in thermal_zone_device_unregister()Dmitry Osipenko2020-09-041-2/+3
| * | | | thermal: qcom-spmi-temp-alarm: Don't suppress negative tempVeera Vegivada2020-09-041-2/+2
| * | | | thermal: ti-soc-thermal: Fix bogus thermal shutdowns for omap4430Tony Lindgren2020-09-042-14/+19
* | | | | Merge tag 'dmaengine-fix-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-09-049-49/+73
|\ \ \ \ \
| * | | | | dmaengine: ti: k3-udma: Update rchan_oes_offset for am654 SYSFW ABI 3.0Peter Ujfalusi2020-09-031-2/+2
| * | | | | drivers/dma/dma-jz4780: Fix race condition between probe and irq handlerMadhuparna Bhowmik2020-08-251-19/+19
| * | | | | dmaengine: dw-edma: Fix scatter-gather address calculationGustavo Pimentel2020-08-251-5/+6
| * | | | | dmaengine: ti: k3-udma: Fix the TR initialization for prep_slave_sgPeter Ujfalusi2020-08-251-3/+3
| * | | | | dmaengine: pl330: Fix burst length if burst size is smaller than bus widthMarek Szyprowski2020-08-251-1/+1
| * | | | | dmaengine: at_hdmac: add missing kfree() call in at_dma_xlate()Yu Kuai2020-08-191-0/+1