Merge branch 'xen-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen
authorLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 17 Oct 2007 18:10:11 +0000 (11:10 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 17 Oct 2007 18:10:11 +0000 (11:10 -0700)
commitfb9fc395174138983a49f2da982ed14caabbe741
tree5d5d3643ee6853a899205613da272cc343fdc1a4
parent0eafaae84e21ac033815cc9f33c3ae889cd7ccfe
parentace2e92e193126711cb3a83a3752b2c5b8396950
Merge branch 'xen-upstream' of git://git./linux/kernel/git/jeremy/xen

* 'xen-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen:
  xfs: eagerly remove vmap mappings to avoid upsetting Xen
  xen: add some debug output for failed multicalls
  xen: fix incorrect vcpu_register_vcpu_info hypercall argument
  xen: ask the hypervisor how much space it needs reserved
  xen: lock pte pages while pinning/unpinning
  xen: deal with stale cr3 values when unpinning pagetables
  xen: add batch completion callbacks
  xen: yield to IPI target if necessary
  Clean up duplicate includes in arch/i386/xen/
  remove dead code in pgtable_cache_init
  paravirt: clean up lazy mode handling
  paravirt: refactor struct paravirt_ops into smaller pv_*_ops
arch/x86/kernel/alternative.c
arch/x86/kernel/entry_32.S
arch/x86/mm/init_32.c
arch/x86/xen/enlighten.c
arch/x86/xen/smp.c
drivers/lguest/lguest.c
mm/Kconfig