| Commit message (Expand) | Author | Age | Files | Lines |
* | cpumask: use new cpumask functions throughout x86 | Rusty Russell | 2009-03-13 | 1 | -6/+5 |
* | cpumask: convert struct cpuinfo_x86's llc_shared_map to cpumask_var_t | Rusty Russell | 2009-03-13 | 1 | -7/+26 |
* | cpumask: convert node_to_cpumask_map[] to cpumask_var_t | Rusty Russell | 2009-03-13 | 1 | -2/+2 |
* | x86: unify 32 and 64-bit node_to_cpumask_map | Rusty Russell | 2009-03-13 | 1 | -5/+0 |
* | cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_t | Rusty Russell | 2009-03-13 | 1 | -2/+10 |
* | cpumask: remove cpu_coregroup_map: x86 | Rusty Russell | 2009-03-13 | 1 | -5/+0 |
* | x86: remove smp_apply_quirks()/smp_checks() | Yinghai Lu | 2009-03-08 | 1 | -78/+0 |
* | x86: apic: simplify secondary CPU wakeup methods | Ingo Molnar | 2009-02-26 | 1 | -3/+8 |
* | x86: remove update_apic from x86_quirks | Yinghai Lu | 2009-02-26 | 1 | -7/+1 |
* | x86, apic: remove ->store_NMI_vector() | Ingo Molnar | 2009-02-17 | 1 | -8/+5 |
* | x86, apic: remove duplicate asm/apic.h inclusions | Ingo Molnar | 2009-02-17 | 1 | -1/+0 |
* | x86, apic: remove genapic.h | Ingo Molnar | 2009-02-17 | 1 | -2/+2 |
* | x86: add x2apic config | Yinghai Lu | 2009-02-17 | 1 | -1/+1 |
* | x86: make 32bit to call enable_IO_APIC early like 64bit | Yinghai Lu | 2009-02-15 | 1 | -2/+1 |
* | Merge branch 'x86/paravirt' into x86/apic | Ingo Molnar | 2009-02-09 | 1 | -1/+1 |
|\ |
|
| * | x86: pass in cpu number to switch_to_new_gdt() | Brian Gerst | 2009-01-31 | 1 | -1/+1 |
* | | smp, generic: introduce arch_disable_smp_support() instead of disable_ioapic_... | Ingo Molnar | 2009-02-05 | 1 | -1/+1 |
* | | x86: update copyrights | Ingo Molnar | 2009-01-31 | 1 | -1/+1 |
* | | x86: don't treat bigsmp as non-standard | Yinghai Lu | 2009-01-30 | 1 | -1/+1 |
* | | x86: fix compiling with 64bit with def_to_bigsmp | Yinghai Lu | 2009-01-30 | 1 | -1/+1 |
* | | x86: allow more than 8 cpus to be used on 32-bit | Yinghai Lu | 2009-01-30 | 1 | -1/+1 |
* | | x86: rename X86_GENERICARCH to X86_32_NON_STANDARD | Ingo Molnar | 2009-01-29 | 1 | -1/+1 |
* | | x86: generalize boot_cpu_id | Ingo Molnar | 2009-01-29 | 1 | -12/+0 |
* | | x86: move mach-default/*.h files to asm/ | Ingo Molnar | 2009-01-29 | 1 | -1/+1 |
* | | x86: remove mach_apic.h | Ingo Molnar | 2009-01-29 | 1 | -1/+1 |
* | | x86, smp: refactor ->wake_cpu | Ingo Molnar | 2009-01-28 | 1 | -2/+2 |
* | | x86, smp: eliminate asm/mach-default/mach_wakecpu.h | Ingo Molnar | 2009-01-28 | 1 | -1/+0 |
* | | x86, smp: refactor ->inquire_remote_apic() methods | Ingo Molnar | 2009-01-28 | 1 | -2/+2 |
* | | x86, smp: refactor ->store/restore_NMI_vector() methods | Ingo Molnar | 2009-01-28 | 1 | -1/+2 |
* | | x86, smp: refactor ->smp_callin_clear_local_apic() methods | Ingo Molnar | 2009-01-28 | 1 | -1/+2 |
* | | x86, smp: refactor ->wait_for_init_deassert() | Ingo Molnar | 2009-01-28 | 1 | -1/+2 |
* | | x86: refactor ->check_phys_apicid_present() subarch methods | Ingo Molnar | 2009-01-28 | 1 | -1/+6 |
* | | x86: refactor ->setup_portio_remap() subarch methods | Ingo Molnar | 2009-01-28 | 1 | -1/+2 |
* | | x86, apic: clean up ->cpu_present_to_apicid() | Ingo Molnar | 2009-01-28 | 1 | -1/+8 |
* | | x86, apic: clean up ->apicid_to_node() | Ingo Molnar | 2009-01-28 | 1 | -1/+1 |
* | | x86, apic: clean up ->setup_apic_routing() | Ingo Molnar | 2009-01-28 | 1 | -1/+1 |
* | | x86, apic: rename genapic::apic_destination_logical to genapic::dest_logical | Ingo Molnar | 2009-01-28 | 1 | -1/+1 |
* | | x86: clean up the APIC_DEST_LOGICAL logic | Ingo Molnar | 2009-01-28 | 1 | -1/+1 |
|/ |
|
* | x86: initialize per-cpu GDT segment in per-cpu setup | Brian Gerst | 2009-01-27 | 1 | -4/+0 |
* | x86: uv cleanup | Tejun Heo | 2009-01-21 | 1 | -0/+1 |
* | x86-64: Move kernelstack from PDA to per-cpu. | Brian Gerst | 2009-01-19 | 1 | -0/+3 |
* | x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit. | Brian Gerst | 2009-01-19 | 1 | -2/+1 |
* | x86: misc clean up after the percpu update | Tejun Heo | 2009-01-16 | 1 | -1/+1 |
* | x86: fold pda into percpu area on SMP | Tejun Heo | 2009-01-16 | 1 | -59/+1 |
* | x86: load pointer to pda into %gs while brining up a CPU | Tejun Heo | 2009-01-16 | 1 | -0/+1 |
*-. | Merge branches 'cpus4096', 'x86/cleanups' and 'x86/urgent' into x86/percpu | Ingo Molnar | 2009-01-15 | 1 | -1/+1 |
|\ \ |
|
| | * | x86: fully honor "nolapic" | Jan Beulich | 2009-01-15 | 1 | -0/+1 |
| |/
|/| |
|
| * | x86: smp.h move cpu_callout_mask and cpu_callout_map declartion to cpumask.h | Jaswinder Singh Rajput | 2009-01-10 | 1 | -1/+0 |
| * | x86: smp.h move cpu_callin_mask and cpu_callin_map declartion to cpumask.h | Jaswinder Singh Rajput | 2009-01-10 | 1 | -0/+1 |
| * | Merge branch 'linus' into x86/cleanups | Ingo Molnar | 2009-01-10 | 1 | -63/+65 |
| |\
| |/
|/| |
|