virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/28] Updates for firstfloor paravirt-ops patches
@ 2007-04-14 20:41 Jeremy Fitzhardinge
  2007-04-14 20:41 ` [PATCH 01/28] revert account-for-module-percpu-space-separately-from-kernel-percpu Jeremy Fitzhardinge
                   ` (27 more replies)
  0 siblings, 28 replies; 70+ messages in thread
From: Jeremy Fitzhardinge @ 2007-04-14 20:41 UTC (permalink / raw)
  To: Andi Kleen; +Cc: Andrew Morton, virtualization, lkml, Zachary Amsden

Hi Andi,

This is a set of updates for the firstfloor patch queue.

Quick rundown:

revert-mm-x86_64-mm-account-for-module-percpu-space-separately-from-kernel-percpu.patch
separate-module-percpu-space.patch
	Update the module percpu accounting patch

fix-ff-allow-percpu-variables-to-be-page-aligned.patch
	Make sure the percpu memory allocation is page-aligned

deflate-stack-usage-in-lib_inflate_c.patch
	Fix deflate stack usage.  With all the arch-fixes rolled in.

i386-gdt-cleanups-page-align-the-gdt.patch
i386-convert-pda-into-the-percpu-section.patch
i386-cleanups-to-help-using-per-cpu-variables-from-asm.patch
percpu-define-per_cpu_offset.patch
fix-uniproc-gdt-bugs.patch
	Percpu and GDT fixes.

x86-map-enough-initial-memory.patch
	Fix head.S to map enough memory.

cleanup-cleanup-asm-bugs_h.patch
cleanup-identify_cpu-fix.patch
	This is the pair I tried to post yesterday, but they
	got interrupted by an network outage.  They basically
	add a little more cleanup, and move a misplaced hunk.
	cleanup-cleanup-asm-bugs_h.patch should go after/roll
	into the clean-up-asm-(i386|x86_64)-bugs_h patches, and
	cleanup-identify_cpu-fix.patch should go after/roll into
	clean-up-identify_cpu patch.

paravirt-flush-on-kunmap_atomic.patch
	Flush pending lazy mmu operations on kunmap_atomic too.

paravirt-fix-paravirt_lazy.patch
	Fix up an apparent mismerge: remove the #defines for
	PARAVIRT_LAZY_* and add _LAZY_FLUSH to the enum.

i386-sysenter-arch-pages-fix.patch
i386-acpi-remove-earlyquirk-warning.patch
i386-mcheck-p4-grotesque-and-needless-warning-fix.patch
i386-pgd-clone-under-lock-fix.patch
paravirt-kmap_atomic_pte-tidy.patch
vmi-supports-compat-vdso.patch
vmi-kmap_atomic_pte-fix.patch
vmi-timer-update.patch
buslogic-check-range-fixes.patch
pte-drop-ptep_get_and_clear-paravirt-op.patch
	A chunk of pages from Zach.

rename-the-parainstructions-symbols-to-be-consistent-with-the-others.patch
rename-the-parainstructions-symbols-to-be-consistent-with-the-others-fix.patch
	Obvious.

vmi-fix-ff.patch
	Make VMI compile in the -ff patchstack.

paravirt-sched-clock-ff.patch
	Updated paravirt-sched-lock for your sched_clock.

Thanks,
	J

-- 

^ permalink raw reply	[flat|nested] 70+ messages in thread

end of thread, other threads:[~2007-04-29 16:55 UTC | newest]

Thread overview: 70+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-14 20:41 [PATCH 00/28] Updates for firstfloor paravirt-ops patches Jeremy Fitzhardinge
2007-04-14 20:41 ` [PATCH 01/28] revert account-for-module-percpu-space-separately-from-kernel-percpu Jeremy Fitzhardinge
2007-04-14 20:41 ` [PATCH 02/28] Account for module percpu space separately from kernel percpu Jeremy Fitzhardinge
2007-04-14 20:41 ` [PATCH 03/28] fix allow-percpu-variables-to-be-page-aligned.patch Jeremy Fitzhardinge
2007-04-14 20:41 ` [PATCH 04/28] deflate stack usage in lib/inflate.c Jeremy Fitzhardinge
2007-04-14 20:41 ` [PATCH 05/28] Page-align the GDT Jeremy Fitzhardinge
2007-04-14 20:42 ` [PATCH 06/28] Convert PDA into the percpu section Jeremy Fitzhardinge
2007-04-14 20:42 ` [PATCH 07/28] cleanups to help using per-cpu variables from asm Jeremy Fitzhardinge
2007-04-14 20:42 ` [PATCH 08/28] Define per_cpu_offset Jeremy Fitzhardinge
2007-04-14 20:42 ` [PATCH 09/28] Fix UP gdt bugs Jeremy Fitzhardinge
2007-04-14 20:42 ` [PATCH 10/28] i386: map enough initial memory to create lowmem mappings Jeremy Fitzhardinge
2007-04-14 22:04   ` H. Peter Anvin
2007-04-15  9:46     ` Jan Engelhardt
2007-04-15 10:17       ` Andreas Schwab
2007-04-19 20:47   ` Chuck Ebbert
2007-04-19 20:50     ` Andi Kleen
2007-04-19 20:55       ` H. Peter Anvin
2007-04-19 21:04         ` Andi Kleen
2007-04-19 21:11           ` H. Peter Anvin
2007-04-19 21:22             ` Chuck Ebbert
2007-04-19 21:35               ` Jeremy Fitzhardinge
2007-04-23  9:12                 ` Eric W. Biederman
2007-04-23 16:01                   ` H. Peter Anvin
2007-04-23 16:34                   ` Jeremy Fitzhardinge
2007-04-23 16:42                     ` H. Peter Anvin
2007-04-23 17:02                       ` Jeremy Fitzhardinge
2007-04-23 17:22                         ` H. Peter Anvin
2007-04-23 18:00                           ` Eric W. Biederman
2007-04-23 17:31                         ` Eric W. Biederman
2007-04-23 17:45                           ` H. Peter Anvin
2007-04-23 17:52                             ` Eric W. Biederman
2007-04-23 17:54                             ` Andi Kleen
2007-04-23 17:21                       ` Eric W. Biederman
2007-04-23 18:06                         ` Jeremy Fitzhardinge
2007-04-23 18:54                           ` Eric W. Biederman
2007-04-23 19:10                             ` Jeremy Fitzhardinge
2007-04-23 19:14                               ` H. Peter Anvin
2007-04-23 19:21                                 ` Jeremy Fitzhardinge
2007-04-23 19:39                                   ` Eric W. Biederman
2007-04-23 20:41                                     ` H. Peter Anvin
2007-04-25 20:54                 ` Eric W. Biederman
2007-04-25 21:31                   ` Jeremy Fitzhardinge
2007-04-25 22:00                     ` Eric W. Biederman
2007-04-25 22:06                       ` Jeremy Fitzhardinge
2007-04-25 22:18                         ` Eric W. Biederman
2007-04-25 22:52                           ` Jeremy Fitzhardinge
2007-04-25 23:33                             ` Eric W. Biederman
2007-04-25 23:41                               ` Jeremy Fitzhardinge
2007-04-26  0:33                                 ` Chris Wright
2007-04-26  0:55                                   ` Jeremy Fitzhardinge
2007-04-29 16:44                         ` Eric W. Biederman
2007-04-29 16:55                           ` Jeremy Fitzhardinge
2007-04-14 20:42 ` [PATCH 11/28] x86: incremental update for i386 and x86-64 check_bugs Jeremy Fitzhardinge
2007-04-14 20:42 ` [PATCH 12/28] i386: now its ok to use identify_boot_cpu Jeremy Fitzhardinge
2007-04-14 20:42 ` [PATCH 13/28] paravirt: flush lazy mmu updates on kunmap_atomic Jeremy Fitzhardinge
2007-04-14 20:42 ` [PATCH 14/28] fix paravirt-documentation Jeremy Fitzhardinge
2007-04-14 20:42 ` [PATCH 15/28] In compat mode, the return value here was uninitialized Jeremy Fitzhardinge
2007-04-14 20:42 ` [PATCH 16/28] kRemove a warning about unused variable in !CONFIG_ACPI compilation Jeremy Fitzhardinge
2007-04-14 20:42 ` [PATCH 17/28] x86: cleanup arch/i386/kernel/cpu/mcheck/p4.c Jeremy Fitzhardinge
2007-04-14 20:42 ` [PATCH 18/28] Copying of the pgd range must happen under the pgd_lock Jeremy Fitzhardinge
2007-04-14 20:42 ` [PATCH 19/28] Dont implement native_kmap_atomic_pte for !HIGHPTE Jeremy Fitzhardinge
2007-04-14 20:42 ` [PATCH 20/28] Now that the VDSO can be relocated, we can support it in VMI configurations Jeremy Fitzhardinge
2007-04-14 20:42 ` [PATCH 21/28] Implement vmi_kmap_atomic_pte Jeremy Fitzhardinge
2007-04-14 20:42 ` [PATCH 22/28] Convert VMI timer to use clock events Jeremy Fitzhardinge
2007-04-14 20:42 ` [PATCH 23/28] Fix BusLogic to stop using check_region Jeremy Fitzhardinge
2007-04-14 20:42 ` [PATCH 24/28] paravirt: drop unused ptep_get_and_clear Jeremy Fitzhardinge
2007-04-14 20:42 ` [PATCH 25/28] From: Jeremy Fitzhardinge <jeremy@goop.org> Jeremy Fitzhardinge
2007-04-14 20:42 ` [PATCH 26/28] From: Andrew Morton <akpm@linux-foundation.org> Jeremy Fitzhardinge
2007-04-14 20:42 ` [PATCH 27/28] paravirt: little compile fixes for vmi.c Jeremy Fitzhardinge
2007-04-14 20:42 ` [PATCH 28/28] Add a sched_clock paravirt_op Jeremy Fitzhardinge

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).