All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] some core Xen updates
@ 2009-02-09 19:35 Jeremy Fitzhardinge
  2009-02-14  8:26 ` Jeremy Fitzhardinge
  2009-02-16  7:57 ` Ingo Molnar
  0 siblings, 2 replies; 3+ messages in thread
From: Jeremy Fitzhardinge @ 2009-02-09 19:35 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: the arch/x86 maintainers, Xen-devel, Linux Kernel Mailing List

Hi Ingo,

Here's some core Xen changes: bug fixes, debuggability improvements and cleanups.
These are based on tip/x86/xen, but I've merged in tip/master to bring it up to date
before adding my changes.

BTW, I killed off all the jsgf/* branches in xen.git, but I think you've either
already picked up all the push requests, or I'll resend anything missing.

Thanks,
	J

The following changes since commit a1c51abb06bf03bef6ff973e43cf20a0fa48384f:
  Ingo Molnar (1):
        Merge branch 'x86/urgent'

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git xen/core

Ian Campbell (2):
      Fix xen_flush_tlb_others
      xen: record and display initiator of each multicall when debugging

Jeremy Fitzhardinge (5):
      Merge remote branch 'tip/master' into tip/fixups
      xen: short-circuit tests for dom0
      xen: degrade BUG to WARN when multicall fails
      xen: do multicall callbacks with interrupts disabled
      Merge branch 'tip/fixups' into xen/core

 arch/x86/include/asm/xen/hypervisor.h |   28 ++++++++++++++++++----------
 arch/x86/xen/mmu.c                    |    3 ---
 arch/x86/xen/multicalls.c             |   15 ++++++++++-----
 3 files changed, 28 insertions(+), 18 deletions(-)



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] some core Xen updates
  2009-02-09 19:35 [GIT PULL] some core Xen updates Jeremy Fitzhardinge
@ 2009-02-14  8:26 ` Jeremy Fitzhardinge
  2009-02-16  7:57 ` Ingo Molnar
  1 sibling, 0 replies; 3+ messages in thread
From: Jeremy Fitzhardinge @ 2009-02-14  8:26 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: the arch/x86 maintainers, Xen-devel, Linux Kernel Mailing List

Jeremy Fitzhardinge wrote:
> Hi Ingo,
>
> Here's some core Xen changes: bug fixes, debuggability improvements 
> and cleanups.
> These are based on tip/x86/xen, but I've merged in tip/master to bring 
> it up to date
> before adding my changes.

Ping?

    J

>
> BTW, I killed off all the jsgf/* branches in xen.git, but I think 
> you've either
> already picked up all the push requests, or I'll resend anything missing.
>
> Thanks,
>     J
>
> The following changes since commit 
> a1c51abb06bf03bef6ff973e43cf20a0fa48384f:
>  Ingo Molnar (1):
>        Merge branch 'x86/urgent'
>
> are available in the git repository at:
>
>  git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git xen/core
>
> Ian Campbell (2):
>      Fix xen_flush_tlb_others
>      xen: record and display initiator of each multicall when debugging
>
> Jeremy Fitzhardinge (5):
>      Merge remote branch 'tip/master' into tip/fixups
>      xen: short-circuit tests for dom0
>      xen: degrade BUG to WARN when multicall fails
>      xen: do multicall callbacks with interrupts disabled
>      Merge branch 'tip/fixups' into xen/core
>
> arch/x86/include/asm/xen/hypervisor.h |   28 ++++++++++++++++++----------
> arch/x86/xen/mmu.c                    |    3 ---
> arch/x86/xen/multicalls.c             |   15 ++++++++++-----
> 3 files changed, 28 insertions(+), 18 deletions(-)
>
>
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] some core Xen updates
  2009-02-09 19:35 [GIT PULL] some core Xen updates Jeremy Fitzhardinge
  2009-02-14  8:26 ` Jeremy Fitzhardinge
@ 2009-02-16  7:57 ` Ingo Molnar
  1 sibling, 0 replies; 3+ messages in thread
From: Ingo Molnar @ 2009-02-16  7:57 UTC (permalink / raw)
  To: Jeremy Fitzhardinge
  Cc: the arch/x86 maintainers, Xen-devel, Linux Kernel Mailing List


* Jeremy Fitzhardinge <jeremy@goop.org> wrote:

> Hi Ingo,
>
> Here's some core Xen changes: bug fixes, debuggability improvements and cleanups.
> These are based on tip/x86/xen, but I've merged in tip/master to bring it up to date
> before adding my changes.
>
> BTW, I killed off all the jsgf/* branches in xen.git, but I think you've either
> already picked up all the push requests, or I'll resend anything missing.
>
> Thanks,
> 	J
>
> The following changes since commit a1c51abb06bf03bef6ff973e43cf20a0fa48384f:
>  Ingo Molnar (1):
>        Merge branch 'x86/urgent'
>
> are available in the git repository at:
>
>  git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git xen/core
>
> Ian Campbell (2):
>      Fix xen_flush_tlb_others
>      xen: record and display initiator of each multicall when debugging
>
> Jeremy Fitzhardinge (5):
>      Merge remote branch 'tip/master' into tip/fixups
>      xen: short-circuit tests for dom0
>      xen: degrade BUG to WARN when multicall fails
>      xen: do multicall callbacks with interrupts disabled
>      Merge branch 'tip/fixups' into xen/core
>
> arch/x86/include/asm/xen/hypervisor.h |   28 ++++++++++++++++++----------
> arch/x86/xen/mmu.c                    |    3 ---
> arch/x86/xen/multicalls.c             |   15 ++++++++++-----
> 3 files changed, 28 insertions(+), 18 deletions(-)

Pulled into tip:x86/xen, thanks Jeremy!

	Ingo

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-02-16  7:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-09 19:35 [GIT PULL] some core Xen updates Jeremy Fitzhardinge
2009-02-14  8:26 ` Jeremy Fitzhardinge
2009-02-16  7:57 ` Ingo Molnar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.