summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | 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
| * | | | | | Merge tag 'misc-habanalabs-fixes-2019-08-12' of git://people.freedesktop.org/...Greg Kroah-Hartman2019-08-128-54/+90
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | 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-1814-42/+72
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ 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-155-11/+10
| * | | | | | | | 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
| * | | | | | | | Merge tag 'fixes-for-v5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2019-08-123-12/+22
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | 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-1815-84/+167
|\ \ \ \ \ \ \ \
| * | | | | | | | io_uring: fix an issue when IOSQE_IO_LINK is inserted into defer listJackie Liu2019-08-151-7/+9
| * | | | | | | | block: remove REQ_NOWAIT_INLINEJens Axboe2019-08-153-54/+8
| * | | | | | | | io_uring: fix manual setup of iov_iter for fixed buffersAleix Roca Nonell2019-08-151-3/+1
| * | | | | | | | xen/blkback: fix memory leaksWenwen Wang2019-08-121-3/+3
| * | | | | | | | blk-mq: move cancel of requeue_work to the front of blk_exit_queuezhengbin2019-08-122-2/+3
| * | | | | | | | Merge branch 'nvme-5.3-rc' of git://git.infradead.org/nvme into for-linusJens Axboe2019-08-119-15/+143
| |\ \ \ \ \ \ \ \
| | * | | | | | | | nvme-pci: Fix async probe remove raceKeith Busch2019-08-011-1/+2
| | * | | | | | | | nvme: fix controller removal race with scan workSagi Grimberg2019-08-013-8/+54
| | * | | | | | | | nvme-rdma: fix possible use-after-free in connect error flowSagi Grimberg2019-08-011-5/+11
| | * | | | | | | | nvme: fix a possible deadlock when passthru commands sent to a multipath deviceSagi Grimberg2019-08-013-0/+47
| | * | | | | | | | nvme-core: Fix extra device_put() call on error pathLogan Gunthorpe2019-08-011-1/+1
| | * | | | | | | | nvmet-file: fix nvmet_file_flush() always returning an errorLogan Gunthorpe2019-08-011-0/+3
| | * | | | | | | | nvmet-loop: Flush nvme_delete_wq when removing the portLogan Gunthorpe2019-08-011-0/+8
| | * | | | | | | | nvmet: Fix use-after-free bug when a port is removedLogan Gunthorpe2019-08-013-0/+16
| | * | | | | | | | nvme-multipath: revalidate nvme_ns_head gendisk in nvme_validate_nsAnthony Iliopoulos2019-07-301-0/+1