summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic.c
Commit message (Expand)AuthorAgeFilesLines
* x86, apic: move APIC drivers to arch/x86/kernel/apic/*Ingo Molnar2009-02-171-2212/+0
* x86, apic: remove duplicate asm/apic.h inclusionsIngo Molnar2009-02-171-1/+0
* x86, apic: remove genapic.hIngo Molnar2009-02-171-1/+1
* x86: fold apic_ops into genapicYinghai Lu2009-02-171-59/+4
* x86: add x2apic configYinghai Lu2009-02-171-12/+12
*---. Merge branches 'x86/acpi', 'x86/apic', 'x86/cpudetect', 'x86/headers', 'x86/p...Ingo Molnar2009-02-171-84/+129
|\ \ \
| | | *-------. Merge branches 'x86/acpi', 'x86/asm', 'x86/cpudetect', 'x86/crashdump', 'x86/...Ingo Molnar2009-02-131-19/+32
| | | |\ \ \ \ \ | |_|_|/ / / / / |/| | | | | / / | | | |_|_|/ / | | |/| | | |
| | | | | | * x86: unify PM-Timer messagesYasuaki Ishimatsu2009-01-291-3/+3
| | | | | | * x86: fix debug message of CPU clock speedYasuaki Ishimatsu2009-01-291-17/+30
| * | | | | | x86: make APIC_init_uniprocessor() more like smp_prepare_cpus()Yinghai Lu2009-02-161-12/+8
| * | | | | | x86: make 32bit to call enable_IO_APIC early like 64bitYinghai Lu2009-02-151-4/+4
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'x86/urgent' into x86/apicIngo Molnar2009-02-051-1/+1
| |\ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | x86, apic: explain the purpose of max_physical_apicidIngo Molnar2009-02-051-2/+15
| * | | | | smp, generic: introduce arch_disable_smp_support() instead of disable_ioapic_...Ingo Molnar2009-02-051-3/+1
| * | | | | x86, apic: clean up spurious vector sanity checkIngo Molnar2009-01-311-7/+0
| * | | | | x86: update copyrightsIngo Molnar2009-01-311-1/+1
| * | | | | x86, apic: clean up header sectionIngo Molnar2009-01-311-24/+22
| * | | | | x86: replace CONFIG_X86_SMP with CONFIG_SMPIngo Molnar2009-01-291-1/+1
| * | | | | x86, smp: remove mach_ipi.hIngo Molnar2009-01-291-1/+1
| * | | | | x86: remove mach_apic.hIngo Molnar2009-01-291-2/+20
| * | | | | x86: remove mach_apicdef.hIngo Molnar2009-01-281-1/+0
| * | | | | x86, apic: untangle the send_IPI_*() jungleIngo Molnar2009-01-281-1/+1
| * | | | | x86, apic: refactor ->apic_id_mask & APIC_ID_MASKIngo Molnar2009-01-281-2/+2
| * | | | | x86: refactor ->enable_apic_mode() subarch methodsIngo Molnar2009-01-281-1/+2
| * | | | | x86, apic: clean up ->setup_apic_routing()Ingo Molnar2009-01-281-1/+1
| * | | | | x86, apic: clean up ->init_apic_ldr()Ingo Molnar2009-01-281-1/+1
| * | | | | x86: rename ->ESR_DISABLE to ->disable_esrIngo Molnar2009-01-281-2/+2
| * | | | | x86: clean up esr_disable() methodsIngo Molnar2009-01-281-2/+2
| * | | | | x86: clean up apic->apic_id_registered() methodsIngo Molnar2009-01-281-1/+1
| * | | | | x86: move apic variables to apic.cBrian Gerst2009-01-271-0/+18
| * | | | | Merge branch 'cpus4096' into core/percpuIngo Molnar2009-01-211-0/+5
| |\ \ \ \ \
| | * | | | | x86: put trigger in to detect mismatched apic versions.Mike Travis2009-01-161-0/+5
| | |/ / / /
| * | | | | x86: fully honor "nolapic", fixIngo Molnar2009-01-191-0/+2
| * | | | | x86: make early_per_cpu() a lvalue and use itTejun Heo2009-01-161-11/+2
| * | | | | x86: avoid early crash in disable_local_APIC()Jan Beulich2009-01-151-0/+4
| * | | | | x86: fully honor "nolapic"Jan Beulich2009-01-151-1/+6
| |/ / / /
* | | | / x86: APIC: enable workaround on AMD Fam10h CPUsBorislav Petkov2009-02-031-1/+1
| |_|_|/ |/| | |
* | | | x86: put trigger in to detect mismatched apic versionsMike Travis2009-01-181-0/+5
* | | | x86: avoid early crash in disable_local_APIC()Jan Beulich2009-01-151-0/+4
|/ / /
* / / x86: fix apic.c build error on latest gitJaswinder Singh Rajput2009-01-121-0/+1
|/ /
| |
| \
*-. \ Merge branches 'x86/cleanups', 'x86/mpparse', 'x86/numa' and 'x86/uv' into x8...Ingo Molnar2009-01-061-10/+8
|\ \ \
| | * | Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-031-2/+2
| |/| | |/| | |
| | * | x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_idsMike Travis2009-01-031-2/+2
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Mike Travis2009-01-031-17/+5
| | |\ \
| | | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-301-84/+59
| | | |\ \
| * | | | | x86: apic.c fix style problemsJaswinder Singh Rajput2009-01-041-8/+6
|/ / / / /
* | | | | Merge branch 'linus' into x86/cleanupsIngo Molnar2009-01-021-16/+18
|\ \ \ \ \
| * | | | | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-021-16/+18
| |\| | | | | | |_|/ / | |/| | |
| | * | | x86: fix lguest used_vectors breakage, -v2Yinghai Lu2008-12-231-2/+0
| | * | | x86: use possible_cpus=NUM to extend the possible cpus allowedMike Travis2008-12-181-8/+12