summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-06-20media: dvb: return -EREMOTEIO on i2c transfer failure.Colin Ian King1-1/+1
2020-06-20e1000: Distribute switch variables for initializationKees Cook1-1/+3
2020-06-20staging: android: ion: use vmap instead of vm_map_ramChristoph Hellwig1-2/+2
2020-06-20net: vmxnet3: fix possible buffer overflow caused by bad DMA value in vmxnet3...Jia-Ju Bai1-0/+2
2020-06-20clocksource: dw_apb_timer_of: Fix missing clockevent timersSerge Semin1-4/+2
2020-06-20spi: dw: Enable interrupts in accordance with DMA xfer modeSerge Semin1-4/+8
2020-06-20spi: dw: Zero DMA Tx and Rx configurations on stackAndy Shevchenko1-0/+2
2020-06-20can: kvaser_usb: kvaser_usb_leaf: Fix some info-leaks to USB devicesXiaolong Huang1-3/+3
2020-06-20ath9k: Fix general protection fault in ath9k_hif_usb_rx_cbQiujun Huang2-11/+42
2020-06-20ath9x: Fix stack-out-of-bounds Write in ath9k_hif_usb_rx_cbQiujun Huang1-0/+5
2020-06-20ath9k: Fix use-after-free Write in ath9k_htc_rx_msgQiujun Huang1-0/+3
2020-06-20ath9k: Fix use-after-free Read in ath9k_wmi_ctrl_rxQiujun Huang5-7/+17
2020-06-20video: fbdev: w100fb: Fix a potential double free.Christophe JAILLET1-0/+2
2020-06-20spi: bcm2835: Fix controller unregister orderLukas Wunner1-1/+3
2020-06-20spi: pxa2xx: Fix controller unregister orderLukas Wunner1-1/+3
2020-06-20spi: Fix controller unregister orderLukas Wunner1-1/+2
2020-06-20spi: No need to assign dummy value in spi_unregister_controller()Andy Shevchenko1-3/+1
2020-06-20spi: dw: Fix controller unregister orderLukas Wunner1-1/+3
2020-06-20spi: dw: fix possible race conditionSasha Levin1-1/+2
2020-06-20spi: bcm2835aux: Fix controller unregister orderLukas Wunner1-1/+3
2020-06-20ACPI: PM: Avoid using power resources if there are none for D0Rafael J. Wysocki2-10/+20
2020-06-20ACPI: sysfs: Fix reference count leak in acpi_sysfs_add_hotplug_profile()Qiushi Wu1-1/+3
2020-06-20efi/efivars: Add missing kobject_put() in sysfs entry creation error pathArd Biesheuvel1-1/+3
2020-06-20ath9k_htc: Silence undersized packet warningsMasashi Honma1-3/+3
2020-06-20igb: improve handling of disconnected adaptersJarod Wilson2-5/+3
2020-06-20pwm: fsl-ftm: Use flat regmap cacheStefan Agner1-1/+1
2020-06-20net: phy: marvell: Limit 88m1101 autoneg errata to 88E1145 as well.Zhao Qiang1-1/+1
2020-06-20scsi: return correct blkprep status code in case scsi_init_io() fails.Johannes Thumshirn1-2/+2
2020-06-20vxlan: Avoid infinite loop when suppressing NS messages with invalid optionsIdo Schimmel1-0/+4
2020-06-11iio: vcnl4000: Fix i2c swapped word reading.Mathieu Othacehe1-4/+2
2020-06-11x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross1-0/+8
2020-06-11x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang15-22/+22
2020-06-11staging: rtl8712: Fix IEEE80211_ADDBA_PARAM_BUF_SIZE_MASKPascal Terjan1-8/+1
2020-06-11vt: keyboard: avoid signed integer overflow in k_asciiDmitry Torokhov1-10/+16
2020-06-11USB: serial: option: add Telit LE910C1-EUX compositionsDaniele Palmas1-0/+4
2020-06-11USB: serial: usb_wwan: do not resubmit rx urb on fatal errorsBin Liu1-0/+4
2020-06-11USB: serial: qcserial: add DW5816e QDL supportMatt Jolly1-0/+1
2020-06-11NFC: st21nfca: add missed kfree_skb() in an error pathChuhong Yuan1-1/+3
2020-06-11scsi: ufs: Release clock if DMA map failsCan Guo1-0/+1
2020-06-11slip: not call free_netdev before rtnl_unlock in slip_openyangerkun1-0/+3
2020-06-11slcan: Fix double-free on slcan_open() error pathBen Hutchings1-2/+1
2020-06-11pppoe: only process PADT targeted at local interfacesGuillaume Nault1-0/+3
2020-06-11net: ethernet: stmmac: Enable interface clocks on probe for IPQ806xJonathan McDowell1-0/+13
2020-06-11net/ethernet/freescale: rework quiesce/activate for ucc_gethValentin Longchamp1-6/+7
2020-06-11net: bmac: Fix read of MAC address from ROMJeremy Kerr1-1/+1
2020-06-11spi: dw: use "smp_mb()" to avoid sending spi data errorXinwei Kong1-0/+3
2020-06-11IB/mlx4: Fix an error handling path in 'mlx4_ib_rereg_user_mr()'Christophe Jaillet1-2/+5
2020-06-11platform/x86: acer-wmi: setup accelerometer when ACPI device was foundLee, Chun-Yi1-5/+4
2020-06-11usb: gadget: f_uac2: fix error handling in afunc_bind (again)Eugeniu Rosca1-2/+2
2020-06-11scsi: scsi_devinfo: fixup string compareHannes Reinecke1-10/+13