summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-17x86, apic: move APIC drivers to arch/x86/kernel/apic/*Ingo Molnar1-2212/+0
2009-02-17x86, apic: remove duplicate asm/apic.h inclusionsIngo Molnar1-1/+0
2009-02-17x86, apic: remove genapic.hIngo Molnar1-1/+1
2009-02-17x86: fold apic_ops into genapicYinghai Lu1-59/+4
2009-02-17x86: add x2apic configYinghai Lu1-12/+12
2009-02-17Merge branches 'x86/acpi', 'x86/apic', 'x86/cpudetect', 'x86/headers', 'x86/p...Ingo Molnar1-84/+129
2009-02-16x86: make APIC_init_uniprocessor() more like smp_prepare_cpus()Yinghai Lu1-12/+8
2009-02-15x86: make 32bit to call enable_IO_APIC early like 64bitYinghai Lu1-4/+4
2009-02-13Merge branches 'x86/acpi', 'x86/asm', 'x86/cpudetect', 'x86/crashdump', 'x86/...Ingo Molnar1-19/+32
2009-02-06Merge branch 'x86/urgent' into x86/apicIngo Molnar1-1/+1
2009-02-06x86, apic: explain the purpose of max_physical_apicidIngo Molnar1-2/+15
2009-02-06smp, generic: introduce arch_disable_smp_support() instead of disable_ioapic_...Ingo Molnar1-3/+1
2009-02-04x86: APIC: enable workaround on AMD Fam10h CPUsBorislav Petkov1-1/+1
2009-01-31x86, apic: clean up spurious vector sanity checkIngo Molnar1-7/+0
2009-01-31x86: update copyrightsIngo Molnar1-1/+1
2009-01-31x86, apic: clean up header sectionIngo Molnar1-24/+22
2009-01-30x86: unify PM-Timer messagesYasuaki Ishimatsu1-3/+3
2009-01-30x86: fix debug message of CPU clock speedYasuaki Ishimatsu1-17/+30
2009-01-29x86: replace CONFIG_X86_SMP with CONFIG_SMPIngo Molnar1-1/+1
2009-01-29x86, smp: remove mach_ipi.hIngo Molnar1-1/+1
2009-01-29x86: remove mach_apic.hIngo Molnar1-2/+20
2009-01-29x86: remove mach_apicdef.hIngo Molnar1-1/+0
2009-01-29x86, apic: untangle the send_IPI_*() jungleIngo Molnar1-1/+1
2009-01-29x86, apic: refactor ->apic_id_mask & APIC_ID_MASKIngo Molnar1-2/+2
2009-01-29x86: refactor ->enable_apic_mode() subarch methodsIngo Molnar1-1/+2
2009-01-29x86, apic: clean up ->setup_apic_routing()Ingo Molnar1-1/+1
2009-01-29x86, apic: clean up ->init_apic_ldr()Ingo Molnar1-1/+1
2009-01-29x86: rename ->ESR_DISABLE to ->disable_esrIngo Molnar1-2/+2
2009-01-29x86: clean up esr_disable() methodsIngo Molnar1-2/+2
2009-01-29x86: clean up apic->apic_id_registered() methodsIngo Molnar1-1/+1
2009-01-27x86: move apic variables to apic.cBrian Gerst1-0/+18
2009-01-21Merge branch 'cpus4096' into core/percpuIngo Molnar1-0/+5
2009-01-19x86: fully honor "nolapic", fixIngo Molnar1-0/+2
2009-01-18x86: put trigger in to detect mismatched apic versionsMike Travis1-0/+5
2009-01-17x86: put trigger in to detect mismatched apic versions.Mike Travis1-0/+5
2009-01-16x86: make early_per_cpu() a lvalue and use itTejun Heo1-11/+2
2009-01-16x86: avoid early crash in disable_local_APIC()Jan Beulich1-0/+4
2009-01-15x86: avoid early crash in disable_local_APIC()Jan Beulich1-0/+4
2009-01-15x86: fully honor "nolapic"Jan Beulich1-1/+6
2009-01-12x86: fix apic.c build error on latest gitJaswinder Singh Rajput1-0/+1
2009-01-06Merge branches 'x86/cleanups', 'x86/mpparse', 'x86/numa' and 'x86/uv' into x8...Ingo Molnar1-10/+8
2009-01-04x86: apic.c fix style problemsJaswinder Singh Rajput1-8/+6
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2009-01-03x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_idsMike Travis1-2/+2
2009-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Mike Travis1-17/+5
2009-01-03Merge branch 'linus' into x86/cleanupsIngo Molnar1-16/+18
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-16/+18
2008-12-31x86: apic.c: xapic_icr_read and x2apic_icr_read should be staticJaswinder Singh Rajput1-2/+2
2008-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell1-84/+59
2008-12-29Merge branch 'linus' into x86/cleanupsIngo Molnar1-1/+2