- f8af4d0 virtio_balloon: specify page reporting order if needed by Gavin Shan · 3 years, 6 months ago
- d7bce85 virtio_pci_modern: correct sparse tags for notify by Michael S. Tsirkin · 3 years, 8 months ago
- 0f8a0b0 virtio_pci_modern: __force cast the notify mapping by Michael S. Tsirkin · 3 years, 8 months ago
- 9e311bc virtio-pci library: report resource address by Jason Wang · 3 years, 9 months ago
- fd466b3 virito_pci libray: hide vp_modern_map_capability() by Jason Wang · 3 years, 9 months ago
- a5f7a24 virtio_pci_modern: hide vp_modern_get_queue_notify_off() by Jason Wang · 3 years, 9 months ago
- 7dca6c0 virtio-pci library: switch to use vp_modern_map_vq_notify() by Jason Wang · 3 years, 9 months ago
- 9e3bb9b virtio_pci_modern: introduce helper to map vq notify area by Jason Wang · 3 years, 9 months ago
- 3fd02fb virtio-balloon: fix a typo in comment of virtballoon_migratepage() by Liu Xiang · 3 years, 9 months ago
- bf152b0 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years, 10 months ago
- bc22ed2 virtio: remove export for virtio_config_{enable, disable} by Xianting Tian · 3 years, 10 months ago
- da98b54 virtio-mmio: Use to_virtio_mmio_device() to simply code by Tang Bin · 3 years, 10 months ago
- 245137c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 10 months ago
- 94c8945 virtio-mem: check against mhp_get_pluggable_range() which memory we can hotplug by David Hildenbrand · 3 years, 10 months ago
- 2601126 mm/memory_hotplug: MEMHP_MERGE_RESOURCE -> MHP_MERGE_RESOURCE by David Hildenbrand · 3 years, 10 months ago
- 16c10be virtio-input: add multi-touch support by Mathias Crombez · 4 years ago
- 0c4aeb4 virtio_mmio: fix one typo by Xianting Tian · 3 years, 11 months ago
- a6829c3 virtio_input: Prevent EV_MSC/MSC_TIMESTAMP loop storm for MT. by Colin Xu · 4 years ago
- 1628c68 virtio_vdpa: don't warn when fail to disable vq by Jason Wang · 4 years ago
- fd50272 virtio-pci: introduce modern device module by Jason Wang · 4 years ago
- 8000a6b virito-pci-modern: rename map_capability() to vp_modern_map_capability() by Jason Wang · 4 years ago
- 1bfd841 virtio-pci-modern: introduce helper to get notification offset by Jason Wang · 4 years ago
- 6e52fc4 virtio-pci-modern: introduce helper for getting queue nums by Jason Wang · 4 years ago
- 75658af virtio-pci-modern: introduce helper for setting/geting queue size by Jason Wang · 4 years ago
- dc2e648 virtio-pci-modern: introduce helper to set/get queue_enable by Jason Wang · 4 years ago
- e1b0fa2 virtio-pci-modern: introduce vp_modern_queue_address() by Jason Wang · 4 years ago
- 3fbda9c virtio-pci-modern: introduce vp_modern_set_queue_vector() by Jason Wang · 4 years ago
- ed2a73d virtio-pci-modern: introduce vp_modern_generation() by Jason Wang · 4 years ago
- 0b017708 virtio-pci-modern: introduce helpers for setting and getting features by Jason Wang · 4 years ago
- e366912 virtio-pci-modern: introduce helpers for setting and getting status by Jason Wang · 4 years ago
- 1a5c85f1 virtio-pci-modern: introduce helper to set config vector by Jason Wang · 4 years ago
- 3249037 virtio-pci-modern: introduce vp_modern_remove() by Jason Wang · 4 years ago
- 117a9de virtio-pci-modern: factor out modern device initialization logic by Jason Wang · 4 years ago
- b5d5809 virtio-pci: split out modern device by Jason Wang · 4 years ago
- 64f2087 virtio-pci: do not access iomem via struct virtio_pci_device directly by Jason Wang · 4 years ago
- 02cc6b4 virtio-mem: Assign boolean values to a bool variable by Jiapeng Zhong · 4 years ago
- 6414548 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 4 years ago
- e152d8a virtio_ring: Fix two use after free bugs by Dan Carpenter · 4 years, 1 month ago
- ae93d8e virtio_ring: Cut and paste bugs in vring_create_virtqueue_packed() by Dan Carpenter · 4 years, 1 month ago
- 3711387 virtio-mem: Big Block Mode (BBM) - safe memory hotunplug by David Hildenbrand · 4 years, 2 months ago
- 269ac93 virtio-mem: Big Block Mode (BBM) - basic memory hotunplug by David Hildenbrand · 4 years, 2 months ago
- faa45ff virtio-mem: allow to force Big Block Mode (BBM) and set the big block size by David Hildenbrand · 4 years, 2 months ago
- 4ba50cd virtio-mem: Big Block Mode (BBM) memory hotplug by David Hildenbrand · 4 years, 2 months ago
- 01afdee virtio-mem: factor out adding/removing memory from Linux by David Hildenbrand · 4 years, 2 months ago
- d46dfb6 virtio-mem: memory notifier callbacks are specific to Sub Block Mode (SBM) by David Hildenbrand · 4 years, 2 months ago
- 602ef89 virito-mem: existing (un)plug functions are specific to Sub Block Mode (SBM) by David Hildenbrand · 4 years, 2 months ago
- 8a6f082 virtio-mem: memory block ids are specific to Sub Block Mode (SBM) by David Hildenbrand · 4 years, 2 months ago
- 905c4c5 virtio-mem: nb_sb_per_mb and subblock_size are specific to Sub Block Mode (SBM) by David Hildenbrand · 4 years, 2 months ago
- 54c6a6b virito-mem: subblock states are specific to Sub Block Mode (SBM) by David Hildenbrand · 4 years, 2 months ago
- 99f0b55 virtio-mem: memory block states are specific to Sub Block Mode (SBM) by David Hildenbrand · 4 years, 2 months ago
- d561494 virito-mem: document Sub Block Mode (SBM) by David Hildenbrand · 4 years, 2 months ago
- 98ff9f9 virtio-mem: generalize handling when memory is getting onlined deferred by David Hildenbrand · 4 years, 2 months ago
- 1d33c2c virtio-mem: don't always trigger the workqueue when offlining memory by David Hildenbrand · 4 years, 2 months ago
- 4200668 virtio-mem: drop last_mb_id by David Hildenbrand · 4 years, 2 months ago
- 835491c virtio-mem: generalize virtio_mem_overlaps_range() by David Hildenbrand · 4 years, 2 months ago
- 8464e3b virtio-mem: generalize virtio_mem_owned_mb() by David Hildenbrand · 4 years, 2 months ago
- 989ff82 virtio-mem: generalize check for added memory by David Hildenbrand · 4 years, 2 months ago
- f2d799d virtio-mem: retry fake-offlining via alloc_contig_range() on ZONE_MOVABLE by David Hildenbrand · 4 years, 2 months ago
- 7a34c77 virtio-mem: factor out handling of fake-offline pages in memory notifier by David Hildenbrand · 4 years, 2 months ago
- 89c486c virtio-mem: factor out fake-offlining into virtio_mem_fake_offline() by David Hildenbrand · 4 years, 2 months ago
- 6beb3a9 virtio-mem: print debug messages from virtio_mem_send_*_request() by David Hildenbrand · 4 years, 2 months ago
- 41e6215 virtio-mem: factor out calculation of the bit number within the subblock bitmap by David Hildenbrand · 4 years, 2 months ago
- 2a62851 virtio-mem: use "unsigned long" for nr_pages when fake onlining/offlining by David Hildenbrand · 4 years, 2 months ago
- d76944f virtio-mem: drop rc2 in virtio_mem_mb_plug_and_add() by David Hildenbrand · 4 years, 2 months ago
- 20b9150 virtio-mem: simplify MAX_ORDER - 1 / pageblock_order handling by David Hildenbrand · 4 years, 2 months ago
- 347202d virtio-mem: more precise calculation in virtio_mem_mb_state_prepare_next_mb() by David Hildenbrand · 4 years, 2 months ago
- 6725f21 virtio-mem: determine nid only once using memory_add_physaddr_to_nid() by David Hildenbrand · 4 years, 2 months ago
- 8f42475 mm, page_poison: remove CONFIG_PAGE_POISONING_NO_SANITY by Vlastimil Babka · 4 years, 1 month ago
- 8db26a3 mm, page_poison: use static key more efficiently by Vlastimil Babka · 4 years, 1 month ago
- 9313f80 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 4 years, 2 months ago
- 0afa15e virtio: let arch advertise guest's memory access restrictions by Pierre Morel · 4 years, 4 months ago
- 7ab4de6 virtio-mem: Constify mem_id_table by Rikard Falkeborn · 4 years, 4 months ago
- 7f90611 virtio_input: Constify id_table by Rikard Falkeborn · 4 years, 4 months ago
- bfec6c83 virtio-balloon: Constify id_table by Rikard Falkeborn · 4 years, 4 months ago
- 9b24247 virtio-mem: try to merge system ram resources by David Hildenbrand · 4 years, 3 months ago
- b611719 mm/memory_hotplug: prepare passing flags to add_memory() and friends by David Hildenbrand · 4 years, 3 months ago
- 93b694d Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 3 months ago
- 27f8527 virtio-mem: don't special-case ZONE_MOVABLE by David Hildenbrand · 4 years, 3 months ago
- 05e63c6 Merge branch 'virtio-shm' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse into drm-misc-next by Maxime Ripard · 4 years, 4 months ago
- 38e8954 virtio: Implement get_shm_region for MMIO transport by Sebastien Boeuf · 4 years, 4 months ago
- 0dd4ff9 virtio: Implement get_shm_region for PCI transport by Sebastien Boeuf · 4 years, 4 months ago
- 9fe2f89 virtio: fix build for configs without dma-bufs by David Stevens · 4 years, 4 months ago
- d85ddd1 Merge v5.9-rc1 into drm-misc-next by Maxime Ripard · 4 years, 4 months ago
- a030893 virtio: add dma-buf support for exported objects by David Stevens · 4 years, 4 months ago
- fe0580a virtio: pci: constify ioreadX() iomem argument (as in generic implementation) by Krzysztof Kozlowski · 4 years, 5 months ago
- 57b0779 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 4 years, 5 months ago
- 46af9ad virtio_pci_modern: Fix the comment of virtio_pci_find_capability() by Liao Pingfang · 4 years, 5 months ago
- 481a0d7 virtio_ring: Avoid loop when vq is broken in virtqueue_poll by Mao Wenan · 4 years, 5 months ago
- 99e0d04 virtio_mem: convert to LE accessors by Michael S. Tsirkin · 4 years, 5 months ago
- b025584 virtio_input: convert to LE accessors by Michael S. Tsirkin · 4 years, 5 months ago
- 805769d virtio_balloon: use LE config space accesses by Michael S. Tsirkin · 4 years, 5 months ago
- 6399167 virtio_vdpa: legacy features handling by Michael S. Tsirkin · 4 years, 5 months ago
- 8875bbb virtio_balloon: fix sparse warning by Michael S. Tsirkin · 4 years, 6 months ago
- 99ea152 Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
- 24b6842 virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirk by Michael S. Tsirkin · 4 years, 6 months ago
- 321bd21 virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORM by Michael S. Tsirkin · 4 years, 6 months ago
- a96b0d0 virtio-mem: Fix build error due to improper use 'select' by Weilong Chen · 4 years, 6 months ago
- 168c358 virtio_balloon: fix up endian-ness for free cmd id by Michael S. Tsirkin · 4 years, 5 months ago
- ca72cc3 virtio-balloon: Document byte ordering of poison_val by Alexander Duyck · 4 years, 6 months ago
- 23ee3e4 Merge tag 'pci-v5.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci into master by Linus Torvalds · 4 years, 5 months ago