summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Input: hyperv-keyboard: Use in-place iterator API in the channel callbackDexuan Cui2019-08-201-29/+6
* Drivers: hv: vmbus: Remove the unused "tsc_page" from struct hv_contextDexuan Cui2019-08-201-2/+0
* Merge tag 'fixes-for-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-08-181-2/+3
|\
| * mtd: spi-nor: Fix the disabling of write protection at initTudor Ambarus2019-08-131-2/+3
* | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-08-181-11/+27
|\ \
| * | efi-stub: Fix get_efi_config_table on mixed-mode setupsHans de Goede2019-08-121-11/+27
* | | Merge tag 'spdx-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-08-182-2/+2
|\ \ \
| * | | i2c: stm32: Use the correct style for SPDX License IdentifierNishad Kamdar2019-08-051-1/+1
| * | | intel_th: Use the correct style for SPDX License IdentifierNishad Kamdar2019-07-302-2/+2
* | | | Merge tag 'char-misc-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-08-1813-66/+98
|\ \ \ \
| * \ \ \ Merge tag 'soundwire-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman2019-08-164-12/+7
| |\ \ \ \
| | * | | | soundwire: fix regmap dependencies and align with other serial linksPierre-Louis Bossart2019-08-093-8/+3
| | * | | | soundwire: cadence_master: fix definitions for INTSTAT0/1Pierre-Louis Bossart2019-08-021-2/+2
| | * | | | soundwire: cadence_master: fix register definition for SLAVE_STATEPierre-Louis Bossart2019-08-021-2/+2
| | | |/ / | | |/| |
| * | | | misc: xilinx-sdfec: fix dependency and build errorRandy Dunlap2019-08-151-0/+1
| * | | | habanalabs: fix device IRQ unmasking for BE hostBen Segal2019-08-121-9/+24
| * | | | habanalabs: fix endianness handling for internal QMAN submissionOded Gabbay2019-08-124-15/+17
| * | | | habanalabs: fix completion queue handling when host is BEBen Segal2019-08-121-14/+13
| * | | | habanalabs: fix endianness handling for packets from userBen Segal2019-08-122-13/+32
| * | | | habanalabs: fix DRAM usage accounting on context tear downTomer Tayar2019-08-121-0/+2
| * | | | habanalabs: Avoid double free in error flowTomer Tayar2019-08-121-3/+2
| | |_|/ | |/| |
* | | | Merge tag 'staging-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-08-183-9/+9
|\ \ \ \
| * \ \ \ Merge tag 'iio-fixes-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2019-08-122-5/+5
| |\ \ \ \
| | * | | | iio: adc: max9611: Fix temperature reading in probeJacopo Mondi2019-08-051-1/+1
| | * | | | iio: frequency: adf4371: Fix output frequency settingNuno Sá2019-08-051-4/+4
| * | | | | staging: comedi: dt3000: Fix rounding up of timer divisorIan Abbott2019-08-121-3/+3
| * | | | | staging: comedi: dt3000: Fix signed integer overflow 'divider * base'Ian Abbott2019-08-121-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'usb-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-08-1812-41/+68
|\ \ \ \ \
| * \ \ \ \ Merge tag 'usb-serial-5.3-rc5' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2019-08-171-0/+10
| |\ \ \ \ \
| | * | | | | USB: serial: option: add the BroadMobi BM818 cardBob Ham2019-08-151-0/+2
| | * | | | | USB: serial: option: Add Motorola modem UARTsTony Lindgren2019-08-151-0/+5
| | * | | | | USB: serial: option: add D-Link DWM-222 device IDRogan Dawes2019-08-051-0/+2
| | * | | | | USB: serial: option: Add support for ZTE MF871AYoshiaki Okamoto2019-08-051-0/+1
| * | | | | | usb: add a hcd_uses_dma helperChristoph Hellwig2019-08-153-10/+6
| * | | | | | usb: don't create dma pools for HCDs with a localmem_poolChristoph Hellwig2019-08-151-3/+3
| * | | | | | usb: chipidea: imx: fix EPROBE_DEFER support during driver probeAndré Draszik2019-08-151-7/+12
| * | | | | | usb: host: fotg2: restart hcd after port resetHans Ulli Kroll2019-08-151-0/+4
| * | | | | | USB: CDC: fix sanity checks in CDC union parserOliver Neukum2019-08-151-2/+2
| * | | | | | usb: cdc-acm: make sure a refcount is taken early enoughOliver Neukum2019-08-151-5/+7
| * | | | | | USB: core: Fix races in character device registration and deregistraionAlan Stern2019-08-121-5/+5
| * | | | | | usb: gadget: mass_storage: Fix races between fsg_disable and fsg_set_altBenjamin Herrenschmidt2019-08-121-10/+18
| * | | | | | usb: gadget: composite: Clear "suspended" on reset/disconnectBenjamin Herrenschmidt2019-08-121-0/+1
| * | | | | | usb: gadget: udc: renesas_usb3: Fix sysfs interface of "role"Yoshihiro Shimoda2019-08-121-2/+3
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'for-linus-2019-08-17' of git://git.kernel.dk/linux-blockLinus Torvalds2019-08-1710-18/+146
|\ \ \ \ \ \
| * | | | | | xen/blkback: fix memory leaksWenwen Wang2019-08-121-3/+3
| * | | | | | Merge branch 'nvme-5.3-rc' of git://git.infradead.org/nvme into for-linusJens Axboe2019-08-109-15/+143
| |\ \ \ \ \ \
| | * | | | | | nvme-pci: Fix async probe remove raceKeith Busch2019-07-311-1/+2
| | * | | | | | nvme: fix controller removal race with scan workSagi Grimberg2019-07-313-8/+54
| | * | | | | | nvme-rdma: fix possible use-after-free in connect error flowSagi Grimberg2019-07-311-5/+11
| | * | | | | | nvme: fix a possible deadlock when passthru commands sent to a multipath deviceSagi Grimberg2019-07-313-0/+47