summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-10-1213-18/+60
|\
| * firmware: google: increment VPD key_len properlyBrian Norris2019-10-111-1/+1
| * w1: ds250x: Fix build error without CRC16YueHaibing2019-10-101-0/+1
| * virt: vbox: fix memory leak in hgcm_call_preprocess_linaddrNavid Emamdoost2019-10-101-1/+2
| * binder: Fix comment headers on binder_alloc_prepare_to_free()Joel Fernandes (Google)2019-10-101-1/+1
| * binder: prevent UAF read in print_binder_transaction_log_entry()Christian Brauner2019-10-102-2/+4
| * misc: fastrpc: prevent memory leak in fastrpc_dma_buf_attachNavid Emamdoost2019-10-041-0/+1
| * mei: avoid FW version request on Ibex Peak and earlierAlexander Usyskin2019-10-045-13/+44
| * mei: me: add comet point (lake) LP device idsTomas Winkler2019-10-042-0/+6
* | Merge tag 'staging-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-10-1238-2333/+695
|\ \
| * \ Merge tag 'iio-fixes-for-5.4a' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2019-10-1016-182/+290
| |\ \
| | * | iio: Fix an undefied reference error in noa1305_probezhong jiang2019-10-091-0/+1
| | * | iio: light: opt3001: fix mutex unlock raceDavid Frey2019-10-091-1/+5
| | * | iio: adc: ad799x: fix probe error handlingMarco Felsch2019-10-091-2/+2
| | * | iio: light: add missing vcnl4040 of_compatibleMarco Felsch2019-10-091-0/+4
| | * | iio: light: fix vcnl4000 devicetree hooksMarco Felsch2019-10-091-5/+5
| | * | iio: imu: st_lsm6dsx: fix waitime for st_lsm6dsx i2c controllerLorenzo Bianconi2019-10-091-1/+3
| | * | iio: adc: axp288: Override TS pin bias current for some modelsHans de Goede2019-10-091-0/+32
| | * | iio: imu: adis16400: fix memory leakNavid Emamdoost2019-10-091-1/+4
| | * | iio: imu: adis16400: release allocated memory on failureNavid Emamdoost2019-10-091-1/+4
| | * | iio: adc: stm32-adc: fix a race when using several adcs with dma and irqFabrice Gasnier2019-10-092-3/+41
| | * | iio: adc: stm32-adc: move registers definitionsFabrice Gasnier2019-10-093-136/+136
| | * | iio: accel: adxl372: Perform a reset at start upStefan Popa2019-10-091-0/+8
| | * | iio: accel: adxl372: Fix push to buffers lost samplesStefan Popa2019-10-091-2/+1
| | * | iio: accel: adxl372: Fix/remove limitation for FIFO samplesStefan Popa2019-10-091-3/+8
| | * | iio: adc: hx711: fix bug in sampling of dataAndreas Klinger2019-10-091-5/+5
| | * | iio: fix center temperature of bmc150-accel-corePascal Bouwmann2019-09-081-1/+1
| | * | iio: imu: st_lsm6dsx: forbid 0 sensor sensitivityLorenzo Bianconi2019-09-083-16/+25
| | * | iio: adc: meson_saradc: Fix memory allocation orderRemi Pommarel2019-09-081-5/+5
| * | | staging: vt6655: Fix memory leak in vt6655_probeNavid Emamdoost2019-10-071-1/+3
| * | | staging: exfat: Use kvzalloc() instead of kzalloc() for exfat_sb_infoJia-Ye Li2019-10-041-2/+3
| * | | Staging: fbtft: fix memory leak in fbtft_framebuffer_allocNavid Emamdoost2019-10-041-2/+5
| * | | staging: speakup: document sysfs attributesOkash Khawaja2019-10-041-0/+369
| * | | staging: rtl8188eu: fix HighestRate check in odm_ARFBRefresh_8188E()Denis Efremov2019-10-011-1/+1
| * | | staging: rtl8188eu: fix null dereference when kzalloc failsConnor Kuehl2019-10-011-2/+4
| * | | staging: bcm2835-audio: Fix draining behavior regressionTakashi Iwai2019-10-012-2/+3
| * | | staging/fbtft: Remove flexfbNoralf Trønnes2019-10-013-858/+0
| * | | staging/fbtft: Remove fbtft_deviceNoralf Trønnes2019-10-013-1268/+0
| * | | staging/fbtft: Depend on OFNoralf Trønnes2019-10-011-1/+1
| * | | staging: octeon: Use "(uintptr_t)" to cast from pointer to intGeert Uytterhoeven2019-10-012-5/+6
| * | | staging: exfat: Fix a typo in KconfigMasanari Iida2019-10-011-1/+1
| * | | staging: exfat - fix SPDX tags..Valdis Klētnieks2019-10-018-8/+8
| * | | staging: exfat: add missing SPDX line to KconfigMichael Straube2019-10-011-0/+1
| | |/ | |/|
* | | Merge tag 'tty-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-10-1213-18/+48
|\ \ \
| * | | tty: serial: imx: Use platform_get_irq_optional() for optional IRQsAnson Huang2019-10-101-2/+2
| * | | serial: fix kernel-doc warning in commentsRandy Dunlap2019-10-101-0/+2
| * | | serial: 8250_omap: Fix gpio check for auto RTS/CTSAdam Ford2019-10-071-2/+3
| * | | serial: mctrl_gpio: Check for NULL pointerAdam Ford2019-10-071-0/+3
| * | | tty: serial: fsl_lpuart: Fix lpuart_flush_buffer()Andrey Smirnov2019-10-071-1/+1
| * | | tty: n_hdlc: fix build on SPARCRandy Dunlap2019-10-041-0/+5