summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* scsi: be2iscsi: Fix an error handling path in beiscsi_dev_probe()Christophe JAILLET2021-07-201-0/+1
* memory: fsl_ifc: fix leak of private memory on probe failureKrzysztof Kozlowski2021-07-201-2/+2
* memory: fsl_ifc: fix leak of IO mapping on probe failureKrzysztof Kozlowski2021-07-201-2/+2
* reset: bail if try_module_get() failsPhilipp Zabel2021-07-201-1/+4
* rtc: fix snprintf() checking in is_rtc_hctosys()Dan Carpenter2021-07-201-2/+2
* watchdog: aspeed: fix hardware timeout calculationTao Ren2021-07-201-1/+1
* power: supply: rt5033_battery: Fix device tree enumerationStephan Gerhold2021-07-202-1/+9
* PCI/sysfs: Fix dsm_label_utf16s_to_utf8s() buffer overrunKrzysztof Wilczyński2021-07-201-1/+1
* virtio_console: Assure used length from device is limitedXie Yongji2021-07-201-2/+2
* virtio-blk: Fix memory leak among suspend/resume procedureXie Yongji2021-07-201-0/+2
* ACPI: AMBA: Fix resource name in /proc/iomemLiguang Zhang2021-07-201-0/+1
* pwm: tegra: Don't modify HW state in .remove callbackUwe Kleine-König2021-07-201-13/+0
* power: supply: ab8500: add missing MODULE_DEVICE_TABLEZou Wei2021-07-203-0/+3
* power: supply: charger-manager: add missing MODULE_DEVICE_TABLEZou Wei2021-07-201-0/+1
* watchdog: Fix possible use-after-free by calling del_timer_sync()Zou Wei2021-07-202-2/+2
* watchdog: sc520_wdt: Fix possible use-after-free in wdt_turnoff()Zou Wei2021-07-201-1/+1
* watchdog: Fix possible use-after-free in wdt_startup()Zou Wei2021-07-201-1/+1
* power: reset: gpio-poweroff: add missing MODULE_DEVICE_TABLEBixuan Cui2021-07-201-0/+1
* power: supply: ab8500: Avoid NULL pointersLinus Walleij2021-07-201-1/+17
* pwm: spear: Don't modify HW state in .remove callbackUwe Kleine-König2021-07-201-4/+0
* i2c: core: Disable client irq on reboot/shutdownDmitry Torokhov2021-07-201-0/+3
* backlight: lm3630a: Fix return code of .update_status() callbackUwe Kleine-König2021-07-201-6/+6
* usb: gadget: hid: fix error return code in hid_bind()Yang Yingliang2021-07-201-1/+3
* usb: gadget: f_hid: fix endianness issue with descriptorsRuslan Bilovol2021-07-201-1/+1
* gpio: zynq: Check return value of pm_runtime_get_syncSrinivas Neeli2021-07-201-1/+4
* s390/sclp_vt220: fix console name to match deviceValentin Vidic2021-07-201-2/+2
* mfd: da9052/stmpe: Add and modify MODULE_DEVICE_TABLEZou Wei2021-07-202-1/+2
* scsi: iscsi: Add iscsi_cls_conn refcount helpersMike Christie2021-07-202-5/+14
* tty: serial: 8250: serial_cs: Fix a memory leak in error handling pathChristophe JAILLET2021-07-201-1/+10
* scsi: lpfc: Fix "Unexpected timeout" error in direct attach topologyJames Smart2021-07-201-0/+9
* misc/libmasm/module: Fix two use after free in ibmasm_init_oneLv Yunlong2021-07-201-2/+3
* tty: serial: fsl_lpuart: fix the potential risk of division or modulo by zeroSherry Sun2021-07-201-0/+3
* scsi: core: Fix bad pointer dereference when ehandler kthread is invalidTyrel Datwyler2021-07-201-0/+1
* media: uvcvideo: Fix pixel format change for Elgato Cam Link 4KBenjamin Drung2021-07-201-0/+27
* media: gspca/sunplus: fix zero-length control requestsJohan Hovold2021-07-201-2/+6
* media: gspca/sq905: fix control-request directionJohan Hovold2021-07-201-1/+1
* media: zr364xx: fix memory leak in zr364xx_start_readpipePavel Skripkin2021-07-201-0/+1
* media: dtv5100: fix control-request directionsJohan Hovold2021-07-201-2/+5
* dm btree remove: assign new_root only when removal succeedsHou Tao2021-07-201-1/+2
* ipack/carriers/tpci200: Fix a double free in tpci200_pci_probeLv Yunlong2021-07-201-1/+4
* ipmi/watchdog: Stop watchdog timer when the current action is 'none'Petr Pavlu2021-07-201-10/+12
* qemu_fw_cfg: Make fw_cfg_rev_attr a proper kobj_attributeNathan Chancellor2021-07-201-5/+3
* ata: ahci_sunxi: Disable DIPMTimo Sigurdsson2021-07-201-1/+1
* mmc: core: clear flags before allowing to retuneWolfram Sang2021-07-201-2/+5
* mmc: sdhci: Fix warning message when accessing RPMB in HS400 modeAl Cooper2021-07-202-0/+5
* pinctrl/amd: Add device HID for new AMD GPIO controllerMaximilian Luz2021-07-201-0/+1
* Bluetooth: btusb: fix bt fiwmare downloading failure issue for qca btsoc.Tim Jiang2021-07-201-0/+5
* RDMA/cma: Fix rdma_resolve_route() memory leakGerd Rausch2021-07-201-1/+2
* sfc: error code if SRIOV cannot be disabledÍñigo Huguet2021-07-201-4/+11
* sfc: avoid double pci_remove of VFsÍñigo Huguet2021-07-201-9/+1