login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
January
»
24
Re: [PATCH] x86: Construct 32 bit boot time page tables in native format.
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Jeremy Fitzhardinge
Subject:
Re: [PATCH] x86: Construct 32 bit boot time page tables in native format.
Date: Thursday, January 24, 2008 - 4:40 pm
H. Peter Anvin wrote:
quoted text
> While we're mucking around in this area, there is another thing which > we should eventually get around to fixing: > > we need a set of page tables with an identity mapping as well as the > kernel mapping, for trampolining (during startup, but also during > things like ACPI suspend/resume.) Right now, we let those be the > swapper page tables, but that's probably not really a good idea, since > it can hide bugs.
So you're suggesting a second system pagetable which has a P=V alias as well as the normal kernel mapping, used only when we actually need that alias? Sounds simple enough to arrange. J --
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] x86/voyager: Switch voyager memory detection to ea ...
, Ian Campbell
, (Sat Jan 19, 9:08 am)
[PATCH] x86: Construct 32 bit boot time page tables in nat ...
, Ian Campbell
, (Sat Jan 19, 9:08 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Andi Kleen
, (Sat Jan 19, 4:07 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Sat Jan 19, 4:50 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Ian Campbell
, (Sun Jan 20, 9:44 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Andi Kleen
, (Sun Jan 20, 10:39 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Mika Penttilä
, (Sun Jan 20, 11:30 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Sun Jan 20, 11:48 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Andi Kleen
, (Sun Jan 20, 11:55 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Mon Jan 21, 2:38 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Ian Campbell
, (Mon Jan 21, 2:46 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Ingo Molnar
, (Tue Jan 22, 3:05 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Tue Jan 22, 9:23 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Ian Campbell
, (Tue Jan 22, 10:36 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Tue Jan 22, 11:23 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Ian Campbell
, (Tue Jan 22, 12:48 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Tue Jan 22, 1:00 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Ingo Molnar
, (Tue Jan 22, 1:36 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Tue Jan 22, 1:43 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Ingo Molnar
, (Tue Jan 22, 1:45 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Ian Campbell
, (Tue Jan 22, 1:52 pm)
[PATCH] x86: make nx_enabled conditional on CONFIG_X86_PAE
, Harvey Harrison
, (Tue Jan 22, 2:00 pm)
Re: [PATCH] x86: make nx_enabled conditional on CONFIG_X86_PAE
, Ingo Molnar
, (Tue Jan 22, 2:04 pm)
Re: [PATCH] x86: make nx_enabled conditional on CONFIG_X86_PAE
, Harvey Harrison
, (Tue Jan 22, 2:07 pm)
Re: [PATCH] x86: make nx_enabled conditional on CONFIG_X86_PAE
, Harvey Harrison
, (Tue Jan 22, 2:35 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Ian Campbell
, (Tue Jan 22, 3:21 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Ian Campbell
, (Wed Jan 23, 1:52 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Jeremy Fitzhardinge
, (Wed Jan 23, 6:06 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Ian Campbell
, (Thu Jan 24, 2:39 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Thu Jan 24, 3:06 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Jeremy Fitzhardinge
, (Thu Jan 24, 3:35 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Thu Jan 24, 3:39 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Jeremy Fitzhardinge
, (Thu Jan 24, 3:58 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Thu Jan 24, 4:08 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Jeremy Fitzhardinge
, (Thu Jan 24, 4:40 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Thu Jan 24, 4:44 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Thu Jan 24, 4:51 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Jeremy Fitzhardinge
, (Thu Jan 24, 4:51 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Thu Jan 24, 5:02 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Jeremy Fitzhardinge
, (Thu Jan 24, 5:11 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Thu Jan 24, 5:15 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Pavel Machek
, (Thu Jan 24, 5:20 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Thu Jan 24, 5:27 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Jeremy Fitzhardinge
, (Thu Jan 24, 5:31 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Thu Jan 24, 5:37 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Rafael J. Wysocki
, (Thu Jan 24, 5:46 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Thu Jan 24, 6:08 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Eric W. Biederman
, (Thu Jan 24, 7:16 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Thu Jan 24, 7:25 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Eric W. Biederman
, (Thu Jan 24, 7:56 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Jeremy Fitzhardinge
, (Thu Jan 24, 9:41 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Pavel Machek
, (Fri Jan 25, 12:49 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Eric W. Biederman
, (Fri Jan 25, 4:07 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Rafael J. Wysocki
, (Fri Jan 25, 3:02 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Pavel Machek
, (Fri Jan 25, 3:11 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Ingo Molnar
, (Mon Jan 28, 8:00 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Rafael J. Wysocki
, (Mon Jan 28, 8:25 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Ingo Molnar
, (Mon Jan 28, 9:12 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Rafael J. Wysocki
, (Mon Jan 28, 10:02 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Pavel Machek
, (Mon Jan 28, 12:40 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Mon Jan 28, 12:51 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Jeremy Fitzhardinge
, (Mon Jan 28, 1:03 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Mon Jan 28, 1:06 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Rafael J. Wysocki
, (Mon Jan 28, 1:26 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Rafael J. Wysocki
, (Mon Jan 28, 1:28 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Mon Jan 28, 1:31 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Jeremy Fitzhardinge
, (Mon Jan 28, 1:44 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Rafael J. Wysocki
, (Mon Jan 28, 1:50 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Rafael J. Wysocki
, (Mon Jan 28, 1:59 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Mon Jan 28, 2:28 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Rafael J. Wysocki
, (Mon Jan 28, 3:02 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Ingo Molnar
, (Fri Feb 1, 6:51 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Rafael J. Wysocki
, (Fri Feb 1, 7:28 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Ingo Molnar
, (Fri Feb 1, 7:54 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Len Brown
, (Fri Feb 1, 3:55 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Alan Cox
Re: Please add ZFS support (from GPL sources)
Trenton D. Adams
Re: Flash IO slow 1.5 MB/s
Rafael J. Wysocki
[Bug #11287] Regression in 2.6.27-rc2 in acpi_processor_init()
Ingo Molnar
Re: [PATCH] x86: silence section mismatch warning - uv_cpu_init
Heiko Carstens
Re: Interface for the new fallocate() system call
git
:
Mark Junker
git on MacOSX and files with decomposed utf-8 file names
Junio C Hamano
Re: git-svnimport
Mark Burton
Re: Sporadic BSOD with msys git?
Junio C Hamano
Re: [PATCH] Detached HEAD (experimental)
Johannes Schindelin
Re: [PATCH] Fix approxidate("never") to always return 0
linux-netdev
:
David Miller
Re: [RFC 0/5] generic rx recycling
Gerrit Renker
[PATCH 1/5] dccp: Initialisation framework for feature negotiation
Arnaldo Carvalho de Melo
Re: [PATCH 06/37] dccp: Limit feature negotiation to connection setup phase
Daniel Lezcano
getsockopt(TCP_DEFER_ACCEPT) value change
David Miller
Re: 2.6.27.18: bnx2/tg3: BUG: "scheduling while atomic" trying to ifenslave a seco...
git-commits-head
:
Linux Kernel Mailing List
ath9k_htc: Allocate URBs properly
Linux Kernel Mailing List
net: don't grab a mutex within a timer context in gianfar
Linux Kernel Mailing List
[ARM] 4691/1: add missing i2c_board_info struct for at91rm9200
Linux Kernel Mailing List
powerpc/kexec: Add support for FSL-BookE
Linux Kernel Mailing List
V4L/DVB (8976): af9015: Add USB ID for AVerMedia A309
linux-fsdevel
:
Nick Piggin
Re: [patch] fs: truncate introduce new sequence
Philip
www.goodsamaritan.ms
David Howells
Re: [rfc][patch 3/5] afs: new aops
Sally
Bomb killed 18 citizens
Ryder Moore
Don't be left out, join millions of men in the revolution
Colocation donated by:
Syndicate