login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
July
»
3
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundwork for 64-bit Xen support
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Yinghai Lu
Subject:
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundwork for 64-bit Xen support
Date: Thursday, July 3, 2008 - 12:29 pm
On Thu, Jul 3, 2008 at 12:19 PM, Yinghai Lu <yhlu.kernel@gmail.com> wrote:
quoted text
> On Thu, Jul 3, 2008 at 11:51 AM, Yinghai Lu <yhlu.kernel@gmail.com> wrote: >> On Thu, Jul 3, 2008 at 11:41 AM, Jeremy Fitzhardinge <jeremy@goop.org> wrote: > .. >>> I modified the vmemmap code so it would create 4k mappings if PSE isn't >>> supported. Did I get it wrong? It should have no effect when PSE is >>> available (which is any time you're not running under Xen). >>> >> >> it could be address continuous checkup for printout in >> vmemmap_populated has some problem... > > you moved p_end = p + PMD_SIZE before... > > if (p_end != p || node_start != node) {
Ingo, please put attached patch after jeremy's xen pv64 patches. YH
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 00 of 36] x86/paravirt: groundwork for 64-bit Xen s ...
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:18 pm)
[PATCH 01 of 36] x86: asm-x86/pgtable.h: fix compiler warning
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:18 pm)
[PATCH 02 of 36] x86: add memory clobber to save/loadsegment
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:18 pm)
[PATCH 03 of 36] x86: add memory barriers to wrmsr
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:18 pm)
[PATCH 04 of 36] x86: remove open-coded save/load segment ...
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:19 pm)
[PATCH 05 of 36] x86_64: use write_gdt_entry in vsyscall_s ...
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:19 pm)
[PATCH 06 of 36] x86_64: use p??_populate() to attach page ...
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:19 pm)
[PATCH 07 of 36] x86_64: unify early_ioremap
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:19 pm)
[PATCH 08 of 36] x86_64: Add gate_offset() and gate_segmen ...
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:19 pm)
[PATCH 09 of 36] x86_64: Use __pgd() on mk_kernel_pgd()
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:19 pm)
[PATCH 10 of 36] x86: unify pgd_index
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:19 pm)
[PATCH 11 of 36] x86: unify mmu_context.h
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:19 pm)
[PATCH 12 of 36] x86_64: replace end_pfn with num_physpages
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:19 pm)
[PATCH 13 of 36] x86_64: add prototype for x86_64_start_ke ...
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:19 pm)
[PATCH 14 of 36] x86_64: add sync_cmpxchg
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:19 pm)
[PATCH 15 of 36] x86: simplify vmalloc_sync_all
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:19 pm)
[PATCH 16 of 36] x86/paravirt: add a pgd_alloc/free hooks
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:19 pm)
[PATCH 17 of 36] x86: preallocate and prepopulate separately
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:19 pm)
[PATCH 18 of 36] x86/paravirt: add debugging for missing o ...
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:19 pm)
[PATCH 19 of 36] paravirt_ops: define PARA_INDIRECT for in ...
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:19 pm)
[PATCH 20 of 36] paravirt/x86_64: move __PAGE_OFFSET to le ...
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:19 pm)
[PATCH 21 of 36] x86-64: add FIX_PARAVIRT_BOOTMAP fixmap slot
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:19 pm)
[PATCH 22 of 36] x86_64: split x86_64_start_kernel
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:19 pm)
[PATCH 23 of 36] x86_64: adjust mapping of physical pageta ...
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:19 pm)
[PATCH 24 of 36] x86_64: create small vmemmap mappings if ...
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:19 pm)
[PATCH 25 of 36] x86_64: PSE no longer a hard requirement
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:19 pm)
[PATCH 26 of 36] x86_64: Split set_pte_vaddr()
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:19 pm)
[PATCH 27 of 36] x86_64: __switch_to(): Move arch_leave_la ...
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:19 pm)
[PATCH 28 of 36] Save %fs and %gs before load_TLS() and ar ...
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:19 pm)
[PATCH 29 of 36] Use __KERNEL_DS as SS when returning to a ...
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:19 pm)
[PATCH 30 of 36] x86/paravirt_ops: split sysret and sysexit
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:19 pm)
[PATCH 31 of 36] x86_64 pvops: don't restore user rsp with ...
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:19 pm)
[PATCH 32 of 36] Add sysret/sysexit pvops for returning to ...
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:19 pm)
[PATCH 33 of 36] x86_64: ia32entry: replace privileged ins ...
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:19 pm)
[PATCH 34 of 36] x86_64: swapgs pvop with a user-stack can ...
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:19 pm)
[PATCH 35 of 36] x86_64/paravirt: add adjust_exception_frame
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:19 pm)
[PATCH 36 of 36] x86_64/paravirt: Make load_gs_index() a p ...
, Jeremy Fitzhardinge
, (Tue Jun 24, 9:19 pm)
Re: [PATCH 03 of 36] x86: add memory barriers to wrmsr
, Arjan van de Ven
, (Tue Jun 24, 9:44 pm)
Re: [PATCH 00 of 36] x86/paravirt: groundwork for 64-bit X ...
, Ingo Molnar
, (Wed Jun 25, 1:42 am)
Re: [PATCH 36 of 36] x86_64/paravirt: Make load_gs_index() ...
, Ingo Molnar
, (Wed Jun 25, 1:47 am)
Re: [PATCH 00 of 36] x86/paravirt: groundwork for 64-bit X ...
, Jeremy Fitzhardinge
, (Wed Jun 25, 4:46 am)
Re: [PATCH 36 of 36] x86_64/paravirt: Make load_gs_index() ...
, Jeremy Fitzhardinge
, (Wed Jun 25, 4:48 am)
Re: [PATCH 00 of 36] x86/paravirt: groundwork for 64-bit X ...
, Andi Kleen
, (Wed Jun 25, 5:40 am)
Re: [PATCH 00 of 36] x86/paravirt: groundwork for 64-bit X ...
, Ingo Molnar
, (Wed Jun 25, 8:22 am)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Keir Fraser
, (Wed Jun 25, 11:45 am)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Andi Kleen
, (Wed Jun 25, 12:13 pm)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Keir Fraser
, (Wed Jun 25, 12:22 pm)
Re: [PATCH 00 of 36] x86/paravirt: groundwork for 64-bit X ...
, Jeremy Fitzhardinge
, (Wed Jun 25, 1:03 pm)
Re: [PATCH 00 of 36] x86/paravirt: groundwork for 64-bit X ...
, Jeremy Fitzhardinge
, (Wed Jun 25, 1:12 pm)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Andi Kleen
, (Wed Jun 25, 1:14 pm)
Re: [PATCH 03 of 36] x86: add memory barriers to wrmsr
, Jeremy Fitzhardinge
, (Wed Jun 25, 2:08 pm)
Re: [PATCH 03 of 36] x86: add memory barriers to wrmsr
, Arjan van de Ven
, (Wed Jun 25, 3:31 pm)
Re: [PATCH 03 of 36] x86: add memory barriers to wrmsr
, Jeremy Fitzhardinge
, (Wed Jun 25, 4:05 pm)
Re: [PATCH 03 of 36] x86: add memory barriers to wrmsr
, H. Peter Anvin
, (Wed Jun 25, 4:18 pm)
Re: [PATCH 03 of 36] x86: add memory barriers to wrmsr
, Jeremy Fitzhardinge
, (Wed Jun 25, 4:37 pm)
Re: [PATCH 03 of 36] x86: add memory barriers to wrmsr
, H. Peter Anvin
, (Wed Jun 25, 4:42 pm)
Re: [PATCH 00 of 36] x86/paravirt: groundwork for 64-bit X ...
, Ingo Molnar
, (Thu Jun 26, 3:57 am)
Re: [PATCH 00 of 36] x86/paravirt: groundwork for 64-bit X ...
, Ingo Molnar
, (Thu Jun 26, 3:58 am)
Re: [PATCH 00 of 36] x86/paravirt: groundwork for 64-bit X ...
, Jeremy Fitzhardinge
, (Thu Jun 26, 7:28 am)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Jeremy Fitzhardinge
, (Thu Jun 26, 7:34 am)
Re: [PATCH 00 of 36] x86/paravirt: groundwork for 64-bit X ...
, Jeremy Fitzhardinge
, (Thu Jun 26, 11:25 am)
Re: [PATCH 00 of 36] x86/paravirt: groundwork for 64-bit X ...
, Jeremy Fitzhardinge
, (Thu Jun 26, 12:02 pm)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Ingo Molnar
, (Fri Jun 27, 8:56 am)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Jeremy Fitzhardinge
, (Fri Jun 27, 9:02 am)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Ingo Molnar
, (Fri Jun 27, 9:03 am)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Ingo Molnar
, (Fri Jun 27, 9:06 am)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Jeremy Fitzhardinge
, (Fri Jun 27, 9:25 am)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Jeremy Fitzhardinge
, (Fri Jun 27, 12:04 pm)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Ingo Molnar
, (Sun Jun 29, 1:43 am)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Jeremy Fitzhardinge
, (Sun Jun 29, 8:02 pm)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Yinghai Lu
, (Sun Jun 29, 9:35 pm)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Jeremy Fitzhardinge
, (Sun Jun 29, 10:32 pm)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Ingo Molnar
, (Mon Jun 30, 1:21 am)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Ingo Molnar
, (Mon Jun 30, 2:22 am)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Jeremy Fitzhardinge
, (Mon Jun 30, 10:17 am)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Jeremy Fitzhardinge
, (Mon Jun 30, 10:57 am)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Ingo Molnar
, (Mon Jun 30, 11:03 am)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Ingo Molnar
, (Mon Jun 30, 11:12 am)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Jeremy Fitzhardinge
, (Mon Jun 30, 11:36 am)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Ingo Molnar
, (Mon Jun 30, 11:44 am)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Jeremy Fitzhardinge
, (Mon Jun 30, 4:04 pm)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Ingo Molnar
, (Tue Jul 1, 1:52 am)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Ingo Molnar
, (Tue Jul 1, 2:21 am)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Jeremy Fitzhardinge
, (Tue Jul 1, 9:10 am)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Jeremy Fitzhardinge
, (Tue Jul 1, 9:14 am)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Ingo Molnar
, (Tue Jul 1, 1:31 pm)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Ingo Molnar
, (Thu Jul 3, 2:10 am)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Jeremy Fitzhardinge
, (Thu Jul 3, 8:47 am)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Yinghai Lu
, (Thu Jul 3, 11:20 am)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Jeremy Fitzhardinge
, (Thu Jul 3, 11:25 am)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Yinghai Lu
, (Thu Jul 3, 11:30 am)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Jeremy Fitzhardinge
, (Thu Jul 3, 11:41 am)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Yinghai Lu
, (Thu Jul 3, 11:51 am)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Yinghai Lu
, (Thu Jul 3, 12:19 pm)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Yinghai Lu
, (Thu Jul 3, 12:29 pm)
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundw ...
, Ingo Molnar
, (Wed Jul 9, 12:42 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Michael Trimarchi
Re: [PATCH] VFS: make file->f_pos access atomic on 32bit arch
Miklos Szeredi
[patch 14/15] vfs: more path_permission() conversions
Serge E. Hallyn
Re: [RFC v5][PATCH 7/8] Infrastructure for shared objects
Bernd Schmidt
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Takashi Iwai
[PATCH 2/2] input: Add LED support to Synaptics device
git
:
Junio C Hamano
Re: mingw, windows, crlf/lf, and git
Eyvind Bernhardsen
Re: Where has "git ls-remote" reference pattern matching gone?
Shawn O. Pearce
Re: Switching from CVS to GIT
Todd Zullinger
Re: [PATCH 2/2] send-email: rfc2047-quote subject lines with non-ascii characters
Santi Béjar
Re: How to use git-fmt-merge-msg?
linux-netdev
:
Ramkrishna Vepa
[net-2.6 PATCH 1/10] Neterion: New driver: Driver help file
Mark Anthony
invitation / inquiry
Ingo Molnar
Re: [PATCH 08/16] dma-debug: add core checking functions
David Miller
Re: [PATCH 1/3] f_phonet: dev_kfree_skb instead of dev_kfree_skb_any in TX callback
Sascha Hauer
[PATCH 03/12] fec: do not typedef struct types
git-commits-head
:
Linux Kernel Mailing List
amba: struct device - replace bus_id with dev_name(), dev_set_name()
Linux Kernel Mailing List
MIPS: Yosemite: Convert SMP startup lock to arch spinlock.
Linux Kernel Mailing List
ARM: S5PC100: IRQ and timer
Linux Kernel Mailing List
davinci: edma: clear interrupt status for interrupt enabled channels only
Linux Kernel Mailing List
x86, mm, kprobes: fault.c, simplify notify_page_fault()
openbsd-misc
:
Daniel A. Ramaley
Re: [semi-OT] Can anyone recommend an OpenBSD-compatible colour laser printer?
Matthias Kilian
Re: can't get vesa @ 1280x800 or nv
Tobias Ulmer
Re: Problem after upgrade 4.5 to 4.6: ERR M
Philip Guenther
Re: SIGCHLD and libpthread.so
J.C. Roberts
Re: [semi-OT] Can anyone recommend an OpenBSD-compatible colour laser printer?
Colocation donated by:
Syndicate