summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-07-26ath10k: Fix memory leak in qmiDundi Raviteja1-0/+1
2019-07-26net: hns3: add some error checking in hclge_tm moduleYunsheng Lin1-1/+5
2019-07-26net: hns3: fix a -Wformat-nonliteral compile warningYonglong Liu1-2/+1
2019-07-26bcache: fix potential deadlock in cached_def_free()Coly Li2-2/+4
2019-07-26bcache: avoid a deadlock in bcache_reboot()Coly Li2-1/+65
2019-07-26bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()Coly Li1-1/+1
2019-07-26bcache: acquire bch_register_lock later in cached_dev_free()Coly Li1-2/+2
2019-07-26bcache: check CACHE_SET_IO_DISABLE bit in bch_journal()Coly Li1-0/+4
2019-07-26bcache: check CACHE_SET_IO_DISABLE in allocator codeColy Li1-0/+9
2019-07-26bcache: fix return value error in bch_journal_read()Coly Li1-1/+1
2019-07-26net/mlx5e: Attach/detach XDP program safelyMaxim Mikityanskiy1-11/+20
2019-07-26EDAC: Fix global-out-of-bounds write when setting edac_mc_poll_msecEiichi Tsukata2-9/+9
2019-07-26wil6210: drop old event after wmi_call timeoutAhmad Masri1-1/+12
2019-07-26ath9k: correctly handle short radar pulsesZefir Kurtisi1-1/+5
2019-07-26ixgbe: Check DDM existence in transceiver before accessMauro S. M. Rodrigues2-1/+3
2019-07-26net/mlx5: Get vport ACL namespace by vport indexJianbo Liu1-2/+2
2019-07-26net: hns3: restore the MAC autoneg state after resetJian Shen1-0/+9
2019-07-26gpio: Fix return value mismatch of function gpiod_get_from_of_node()Waibel Georg5-10/+13
2019-07-26clocksource/drivers/exynos_mct: Increase priority over ARM arch timerMarek Szyprowski1-2/+2
2019-07-26clocksource/drivers/tegra: Restore base address before cleanupDmitry Osipenko1-0/+2
2019-07-26libata: don't request sense data on !ZAC ATA devicesTejun Heo1-3/+5
2019-07-26clocksource/drivers/tegra: Release all IRQ's on request_irq() errorDmitry Osipenko1-2/+3
2019-07-26ath10k: fix PCIE device wake up failedMiaoqing Pan1-1/+1
2019-07-26ath10k: fix fw crash by moving chip reset after napi disabledMiaoqing Pan1-4/+5
2019-07-26ath10k: add missing error handlingClaire Chang1-0/+4
2019-07-26mt76: mt7615: do not process rx packets if the device is not initializedLorenzo Bianconi1-0/+3
2019-07-26mt7601u: fix possible memory leak when the device is disconnectedLorenzo Bianconi2-7/+18
2019-07-26mt7601u: do not schedule rx_tasklet when the device has been disconnectedLorenzo Bianconi1-15/+18
2019-07-26rtlwifi: rtl8192cu: fix error handle when usb probe failedPing-Ke Shih1-2/+3
2019-07-26net: stmmac: sun8i: force select external PHY when no internal oneIcenowy Zheng1-0/+5
2019-07-26media: hdpvr: fix locking and a missing msleepHans Verkuil1-6/+11
2019-07-26media: vimc: cap: check v4l2_fill_pixfmt return valueAndré Almeida1-1/+4
2019-07-26media: coda: increment sequence offset for the last returned framePhilipp Zabel1-0/+3
2019-07-26media: coda: fix last buffer handling in V4L2_ENC_CMD_STOPMarco Felsch1-0/+2
2019-07-26media: coda: fix mpeg2 sequence number handlingPhilipp Zabel1-1/+4
2019-07-26media: mt9m111: fix fw-node refactoringRobert Jarzmik1-3/+5
2019-07-26media: i2c: fix warning same module namesAnders Roxell2-1/+6
2019-07-26media: s5p-mfc: Make additional clocks optionalMarek Szyprowski1-0/+5
2019-07-26media: staging: davinci: fix memory leaks and check for allocation failureColin Ian King1-5/+10
2019-07-26nvme-pci: adjust irq max_vector using num_possible_cpus()Minwoo Im1-1/+5
2019-07-26lightnvm: fix uninitialized pointer in nvm_remove_tgt()Geert Uytterhoeven1-1/+1
2019-07-26lightnvm: pblk: fix freeing of merged pagesHeiner Litz1-8/+10
2019-07-26nvme-pci: set the errno on ctrl state change errorChaitanya Kulkarni1-2/+5
2019-07-26nvme-pci: properly report state change failure in nvme_reset_workMinwoo Im1-0/+1
2019-07-26nvme: fix possible io failures when removing multipathed nsAnton Eidelman1-6/+8
2019-07-26EDAC/sysfs: Fix memory leak when creating a csrow objectPan Bian1-1/+7
2019-07-26EDAC/sysfs: Drop device references properlyGreg KH1-3/+7
2019-07-26spi: fix ctrl->num_chipselect constraintTudor Ambarus1-5/+7
2019-07-26ACPICA: Clear status of GPEs on first direct enableRafael J. Wysocki5-5/+12
2019-07-26net: netsec: initialize tx ring on ndo_openIlias Apalodimas1-14/+18