From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Andrew Morton <akpm@linux-foundation.org>, Andi Kleen <ak@suse.de>
Cc: virtualization@lists.osdl.org,
Rusty Russell <rusty@rustcorp.com.au>,
xen-devel@lists.xensource.com,
Linux Kernel <linux-kernel@vger.kernel.org>
Subject: [patch 0/5] i386-gdt-pda i386 gdt and pda updates
Date: Mon, 26 Mar 2007 17:21:29 -0700 [thread overview]
Message-ID: <20070327002129.240126099@goop.org> (raw)
Hi Andrew,
This patch series adds to the end of the existing i386-gdt-cleanups patches:
allow-per-cpu-variables-to-be-page-aligned.patch
i386-gdt-cleanups-use-per-cpu-variables-for-gdt-pda.patch
i386-gdt-cleanups-use-per-cpu-gdt-immediately-upon-boot.patch
i386-gdt-cleanups-use-per-cpu-gdt-immediately-upon-boot-fix.patch
i386-gdt-cleanups-clean-up-cpu_init.patch
i386-gdt-cleanups-cleanup-gdt-access.patch
i386-gdt-cleanups-rename-boot_gdt_table-to-boot_gdt.patch
+i386-gdt-cleanups-page-align-the-gdt.patch
+i386-convert-pda-into-the-percpu-section.patch
+lguest-use-percpu.patch
+i386-cleanups-to-help-using-per-cpu-variables-from-asm.patch
+percpu-define-per_cpu_offset.patch
The quick summary of each patch is:
i386-gdt-cleanups-page-align-the-gdt.patch
Make sure the GDT is page-aligned, which Xen requires, but it
is generally helpful.
i386-convert-pda-into-the-percpu-section.patch
Remove the PDA as a separate entity, and use the normal per-cpu
mechanism This still uses the PDA's underlying segment machinery
to retain the same code-size and atomicity benefits that the
PDA had.
lguest-use-percpu.patch
Fix lguest's initialization to skip PDA references.
i386-cleanups-to-help-using-per-cpu-variables-from-asm.patch
Add some tweaks to asm-i386/percpu.h to allow efficient access
to per-cpu variables from assembler.
percpu-define-per_cpu_offset.patch
Define per_cpu_offset in asm-i386/percpu.h, to be consistent
with asm-generic/percpu.h.
Thanks,
J
--
next reply other threads:[~2007-03-27 0:21 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-27 0:21 Jeremy Fitzhardinge [this message]
2007-03-27 0:21 ` [patch 1/5] i386-gdt-pda Page-align the GDT Jeremy Fitzhardinge
2007-03-27 0:21 ` [patch 2/5] i386-gdt-pda Convert PDA into the percpu section Jeremy Fitzhardinge
2007-03-27 0:21 ` [patch 3/5] i386-gdt-pda Update lguest to initialize gdt without pda Jeremy Fitzhardinge
2007-03-27 3:32 ` Rusty Russell
2007-03-27 0:21 ` [patch 4/5] i386-gdt-pda cleanups to help using per-cpu variables from asm Jeremy Fitzhardinge
2007-03-27 0:21 ` [patch 5/5] i386-gdt-pda Define per_cpu_offset Jeremy Fitzhardinge
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070327002129.240126099@goop.org \
--to=jeremy@goop.org \
--cc=ak@suse.de \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rusty@rustcorp.com.au \
--cc=virtualization@lists.osdl.org \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).