| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2018-12-28 | 12 | -174/+57 |
|\ |
|
| * | dma-mapping: zero memory returned from dma_alloc_* | Christoph Hellwig | 2018-12-20 | 1 | -1/+1 |
| * | PCI: Remove unused attr variable in pci_dma_configure | Nathan Chancellor | 2018-12-15 | 1 | -1/+0 |
| * | dma-mapping: bypass indirect calls for dma-direct | Christoph Hellwig | 2018-12-13 | 2 | -13/+2 |
| * | vmd: use the proper dma_* APIs instead of direct methods calls | Christoph Hellwig | 2018-12-13 | 1 | -25/+17 |
| * | swiotlb: remove dma_mark_clean | Christoph Hellwig | 2018-12-13 | 1 | -19/+1 |
| * | swiotlb: remove SWIOTLB_MAP_ERROR | Christoph Hellwig | 2018-12-13 | 1 | -2/+2 |
| * | ACPI / scan: Refactor _CCA enforcement | Robin Murphy | 2018-12-13 | 3 | -4/+7 |
| * | dma-mapping: move dma_get_required_mask to kernel/dma | Christoph Hellwig | 2018-12-13 | 1 | -31/+0 |
| * | dma-mapping: remove the mapping_error dma_map_ops method | Christoph Hellwig | 2018-12-06 | 1 | -6/+0 |
| * | xen-swiotlb: remove the mapping_error dma_map_ops method | Christoph Hellwig | 2018-12-06 | 1 | -10/+2 |
| * | iommu/dma-iommu: remove the mapping_error dma_map_ops method | Christoph Hellwig | 2018-12-06 | 1 | -15/+8 |
| * | iommu/vt-d: remove the mapping_error dma_map_ops method | Christoph Hellwig | 2018-12-06 | 1 | -9/+3 |
| * | iommu/intel: small map_page cleanup | Christoph Hellwig | 2018-12-06 | 1 | -7/+7 |
| * | iommu: remove the mapping_error dma_map_ops method | Christoph Hellwig | 2018-12-06 | 1 | -13/+5 |
| * | parisc/sba_iommu: remove the mapping_error dma_map_ops method | Christoph Hellwig | 2018-12-06 | 1 | -9/+1 |
| * | parisc/ccio: remove the mapping_error dma_map_ops method | Christoph Hellwig | 2018-12-06 | 1 | -9/+1 |
* | | Merge tag 'for-4.21/libata-20181221' of git://git.kernel.dk/linux-block | Linus Torvalds | 2018-12-28 | 5 | -96/+74 |
|\ \ |
|
| * | | sata_rcar: fix deferred probing | Sergei Shtylyov | 2018-12-10 | 1 | -1/+3 |
| * | | ata: palmld: Introduce state container | Linus Walleij | 2018-12-05 | 1 | -23/+36 |
| * | | ata: palmld: Convert to GPIO descriptors | Linus Walleij | 2018-12-05 | 1 | -33/+25 |
| * | | ata: rb532_cf: Convert to use GPIO descriptors | Linus Walleij | 2018-12-05 | 1 | -35/+10 |
| * | | ata: sata_highbank: Convert to use GPIO descriptors | Linus Walleij | 2018-12-05 | 1 | -20/+17 |
| * | | ata: pxa: Drop <linux/gpio.h> include | Linus Walleij | 2018-12-05 | 1 | -1/+0 |
* | | | Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block | Linus Torvalds | 2018-12-28 | 142 | -2988/+7570 |
|\ \ \ |
|
| * | | | dm: don't reuse bio for flushes | Jens Axboe | 2018-12-19 | 2 | -13/+25 |
| * | | | nvme-pci: trace SQ status on completions | yupeng | 2018-12-19 | 3 | -0/+28 |
| * | | | nvme-rdma: implement polling queue map | Sagi Grimberg | 2018-12-18 | 1 | -6/+43 |
| * | | | nvme-fabrics: allow user to pass in nr_poll_queues | Sagi Grimberg | 2018-12-18 | 2 | -0/+16 |
| * | | | nvme-fabrics: allow nvmf_connect_io_queue to poll | Sagi Grimberg | 2018-12-18 | 6 | -7/+7 |
| * | | | nvme-core: optionally poll sync commands | Sagi Grimberg | 2018-12-18 | 3 | -11/+39 |
| * | | | nvme-tcp: fix spelling mistake "attepmpt" -> "attempt" | Colin Ian King | 2018-12-18 | 1 | -1/+1 |
| * | | | nvme-tcp: fix endianess annotations | Christoph Hellwig | 2018-12-18 | 1 | -4/+5 |
| * | | | nvmet-tcp: fix endianess annotations | Christoph Hellwig | 2018-12-18 | 1 | -2/+2 |
| * | | | nvme-pci: refactor nvme_poll_irqdisable to make sparse happy | Christoph Hellwig | 2018-12-18 | 1 | -6/+6 |
| * | | | nvme-pci: only set nr_maps to 2 if poll queues are supported | Christoph Hellwig | 2018-12-18 | 1 | -0/+3 |
| * | | | nvmet: use a macro for default error location | Chaitanya Kulkarni | 2018-12-18 | 2 | -2/+3 |
| * | | | nvmet: fix comparison of a u16 with -1 | Colin Ian King | 2018-12-18 | 1 | -1/+1 |
| * | | | blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight() | Jens Axboe | 2018-12-18 | 1 | -1/+1 |
| * | | | nvme-pci: don't share queue maps | Christoph Hellwig | 2018-12-17 | 1 | -5/+1 |
| * | | | block: loop: check error using IS_ERR instead of IS_ERR_OR_NULL in loop_add() | Chengguang Xu | 2018-12-16 | 1 | -1/+1 |
| * | | | aoe: add __exit annotation | Chengguang Xu | 2018-12-16 | 1 | -1/+1 |
| * | | | nvme: fix kernel paging oops | Sagi Grimberg | 2018-12-13 | 1 | -1/+1 |
| * | | | Merge branch 'nvme-4.21' of git://git.infradead.org/nvme into for-4.21/block | Jens Axboe | 2018-12-13 | 26 | -110/+4490 |
| |\ \ \ |
|
| | * | | | nvme-rdma: support separate queue maps for read and write | Sagi Grimberg | 2018-12-13 | 1 | -3/+25 |
| | * | | | nvme-tcp: support separate queue maps for read and write | Sagi Grimberg | 2018-12-13 | 1 | -6/+41 |
| | * | | | nvme-fabrics: allow user to set nr_write_queues for separate queue maps | Sagi Grimberg | 2018-12-13 | 2 | -0/+16 |
| | * | | | nvme-fabrics: add missing nvmf_ctrl_options documentation | Sagi Grimberg | 2018-12-13 | 1 | -0/+3 |
| | * | | | blk-mq-rdma: pass in queue map to blk_mq_rdma_map_queues | Sagi Grimberg | 2018-12-13 | 1 | -1/+1 |
| | * | | | nvmet: update smart log with num err log entries | Chaitanya Kulkarni | 2018-12-13 | 1 | -0/+6 |