android_kernel_xiaomi_sm7250/drivers/virtio
Rusty Russell bdc1681cdf virtio: handle > 2 billion page balloon targets
If the host asks for a huge target towards_target() can overflow, and
we up oops as we try to release more pages than we have.  The simple
fix is to use a 64-bit value.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2008-03-17 22:58:19 +11:00
..
config.c
Kconfig virtio: balloon driver 2008-02-04 23:50:13 +11:00
Makefile virtio: balloon driver 2008-02-04 23:50:13 +11:00
virtio_balloon.c virtio: handle > 2 billion page balloon targets 2008-03-17 22:58:19 +11:00
virtio_pci.c virtio: Use spin_lock_irqsave/restore for virtio-pci 2008-03-17 22:58:13 +11:00
virtio_ring.c virtio: Allow virtio to be modular and used by modules 2008-02-04 23:50:06 +11:00
virtio.c virtio: Allow virtio to be modular and used by modules 2008-02-04 23:50:06 +11:00