linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Xen internal cleanup stuff
@ 2011-05-26 21:36 Jeremy Fitzhardinge
  0 siblings, 0 replies; only message in thread
From: Jeremy Fitzhardinge @ 2011-05-26 21:36 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Xen-devel, Konrad Rzeszutek Wilk, Linux Kernel Mailing List,
	Andrew Morton

Hi Linus,

Please pull:

  git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git upstream/tidy-xen-mmu-2.6.39

Jeremy Fitzhardinge (10):
      xen: drop all the special iomap pte paths.
      xen: use mmu_update for xen_set_pte_at()
      xen: condense everything onto xen_set_pte
      vmalloc: remove vmalloc_sync_all() from alloc_vm_area()
      xen: make a pile of mmu pvop functions static
      xen: use normal virt_to_machine for ptes
      xen/mmu: remove all ad-hoc stats stuff
      Use arbitrary_virt_to_machine() to deal with ioremapped pmd updates.
      Use arbitrary_virt_to_machine() to deal with ioremapped pud updates.
      xen: fix compile without CONFIG_XEN_DEBUG_FS

 arch/x86/xen/mmu.c |  284 +++++++++------------------------------------------
 arch/x86/xen/mmu.h |   37 -------
 mm/vmalloc.c       |    4 -
 3 files changed, 50 insertions(+), 275 deletions(-)


This is all Xen-internal cleanup stuff.  The change to mm/vmalloc.c is
to remove a pointless vmalloc_sync_all() from alloc_vm_area(). 
alloc_vm_area() is only called by Xen code, though there's nothing
Xen-specific about it.

Thanks,
    J

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-27  1:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-26 21:36 [GIT PULL] Xen internal cleanup stuff Jeremy Fitzhardinge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).