| Commit message (Expand) | Author | Age |
* | x86, smp: refactor ->wake_cpu | Ingo Molnar | 2009-01-28 |
* | x86, smp: eliminate asm/mach-default/mach_wakecpu.h | Ingo Molnar | 2009-01-28 |
* | x86, smp: refactor ->inquire_remote_apic() methods | Ingo Molnar | 2009-01-28 |
* | x86, smp: refactor ->store/restore_NMI_vector() methods | Ingo Molnar | 2009-01-28 |
* | x86, smp: refactor ->smp_callin_clear_local_apic() methods | Ingo Molnar | 2009-01-28 |
* | x86, smp: refactor ->wait_for_init_deassert() | Ingo Molnar | 2009-01-28 |
* | x86: refactor ->check_phys_apicid_present() subarch methods | Ingo Molnar | 2009-01-28 |
* | x86: refactor ->setup_portio_remap() subarch methods | Ingo Molnar | 2009-01-28 |
* | x86, apic: clean up ->cpu_present_to_apicid() | Ingo Molnar | 2009-01-28 |
* | x86, apic: clean up ->apicid_to_node() | Ingo Molnar | 2009-01-28 |
* | x86, apic: clean up ->setup_apic_routing() | Ingo Molnar | 2009-01-28 |
* | x86, apic: rename genapic::apic_destination_logical to genapic::dest_logical | Ingo Molnar | 2009-01-28 |
* | x86: clean up the APIC_DEST_LOGICAL logic | Ingo Molnar | 2009-01-28 |
* | x86: initialize per-cpu GDT segment in per-cpu setup | Brian Gerst | 2009-01-26 |
* | x86: uv cleanup | Tejun Heo | 2009-01-21 |
* | x86-64: Move kernelstack from PDA to per-cpu. | Brian Gerst | 2009-01-18 |
* | x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit. | Brian Gerst | 2009-01-18 |
* | x86: misc clean up after the percpu update | Tejun Heo | 2009-01-16 |
* | x86: fold pda into percpu area on SMP | Tejun Heo | 2009-01-16 |
* | x86: load pointer to pda into %gs while brining up a CPU | Tejun Heo | 2009-01-16 |
*-. | Merge branches 'cpus4096', 'x86/cleanups' and 'x86/urgent' into x86/percpu | Ingo Molnar | 2009-01-15 |
|\ \ |
|
| | * | x86: fully honor "nolapic" | Jan Beulich | 2009-01-15 |
| |/
|/| |
|
| * | x86: smp.h move cpu_callout_mask and cpu_callout_map declartion to cpumask.h | Jaswinder Singh Rajput | 2009-01-10 |
| * | x86: smp.h move cpu_callin_mask and cpu_callin_map declartion to cpumask.h | Jaswinder Singh Rajput | 2009-01-10 |
| * | Merge branch 'linus' into x86/cleanups | Ingo Molnar | 2009-01-10 |
| |\
| |/
|/| |
|
| * | x86: smp.h move prefill_possible_map declartion to cpu.h | Jaswinder Singh Rajput | 2009-01-07 |
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-01-10 |
|\| |
|
| *-. | Merge branches 'x86/cleanups', 'x86/mpparse', 'x86/numa' and 'x86/uv' into x8... | Ingo Molnar | 2009-01-06 |
| |\ \ |
|
| * | | | x86: update Alan Cox's email addresses | Alan Cox | 2009-01-05 |
| |/ / |
|
| * | | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-01-02 |
| |\ \ |
|
* | | | | x86: cleanup remaining cpumask_t ops in smpboot code | Mike Travis | 2009-01-04 |
| |_|/
|/| | |
|
* | | | x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_ids | Mike Travis | 2009-01-03 |
* | | | x86: enable cpus display of kernel_max and offlined cpus | Mike Travis | 2009-01-03 |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/... | Mike Travis | 2009-01-03 |
|\ \ \
| |_|/
|/| | |
|
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Rusty Russell | 2008-12-29 |
| |\| |
|
| | * | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2008-12-28 |
| | |\ |
|
| | | * | tracing/ftrace: don't trace on early stage of a secondary cpu boot, v3 | Frederic Weisbecker | 2008-12-25 |
| | | | | |
| | | \ | |
| | | \ | |
| | | \ | |
| | | \ | |
| | | \ | |
| | *-----. \ | Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',... | Ingo Molnar | 2008-12-23 |
| | |\ \ \ \ \
| | | |_|_|_|/
| | |/| | | | |
|
| | | * | | | | x86: fix missing space in printk | Michael Tokarev | 2008-12-05 |
| | | |/ / / |
|
| * | | | | | cpumask: cpu_coregroup_mask(): x86 | Rusty Russell | 2008-12-26 |
* | | | | | | x86: use possible_cpus=NUM to extend the possible cpus allowed | Mike Travis | 2008-12-18 |
* | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/travis... | Ingo Molnar | 2008-12-17 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86: fixup_irqs() doesnt need an argument. | Mike Travis | 2008-12-16 |
* | | | | | | | Merge branch 'linus' into cpus4096 | Ingo Molnar | 2008-12-17 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | / / / /
| | |/ / / /
| |/| | | | |
|
| * | | | | | x86 Fix VMI crash on boot in 2.6.28-rc8 | Zachary Amsden | 2008-12-14 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge ../linux-2.6-x86 | Rusty Russell | 2008-12-13 |
|\ \ \ \ \
| |_|/ / /
|/| | | /
| | |_|/
| |/| | |
|
| * | | | x86: fix wakeup_cpu with numaq/es7000, v2, fix | Yinghai Lu | 2008-11-17 |
| * | | | x86: fix wakeup_cpu with numaq/es7000, v2 | Yinghai Lu | 2008-11-17 |
| |/ / |
|
* / / | cpumask: centralize cpu_online_map and cpu_possible_map | Rusty Russell | 2008-12-13 |
|/ / |
|
* / | x86: do_boot_cpu - check if we have ESR register | Cyrill Gorcunov | 2008-10-22 |
|/ |
|