search for: rustyrussel

Displaying 13 results from an estimated 13 matches for "rustyrussel".

Did you mean: rustyrussell
2012 Jan 12
1
[PULL] virtio and lguest
(I called the tag to-linus. I think it worked). To git at github.com:rustyrussell/linux.git + 3ed0016...b6c96c0 master -> master (forced update) + 815645d...f8e8df5 to-linus -> to-linus (forced update) + git request-pull remotes/origin/master git://github.com/rustyrussell/linux.git The following changes since commit e343a895a9f342f239c5e3c5ffc6c0b1707e6244: Merge tag...
2012 Jan 12
1
[PULL] virtio and lguest
(I called the tag to-linus. I think it worked). To git at github.com:rustyrussell/linux.git + 3ed0016...b6c96c0 master -> master (forced update) + 815645d...f8e8df5 to-linus -> to-linus (forced update) + git request-pull remotes/origin/master git://github.com/rustyrussell/linux.git The following changes since commit e343a895a9f342f239c5e3c5ffc6c0b1707e6244: Merge tag...
2013 Dec 03
1
[PATCH] virtio: Update spec address
...rtio/mmio.txt index 5069c1b8e193..0648851d2a25 100644 --- a/Documentation/devicetree/bindings/virtio/mmio.txt +++ b/Documentation/devicetree/bindings/virtio/mmio.txt @@ -1,6 +1,6 @@ * virtio memory mapped device -See http://ozlabs.org/~rusty/virtio-spec/ for more details. +See https://github.com/rustyrussell/virtio-spec for more details. Required properties: -- 1.8.5
2013 Dec 03
1
[PATCH] virtio: Update spec address
...rtio/mmio.txt index 5069c1b8e193..0648851d2a25 100644 --- a/Documentation/devicetree/bindings/virtio/mmio.txt +++ b/Documentation/devicetree/bindings/virtio/mmio.txt @@ -1,6 +1,6 @@ * virtio memory mapped device -See http://ozlabs.org/~rusty/virtio-spec/ for more details. +See https://github.com/rustyrussell/virtio-spec for more details. Required properties: -- 1.8.5
2011 Nov 01
2
[PULL] virtio
...e following changes since commit 839d8810747bbf39e0a5a7f223b67bffa7945f8d: > > Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging (2011-10-30 15:54:59 -0700) > > are available in the git repository at: > > git://github.com/rustyrussell/linux.git master > > Alexey Kardashevskiy (1): > virtio-pci: Use PCI MMIO instead of PIO when available I missed this one - wasn't Cc'd neither me, kvm or virtio mailing lists. It's well known that mmio is much slower than pio on kvm, since mmio needs to be emulated t...
2011 Nov 01
2
[PULL] virtio
...e following changes since commit 839d8810747bbf39e0a5a7f223b67bffa7945f8d: > > Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging (2011-10-30 15:54:59 -0700) > > are available in the git repository at: > > git://github.com/rustyrussell/linux.git master > > Alexey Kardashevskiy (1): > virtio-pci: Use PCI MMIO instead of PIO when available I missed this one - wasn't Cc'd neither me, kvm or virtio mailing lists. It's well known that mmio is much slower than pio on kvm, since mmio needs to be emulated t...
2013 Dec 03
0
[PATCH] virtio: Update spec address
...648851d2a25 100644 > --- a/Documentation/devicetree/bindings/virtio/mmio.txt > +++ b/Documentation/devicetree/bindings/virtio/mmio.txt > @@ -1,6 +1,6 @@ > * virtio memory mapped device > > -See http://ozlabs.org/~rusty/virtio-spec/ for more details. > +See https://github.com/rustyrussell/virtio-spec for more details. > > Required properties: > > -- > 1.8.5
2012 Feb 29
1
[PATCH 1/1] virtio: balloon: leak / fill balloon across S4
commit e562966dbaf49e7804097cd991e5d3a8934fc148 added support for S4 to the balloon driver. The freeze function did nothing to free the pages, since reclaiming the pages from the host to immediately give them back (if S4 was successful) seemed wasteful. Also, if S4 wasn't successful, the guest would have to re-fill the balloon. On restore, the pages were supposed to be marked freed and the
2012 Feb 29
1
[PATCH 1/1] virtio: balloon: leak / fill balloon across S4
commit e562966dbaf49e7804097cd991e5d3a8934fc148 added support for S4 to the balloon driver. The freeze function did nothing to free the pages, since reclaiming the pages from the host to immediately give them back (if S4 was successful) seemed wasteful. Also, if S4 wasn't successful, the guest would have to re-fill the balloon. On restore, the pages were supposed to be marked freed and the
2011 Dec 23
1
[RESENDx2] [PULL] virtio: fix barriers for virtio-mmio
...com.au -> rusty at rustcorp.com.au The following changes since commit b3b1b70e62a603f473619dbebc3b3d23f535e6f8: Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb (2011-12-22 12:59:47 -0800) are available in the git repository at: git://github.com/rustyrussell/linux.git master Rusty Russell (1): virtio: harsher barriers for virtio-mmio. drivers/lguest/lguest_device.c | 8 +++++--- drivers/s390/kvm/kvm_virtio.c | 2 +- drivers/virtio/virtio_mmio.c | 7 ++++--- drivers/virtio/virtio_pci.c | 4 ++-- drivers/virtio/virtio_ring.c...
2011 Dec 23
1
[RESENDx2] [PULL] virtio: fix barriers for virtio-mmio
...com.au -> rusty at rustcorp.com.au The following changes since commit b3b1b70e62a603f473619dbebc3b3d23f535e6f8: Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb (2011-12-22 12:59:47 -0800) are available in the git repository at: git://github.com/rustyrussell/linux.git master Rusty Russell (1): virtio: harsher barriers for virtio-mmio. drivers/lguest/lguest_device.c | 8 +++++--- drivers/s390/kvm/kvm_virtio.c | 2 +- drivers/virtio/virtio_mmio.c | 7 ++++--- drivers/virtio/virtio_pci.c | 4 ++-- drivers/virtio/virtio_ring.c...
2012 Oct 30
5
[PATCHv8 0/3]virtio_console: Add rproc_serial driver
From: Sjur Br?ndeland <sjur.brandeland at stericsson.com> This patch-set introduces a new virtio type "rproc_serial" for communicating with remote processors over shared memory. The driver depends on the the remoteproc framework. As preparation for introducing "rproc_serial" I've done a refactoring of the transmit buffer handling. Changes since v7: - Rebased to
2012 Oct 30
5
[PATCHv8 0/3]virtio_console: Add rproc_serial driver
From: Sjur Br?ndeland <sjur.brandeland at stericsson.com> This patch-set introduces a new virtio type "rproc_serial" for communicating with remote processors over shared memory. The driver depends on the the remoteproc framework. As preparation for introducing "rproc_serial" I've done a refactoring of the transmit buffer handling. Changes since v7: - Rebased to