summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-06ifcvf: implement config interrupt in IFCVFZhu Lingshan3-1/+29
2020-06-06vhost: replace -1 with VHOST_FILE_UNBIND in ioctlsZhu Lingshan1-4/+4
2020-06-06vhost_vdpa: Support config interrupt in vdpaZhu Lingshan2-0/+51
2020-06-06ifcvf: ignore continuous setting same status valueZhu Lingshan1-0/+3
2020-06-04virtio-mem: Don't rely on implicit compiler padding for requestsDavid Hildenbrand2-0/+6
2020-06-04virtio-mem: Try to unplug the complete online memory block firstDavid Hildenbrand1-31/+57
2020-06-04virtio-mem: Use -ETXTBSY as error code if the device is busyDavid Hildenbrand1-6/+10
2020-06-04virtio-mem: Unplug subblocks right-to-leftDavid Hildenbrand1-22/+16
2020-06-04virtio-mem: Drop manual check for already present memoryDavid Hildenbrand1-43/+12
2020-06-04virtio-mem: Add parent resource for all added "System RAM"David Hildenbrand1-1/+51
2020-06-04virtio-mem: Better retry handlingDavid Hildenbrand1-3/+8
2020-06-04virtio-mem: Offline and remove completely unplugged memory blocksDavid Hildenbrand1-4/+43
2020-06-04mm/memory_hotplug: Introduce offline_and_remove_memory()David Hildenbrand2-0/+38
2020-06-04virtio-mem: Allow to offline partially unplugged memory blocksDavid Hildenbrand1-1/+67
2020-06-04mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINEDavid Hildenbrand4-10/+77
2020-06-04virtio-mem: Paravirtualized memory hotunplug part 2David Hildenbrand3-14/+146
2020-06-04virtio-mem: Paravirtualized memory hotunplug part 1David Hildenbrand1-2/+114
2020-06-04virtio-mem: Allow to specify an ACPI PXM as nidDavid Hildenbrand3-3/+47
2020-06-04MAINTAINERS: Add myself as virtio-mem maintainerDavid Hildenbrand1-0/+7
2020-06-04virtio-mem: Paravirtualized memory hotplugDavid Hildenbrand5-0/+1751
2020-06-04vdpasim: Fix some coccinelle warningsSamuel Zou1-3/+4
2020-06-04ifcvf: move IRQ request/free to status change handlersZhu Lingshan1-47/+73
2020-06-04vhost: (cosmetic) remove a superfluous variable initialisationGuennadi Liakhovetski1-1/+1
2020-06-04crypto: virtio: Fix dest length calculation in __virtio_crypto_skcipher_do_req()Longpeng(Mike)1-0/+1
2020-06-04crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()Longpeng(Mike)1-2/+3
2020-06-04crypto: virtio: Fix src/dst scatterlist calculation in __virtio_crypto_skciph...Longpeng(Mike)1-5/+10
2020-06-04virtio-balloon: Disable free page reporting if page poison reporting is not e...Alexander Duyck1-1/+8
2020-06-04vhost_vdpa: disable doorbell mapping for !MMUMichael S. Tsirkin1-0/+4
2020-06-04vhost_vdpa: support doorbell mapping via mmapJason Wang1-0/+59
2020-06-04vdpa: introduce get_vq_notification methodJason Wang1-0/+16
2020-06-04vhost: use mmgrab() instead of mmget() for non worker deviceJason Wang1-8/+34
2020-06-04vhost: allow device that does not depend on vhost workerJason Wang6-17/+31
2020-06-02MAINTAINERS: Add myself as virtio-balloon co-maintainerDavid Hildenbrand1-1/+10
2020-06-02vhost: revert "vhost: disable for OABI"Michael S. Tsirkin4-16/+7
2020-06-02virtio: force spec specified alignment on typesMichael S. Tsirkin5-24/+48
2020-06-02virtio-mmio: Delete an error message in vm_find_vqs()Markus Elfring1-3/+1
2020-06-02virtio: add VIRTIO_RING_NO_LEGACYMatej Genci2-0/+5
2020-06-01Linux 5.7Linus Torvalds1-1/+1
2020-05-31checkpatch/coding-style: deprecate 80-column warningJoe Perches2-14/+23
2020-05-31Merge tag 'x86-urgent-2020-05-31' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-57/+74
2020-05-31Merge tag 'sched-urgent-2020-05-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds69-337/+806
2020-05-31l2tp: add sk_family checks to l2tp_validate_socketEric Dumazet1-0/+3
2020-05-31l2tp: do not use inet_hash()/inet_unhash()Eric Dumazet2-15/+44
2020-05-31net: qrtr: Allocate workqueue before kernel_bindChris Lew1-5/+5
2020-05-31Merge branch 'mptcp-a-bunch-of-fixes'David S. Miller1-18/+46
2020-05-31mptcp: remove msk from the token container at destruction time.Paolo Abeni1-1/+1
2020-05-31mptcp: fix race between MP_JOIN and closePaolo Abeni1-15/+27
2020-05-31mptcp: fix unblocking connect()Paolo Abeni1-2/+18
2020-05-31net/sched: act_ct: add nat mangle action only for NAT-conntrackwenxu1-0/+3