summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-11-25serial: 8250: Flush DMA Rx on RLSIIlpo Järvinen1-2/+1
2022-11-25misc/vmw_vmci: fix an infoleak in vmci_host_do_receive_datagram()Alexander Potapenko1-0/+2
2022-11-25mmc: core: properly select voltage range without power cycleYann Gautier1-1/+7
2022-11-25serial: 8250_lpss: Configure DMA also w/o DMA filterIlpo Järvinen1-4/+11
2022-11-25serial: 8250: Fall back to non-DMA Rx if IIR_RDI occursIlpo Järvinen1-0/+4
2022-11-25dm ioctl: fix misbehavior if list_versions races with module loadingMikulas Patocka1-2/+2
2022-11-25iio: pressure: ms5611: changed hardcoded SPI speed to value limitedMitja Spes1-1/+1
2022-11-25iio: trigger: sysfs: fix possible memory leak in iio_sysfs_trig_init()Yang Yingliang1-1/+5
2022-11-25iio: adc: at91_adc: fix possible memory leak in at91_adc_allocate_trigger()Yang Yingliang1-1/+3
2022-11-25usb: chipidea: fix deadlock in ci_otg_del_timerDuoming Zhou1-0/+2
2022-11-25usb: add NO_LPM quirk for Realforce 87U KeyboardNicolas Dumazet1-0/+3
2022-11-25USB: serial: option: add Fibocom FM160 0x0111 compositionReinhard Speyerer1-0/+1
2022-11-25USB: serial: option: add u-blox LARA-L6 modemDavide Tronchin1-0/+8
2022-11-25USB: serial: option: add u-blox LARA-R6 00B modemDavide Tronchin1-0/+2
2022-11-25USB: serial: option: remove old LARA-R6 PIDDavide Tronchin1-2/+1
2022-11-25USB: serial: option: add Sierra Wireless EM9191Benoît Monin1-0/+5
2022-11-25xen/pcpu: fix possible memory leak in register_pcpu()Yang Yingliang1-1/+1
2022-11-25mISDN: fix misuse of put_device() in mISDN_register_device()Wang ShaoBo1-1/+1
2022-11-25mISDN: fix possible memory leak in mISDN_dsp_element_register()Yang Yingliang1-1/+2
2022-11-25pinctrl: devicetree: fix null pointer dereferencing in pinctrl_dt_to_mapZeng Heng1-0/+2
2022-11-25parport_pc: Avoid FIFO port location truncationMaciej W. Rozycki1-1/+1
2022-11-25tty: n_gsm: fix sleep-in-atomic-context bug in gsm_control_sendDuoming Zhou1-1/+1
2022-11-25serial: 8250: omap: Flush PM QOS work on removeTony Lindgren1-0/+1
2022-11-25serial: 8250_omap: remove wait loop from Errata i202 workaroundMatthias Schiffer1-17/+0
2022-11-25drm/imx: imx-tve: Fix return type of imx_tve_connector_mode_validNathan Huckleberry1-2/+3
2022-11-25dmaengine: at_hdmac: Check return code of dma_async_device_registerTudor Ambarus1-1/+6
2022-11-25dmaengine: at_hdmac: Fix impossible conditionTudor Ambarus1-3/+4
2022-11-25dmaengine: at_hdmac: Don't allow CPU to reorder channel enableTudor Ambarus1-0/+2
2022-11-25dmaengine: at_hdmac: Fix completion of unissued descriptor in case of errorsTudor Ambarus1-4/+0
2022-11-25dmaengine: at_hdmac: Don't start transactions at tx_submit levelTudor Ambarus1-11/+3
2022-11-25dmaengine: at_hdmac: Fix at_lli struct definitionTudor Ambarus1-5/+5
2022-11-25platform/x86: hp_wmi: Fix rfkill causing soft blocked wifiJorge Lopez1-2/+10
2022-11-25net: macvlan: fix memory leaks of macvlan_common_newlinkChuang Wang1-1/+3
2022-11-25net: mv643xx_eth: disable napi when init rxq or txq failed in mv643xx_eth_open()Zhengchao Shao1-0/+1
2022-11-25ethernet: s2io: disable napi when start nic failed in s2io_card_up()Zhengchao Shao1-9/+20
2022-11-25net: cxgb3_main: disable napi when bind qsets failed in cxgb_up()Zhengchao Shao1-0/+1
2022-11-25drivers: net: xgene: disable napi when register irq failed in xgene_enet_open()Zhengchao Shao1-1/+3
2022-11-25dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove()Christophe JAILLET1-0/+1
2022-11-25hamradio: fix issue of dev reference count leakage in bpq_device_event()Zhengchao Shao1-1/+1
2022-11-25net: lapbether: fix issue of dev reference count leakage in lapbeth_device_ev...Zhengchao Shao1-1/+1
2022-11-25net: fman: Unregister ethernet device on removalSean Anderson1-0/+9
2022-11-25bnxt_en: fix potentially incorrect return value for ndo_rx_flow_steerAlex Barba1-1/+1
2022-11-25HID: hyperv: fix possible memory leak in mousevsc_probe()Yang Yingliang1-1/+1
2022-11-10wifi: brcmfmac: Fix potential buffer overflow in brcmf_fweh_event_worker()Dokyung Song1-0/+4
2022-11-10parisc: Export iosapic_serial_irq() symbol for serial port driverHelge Deller1-0/+1
2022-11-10parisc: Make 8250_gsc driver dependend on CONFIG_PARISCHelge Deller1-1/+1
2022-11-10i2c: xiic: Add platform module aliasMartin Tůma1-0/+1
2022-11-10media: dvb-frontends/drxk: initialize err to 0Hans Verkuil1-1/+1
2022-11-10media: s5p_cec: limit msg.len to CEC_MAX_MSG_SIZEHans Verkuil1-0/+2
2022-11-10net: mdio: fix undefined behavior in bit shift for __mdiobus_registerGaosheng Cui1-1/+1