| From: |
| Mike Travis <travis@sgi.com> |
| To: |
| Ingo Molnar <mingo@redhat.com> |
| Subject: |
| [PATCH 00/16] cpumask: consolidate and apply x86 cpumask changes |
| Date: |
| Mon, 15 Dec 2008 18:24:09 -0800 |
| Message-ID: |
| <20081216022409.679598000@polaris-admin.engr.sgi.com> |
| Cc: |
| Rusty Russell <rusty@rustcorp.com.au>,
"H. Peter Anvin" <hpa@zytor.com>,
Stephen Rothwell <sfr@canb.auug.org.au>,
Thomas Gleixner <tglx@linutronix.de>,
Jack Steiner <steiner@sgi.com>, linux-kernel@vger.kernel.org |
| Archive‑link: | |
Article |
Here's a consolidation of the x86-only patches. It needs
to be applied to tip/cpus4096 at:
8299608... Merge branches 'irq/sparseirq', ... into cpus4096
... with the following tree merged in:
git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-ingo.git master
This should put the HEAD at v2.6.28-rc6-944-g968ea6d .
Note that the kernel tree will not be buildable at this point. There's a
combination of old and new API patches being applied. After applying
the first patch below, it will again be buildable (and bootable).
The following patches are included:
1 x86 smp: modify send_IPI_mask interface to accept cpumask_t pointers
2 x86: enable MAXSMP
3 x86: move and enhance debug printk for nr_cpu_ids etc.
4 x86: Add cpu_mask_to_apicid_and
5 x86: update add-cpu_mask_to_apicid_and to use struct cpumask*
6 x86: Update io_apic.c to use new cpumask API
7 xen: convert to cpumask_var_t and new cpumask primitives.
8 x86: fixup_irqs() doesn't need an argument.
9 x86: cosmetic changes apic-related files.
10 x86: Set CONFIG_NR_CPUS even on UP
11 x86: prepare for cpumask iterators to only go to nr_cpu_ids
12 x86: Use cpumask accessors code for possible/present maps.
13 x86: Remove cpumask games in x86/kernel/cpu/intel_cacheinfo.c
14 x86: use work_on_cpu in x86/kernel/cpu/mcheck/mce_amd_64.c
15 x86: xen: use smp_call_function_many()
16 x86: Introduce topology_core_cpumask()/topology_thread_cpumask()
Other patches not here were mostly small fixups that were folded into the
original patch, or a consoldition of patches (#6 above).
Signed-off-by: Mike Travis <travis@sgi.com>
--