This is my current set of updates to Xen for 2.6.24. This is largely a bugfix set, and a couple of them are also relevent to 2.6.23. These are in the pre-x86 merge form; I'll update them once the merge goes into git. Quick overview: - remove some dead code in arch/i386/mm/init.c - clean up some duplicate includes - when sending an IPI, yield the vcpu if the destination doesn't have a real cpu to run on - fix a bug where a lazy cr3 reload can prevent a pagetable from being unpinned - deal with split pte locks properly - fix an old structure used for the register_vcpu_info hypercall - add some multicall debugging help - workaround for a bad XFS/Xen interaction Thanks, J -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- [PATCH 01/10] remove dead code in pgtable_cache_init
- From: Jeremy Fitzhardinge <[email protected]>
- [PATCH 08/10] xen: fix incorrect vcpu_register_vcpu_info hypercall argument
- From: Jeremy Fitzhardinge <[email protected]>
- [PATCH 07/10] xen: ask the hypervisor how much space it needs reserved
- From: Jeremy Fitzhardinge <[email protected]>
- [PATCH 10/10] xfs: eagerly remove vmap mappings to avoid upsetting Xen
- From: Jeremy Fitzhardinge <[email protected]>
- [PATCH 09/10] xen: add some debug output for failed multicalls
- From: Jeremy Fitzhardinge <[email protected]>
- [PATCH 06/10] xen: lock pte pages while pinning/unpinning
- From: Jeremy Fitzhardinge <[email protected]>
- [PATCH 05/10] xen: deal with stale cr3 values when unpinning pagetables
- From: Jeremy Fitzhardinge <[email protected]>
- [PATCH 02/10] Clean up duplicate includes in arch/i386/xen/
- From: Jeremy Fitzhardinge <[email protected]>
- [PATCH 04/10] xen: add batch completion callbacks
- From: Jeremy Fitzhardinge <[email protected]>
- [PATCH 03/10] xen: yield to IPI target if necessary
- From: Jeremy Fitzhardinge <[email protected]>
- [PATCH 01/10] remove dead code in pgtable_cache_init
- Prev by Date: [PATCH 08/10] xen: fix incorrect vcpu_register_vcpu_info hypercall argument
- Next by Date: [PATCH 01/10] remove dead code in pgtable_cache_init
- Previous by thread: [PATCH] Allow kconfig to accept overrides
- Next by thread: [PATCH 03/10] xen: yield to IPI target if necessary
- Index(es):