login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
June
»
30
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: Ingo Molnar
Subject:
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundwork for 64-bit Xen support
Date: Monday, June 30, 2008 - 11:44 am
* Jeremy Fitzhardinge <jeremy@goop.org> wrote:
quoted text
>> try 'make ARCH=i386 oldconfig' - does it work better that way? > > Er, we're talking about 64-bit here, aren't we? The log messages are > from a 64-bit kernel. > > Well, it was the wrong config anyway, which I guess is the source of > this confusion.
yeah.
quoted text
> (I thought ARCH= to select 32/64 was going away now that the config > has the bitsize config?)
yep, correct - but it has to be done carefully - until now people (and tools) could assume that 'make oldconfig' just creates stuff for their native host architecture. But i agree in principle. Ingo --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
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
:
Greg KH
Og dreams of kernels
Jens Axboe
[PATCH 31/33] Fusion: sg chaining support
Arnd Bergmann
Re: finding your own dead "CONFIG_" variables
Mark Brown
[PATCH 2/2] Subject: natsemi: Allow users to disable workaround for DspCfg reset
Tony Breeds
[LGUEST] Look in object dir for .config
git
:
Brian Downing
Re: Git in a Nutshell guide
John Benes
Re: master has some toys
Matthias Lederhofer
[PATCH 4/7] introduce GIT_WORK_TREE to specify the work tree
Alexander Sulfrian
[RFC/PATCH] RE: git calls SSH_ASKPASS even if DISPLAY is not set
Junio C Hamano
Re: Rss produced by git is not valid xml?
git-commits-head
:
Linux Kernel Mailing List
iSeries: fix section mismatch in iseries_veth
Linux Kernel Mailing List
ixbge: remove TX lock and redo TX accounting.
Linux Kernel Mailing List
ixgbe: fix several counter register errata
Linux Kernel Mailing List
b43: fix build with CONFIG_