summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-2620-92/+224
|\
| * Merge branch 'nvme-5.3' of git://git.infradead.org/nvme into for-linusJens Axboe2019-07-254-17/+15
| |\
| | * Revert "nvme-pci: don't create a read hctx mapping without read queues"yangerkun2019-07-231-3/+1
| | * nvme: fix multipath crash when ANA is deactivatedMarta Rybczynska2019-07-232-7/+7
| | * nvme: fix memory leak caused by incorrect subsystem freeLogan Gunthorpe2019-07-231-7/+5
| | * nvme: ignore subnqn for ADATA SX6000LNPMisha Nasledov2019-07-231-0/+2
| * | io_uring: ensure ->list is initialized for poll commandsJens Axboe2019-07-251-0/+2
| |/
| * drbd: dynamically allocate shash descriptorArnd Bergmann2019-07-231-2/+12
| * block: blk-mq: Remove blk_mq_sched_started_request and started_requestMarcos Paulo de Souza2019-07-233-12/+0
| * bcache: fix possible memory leak in bch_cached_dev_run()Wei Yongjun2019-07-221-0/+3
| * io_uring: track io length in async_list based on bytesZhengyuan Liu2019-07-221-13/+11
| * io_uring: don't use iov_iter_advance() for fixed buffersJens Axboe2019-07-221-2/+38
| * block: properly handle IOCB_NOWAIT for async O_DIRECT IOJens Axboe2019-07-221-8/+50
| * blk-mq: allow REQ_NOWAIT to return an error inlineJens Axboe2019-07-222-3/+10
| * io_uring: add a memory barrier before atomic_readZhengyuan Liu2019-07-181-0/+4
| * rq-qos: use a mb for got_tokenJosef Bacik2019-07-181-0/+3
| * rq-qos: set ourself TASK_UNINTERRUPTIBLE after we scheduleJosef Bacik2019-07-181-0/+1
| * rq-qos: don't reset has_sleepers on spurious wakeupsJosef Bacik2019-07-181-1/+1
| * rq-qos: fix missed wake-ups in rq_qos_throttleJosef Bacik2019-07-181-0/+1
| * wait: add wq_has_single_sleeper helperJosef Bacik2019-07-181-0/+13
| * block, bfq: check also in-flight I/O in dispatch pluggingPaolo Valente2019-07-181-24/+43
| * block: fix sysfs module parameters directory path in commentAkinobu Mita2019-07-161-1/+1
| * blkcg: allow blkcg_policy->pd_stat() to print non-debug info tooTejun Heo2019-07-163-6/+7
| * io_uring: fix counter inc/dec mismatch in async_listZhengyuan Liu2019-07-161-1/+8
| * ata: libahci_platform: remove redundant dev_err messageDing Xiang2019-07-161-1/+0
| * io_uring: fix the sequence comparison in io_sequence_deferZhengyuan Liu2019-07-161-1/+1
* | Merge tag 'sound-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-07-269-34/+65
|\ \
| * | ALSA: hda - Add a conexant codec entry to let mute led workHui Wang2019-07-251-0/+1
| * | ALSA: hda - Fix intermittent CORB/RIRB stall on Intel chipsTakashi Iwai2019-07-251-3/+2
| * | ALSA: ac97: Fix double free of ac97_codec_deviceDing Xiang2019-07-231-9/+4
| * | ALSA: compress: Be more restrictive about when a drain is allowedCharles Keepax2019-07-231-0/+6
| * | ALSA: compress: Don't allow paritial drain operations on capture streamsCharles Keepax2019-07-231-0/+8
| * | ALSA: compress: Prevent bypasses of set_paramsCharles Keepax2019-07-231-6/+24
| * | ALSA: compress: Fix regression on compressed capture streamsCharles Keepax2019-07-232-9/+12
| * | ALSA: line6: Fix a typoChristophe JAILLET2019-07-221-1/+1
| * | ALSA: pcm: Fix refcount_inc() on zero usageTakashi Iwai2019-07-191-4/+5
| * | ALSA: line6: Fix wrong altsetting for LINE6_PODHD500_1Kai-Heng Feng2019-07-181-1/+1
| * | ALSA: hda - Optimize resume for codecs without jack detectionTakashi Iwai2019-07-181-1/+1
* | | Merge tag 'iommu-fixes-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-07-266-101/+220
|\ \ \
| * | | iommu/amd: Add support for X2APIC IOMMU interruptsSuthikulpanit, Suravee2019-07-232-0/+99
| * | | iommu/iova: Fix compilation error with !CONFIG_IOMMU_IOVAJoerg Roedel2019-07-231-1/+1
| * | | iommu/vt-d: Print pasid table entries MSB to LSB in debugfsSai Praneeth Prakhya2019-07-221-2/+2
| * | | iommu/iova: Remove stale cached32_nodeChris Wilson2019-07-221-2/+3
| * | | iommu/vt-d: Check if domain->pgd was allocatedDmitry Safonov2019-07-221-3/+5
| * | | iommu/vt-d: Don't queue_iova() if there is no flush queueDmitry Safonov2019-07-223-5/+22
| * | | iommu/vt-d: Avoid duplicated pci dma alias considerationLu Baolu2019-07-221-53/+2
| * | | Revert "iommu/vt-d: Consolidate domain_init() to avoid duplication"Joerg Roedel2019-07-221-36/+87
* | | | Merge branch 'for-linus-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-262-2/+7
|\ \ \ \
| * | | | iscsi_ibft: make ISCSI_IBFT dependson ACPI instead of ISCSI_IBFT_FINDThomas Tai2019-07-192-2/+7
* | | | | Merge tag 'hwmon-for-v5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-263-4/+7
|\ \ \ \ \