summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-01-027-125/+279
|\
| * vhost: correct the related warning messagewangyan2018-12-191-2/+2
| * vhost: split structs into a separate header filePaolo Bonzini2018-12-192-111/+130
| * virtio: remove deprecated VIRTIO_PCI_CONFIG()Dongli Zhang2018-12-191-2/+4
| * vhost/vsock: switch to a mutex for vhost_vsock_hashStefan Hajnoczi2018-12-191-8/+8
| * virtio_blk: add discard and write zeroes supportChangpeng Liu2018-12-192-2/+135
* | Merge tag 'for-4.21/block-20190102' of git://git.kernel.dk/linux-blockLinus Torvalds2019-01-0223-131/+467
|\ \
| * | block/swim3: Fix regression on PowerBook G3Finn Thain2018-12-311-4/+3
| * | block/swim3: Fix -EBUSY error when re-opening device after unmountFinn Thain2018-12-311-1/+5
| * | block/swim3: Remove dead return statementFinn Thain2018-12-311-1/+0
| * | block/amiflop: Don't log error message on invalid ioctlFinn Thain2018-12-311-2/+0
| * | gdrom: fix a memory leak bugWenwen Wang2018-12-291-0/+1
| * | lightnvm: pblk: fix use-after-free bugGustavo A. R. Silva2018-12-221-1/+0
| * | block: sunvdc: remove redundant codeChengguang Xu2018-12-221-1/+0
| * | block: loop: remove redundant codeChengguang Xu2018-12-221-1/+0
| * | bsg: deprecate BIDI support in bsgChristoph Hellwig2018-12-211-0/+4
| * | blkcg: remove unused __blkg_release_rcu()Dennis Zhou2018-12-211-23/+0
| * | blkcg: clean up blkg_tryget_closest()Dennis Zhou2018-12-212-5/+20
| * | drbd: Change drbd_request_detach_interruptible's return type to intNathan Chancellor2018-12-202-6/+3
| * | drbd: Avoid Clang warning about pointless switch statmentNathan Chancellor2018-12-201-1/+4
| * | drbd: introduce P_ZEROES (REQ_OP_WRITE_ZEROES on the "wire")Lars Ellenberg2018-12-2010-31/+252
| * | drbd: skip spurious timeout (ping-timeo) when failing promoteLars Ellenberg2018-12-201-7/+8
| * | drbd: don't retry connection if peers do not agree on "authentication" settingsLars Ellenberg2018-12-201-1/+1
| * | drbd: fix print_st_err()'s prototype to match the definitionLuc Van Oostenryck2018-12-201-1/+1
| * | drbd: avoid spurious self-outdating with concurrent disconnect / downLars Ellenberg2018-12-201-0/+7
| * | drbd: do not block when adjusting "disk-options" while IO is frozenLars Ellenberg2018-12-201-8/+29
| * | drbd: fix comment typosLars Ellenberg2018-12-202-2/+2
| * | drbd: reject attach of unsuitable uuids even if connectedLars Ellenberg2018-12-202-3/+22
| * | drbd: attach on connected diskless peer must not shrink a consistent deviceLars Ellenberg2018-12-201-5/+6
| * | drbd: fix confusing error message during attachLars Ellenberg2018-12-201-5/+44
| * | drbd: disconnect, if the wrong UUIDs are attached on a connected peerLars Ellenberg2018-12-201-1/+1
| * | drbd: ignore "all zero" peer volume sizes in handshakeLars Ellenberg2018-12-201-3/+30
| * | drbd: centralize printk reporting of new size into drbd_set_my_capacity()Lars Ellenberg2018-12-203-11/+17
| * | drbd: must not use connection after kref_put(&connection->kref)Lars Ellenberg2018-12-201-2/+1
| * | drbd: narrow rcu_read_lock in drbd_sync_handshakeRoland Kammerer2018-12-201-5/+6
* | | Merge tag 'for-4.21/libata-20190102' of git://git.kernel.dk/linux-blockLinus Torvalds2019-01-021-0/+2
|\ \ \
| * | | ata: pata_macio: add of_node_put()Yangtao Li2018-12-211-0/+2
* | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-01-024-440/+440
|\ \ \ \
| * | | | clk: imx8qxp: make the name of clock ID genericAisheng Dong2018-12-284-440/+440
* | | | | Merge tag 'devprop-4.21-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-01-021-2/+3
|\ \ \ \ \
| * | | | | drivers: base: swnode: check if swnode is NULL before dereferencing itColin Ian King2018-12-261-1/+2
| * | | | | drivers: base: swnode: check if pointer p is NULL before dereferencing itColin Ian King2018-12-261-1/+1
* | | | | | Merge tag 'mailbox-v4.21' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds2019-01-0223-247/+612
|\ \ \ \ \ \
| * | | | | | mailbox: tegra-hsp: Use device-managed registration APIThierry Reding2018-12-211-24/+6
| * | | | | | mailbox: tegra-hsp: use devm_kstrdup_const()Bartosz Golaszewski2018-12-211-32/+4
| * | | | | | mailbox: tegra-hsp: Add suspend/resume supportThierry Reding2018-12-211-0/+19
| * | | | | | mailbox: tegra-hsp: Add support for shared mailboxesThierry Reding2018-12-211-61/+443
| * | | | | | dt-bindings: tegra186-hsp: Add shared mailboxesMikko Perttunen2018-12-212-5/+36
| * | | | | | mailbox: Allow multiple controllers per deviceMikko Perttunen2018-12-211-1/+2
| * | | | | | mailbox: Support blocking transfers in atomic contextThierry Reding2018-12-213-0/+33