Last 7 days
-
-
Eeepc701
(Application benchmark on Eeepc 701.) Wiki page added by gmatht
-
-
-
-
-
-
-
-
-
2 new revisions
pushed by nitingupta910
- fa940f005a:Construct proper scatterlist for vswap
scatterlist now contains:
- type (R/W)
- swap sector
- PAGE_SIZE buffer (swap bio page)
- status bit
37b7de782e:merge
fa940f005a:Construct proper scatterlist for vswap
scatterlist now contains:
- type (R/W)
- swap sector
- PAGE_SIZE buffer (swap bio page)
- status bit
37b7de782e:merge
-
Revision 3d77b16b29
([PATCH] Support for virtio vswap device
vswap is a virtual ...)
pushed by nitingupta910
- [PATCH] Support for virtio vswap device
vswap is a virtual block device (/dev/vswap) visible inside a guest.
This device can be used only as a swap device. Pages swapped to this
device are sent to the host (hypervisor) directly. If write to host
fails, the page is swapped within guest itself.
To enable this device use '-vswap virtio' as command line option
for qemu-kvm.
Signed-off-by: Nitin Gupta <ngupta@vflare.org>
[PATCH] Support for virtio vswap device
vswap is a virtual block device (/dev/vswap) visible inside a guest.
This device can be used only as a swap device. Pages swapped to this
device are sent to the host (hypervisor) directly. If write to host
fails, the page is swapped within guest itself.
To enable this device use '-vswap virtio' as command line option
for qemu-kvm.
Signed-off-by: Nitin Gupta <ngupta@vflare.org>
-
Revision ae13bc148c
(Send {<R/W>, <sector>} tuple to host.)
pushed by nitingupta910
- Send {<R/W>, <sector>} tuple to host.
Send {<R/W>, <sector>} tuple to host.
Last 30 days
-
Revision 4890b58751
(Initial import of vswap. Compiles cleanly on 2.6.30.10)
pushed by nitingupta910
- Initial import of vswap. Compiles cleanly on 2.6.30.10
Initial import of vswap. Compiles cleanly on 2.6.30.10
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
issue 45
(Unable to handle kernel paging request) commented on by gmatht
-
-
-
-
issue 45
(Unable to handle kernel paging request) commented on by gmatht
-
-
-
issue 45
(Unable to handle kernel paging request) commented on by gmatht
-
-
-
-
-
issue 41
(Swapoff ramzswap0 hard freezes system if utilized) commented on by cjhard
-
-
-
issue 38
(Backing swap with swap file does not work on G1 running Andr...) commented on by nitingupta910
-
-
-
-
-
-
-
Older
-
-
Revision 6a70aa1093
(Fix race between reset_device and ramzswap_make_request)
pushed by nitingupta910
- Fix race between reset_device and ramzswap_make_request
Fix race between reset_device and ramzswap_make_request
-
|