summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-12-30drm/msm/dsi_pll_10nm: restore VCO rate during restore_stateDmitry Baryshkov1-0/+8
2020-12-30spi: img-spfi: fix reference leak in img_spfi_resumeZhang Qilong1-1/+3
2020-12-30crypto: inside-secure - Fix sizeof() mismatchColin Ian King1-1/+1
2020-12-30crypto: talitos - Fix return type of current_desc_hdr()Christophe Leroy1-3/+3
2020-12-30crypto: talitos - Endianess in current_desc_hdr()Christophe Leroy1-2/+2
2020-12-30RDMA/rxe: Compute PSN windows correctlyBob Pearson1-1/+2
2020-12-30RDMA/bnxt_re: Set queue pair state when being queriedKamal Heib1-0/+1
2020-12-30soc: qcom: geni: More properly switch to DMA modeDouglas Anderson1-2/+15
2020-12-30soc: mediatek: Check if power domains can be powered on at boot timeNicolas Boichat1-2/+3
2020-12-30drm/tve200: Fix handling of platform_get_irq() errorKrzysztof Kozlowski1-2/+2
2020-12-30drm/gma500: fix double free of gma_connectorTom Rix1-1/+1
2020-12-30md: fix a warning caused by a race between concurrent md_ioctl()sDae R. Jeong1-2/+5
2020-12-30media: msi2500: assign SPI bus number dynamicallyAntti Palosaari1-1/+1
2020-12-30serial_core: Check for port state when tty is in error stateAlexey Kardashevskiy1-0/+4
2020-12-30HID: i2c-hid: add Vero K147 to descriptor overrideJulian Sax1-0/+8
2020-12-30scsi: megaraid_sas: Check user-provided offsetsArnd Bergmann1-5/+11
2020-12-30coresight: tmc-etr: Check if page is valid before dma_map_page()Mao Jinlong1-0/+2
2020-12-30usb: chipidea: ci_hdrc_imx: Pass DISABLE_DEVICE_STREAMING flag to imx6ulFabio Estevam1-1/+2
2020-12-30USB: gadget: f_rndis: fix bitrate for SuperSpeed and aboveWill McVicker1-1/+3
2020-12-30usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlusJack Pham1-1/+4
2020-12-30USB: gadget: f_midi: setup SuperSpeed Plus descriptorsWill McVicker1-0/+6
2020-12-30USB: gadget: f_acm: add support for SuperSpeed Plustaehyun.cho1-1/+1
2020-12-30USB: serial: option: add interface-number sanity check to flag handlingJohan Hovold1-2/+21
2020-12-30soc/tegra: fuse: Fix index bug in get_process_idNicolin Chen1-1/+1
2020-12-30dm table: Remove BUG_ON(in_interrupt())Thomas Gleixner1-6/+0
2020-12-30scsi: mpt3sas: Increase IOCInit request timeout to 30sSreekanth Reddy1-1/+1
2020-12-30vxlan: Copy needed_tailroom from lowerdevSven Eckelmann1-0/+2
2020-12-30vxlan: Add needed_headroom for lower deviceSven Eckelmann1-0/+1
2020-12-30drm/tegra: sor: Disable clocks on error in tegra_sor_init()Qinglang Miao1-2/+8
2020-12-30drm/tegra: replace idr_init() by idr_init_base()Deepak R Varma1-1/+1
2020-12-30ixgbe: avoid premature Rx buffer reuseBjörn Töpel1-7/+17
2020-12-30RDMA/cm: Fix an attempt to use non-valid pointer when cleaning timewaitLeon Romanovsky1-0/+2
2020-12-30gpio: eic-sprd: break loop when getting NULL device resourceChunyan Zhang1-1/+1
2020-12-30clk: renesas: r9a06g032: Drop __packed for portabilityGeert Uytterhoeven1-1/+1
2020-12-30can: softing: softing_netdev_open(): fix error handlingZhang Qilong1-2/+7
2020-12-30scsi: bnx2i: Requires MMURandy Dunlap1-0/+1
2020-12-30gpio: mvebu: fix potential user-after-free on probeBaruch Siach1-5/+11
2020-12-30pinctrl: baytrail: Avoid clearing debounce value when turning it offAndy Shevchenko1-1/+7
2020-12-30pinctrl: merrifield: Set default bias in case no particular value givenAndy Shevchenko1-0/+8
2020-12-30drm: fix drm_dp_mst_port refcount leaks in drm_dp_mst_allocate_vcpiXin Xiong1-3/+4
2020-12-30drm/xen-front: Fix misused IS_ERR_OR_NULL checksOleksandr Andrushchenko3-6/+6
2020-12-30serial: 8250_omap: Avoid FIFO corruption caused by MDR1 accessAlexander Sverdlin1-5/+0
2020-12-30USB: sisusbvga: Make console support depend on BROKENThomas Gleixner1-1/+1
2020-12-30USB: UAS: introduce a quirk to set no_write_sameOliver Neukum3-2/+11
2020-12-30xhci: Give USB2 ports time to enter U3 in bus suspendLi Jun1-0/+4
2020-12-30USB: add RESET_RESUME quirk for Snapscan 1212Oliver Neukum1-0/+3
2020-12-30USB: dummy-hcd: Fix uninitialized array use in init()Bui Quang Minh1-1/+1
2020-12-30net: stmmac: dwmac-meson8b: fix mask definition of the m250_sel muxMartin Blumenstingl1-3/+3
2020-12-30net: stmmac: delete the eee_ctrl_timer after napi disabledFugang Duan1-3/+10
2020-12-30net/mlx4_en: Handle TX error CQEMoshe Shemesh3-7/+39