summaryrefslogtreecommitdiff
path: root/drivers/virtio/virtio_mem.c
AgeCommit message (Expand)Author
2020-06-22virtio-mem: add memory via add_memory_driver_managed()David Hildenbrand
2020-06-22virtio-mem: silence a static checker warningDan Carpenter
2020-06-09virtio_mem: convert device block size into 64bitMichael S. Tsirkin
2020-06-08virtio-mem: drop unnecessary initializationMichael S. Tsirkin
2020-06-04virtio-mem: Don't rely on implicit compiler padding for requestsDavid Hildenbrand
2020-06-04virtio-mem: Try to unplug the complete online memory block firstDavid Hildenbrand
2020-06-04virtio-mem: Use -ETXTBSY as error code if the device is busyDavid Hildenbrand
2020-06-04virtio-mem: Unplug subblocks right-to-leftDavid Hildenbrand
2020-06-04virtio-mem: Drop manual check for already present memoryDavid Hildenbrand
2020-06-04virtio-mem: Add parent resource for all added "System RAM"David Hildenbrand
2020-06-04virtio-mem: Better retry handlingDavid Hildenbrand
2020-06-04virtio-mem: Offline and remove completely unplugged memory blocksDavid Hildenbrand
2020-06-04virtio-mem: Allow to offline partially unplugged memory blocksDavid Hildenbrand
2020-06-04virtio-mem: Paravirtualized memory hotunplug part 2David Hildenbrand
2020-06-04virtio-mem: Paravirtualized memory hotunplug part 1David Hildenbrand
2020-06-04virtio-mem: Allow to specify an ACPI PXM as nidDavid Hildenbrand
2020-06-04virtio-mem: Paravirtualized memory hotplugDavid Hildenbrand