index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
mpparse_64.c
Age
Commit message (
Expand
)
Author
2008-04-17
x86: change GET_APIC_ID() from an inline function to an out-of-line function
Jack Steiner
2008-04-17
x86: mpparse: 64-bit fix
Ingo Molnar
2008-04-17
x86: move generic_processor_info to apic_64.c
Alexey Starikovskiy
2008-04-17
x86: move boot_cpu_physical_apicid to apic_64.c
Alexey Starikovskiy
2008-04-17
x86: move disabled_cpus to smpboot.c (64bit)
Alexey Starikovskiy
2008-04-17
x86: move num_processors to smpboot.c (64 bit)
Alexey Starikovskiy
2008-04-17
x86: move phys_cpu_present_map to smpboot.c (64bit)
Alexey Starikovskiy
2008-04-17
x86: move phys cpu present map to smpboot.c, 64-bit, prepare
Ingo Molnar
2008-04-17
x86: move mp_lapic_addr to apic_64.c
Alexey Starikovskiy
2008-04-17
x86: don't use MP_processor_info for ACPI mode (64bit)
Alexey Starikovskiy
2008-04-17
x86: separate generic_processor_info into its own function (64bit)
Alexey Starikovskiy
2008-04-17
x86: don't call MP_processor_info for disabled cpu (64bit)
Alexey Starikovskiy
2008-04-17
x86: rename gsi_start to gsi_base to match mpparse_32.c
Alexey Starikovskiy
2008-04-17
x86: limit scan to 1k of EBDA.
Alexey Starikovskiy
2008-04-17
x86: use get_bios_ebda in mpparse_64.c
Alexey Starikovskiy
2008-04-17
x86: lindent mpparse_64.c
Alexey Starikovskiy
2008-04-17
x86: change boot_cpu_id to boot_cpu_physical_apicid
Glauber de Oliveira Costa
2008-04-17
x86: include mach_apic.h in smpboot_64.c and smpboot.c
Glauber de Oliveira Costa
2008-04-17
x86: get boot_cpu_id as early for k8_scan_nodes
Yinghai Lu
2008-04-17
x86: make x86_64 accept the max_cpus parameter
Glauber Costa
2008-01-30
x86: fix section mismatch warning in acpi/boot.c
Sam Ravnborg
2008-01-30
x86: reduce memory and intra-node effects
Mike Travis
2008-01-30
x86: change bios_cpu_apicid to percpu data variable
travis@sgi.com
2008-01-30
x86: cleanup x86_cpu_to_apicid references
travis@sgi.com
2008-01-30
x86: change size of APICIDs from u8 to u16
travis@sgi.com
2007-10-19
x86: acpi use cpu_physical_id
Mike Travis
2007-10-19
x86: convert cpu_to_apicid to be a per cpu variable
Mike Travis
2007-10-11
x86_64: move kernel
Thomas Gleixner