aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/kernel/mpparse.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-11x86_64: prepare shared kernel/mpparse.cThomas Gleixner1-852/+0
2007-07-21x86_64: remove unused variable maxcpusJan Beulich1-1/+0
2007-07-21x86_64: Don't rely on a unique IO-APIC IDAndi Kleen1-2/+18
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-02[PATCH] x86: default to physical mode on hotplug CPU kernelsIngo Molnar1-1/+1
2007-03-16[PATCH] x86-64: fix section mismatch warningsSam Ravnborg1-2/+2
2007-02-02ACPICA: use new ACPI headers.Alexey Starikovskiy1-1/+1
2006-12-07[PATCH] x86-64: remove unused acpi_found_madt in mparse.Yinghai Lu1-2/+0
2006-10-04[PATCH] genirq: x86_64 irq: Kill irq compressionEric W. Biederman1-41/+1
2006-09-30[PATCH] Refactor some duplicated code in mpparse.cAndi Kleen1-18/+19
2006-09-26[PATCH] Fix coding style and output of the mptable parserAndi Kleen1-18/+18
2006-09-26[PATCH] Remove some cruft in apic id checking during processor setupAndi Kleen1-17/+1
2006-09-26[PATCH] Remove APIC version/cpu capability mpparse checking/printingAndi Kleen1-35/+17
2006-09-26[PATCH] Fix up some non linuxy style in ACPI functions in mpparse.cAndi Kleen1-41/+16
2006-09-26[PATCH] Remove some unneeded ACPI externs in mpparse.cAndi Kleen1-9/+0
2006-09-26[PATCH] Remove useless wrapper in mpparse.c codeAndi Kleen1-10/+1
2006-09-26[PATCH] Replace mp bus array with bitmap for bus not pciAndi Kleen1-5/+4
2006-09-26[PATCH] i386/x86-64: Remove obsolete sanity check in mptable parsingAndi Kleen1-13/+0
2006-09-26[PATCH] Remove obsolete PIC modeAndi Kleen1-8/+0
2006-09-26[PATCH] Remove leftover MCE/EISA supportAndi Kleen1-15/+1
2006-09-26[PATCH] Remove all ifdefs for local/io apicAndi Kleen1-9/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-05-08[PATCH] x86_64: avoid IRQ0 ioapic pin collisionKimball Murray1-1/+11
2006-03-25[PATCH] x86_64: cleanup allocating logical cpu numbers in x86_64Ashok Raj1-11/+8
2006-02-17[PATCH] Remove KERN_INFO from middle of printk lineTim Hockin1-2/+2
2005-12-28[ACPI] acpi_register_gsi() fix needed for ACPICA 20051021Len Brown1-1/+1
2005-12-10[ACPI] ACPICA 20050930Bob Moore1-4/+4
2005-11-14[PATCH] x86_64: Increase the maximum number of local APICs to the maximumAndi Kleen1-4/+7
2005-11-14[PATCH] x86_64: New heuristics to find out hotpluggable CPUs.Andi Kleen1-2/+6
2005-11-14[PATCH] x86_64: Unmap NULL during early bootupSiddha, Suresh B1-1/+1
2005-11-14[PATCH] i386/x86-64: Share interrupt vectors when there is a large number of interrupt sourcesJames Cleverdon1-1/+1
2005-09-12[PATCH] x86-64: more gratitious linux/irq.h includesAl Viro1-1/+0
2005-09-12[PATCH] x86-64: Use ACPI PXM to parse PCI<->node assignmentsAndi Kleen1-2/+0
2005-09-12[PATCH] x86-64: Fix the apic version that gets printed during bootAndi Kleen1-1/+1
2005-08-24[ACPI] delete CONFIG_ACPI_BUSLen Brown1-4/+0
2005-08-24[ACPI] delete CONFIG_ACPI_BOOTLen Brown1-6/+4
2005-07-30[PATCH] x86_64: avoid wasting IRQs patch updateNatalie.Protasevich@unisys.com1-2/+15
2005-07-28[PATCH] x86_64: Move cpu_present/possible_map parsing earlierAndi Kleen1-6/+11
2005-06-23[PATCH] x86_64: avoid wasting IRQsNatalie Protasevich1-1/+20
2005-06-23[PATCH] x86/x86_64: pcibus_to_nodeChristoph Lameter1-1/+3
2005-05-31[PATCH] x86_64: More fixes for compilation without CONFIG_ACPIAndi Kleen1-0/+1
2005-05-17[PATCH] x86_64: Don't assume BSP has ID 0 in new smp bootupAndi Kleen1-6/+14
2005-05-17[PATCH] x86_64: Remove unique APIC/IO-APIC ID checkAndi Kleen1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+949