summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-12-08serial: pl011: Add ACPI SBSA UART match idPierre Gondois1-0/+1
2021-12-08tty: serial: msm_serial: Deactivate RX DMA for polling supportSven Eckelmann1-0/+3
2021-12-08vgacon: Propagate console boot parameters before calling `vc_resize'Maciej W. Rozycki1-5/+9
2021-12-08net: qlogic: qlcnic: Fix a NULL pointer dereference in qlcnic_83xx_add_rings()Zhou Qingyang1-2/+8
2021-12-08natsemi: xtensa: fix section mismatch warningsRandy Dunlap1-1/+1
2021-12-08sata_fsl: fix warning in remove_proc_entry when rmmod sata_fslBaokun Li1-5/+3
2021-12-08sata_fsl: fix UAF in sata_fsl_port_stop when rmmod sata_fslBaokun Li1-2/+10
2021-12-08net: ethernet: dec: tulip: de4x5: fix possible array overflows in type3_infob...Teng Qi1-0/+4
2021-12-08net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of ...zhangyue1-13/+17
2021-12-08scsi: iscsi: Unblock session then wake up error handlerMike Christie1-3/+3
2021-12-08platform/x86: thinkpad_acpi: Fix WWAN device disabled issue after S3 deepSlark Xiao1-12/+0
2021-12-08tty: hvc: replace BUG_ON() with negative return valueJuergen Gross1-3/+14
2021-12-08xen/netfront: don't trust the backend response data blindlyJuergen Gross1-5/+75
2021-12-08xen/netfront: disentangle tx_skb_freelistJuergen Gross1-36/+25
2021-12-08xen/netfront: don't read data from request on the ring pageJuergen Gross1-43/+37
2021-12-08xen/netfront: read response from backend only onceJuergen Gross1-19/+19
2021-12-08xen/blkfront: don't trust the backend response data blindlyJuergen Gross1-11/+46
2021-12-08xen/blkfront: don't take local copy of a request from the ring pageJuergen Gross1-12/+26
2021-12-08xen/blkfront: read response from backend only onceJuergen Gross1-17/+18
2021-12-08scsi: mpt3sas: Fix kernel panic during drive powercycle testSreekanth Reddy1-1/+1
2021-12-08xen: detect uninitialized xenbus in xenbus_initStefano Stabellini1-0/+23
2021-12-08xen: don't continue xenstore initialization in case of errorsStefano Stabellini1-1/+3
2021-12-08staging: rtl8192e: Fix use after free in _rtl92e_pci_disconnect()Dan Carpenter1-1/+2
2021-12-08binder: fix test regression due to sender_euid changeTodd Kjos1-1/+1
2021-12-08usb: hub: Fix locking issues with address0_mutexMathias Nyman1-7/+12
2021-12-08usb: hub: Fix usb enumeration issue due to address0 raceMathias Nyman1-3/+11
2021-12-08USB: serial: option: add Fibocom FM101-GL variantsMingjie Zhang1-0/+3
2021-12-08USB: serial: option: add Telit LE910S1 0x9200 compositionDaniele Palmas1-0/+2
2021-12-08staging: ion: Prevent incorrect reference counting behavourLee Jones1-0/+6
2021-11-26usb: max-3421: Use driver data instead of maintaining a list of bound devicesUwe Kleine-König1-20/+5
2021-11-26drm/amdgpu: fix set scaling mode Full/Full aspect/Center not works on vga and...hongao1-0/+1
2021-11-26drm/udl: fix control-message timeoutJohan Hovold1-1/+1
2021-11-26parisc/sticon: fix reverse colorsSven Schnelle1-6/+6
2021-11-26tun: fix bonding active backup with arp monitoringNicolas Dichtel1-0/+5
2021-11-26platform/x86: hp_accel: Fix an error handling path in 'lis3lv02d_probe()'Christophe JAILLET1-0/+2
2021-11-26net: bnx2x: fix variable dereferenced before checkPavel Skripkin1-1/+3
2021-11-26maple: fix wrong return value of maple_bus_init().Lu Wei1-1/+4
2021-11-26scsi: target: Fix alua_tg_pt_gps_count trackingMike Christie1-1/+0
2021-11-26scsi: target: Fix ordered tag handlingMike Christie3-22/+57
2021-11-26tty: tty_buffer: Fix the softlockup issue in flush_to_ldiscGuanghui Feng1-0/+3
2021-11-26usb: host: ohci-tmio: check return value after calling platform_get_resource()Yang Yingliang1-1/+1
2021-11-26scsi: advansys: Fix kernel pointer leakGuo Zhi1-2/+2
2021-11-26usb: musb: tusb6010: check return value after calling platform_get_resource()Yang Yingliang1-0/+5
2021-11-26scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq()James Smart1-0/+1
2021-11-26PCI/MSI: Destroy sysfs before freeing entriesThomas Gleixner1-12/+12
2021-11-26USB: chipidea: fix interrupt deadlockJohan Hovold1-6/+15
2021-11-26nfc: pn533: Fix double free when pn533_fill_fragment_skbs() failsChengfeng Ye1-3/+3
2021-11-26bonding: Fix a use-after-free problem when bond_sysfs_slave_add() failedHuang Guobin1-25/+11
2021-11-26net: davinci_emac: Fix interrupt pacing disableMaxim Kiselev1-2/+14
2021-11-26xen-pciback: Fix return in pm_ctrl_init()YueHaibing1-1/+1