summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-06-14ubi: ubi_create_volume: Fix use-after-free when volume creation failedZhihao Cheng1-1/+0
2022-06-14ubi: fastmap: Fix high cpu usage of ubi_bgt by making sure wl_pool not emptyZhihao Cheng4-46/+57
2022-06-14net: dsa: mv88e6xxx: Fix refcount leak in mv88e6xxx_mdios_registerMiaoqian Lin1-0/+1
2022-06-14net: ethernet: ti: am65-cpsw-nuss: Fix some refcount leaksMiaoqian Lin1-1/+2
2022-06-14net: ethernet: mtk_eth_soc: out of bounds read in mtk_hwlro_get_fdir_entry()Dan Carpenter1-0/+3
2022-06-14clocksource/drivers/oxnas-rps: Fix irq_of_parse_and_map() return valueKrzysztof Kozlowski1-1/+1
2022-06-14watchdog: ts4800_wdt: Fix refcount leak in ts4800_wdt_probeMiaoqian Lin1-1/+4
2022-06-14watchdog: rti-wdt: Fix pm_runtime_get_sync() error checkingMiaoqian Lin1-1/+1
2022-06-14driver core: fix deadlock in __device_attachZhang Wensheng1-1/+4
2022-06-14driver: base: fix UAF when driver_attach failedSchspa Shi1-1/+3
2022-06-14bus: ti-sysc: Fix warnings for unbind for serialTony Lindgren1-1/+3
2022-06-14firmware: dmi-sysfs: Fix memory leak in dmi_sysfs_register_handleMiaoqian Lin1-1/+1
2022-06-14serial: stm32-usart: Correct CSIZE, bits, and parityIlpo Järvinen1-3/+12
2022-06-14serial: st-asc: Sanitize CSIZE and correct PARENB for CS7Ilpo Järvinen1-0/+4
2022-06-14serial: sifive: Sanitize CSIZE and c_iflagIlpo Järvinen1-1/+5
2022-06-14serial: sh-sci: Don't allow CS5-6Ilpo Järvinen1-1/+5
2022-06-14serial: txx9: Don't allow CS5-6Ilpo Järvinen1-0/+2
2022-06-14serial: rda-uart: Don't allow CS5-6Ilpo Järvinen1-0/+2
2022-06-14serial: digicolor-usart: Don't allow CS5-6Ilpo Järvinen1-0/+2
2022-06-14serial: cpm_uart: Fix build error without CONFIG_SERIAL_CPM_CONSOLEYueHaibing1-1/+1
2022-06-14serial: 8250_fintek: Check SER_RS485_RTS_* only with RS485Ilpo Järvinen1-4/+4
2022-06-14serial: meson: acquire port->lock in startup()John Ogness1-0/+13
2022-06-14tty: n_gsm: Fix packet data hex dump outputTony Lindgren1-8/+23
2022-06-14tty: n_gsm: Don't ignore write return value in gsmld_output()Tony Lindgren1-3/+2
2022-06-14staging: r8188eu: add check for kzallocJiasheng Jiang2-3/+12
2022-06-14rtc: ftrtc010: Fix error handling in ftrtc010_rtc_probeMiaoqian Lin1-10/+24
2022-06-14rtc: ftrtc010: Use platform_get_irq() to get the interruptLad Prabhakar1-5/+3
2022-06-14rtc: mt6397: check return value after calling platform_get_resource()Yang Yingliang1-0/+2
2022-06-14clocksource/drivers/riscv: Events are stopped during CPU suspendSamuel Holland1-1/+1
2022-06-14soc: rockchip: Fix refcount leak in rockchip_grf_initMiaoqian Lin1-0/+2
2022-06-14extcon: ptn5150: Add queue work sync before driver releaseLi Jun1-0/+11
2022-06-14coresight: cpu-debug: Replace mutex with mutex_trylock on panic notifierGuilherme G. Piccoli1-3/+4
2022-06-14soundwire: intel: prevent pm_runtime resume prior to system suspendPierre-Louis Bossart1-0/+3
2022-06-14serial: sifive: Report actual baud base rather than fixed 115200Maciej W. Rozycki1-1/+1
2022-06-14power: supply: axp288_fuel_gauge: Drop BIOS version check from "T3 MRD" DMI q...Hans de Goede1-1/+0
2022-06-14phy: qcom-qmp: fix pipe-clock imbalance on power-on failureJohan Hovold1-1/+1
2022-06-14misc/pvpanic: Convert regular spinlock into trylock on panic pathGuilherme G. Piccoli1-2/+8
2022-06-14pvpanic: Fix typos in the commentsAndy Shevchenko2-2/+2
2022-06-14rpmsg: qcom_smd: Fix returning 0 if irq_of_parse_and_map() failsKrzysztof Kozlowski1-1/+1
2022-06-14iio: adc: sc27xx: Fine tune the scale calibration valuesCixi Geng1-8/+8
2022-06-14iio: adc: sc27xx: fix read big scale voltage not rightCixi Geng1-2/+2
2022-06-14iio: proximity: vl53l0x: Fix return value check of wait_for_completion_timeoutMiaoqian Lin1-4/+3
2022-06-14iio: adc: stmpe-adc: Fix wait_for_completion_timeout return value checkMiaoqian Lin1-4/+4
2022-06-14rpmsg: virtio: Fix the unregistration of the device rpmsg_ctrlArnaud Pouliquen1-1/+1
2022-06-14rpmsg: virtio: Fix possible double free in rpmsg_virtio_add_ctrl_dev()Hangyu Hua1-1/+1
2022-06-14rpmsg: virtio: Fix possible double free in rpmsg_probe()Hangyu Hua1-3/+2
2022-06-14usb: typec: mux: Check dev_set_name() return valueBjorn Andersson1-4/+10
2022-06-14firmware: stratix10-svc: fix a missing check on list iteratorXiaomeng Tong1-6/+6
2022-06-14misc: fastrpc: fix an incorrect NULL check on list iteratorXiaomeng Tong1-4/+5
2022-06-14usb: dwc3: pci: Fix pm_runtime_get_sync() error checkingZheng Yongjun1-1/+1