Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x86: Explicitly include required header files. | Robert P. J. Day | 2008-04-17 | 2 | -0/+3 |
* | x86, kprobes: correct post-eip value in post_hander() | Yakov Lerner | 2008-04-17 | 1 | -4/+4 |
* | x86: handle_vm86_trap cleanup | Roland McGrath | 2008-04-17 | 1 | -8/+1 |
* | x86: ptrace vs -ENOSYS | Roland McGrath | 2008-04-17 | 1 | -5/+3 |
* | x86: remove the write-only timer_uses_ioapic_pin_0 | Adrian Bunk | 2008-04-17 | 2 | -7/+1 |
* | x86: vsmp fix x86 vsmp fix is vsmp box cleanup | Ingo Molnar | 2008-04-17 | 1 | -4/+2 |
* | x86: apic_is_clustered_box to indicate unsynched TSC's on multiboard vSMP sys... | Ravikiran G Thirumalai | 2008-04-17 | 1 | -1/+7 |
* | x86: vSMP: use pvops only if platform has the capability to support it | Ravikiran G Thirumalai | 2008-04-17 | 1 | -7/+7 |
* | x86: fix build breakage when PCI is define and PARAVIRT is not | Ravikiran G Thirumalai | 2008-04-17 | 3 | -32/+44 |
* | x86: vSMP: Fix is_vsmp_box() | Ravikiran G Thirumalai | 2008-04-17 | 1 | -2/+4 |
* | x86: make struct mpc_config_translation NUMAQ-only | Alexey Starikovskiy | 2008-04-17 | 1 | -0/+6 |
* | x86: remove mpc_oem_bus_info() | Alexey Starikovskiy | 2008-04-17 | 1 | -0/+4 |
* | x86: remove mpc_oem_pci_bus() | Alexey Starikovskiy | 2008-04-17 | 1 | -0/+2 |
* | x86: remove mpc_apic_id() | Alexey Starikovskiy | 2008-04-17 | 1 | -0/+9 |
* | x86: rename gsi_start to gsi_base to match mpparse_32.c | Alexey Starikovskiy | 2008-04-17 | 1 | -6/+6 |
* | x86: limit scan to 1k of EBDA. | Alexey Starikovskiy | 2008-04-17 | 1 | -1/+3 |
* | x86: use get_bios_ebda in mpparse_64.c | Alexey Starikovskiy | 2008-04-17 | 3 | -9/+6 |
* | x86: add uniq_ioapic_id to mpparse_32.c | Alexey Starikovskiy | 2008-04-17 | 1 | -13/+15 |
* | x86: add bad_ioapic to mpparse_32.c | Alexey Starikovskiy | 2008-04-17 | 1 | -18/+19 |
* | x86: lindent mpparse_64.c | Alexey Starikovskiy | 2008-04-17 | 1 | -136/+141 |
* | x86: remove smpboot_32.c and smpboot_64.c | Glauber de Oliveira Costa | 2008-04-17 | 4 | -143/+44 |
* | x86: move apicid mappings to smpboot.c | Glauber de Oliveira Costa | 2008-04-17 | 2 | -13/+21 |
* | x86: merge cpu_exit_clear | Glauber de Oliveira Costa | 2008-04-17 | 2 | -19/+18 |
* | x86: merge native_smp_prepare_cpus | Glauber de Oliveira Costa | 2008-04-17 | 3 | -278/+170 |
* | 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 | 1 | -6/+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 | 4 | -0/+9 |
* | 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 |