aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/apic.c
Commit message (Expand)AuthorAgeFilesLines
* x86, apic: APIC code touches invalid MSR on P5 class machinesBryan O'Donoghue2012-05-071-14/+20
* Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar2011-06-081-1/+2
|\
| * oprofile, x86: Add comments to IBS LVT offset initializationRobert Richter2011-05-301-1/+2
* | x86, ioapic: Use ioapic_saved_data while enabling intr-remappingSuresh Siddha2011-05-201-35/+13
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-05-191-16/+12
|\ \
| * | x86-32, NUMA: Make apic->x86_32_numa_cpu_node() optionalTejun Heo2011-05-021-17/+3
| * | x86-32, NUMA: Automatically set apicid -> node in setup_local_APIC()Tejun Heo2011-05-021-0/+10
| * | x86: A fast way to check capabilities of the current cpuChristoph Lameter2011-03-291-1/+1
| |/
* | x86, apic: Print verbose error interrupt reason on apic=debugYouquan Song2011-04-191-15/+26
|/
* x86: Use syscore_ops instead of sysdev classes and sysdevsRafael J. Wysocki2011-03-231-24/+9
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-151-45/+24
|\
| * x86: Clean up apic.c and apic.hHenrik Kretzschmar2011-03-111-43/+22
| * x86: dt: Cleanup local apic setupThomas Gleixner2011-02-251-3/+3
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-03-151-4/+33
|\ \
| * \ Merge commit 'v2.6.38' into x86/mmIngo Molnar2011-03-151-2/+7
| |\ \
| * | | x86: Fix build failure on X86_UP_APICTejun Heo2011-01-281-2/+0
| * | | x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bitTejun Heo2011-01-281-1/+1
| * | | x86: Replace apic->apicid_to_node() with ->x86_32_numa_cpu_node()Tejun Heo2011-01-281-3/+7
| * | | x86: Add apic->x86_32_early_logical_apicid()Tejun Heo2011-01-281-2/+10
| * | | x86: Always use x86_cpu_to_logical_apicid for cpu -> logical apic idTejun Heo2011-01-281-0/+8
| * | | x86: Replace cpu_2_logical_apicid[] with early percpu variableTejun Heo2011-01-281-0/+11
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-03-151-2/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | x86: Add dummy functions for compiling without IOAPICHenrik Kretzschmar2011-02-231-1/+1
| * | | x86: Rework arch_disable_smp_support() for x86Henrik Kretzschmar2011-02-231-1/+2
| | |/ | |/|
* | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-03-151-19/+20
|\ \ \ | |/ / |/| |
| * | x86: Fix and clean up generic_processor_info()Yinghai Lu2011-02-141-19/+20
| |/
* | x86: Fix section mismatch in LAPIC initializationJan Beulich2011-02-101-2/+7
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-111-1/+1
|\
| * x86, lapic-timer: Increase the max_delta to 31 bitsPierre Tardy2011-01-101-1/+1
* | Merge branch 'stable/generic' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-01-101-2/+3
|\ \
| * | apic: Move hypervisor detection of x2apic to hypervisor.hSheng Yang2011-01-071-2/+3
* | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-071-1/+1
|\ \ \ | |_|/ |/| |
| * | x86: Replace uses of current_cpu_data with this_cpu opsTejun Heo2010-12-301-1/+1
| |/
* | Merge branch 'linus' into x86/apic-cleanupsIngo Molnar2011-01-071-22/+18
|\ \
| * \ Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-01-061-7/+8
| |\ \
| | * | apic, amd: Make firmware bug messages more meaningfulRobert Richter2010-10-251-7/+8
| * | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-01-061-34/+55
| |\ \ \
| | * \ \ Merge commit 'v2.6.37-rc8' into x86/apicIngo Molnar2011-01-041-1/+8
| | |\ \ \
| | * | | | x86, acpi: Add MAX_LOCAL_APIC for 32bitYinghai Lu2010-12-231-1/+1
| * | | | | Merge commit 'v2.6.37-rc7' into perf/coreIngo Molnar2010-12-221-0/+8
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | x86: Enable the intr-remap fault handling after local APIC setupKenji Kaneshige2010-12-131-0/+8
| | | |_|/ | | |/| |
| * | | | x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdogDon Zickus2010-11-181-14/+1
| |/ / /
* | | | x86: apic: Cleanup and simplify setup_local_APIC()Tejun Heo2010-12-101-12/+9
* | | | x86, x2apic: Don't map lapic addr for preenabled x2apic systemsYinghai Lu2010-12-091-3/+5
* | | | x86, apic: Use register_lapic_address() in init_apic_mapping()Yinghai Lu2010-12-091-4/+1
* | | | x86, apic: Remove early_init_lapic_mapping()Yinghai Lu2010-12-091-22/+2
* | | | x86, apic: Unify identical register_lapic_address() functionsYinghai Lu2010-12-091-0/+12
* | | | Merge branch 'x86/amd-nb' into x86/apic-cleanupsThomas Gleixner2010-12-091-1/+0
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | x86, apic: Remove double #includeJesper Juhl2010-11-101-1/+0
| |/
* | x86: Allow platforms to force enable apicThomas Gleixner2010-10-231-33/+54
|/