Displaying 12 results from an estimated 12 matches for "i386_head".
2013 Jul 01
0
[PULL] virtio-next
...------------------------------------------------------
Was away, but it's all trivial and been sitting in linux-next. So if you don't
pull, no electrons will be harmed.
Thanks,
Rusty.
----------------------------------------------------------------
Daniel Baluta (1):
lguest: rename i386_head.S
Jonghwan Choi (1):
virtio_blk: Add missing 'static' qualifiers
Michael S. Tsirkin (1):
virtio_pci: better macro exported in uapi
Pranavkumar Sawargaonkar (1):
virtio: console: Add emergency writeonly register to config space
Rusty Russell (1):
virtio: remove vi...
2013 Jul 01
0
[PULL] virtio-next
...------------------------------------------------------
Was away, but it's all trivial and been sitting in linux-next. So if you don't
pull, no electrons will be harmed.
Thanks,
Rusty.
----------------------------------------------------------------
Daniel Baluta (1):
lguest: rename i386_head.S
Jonghwan Choi (1):
virtio_blk: Add missing 'static' qualifiers
Michael S. Tsirkin (1):
virtio_pci: better macro exported in uapi
Pranavkumar Sawargaonkar (1):
virtio: console: Add emergency writeonly register to config space
Rusty Russell (1):
virtio: remove vi...
2010 Apr 14
0
[PULL] lguest fixes: for lguest-under-kvm and older CPU configs
...er
Rusty Russell (2):
lguest: workaround cmpxchg8b_emu by ignoring cli in the guest.
lguest: stop using KVM hypercall mechanism
arch/x86/include/asm/lguest_hcall.h | 29 +++++++++++++---
arch/x86/lguest/boot.c | 61 +++++++++++++++++------------------
arch/x86/lguest/i386_head.S | 2 +-
drivers/lguest/lguest_device.c | 4 +-
drivers/lguest/x86/core.c | 12 +++++++
5 files changed, 68 insertions(+), 40 deletions(-)
commit 5094aeafbbd500509f648e3cd102b053bc7926b3
Author: Rusty Russell <rusty at rustcorp.com.au>
Date: Wed Apr 14 21:43...
2010 Apr 14
0
[PULL] lguest fixes: for lguest-under-kvm and older CPU configs
...er
Rusty Russell (2):
lguest: workaround cmpxchg8b_emu by ignoring cli in the guest.
lguest: stop using KVM hypercall mechanism
arch/x86/include/asm/lguest_hcall.h | 29 +++++++++++++---
arch/x86/lguest/boot.c | 61 +++++++++++++++++------------------
arch/x86/lguest/i386_head.S | 2 +-
drivers/lguest/lguest_device.c | 4 +-
drivers/lguest/x86/core.c | 12 +++++++
5 files changed, 68 insertions(+), 40 deletions(-)
commit 5094aeafbbd500509f648e3cd102b053bc7926b3
Author: Rusty Russell <rusty at rustcorp.com.au>
Date: Wed Apr 14 21:43...
2007 Oct 21
2
[git pull] lguest: paravirt boot code
Hi Linus,
First attempt at git, so please pull carefully. I've just put the
three i386 boot changes in the repo for the moment. If this works I'll pile
on the 44 lguest patches.
git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest.git
Documentation/i386/boot.txt | 34 +++++++++++++++++++++++++++-
arch/x86/boot/compressed/head_32.S | 15 ++++++++++-
2007 Oct 21
2
[git pull] lguest: paravirt boot code
Hi Linus,
First attempt at git, so please pull carefully. I've just put the
three i386 boot changes in the repo for the moment. If this works I'll pile
on the 44 lguest patches.
git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest.git
Documentation/i386/boot.txt | 34 +++++++++++++++++++++++++++-
arch/x86/boot/compressed/head_32.S | 15 ++++++++++-
2008 Dec 29
0
[PULL] virtio and lguest tree
...ring alignment as argument to vring_new_virtqueue
virtio: set max_segment_size and max_sectors to infinite.
virtio: block: dynamic maximum segments
Documentation/lguest/lguest.c | 66 ++++----------------------------
arch/s390/include/asm/kvm_virtio.h | 4 ++
arch/x86/lguest/i386_head.S | 15 -------
drivers/block/virtio_blk.c | 41 ++++++++++++++------
drivers/char/hvc_console.c | 1 +
drivers/char/virtio_console.c | 30 ++++++++++++++-
drivers/lguest/lg.h | 2 +-
drivers/lguest/lguest_device.c | 8 ++--
drivers/lgue...
2008 Dec 29
0
[PULL] virtio and lguest tree
...ring alignment as argument to vring_new_virtqueue
virtio: set max_segment_size and max_sectors to infinite.
virtio: block: dynamic maximum segments
Documentation/lguest/lguest.c | 66 ++++----------------------------
arch/s390/include/asm/kvm_virtio.h | 4 ++
arch/x86/lguest/i386_head.S | 15 -------
drivers/block/virtio_blk.c | 41 ++++++++++++++------
drivers/char/hvc_console.c | 1 +
drivers/char/virtio_console.c | 30 ++++++++++++++-
drivers/lguest/lg.h | 2 +-
drivers/lguest/lguest_device.c | 8 ++--
drivers/lgue...
2008 Mar 28
0
[PULL] virtio_pci rmmod fix and lguest documentation/comment updates
...ate.
Tim Ansell (1):
lguest: Add puppies which where previously missing.
Documentation/lguest/lguest.c | 70 ++++++++++++----------
Documentation/lguest/lguest.txt | 19 ++++--
arch/x86/lguest/boot.c | 108 +++++++++++++++++++--------------
arch/x86/lguest/i386_head.S | 15 +++-
drivers/lguest/Makefile | 8 +++
drivers/lguest/core.c | 18 +++---
drivers/lguest/hypercalls.c | 11 +++-
drivers/lguest/interrupts_and_traps.c | 7 +-
drivers/lguest/lguest_device.c | 11 ++--
drivers/lguest/lgues...
2009 Jul 30
0
[PULL] lguest & virtio fixes, cleanups
...ruct definitions to Linux style.
Documentation/lguest/lguest.c | 721 ++++++++++++++++++++++-----------
arch/x86/include/asm/lguest.h | 3 +-
arch/x86/include/asm/lguest_hcall.h | 18 +-
arch/x86/lguest/boot.c | 509 ++++++++++++++++--------
arch/x86/lguest/i386_head.S | 112 ++++--
drivers/lguest/core.c | 119 ++++--
drivers/lguest/hypercalls.c | 145 +++++---
drivers/lguest/interrupts_and_traps.c | 288 +++++++++-----
drivers/lguest/lg.h | 32 +-
drivers/lguest/lguest_device.c | 160 +++++---...
2008 Mar 28
0
[PULL] virtio_pci rmmod fix and lguest documentation/comment updates
...ate.
Tim Ansell (1):
lguest: Add puppies which where previously missing.
Documentation/lguest/lguest.c | 70 ++++++++++++----------
Documentation/lguest/lguest.txt | 19 ++++--
arch/x86/lguest/boot.c | 108 +++++++++++++++++++--------------
arch/x86/lguest/i386_head.S | 15 +++-
drivers/lguest/Makefile | 8 +++
drivers/lguest/core.c | 18 +++---
drivers/lguest/hypercalls.c | 11 +++-
drivers/lguest/interrupts_and_traps.c | 7 +-
drivers/lguest/lguest_device.c | 11 ++--
drivers/lguest/lgues...
2009 Jul 30
0
[PULL] lguest & virtio fixes, cleanups
...ruct definitions to Linux style.
Documentation/lguest/lguest.c | 721 ++++++++++++++++++++++-----------
arch/x86/include/asm/lguest.h | 3 +-
arch/x86/include/asm/lguest_hcall.h | 18 +-
arch/x86/lguest/boot.c | 509 ++++++++++++++++--------
arch/x86/lguest/i386_head.S | 112 ++++--
drivers/lguest/core.c | 119 ++++--
drivers/lguest/hypercalls.c | 145 +++++---
drivers/lguest/interrupts_and_traps.c | 288 +++++++++-----
drivers/lguest/lg.h | 32 +-
drivers/lguest/lguest_device.c | 160 +++++---...