index
:
Kernel
drm-tracking
gdrm-2.6.31
gdrm-2.6.32
gdrm-2.6.34
gdrm-for-merging
om-gta02-2.6.32
om-gta02-2.6.34
My Linux kernel repository
Thomas White
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
mpparse_64.c
Age
Commit message (
Expand
)
Author
2008-04-17
x86: merge mpparse_{32,64}.c
Alexey Starikovskiy
2008-04-17
x86: unify mp_register_gsi
Alexey Starikovskiy
2008-04-17
x86: unify mp_config_acpi_legacy_irqs
Alexey Starikovskiy
2008-04-17
x86: unify mp_register_ioapic
Alexey Starikovskiy
2008-04-17
x86: unify uniq_io_apic_id
Alexey Starikovskiy
2008-04-17
x86: unify smp_scan_config
Alexey Starikovskiy
2008-04-17
x86: unify get_smp_config
Alexey Starikovskiy
2008-04-17
x86: unify construct_default_ioirq_mptable
Alexey Starikovskiy
2008-04-17
x86: unify smp_read_mpc
Alexey Starikovskiy
2008-04-17
x86: unify mp_bus_info
Alexey Starikovskiy
2008-04-17
x86: unify arch/x86/kernel/mpparse_64.c
Alexey Starikovskiy
2008-04-17
x86: move mp_register_lapic_address to boot.c
Alexey Starikovskiy
2008-04-17
x86: move mp_register_lapic to boot.c
Alexey Starikovskiy
2008-04-17
x86: move up & smp variables to setup.c
Alexey Starikovskiy
2008-04-17
x86: move mp_irqs to io_apic_64.c
Alexey Starikovskiy
2008-04-17
x86: move mp_ioapic_routing to boot.c
Alexey Starikovskiy
2008-04-17
x86: move mp_ioapics to io_apic_64.c
Alexey Starikovskiy
2008-04-17
x86: move x86_bios_cpu_apicid_init to smpboot.c
Alexey Starikovskiy
2008-04-17
x86: move phys_cpu_present_map to setup.c
Alexey Starikovskiy
2008-04-17
x86: move x86_bios_cpu_apicid to io_apic_64.c
Alexey Starikovskiy
2008-04-17
x86: increase size of APICID
Jack Steiner
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