Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x86: introduce smpboot_clear_io_apic | Glauber de Oliveira Costa | 2008-04-17 | 2 | -2/+4 |
* | x86: change x86_64 sanity checks to match i386. | Glauber de Oliveira Costa | 2008-04-17 | 1 | -3/+7 |
* | x86: add extra sanity check | Glauber de Oliveira Costa | 2008-04-17 | 1 | -0/+6 |
* | x86: change x86_64 native_smp_prepare_cpus to match i386 | Glauber de Oliveira Costa | 2008-04-17 | 1 | -14/+10 |
* | x86: additions to i386 native_smp_prepare_cpus. | Glauber de Oliveira Costa | 2008-04-17 | 1 | -3/+19 |
* | x86: get rid of smp_boot_cpus | Glauber de Oliveira Costa | 2008-04-17 | 1 | -19/+11 |
* | x86: use physical id when disabling smp | Glauber de Oliveira Costa | 2008-04-17 | 1 | -1/+5 |
* | x86: merge native_smp_cpus_done | Glauber de Oliveira Costa | 2008-04-17 | 3 | -40/+20 |
* | x86: merge smp_prepare_boot_cpu | Glauber de Oliveira Costa | 2008-04-17 | 3 | -28/+18 |
* | x86: integrate start_secondary | Glauber de Oliveira Costa | 2008-04-17 | 3 | -139/+85 |
* | x86: integrate do_boot_cpu | Glauber de Oliveira Costa | 2008-04-17 | 3 | -1044/+591 |
* | x86: change boot_cpu_id to boot_cpu_physical_apicid | Glauber de Oliveira Costa | 2008-04-17 | 3 | -20/+23 |
* | x86: move stack_start to smp.h | Glauber de Oliveira Costa | 2008-04-17 | 2 | -13/+0 |
* | x86: move {un}map_cpu_to_logical_apicid to smpboot.c | Glauber de Oliveira Costa | 2008-04-17 | 2 | -57/+62 |
* | x86: add callin tests to cpu_up | Glauber de Oliveira Costa | 2008-04-17 | 1 | -7/+13 |
* | x86: change wakeup_secondary name | Glauber de Oliveira Costa | 2008-04-17 | 1 | -2/+4 |
* | x86: include mach_apic.h in smpboot_64.c and smpboot.c | Glauber de Oliveira Costa | 2008-04-17 | 5 | -1/+10 |
* | x86: call do_boot_cpu directly from native_cpu_up | Glauber de Oliveira Costa | 2008-04-17 | 1 | -15/+6 |
* | x86: minor adjustments for do_boot_cpu | Glauber de Oliveira Costa | 2008-04-17 | 2 | -17/+20 |
* | x86: calibrate delay with irqs enabled | Glauber de Oliveira Costa | 2008-04-17 | 1 | -0/+2 |
* | x86: provide an end_local_APIC_setup function | Glauber de Oliveira Costa | 2008-04-17 | 2 | -1/+9 |
* | x86: wrap esr setting up in i386 in lapic_setup_esr | Glauber de Oliveira Costa | 2008-04-17 | 1 | -33/+40 |
* | x86: modify smp_callin in x86_64 to look like i386 | Glauber de Oliveira Costa | 2008-04-17 | 1 | -0/+5 |
* | x86: don't span a new worker in __smp_prepare_cpu | Glauber de Oliveira Costa | 2008-04-17 | 1 | -28/+2 |
* | x86: use create_idle struct in do_boot_cpu | Glauber de Oliveira Costa | 2008-04-17 | 1 | -27/+59 |
* | x86: get rid of commenced mask. | Glauber de Oliveira Costa | 2008-04-17 | 1 | -8/+0 |
* | x86: boot cpus from cpu_up, instead of prepare_cpus | Glauber de Oliveira Costa | 2008-04-17 | 1 | -46/+2 |
* | x86: do not zap_low_mappings in __smp_prepare_cpus | Glauber de Oliveira Costa | 2008-04-17 | 1 | -7/+0 |
* | x86: schedule work only if keventd is already running | Glauber de Oliveira Costa | 2008-04-17 | 1 | -2/+6 |
* | x86: don't initialize sibling and core maps during preparation | Glauber de Oliveira Costa | 2008-04-17 | 1 | -12/+0 |
* | x86: call nmi_watchdog_default in i386 | Glauber de Oliveira Costa | 2008-04-17 | 1 | -0/+1 |
* | x86: call check_nmi_watchdog explicitly in native_smp_cpus_done | Glauber de Oliveira Costa | 2008-04-17 | 2 | -2/+1 |
* | x86: unify nmi_32.h and nmi_64.h | Glauber de Oliveira Costa | 2008-04-17 | 1 | -1/+1 |
* | x86: wipe get_nmi_reason out of nmi_64.h | Glauber de Oliveira Costa | 2008-04-17 | 2 | -0/+4 |
* | x86: don't set maps in native_smp_prepare_boot_cpu() | Glauber de Oliveira Costa | 2008-04-17 | 1 | -3/+0 |
* | x86: move smp_intr_init away from smpboot_32.c | Glauber de Oliveira Costa | 2008-04-17 | 2 | -21/+23 |
* | x86: include smpboot_hooks.h in smpboot_64.c | Glauber de Oliveira Costa | 2008-04-17 | 1 | -26/+3 |
* | x86: include mach_wakecpu.h in smpboot_64 | Glauber de Oliveira Costa | 2008-04-17 | 1 | -8/+3 |
* | x86: add subarch support (for headers) to x86_64 | Glauber de Oliveira Costa | 2008-04-17 | 1 | -1/+0 |
* | x86: move impress_friends and smp_check to cpus_done | Glauber de Oliveira Costa | 2008-04-17 | 3 | -12/+22 |
* | x86: do smp tainting checks in a separate function | Glauber de Oliveira Costa | 2008-04-17 | 2 | -20/+21 |
* | x86: allow user to impress friends. | Glauber de Oliveira Costa | 2008-04-17 | 2 | -15/+22 |
* | x86: get rid of cpucount | Glauber de Oliveira Costa | 2008-04-17 | 1 | -9/+3 |
* | x86: fill cpu to apicid and present map in mpparse, fix | Ingo Molnar | 2008-04-17 | 1 | -0/+6 |
* | x86: fill cpu to apicid and present map in mpparse | Glauber de Oliveira Costa | 2008-04-17 | 2 | -19/+24 |
* | x86: fill bios cpu to apicid maps | Glauber de Oliveira Costa | 2008-04-17 | 1 | -3/+8 |
* | x86: use specialized routine for setup per-cpu area | Glauber de Oliveira Costa | 2008-04-17 | 5 | -79/+107 |
* | x86: initialize map pointers in setup_32.c | Glauber de Oliveira Costa | 2008-04-17 | 1 | -0/+24 |
* | x86: define bios to apicid mapping | Glauber de Oliveira Costa | 2008-04-17 | 1 | -0/+6 |
* | x86: move assignment of CPU_PREPARE before do_boot_cpu | Glauber de Oliveira Costa | 2008-04-17 | 1 | -1/+1 |