summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-12-14scsi: pm8001: Fix phys_to_virt() usage on dma_addr_tJohn Garry1-17/+21
2021-12-14Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds5-7/+9
2021-12-13PCI: mt7621: Convert driver into 'bool'Sergio Paracuellos1-2/+2
2021-12-13iavf: do not override the adapter state in the watchdog task (again)Stefan Assmann1-1/+0
2021-12-13iavf: missing unlocks in iavf_watchdog_task()Dan Carpenter1-2/+2
2021-12-13net: stmmac: Add GFP_DMA32 for rx buffers if no 64 capabilityDavid Wu1-4/+12
2021-12-13net: phy: add a note about refcountingRussell King (Oracle)1-0/+3
2021-12-13net: ethernet: ti: add missing of_node_put before returnWang Qing1-9/+20
2021-12-13net: dsa: mv88e6xxx: Unforce speed & duplex in mac_link_down()Marek Behún1-0/+4
2021-12-13net: bcmgenet: Fix NULL vs IS_ERR() checkingMiaoqian Lin1-2/+2
2021-12-13usb: cdnsp: Fix incorrect status for control requestPawel Laszczak1-0/+2
2021-12-13usb: cdnsp: Fix issue in cdnsp_log_ep trace eventPawel Laszczak1-2/+2
2021-12-13usb: cdnsp: Fix incorrect calling of cdnsp_died functionPawel Laszczak1-1/+8
2021-12-13usb: xhci-mtk: fix list_del warning when enable list debugChunfeng Yun1-1/+1
2021-12-13usb: gadget: u_ether: fix race in setting MAC address in setup phaseMarian Postevca1-10/+6
2021-12-13firmware: arm_scpi: Fix string overflow in SCPI genpd driverSudeep Holla1-3/+7
2021-12-13Merge tag 'imx-fixes-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann2-0/+23
2021-12-13Merge tag 'tegra-for-5.16-firmware-fixes' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann1-2/+3
2021-12-13Merge tag 'amdtee-fix-for-v5.16' of git://git.linaro.org/people/jens.wiklande...Arnd Bergmann1-3/+2
2021-12-13Merge tag 'reset-fixes-for-v5.16' of git://git.pengutronix.de/pza/linux into ...Arnd Bergmann1-8/+1
2021-12-13drm/mediatek: hdmi: Perform NULL pointer check for mtk_hdmi_confAngeloGioacchino Del Regno1-5/+7
2021-12-13drm: simpledrm: fix wrong unit with pixel clockAlejandro Concepcion-Rodriguez1-1/+1
2021-12-13dmaengine: st_fdma: fix MODULE_ALIASAlyssa Ross1-1/+1
2021-12-13dmaengine: idxd: fix missed completion on abort pathDave Jiang1-1/+17
2021-12-13dmaengine: ti: k3-udma: Fix smatch warningsVignesh Raghavendra1-50/+107
2021-12-13Input: atmel_mxt_ts - fix double free in mxt_read_info_blockJosé Expósito1-1/+1
2021-12-13hwmon: (lm90) Do not report 'busy' status bit as alarmGuenter Roeck1-1/+2
2021-12-13hwmom: (lm90) Fix citical alarm status for MAX6680/MAX6681Guenter Roeck1-2/+8
2021-12-13hwmon: (lm90) Drop critical attribute support for MAX6654Guenter Roeck1-37/+49
2021-12-13hwmon: (lm90) Prevent integer overflow/underflow in hysteresis calculationsGuenter Roeck1-2/+2
2021-12-13hwmon: (lm90) Fix usage of CONFIG2 register in detect functionGuenter Roeck1-3/+2
2021-12-12Merge tag 'usb-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds8-33/+61
2021-12-12Merge tag 'char-misc-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds31-101/+113
2021-12-12Merge tag 'timers-urgent-2021-12-12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+8
2021-12-12Merge tag 'irq-urgent-2021-12-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-17/+14
2021-12-12net: hns3: fix race condition in debugfsYufeng Mo2-6/+16
2021-12-12net: hns3: fix use-after-free bug in hclgevf_send_mbx_msgJie Wang1-1/+2
2021-12-12usb: core: config: using bit mask instead of individual bitsPavel Hofman1-2/+2
2021-12-12usb: core: config: fix validation of wMaxPacketValue entriesPavel Hofman1-1/+1
2021-12-12USB: gadget: zero allocate endpoint 0 buffersGreg Kroah-Hartman2-2/+2
2021-12-12USB: gadget: detect too-big endpoint 0 requestsGreg Kroah-Hartman3-1/+40
2021-12-12Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds6-29/+23
2021-12-11Merge tag 'block-5.16-2021-12-10' of git://git.kernel.dk/linux-blockLinus Torvalds6-10/+36
2021-12-11Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-21/+13
2021-12-11Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-6/+29
2021-12-11Merge tag 'devicetree-fixes-for-5.16-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-2/+25
2021-12-11Merge tag 'timers-v5.16-rc4' of https://git.linaro.org/people/daniel.lezcano/...Thomas Gleixner2-3/+8
2021-12-11Merge tag 'irqchip-fixes-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner7-17/+14
2021-12-11netdevsim: don't overwrite read only ethtool parmsFilip Pokryvka1-1/+4
2021-12-11net: usb: qmi_wwan: add Telit 0x1070 compositionDaniele Palmas1-0/+1