summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-10-29USB: cdc-wdm: Make wdm_flush() interruptible and add wdm_fsync().Oliver Neukum1-17/+55
2020-10-29usb: cdc-acm: add quirk to blacklist ETAS ES58X devicesVincent Mailhol1-0/+11
2020-10-29net: korina: cast KSEG0 address to pointer in kfreeValentin Vidic1-2/+2
2020-10-29ath10k: check idx validity in __ath10k_htt_rx_ring_fill_n()Zekun Shen1-0/+8
2020-10-29usb: core: Solve race condition in anchor cleanup functionsEli Billauer1-35/+54
2020-10-29brcm80211: fix possible memleak in brcmf_proto_msgbuf_attachWang Yufen1-0/+2
2020-10-29tty: ipwireless: fix error handlingTong Zhang2-3/+3
2020-10-29Fix use after free in get_capset_info callback.Doug Horn2-3/+9
2020-10-29rtl8xxxu: prevent potential memory leakChris Chiu1-1/+9
2020-10-29brcmsmac: fix memory leak in wlc_phy_attach_lcnphyKeita Suzuki1-1/+3
2020-10-29scsi: ibmvfc: Fix error return in ibmvfc_probe()Jing Xiangfeng1-0/+1
2020-10-29usb: ohci: Default to per-port over-current protectionHamish Martin1-6/+10
2020-10-29misc: rtsx: Fix memory leak in rtsx_pci_probeKeita Suzuki1-1/+3
2020-10-29ath9k: hif_usb: fix race condition between usb_get_urb() and usb_kill_anchore...Brooke Basile1-0/+19
2020-10-29usb: gadget: function: printer: fix use-after-free in __lock_acquireZqiang1-2/+14
2020-10-29scsi: mvumi: Fix error return in mvumi_io_attach()Jing Xiangfeng1-0/+1
2020-10-29media: saa7134: avoid a shift overflowMauro Carvalho Chehab1-1/+2
2020-10-29mmc: sdio: Check for CISTPL_VERS_1 buffer sizePali Rohár1-0/+3
2020-10-29media: uvcvideo: Ensure all probed info is returned to v4l2Adam Goode1-0/+30
2020-10-29media: media/pci: prevent memory leak in bttv_probeXiaolong Huang1-3/+10
2020-10-29media: bdisp: Fix runtime PM imbalance on errorDinghao Liu1-2/+1
2020-10-29media: exynos4-is: Fix a reference count leakQiushi Wu1-1/+3
2020-10-29media: exynos4-is: Fix a reference count leak due to pm_runtime_get_syncQiushi Wu1-1/+3
2020-10-29media: exynos4-is: Fix several reference count leaks due to pm_runtime_get_syncQiushi Wu2-2/+4
2020-10-29media: ati_remote: sanity check for both endpointsOliver Neukum1-0/+4
2020-10-29media: firewire: fix memory leakPavel Machek1-2/+4
2020-10-29memory: fsl-corenet-cf: Fix handling of platform_get_irq() errorKrzysztof Kozlowski1-4/+2
2020-10-29memory: omap-gpmc: Fix a couple off by onesDan Carpenter1-2/+2
2020-10-29Input: sun4i-ps2 - fix handling of platform_get_irq() errorKrzysztof Kozlowski1-6/+3
2020-10-29Input: omap4-keypad - fix handling of platform_get_irq() errorKrzysztof Kozlowski1-4/+2
2020-10-29Input: ep93xx_keypad - fix handling of platform_get_irq() errorKrzysztof Kozlowski1-2/+2
2020-10-29Input: imx6ul_tsc - clean up some errors in imx6ul_tsc_resume()Dan Carpenter1-11/+16
2020-10-29vfio/pci: Clear token on bypass registration failureAlex Williamson1-1/+3
2020-10-29cpufreq: powernv: Fix frame-size-overflow in powernv_cpufreq_reboot_notifierSrikar Dronamraju1-3/+6
2020-10-29mtd: mtdoops: Don't write panic data twiceMark Tomlinson1-5/+6
2020-10-29mtd: lpddr: fix excessive stack usage with clangArnd Bergmann1-16/+19
2020-10-29IB/mlx4: Adjust delayed work when a dup is observedHåkon Bugge1-0/+3
2020-10-29net: korina: fix kfree of rx/tx descriptor arrayValentin Vidic1-1/+2
2020-10-29mwifiex: fix double freeTom Rix1-0/+2
2020-10-29usb: gadget: u_ether: enable qmult on SuperSpeed Plus as wellLorenzo Colitti1-1/+1
2020-10-29mfd: sm501: Fix leaks in probe()Dan Carpenter1-1/+7
2020-10-29net: enic: Cure the enic api locking trainwreckThomas Gleixner3-6/+28
2020-10-29misc: mic: scif: Fix error handling pathSouptick Joarder1-2/+2
2020-10-29ath6kl: wmi: prevent a shift wrapping bug in ath6kl_wmi_delete_pstream_cmd()Dan Carpenter1-0/+5
2020-10-29HID: roccat: add bounds checking in kone_sysfs_write_settings()Dan Carpenter1-7/+16
2020-10-29video: fbdev: sis: fix null ptr dereferenceTom Rix1-6/+5
2020-10-29video: fbdev: vga16fb: fix setting of pixclock because a pass-by-value errorColin Ian King1-7/+7
2020-10-29drivers/virt/fsl_hypervisor: Fix error handling pathSouptick Joarder1-9/+8
2020-10-29pty: do tty_flip_buffer_push without port->lock in pty_writeArtem Savkov1-1/+1
2020-10-29tty: hvcs: Don't NULL tty->driver_data until hvcs_cleanup()Tyrel Datwyler1-7/+7