aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2008-04-17x86: allow user to impress friends.Glauber de Oliveira Costa2-15/+22
2008-04-17x86: get rid of cpucountGlauber de Oliveira Costa1-9/+3
2008-04-17x86: fill cpu to apicid and present map in mpparse, fixIngo Molnar1-0/+6
2008-04-17x86: fill cpu to apicid and present map in mpparseGlauber de Oliveira Costa2-19/+24
2008-04-17x86: fill bios cpu to apicid mapsGlauber de Oliveira Costa1-3/+8
2008-04-17x86: use specialized routine for setup per-cpu areaGlauber de Oliveira Costa5-79/+107
2008-04-17x86: initialize map pointers in setup_32.cGlauber de Oliveira Costa1-0/+24
2008-04-17x86: define bios to apicid mappingGlauber de Oliveira Costa1-0/+6
2008-04-17x86: move assignment of CPU_PREPARE before do_boot_cpuGlauber de Oliveira Costa1-1/+1
2008-04-17x86: make __smp_prepare_cpu voidGlauber de Oliveira Costa1-10/+3
2008-04-17x86: do tests before do_boot_cpu in i386Glauber de Oliveira Costa1-5/+13
2008-04-17x86: isolate logic to disable smpGlauber de Oliveira Costa1-16/+16
2008-04-17x86: isolate sanity checkingGlauber de Oliveira Costa1-26/+31
2008-04-17x86: add barriers statementGlauber de Oliveira Costa2-0/+5
2008-04-17x86: use APIC_INTEGRATED tests in x86_64Glauber de Oliveira Costa1-1/+13
2008-04-17x86: move state update out of ipi_lockGlauber de Oliveira Costa1-2/+2
2008-04-17x86: move setup_secondary_clock a little bit down in the functionGlauber de Oliveira Costa1-1/+2
2008-04-17x86: don't call local_irq_enable before entering idleGlauber de Oliveira Costa1-3/+0
2008-04-17x86: always enable irqs when entering idleGlauber de Oliveira Costa1-2/+7
2008-04-17x86: merge smp_store_cpu_infoGlauber de Oliveira Costa3-85/+78
2008-04-17x86: call identify_secondary_cpu in smp_store_cpu_infoGlauber de Oliveira Costa1-1/+2
2008-04-17x86: use identify_boot_cpuGlauber de Oliveira Costa1-1/+1
2008-04-17x86: provide specialized identification routines for x86_64Glauber de Oliveira Costa1-2/+12
2008-04-17x86: decouple call to print_cpu_info from smp_store_cpu_infoGlauber de Oliveira Costa1-1/+4
2008-04-17x86: add an smp_apply_quirks to smpboot_32.cGlauber de Oliveira Costa1-12/+18
2008-04-17x86: use start_ipi_hook in x86_64Glauber de Oliveira Costa1-0/+8
2008-04-17x86: use apic_*_around instead of apic_write in x86_64Glauber de Oliveira Costa1-8/+10
2008-04-17x86: add loglevel to printksGlauber de Oliveira Costa1-5/+6
2008-04-17x86: change var types in __inquire_remote_apicGlauber de Oliveira Costa1-2/+2
2008-04-17x86 iommu: add more documentationPavel Machek1-10/+10
2008-04-17x86: move mp_bus_id_to_node to numa.cAlexey Starikovskiy3-1/+3
2008-04-17x86: move mp_bus_id_to_local to numa.cAlexey Starikovskiy2-1/+2
2008-04-17x86: make mp_bus_id_to_type optionalAlexey Starikovskiy2-1/+11
2008-04-17x86: rearrange bus_type parseAlexey Starikovskiy1-5/+5
2008-04-17x86: use not_pci bitmap #6Alexey Starikovskiy1-32/+15
2008-04-17x86: use not_pci bitmap #5Alexey Starikovskiy1-2/+5
2008-04-17x86: use not_pci bitmap #4Alexey Starikovskiy1-37/+11
2008-04-17x86: use not_pci bitmap #3Alexey Starikovskiy1-1/+1
2008-04-17x86: use not_pci bitmap #2Alexey Starikovskiy1-4/+1
2008-04-17x86: use not_pci bitmap #1Alexey Starikovskiy1-4/+1
2008-04-17x86: add mp_bus_not_pci bitmap to mpparse_32.cAlexey Starikovskiy1-0/+4
2008-04-17x86: get boot_cpu_id as early for k8_scan_nodesYinghai Lu2-23/+90
2008-04-17x86: move quad_local_to_mp_bus_id to numa.cAlexey Starikovskiy2-1/+2
2008-04-17x86: Remove redundant display of free swap space in show_mem()Johannes Weiner2-4/+0
2008-04-17x86: prevent unconditional writes to DebugCtl MSRJan Beulich4-7/+7
2008-04-17x86: Don't send RESCHEDULE_VECTOR to offlined cpusGautham R Shenoy1-1/+4
2008-04-17x86: cleanup duplicate includesJoe Perches1-1/+0
2008-04-17x86: coding style fixes to arch/x86/kernel/setup_32.cPaolo Ciarrocchi1-1/+1
2008-04-17x86: sort address_markers for dump_pagetablesYinghai Lu1-2/+2
2008-04-17x86: introduce initial apicidYinghai Lu3-12/+15