WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [GIT PULL] Xen internal cleanup stuff

To: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [GIT PULL] Xen internal cleanup stuff
From: Jeremy Fitzhardinge <jeremy@xxxxxxxx>
Date: Thu, 26 May 2011 14:36:25 -0700
Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>, "Xen-devel@xxxxxxxxxxxxxxxxxxx" <Xen-devel@xxxxxxxxxxxxxxxxxxx>, Linux Kernel Mailing List <linux-kernel@xxxxxxxxxxxxxxx>, Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
Delivery-date: Thu, 26 May 2011 22:42:59 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc15 Lightning/1.0b3pre Thunderbird/3.1.10
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

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [GIT PULL] Xen internal cleanup stuff, Jeremy Fitzhardinge <=