login
Header Space

 
 

Mailing list archives

Search results

Found 1168 matching messages (0.003 seconds). Page 1 of 50.

[PATCH 1/7] lguest documentation: infrastructure and Chapter I

... Question: + "What next?" + +make Preparation! +Rusty Russell. =================================================================== --- a/drivers/lguest/core. ... running the Guest. :*/ + +/* Copyright (C) Rusty Russell IBM Corporation 2006. * GPL ...

linux-kernel - Rusty Russell - Jun 7 2007 - 23:10

[PATCH 3/7] lguest documentation:Chapter III

... for lguest. - * - * Copyright 2006 Rusty Russell <rusty@rustcorp.com.au> IBM ... I was + * promised?" and thinking "Rusty sucks, I shall say nasty ... register + * functions. + :*/ + +/* Copyright (C) 2006 Rusty Russell, IBM Corporation * * This program ...

linux-kernel - Rusty Russell - Jun 7 2007 - 23:12

[PATCH 1/7] lguest: documentation pt I: Preparation

... Question: + "What next?" + +make Preparation! +Rusty Russell. =================================================================== --- a/drivers/lguest/core. ... running the Guest. :*/ + +/* Copyright (C) Rusty Russell IBM Corporation 2006. * GPL ...

linux-kernel - Rusty Russell - Jul 20 2007 - 21:17

[PATCH 3/7] lguest: documentation pt III: Drivers

... for lguest. - * - * Copyright 2006 Rusty Russell <rusty@rustcorp.com.au> IBM ... I was + * promised?" and thinking "Rusty sucks, I shall say nasty ... register + * functions. + :*/ + +/* Copyright (C) 2006 Rusty Russell, IBM Corporation * * This program ...

linux-kernel - Rusty Russell - Jul 20 2007 - 21:19

Re: [git pull] lguest: paravirt boot code

... .org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest.git > > ... file. Jeff Garzik - lguest: build fix Rusty Russell - lguest: clean up lguest_launcher.h ... changed, 440 insertions(+), 299 deletions(-) Cheers, Rusty. - To unsubscribe from this list: ...

linux-kernel - Rusty Russell - Oct 25 2007 - 01:19

[PATCH 6b/10] lguest: the host code (lg.ko)

... (fini); +MODULE_LICENSE("GPL"); +MODULE_AUTHOR("Rusty Russell <rusty@rustcorp.com.au>"); =================================================================== --- /dev/ ... page table operations. + * Copyright (C) Rusty Russell IBm Corporation 2006. + * GPL ...

linux-kernel - Rusty Russell - Feb 9 2007 - 06:56

[PATCH 5 of 7] lguest: the host code (lg.ko).

... (fini); +MODULE_LICENSE("GPL"); +MODULE_AUTHOR("Rusty Russell <rusty@rustcorp.com.au>"); =================================================================== --- /dev/ ... page table operations. + * Copyright (C) Rusty Russell IBm Corporation 2006. + * GPL ...

linux-kernel - Rusty Russell - Feb 9 2007 - 11:14

[PATCH 2/8] lguest: the host code (lg.ko).

... avoid guest access to the switching code. Signed-off-by: Rusty ... (fini); +MODULE_LICENSE("GPL"); +MODULE_AUTHOR("Rusty Russell <rusty@rustcorp.com.au>"); diff ... shared memory. + * Copyright (C) 2006 Rusty Russell IBM Corporation + * + * This program ...

linux-kernel - Rusty Russell - Feb 11 2007 - 23:46

[PATCH 2/8] lguest: the host code

... (fini); +MODULE_LICENSE("GPL"); +MODULE_AUTHOR("Rusty Russell <rusty@rustcorp.com.au>"); =================================================================== --- /dev/ ... page table operations. + * Copyright (C) Rusty Russell IBM Corporation 2006. + * GPL ...

linux-kernel - Rusty Russell - Apr 10 2007 - 07:06

[git pull] lguest: paravirt boot code

... kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest.git Documentation ... @xensource.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Acked-by: ... @xensource.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Acked-by: ...

linux-kernel - Rusty Russell - Oct 21 2007 - 22:37

Re: v2.6.26-rc7: BUG: unable to handle kernel NULL pointer dereference

... :58:44 Mike Travis wrote: > > > Rusty Russell wrote: > > > > On Monday 23 ... is > > > > sufficient. > > > > > > > > Hope that helps, > > > > Rusty. > > > > > > I don't see a ... rustcorp.com.au> Thanks, Rusty. -- To unsubscribe from this list: send ...

linux-kernel - Rusty Russell - Jun 24 2008 - 09:14

Re: [git pull] cpus4096 fixes

... mistake, this: > > Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> > Signed-off ... Should have been this: > > From: Rusty Russell <rusty@rustcorp.com.au> > Signed-off ... the line of fire... Heroic, really. Rusty. -- To unsubscribe from this list: ...

linux-kernel - Rusty Russell - Jul 28 2008 - 21:33

Re: [PATCH 2/4] i386 GDT cleanups: Use per-cpu GDT immediately upon boot

... 0600, Eric W. Biederman wrote: > >> Rusty Russell <rusty@rustcorp.com.au> writes: > ... this never happened 8) Thanks muchly, Rusty. == Now we are no longer dynamically ... to move. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> --- arch/i386/ ...

linux-kernel - Rusty Russell - Mar 21 2007 - 19:58

Re: v2.6.26-rc7: BUG: unable to handle kernel NULL pointer dereference

... On Tue, Jun 24, 2008 at 11:14:51PM +1000, Rusty ... 58:44 Mike Travis wrote: > > > > > Rusty Russell wrote: > > > > > > On Monday 23 ... is > > > > > > sufficient. > > > > > > > > > > > > Hope that helps, > > > > > > Rusty. > > > > > > > > > > I don't see a ...

linux-kernel - Rusty Russell - Jun 26 2008 - 23:16

[PATCH 2/3] stop_machine: simplify

... in the past. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> --- include/linux/ ... ,4 +1,4 @@ -/* Copyright 2005 Rusty Russell rusty@rustcorp.com.au IBM Corporation. +/* Copyright 2008, 2005 Rusty Russell rusty@rustcorp.com.au IBM Corporation. ...

linux-kernel - Rusty Russell - Jul 8 2008 - 03:56

[PULL] stop_machine cleanup (and a module warning fix)

... .org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus.git ... (1): stop_machine: add ALL_CPUS option Rusty Russell (5): Simplify stop_machine Hotplug CPU ... Corporation. +/* Copyright 2008, 2005 Rusty Russell rusty@rustcorp.com.au IBM ...

linux-kernel - Rusty Russell - Jul 27 2008 - 22:23

Re: [PATCH 7/8] lguest: trivial guest block driver

... (256 kB): 8018468 nsec Thanks Jens!! Rusty. PS. One day I'll buy you ... at once. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> diff -r ... driver for lguest. + * + * Copyright 2006 Rusty Russell <rusty@rustcorp.com.au> IBM Corporation + ...

linux-kernel - Rusty Russell - Feb 12 2007 - 03:09

[PATCH] Clean up on_each_cpu: should not fail, should not have "retry" arg

... the latter. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> diff -urpN --exclude TAGS -X /home/rusty/devel/kernel/kernel-patches/dontdiff --minimal ... diff -urpN --exclude TAGS -X /home/rusty/devel/kernel/kernel-patches/dontdiff --minimal ...

linux-kernel - Rusty Russell - Jul 18 2007 - 23:07

Re: [PATCH] Attempt to get eject failures back to ioctl(CDROMEJECT)

... > On Wed, Nov 14 2007, Rusty Russell wrote: > > Hi Jens, > > > > As you ... noticed this in scsi_tgt_lib: From: Rusty Russell <rusty@rustcorp.com.au> Date: Fri ... thing here. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> --- drivers/scsi ...

linux-kernel - Rusty Russell - Nov 14 2007 - 22:35

Re: [PATCH 0/6] RFC: Typesafe callbacks

... 21 January 2008 09:17:30 Rusty Russell wrote: > On Monday 21 January ... pointer types. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> --- include/linux/ ... and callers Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> --- drivers/char/ ...

linux-kernel - Rusty Russell - Jan 21 2008 - 07:33

speck-geostationary