summaryrefslogtreecommitdiffstats
path: root/drivers/virtio
Commit message (Expand)AuthorAgeFilesLines
...
| * virtio-mem: factor out fake-offlining into virtio_mem_fake_offline()David Hildenbrand2020-12-181-10/+24
| * virtio-mem: print debug messages from virtio_mem_send_*_request()David Hildenbrand2020-12-181-15/+35
| * virtio-mem: factor out calculation of the bit number within the subblock bitmapDavid Hildenbrand2020-12-181-5/+15
| * virtio-mem: use "unsigned long" for nr_pages when fake onlining/offliningDavid Hildenbrand2020-12-181-4/+4
| * virtio-mem: drop rc2 in virtio_mem_mb_plug_and_add()David Hildenbrand2020-12-181-3/+2
| * virtio-mem: simplify MAX_ORDER - 1 / pageblock_order handlingDavid Hildenbrand2020-12-181-16/+19
| * virtio-mem: more precise calculation in virtio_mem_mb_state_prepare_next_mb()David Hildenbrand2020-12-181-4/+2
| * virtio-mem: determine nid only once using memory_add_physaddr_to_nid()David Hildenbrand2020-12-181-17/+11
* | mm, page_poison: remove CONFIG_PAGE_POISONING_NO_SANITYVlastimil Babka2020-12-151-3/+1
* | mm, page_poison: use static key more efficientlyVlastimil Babka2020-12-151-1/+1
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-10-235-3/+24
|\
| * virtio: let arch advertise guest's memory access restrictionsPierre Morel2020-10-212-0/+21
| * virtio-mem: Constify mem_id_tableRikard Falkeborn2020-10-211-1/+1
| * virtio_input: Constify id_tableRikard Falkeborn2020-10-211-1/+1
| * virtio-balloon: Constify id_tableRikard Falkeborn2020-10-211-1/+1
* | virtio-mem: try to merge system ram resourcesDavid Hildenbrand2020-10-161-1/+2
* | mm/memory_hotplug: prepare passing flags to add_memory() and friendsDavid Hildenbrand2020-10-161-1/+1
* | Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-10-156-0/+228
|\ \
| * \ Merge branch 'virtio-shm' of git://git.kernel.org/pub/scm/linux/kernel/git/ms...Maxime Ripard2020-09-162-0/+126
| |\ \
| | * | virtio: Implement get_shm_region for MMIO transportSebastien Boeuf2020-09-101-0/+31
| | * | virtio: Implement get_shm_region for PCI transportSebastien Boeuf2020-09-101-0/+95
| | |/
| * | virtio: fix build for configs without dma-bufsDavid Stevens2020-08-193-1/+12
| * | Merge v5.9-rc1 into drm-misc-nextMaxime Ripard2020-08-186-64/+57
| |\|
| * | virtio: add dma-buf support for exported objectsDavid Stevens2020-08-183-1/+92
* | | virtio-mem: don't special-case ZONE_MOVABLEDavid Hildenbrand2020-10-131-39/+8
| |/ |/|
* | virtio: pci: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski2020-08-141-3/+3
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-08-116-58/+51
|\ \
| * | virtio_pci_modern: Fix the comment of virtio_pci_find_capability()Liao Pingfang2020-08-051-0/+1
| * | virtio_ring: Avoid loop when vq is broken in virtqueue_pollMao Wenan2020-08-051-0/+3
| * | virtio_mem: convert to LE accessorsMichael S. Tsirkin2020-08-051-15/+15
| * | virtio_input: convert to LE accessorsMichael S. Tsirkin2020-08-051-16/+16
| * | virtio_balloon: use LE config space accessesMichael S. Tsirkin2020-08-051-17/+9
| * | virtio_vdpa: legacy features handlingMichael S. Tsirkin2020-08-051-6/+3
| * | virtio_balloon: fix sparse warningMichael S. Tsirkin2020-08-051-1/+1
| * | virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirkMichael S. Tsirkin2020-08-031-1/+1
| * | virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin2020-08-032-2/+2
| |/
* | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-3/+3
|\ \ | |/ |/|
| * treewide: Remove uninitialized_var() usageKees Cook2020-07-161-3/+3
* | virtio-mem: Fix build error due to improper use 'select'Weilong Chen2020-07-301-1/+1
* | virtio_balloon: fix up endian-ness for free cmd idMichael S. Tsirkin2020-07-291-1/+5
* | virtio-balloon: Document byte ordering of poison_valAlexander Duyck2020-07-291-0/+5
* | Merge tag 'pci-v5.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-07-241-2/+2
|\ \ | |/ |/|
| * virtio-mmio: Reject invalid IRQ 0 command line argumentBjorn Helgaas2020-07-221-2/+2
* | virtio-mem: add memory via add_memory_driver_managed()David Hildenbrand2020-06-221-3/+22
* | virtio-mem: silence a static checker warningDan Carpenter2020-06-221-1/+1
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-7/+7
* virtio_mem: convert device block size into 64bitMichael S. Tsirkin2020-06-091-9/+9
* virtio-mem: drop unnecessary initializationMichael S. Tsirkin2020-06-081-1/+1
* virtio-mem: Don't rely on implicit compiler padding for requestsDavid Hildenbrand2020-06-041-0/+3
* virtio-mem: Try to unplug the complete online memory block firstDavid Hildenbrand2020-06-041-31/+57