summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic
AgeCommit message (Expand)AuthorFilesLines
2011-01-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2011-01-11Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+2
2011-01-11x86, UV: Fix APICID shift for Westmere processorsJack Steiner1-1/+1
2011-01-10Merge branch 'stable/generic' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+3
2011-01-10x86, lapic-timer: Increase the max_delta to 31 bitsPierre Tardy1-1/+1
2011-01-09Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar3-83/+119
2011-01-08Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds3-7/+7
2011-01-07apic: Move hypervisor detection of x2apic to hypervisor.hSheng Yang1-2/+3
2011-01-07x86, NMI: Remove DIE_NMI_IPIDon Zickus1-1/+0
2011-01-07x86, NMI: Add priorities to handlersDon Zickus1-1/+1
2011-01-07x86: Convert some devices to use DIE_NMIUNKNOWNDon Zickus1-1/+1
2011-01-07Merge branch 'linus' into x86/apic-cleanupsIngo Molnar7-693/+96
2011-01-06Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-27/+34
2011-01-06Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+8
2011-01-06Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-49/+77
2011-01-05x86: Avoid calling arch_trigger_all_cpu_backtrace() at the same timeDongdong Deng1-0/+13
2011-01-05x86: Only call smp_processor_id in non-preempt casesDon Zickus1-1/+2
2011-01-05x86: Fix APIC ID sizing bug on larger systems, clean up MAX_APICS confusionYinghai Lu1-1/+2
2011-01-04Merge commit 'v2.6.37-rc8' into x86/apicIngo Molnar5-26/+73
2010-12-30x86: Use this_cpu_inc_return for nmi counterTejun Heo1-2/+1
2010-12-30x86: Replace uses of current_cpu_data with this_cpu opsTejun Heo1-1/+1
2010-12-30x86: Use this_cpu_ops to optimize codeTejun Heo3-18/+18
2010-12-24x86, acpi: Add MAX_LOCAL_APIC for 32bitYinghai Lu1-1/+1
2010-12-23x86, nmi_watchdog: Remove ARCH_HAS_NMI_WATCHDOG and rely on CONFIG_HARDLOCKUP...Don Zickus1-10/+0
2010-12-22x86, UV: Fix the effect of extra bits in the hub nodeid registerJack Steiner1-12/+21
2010-12-22x86, UV: Add common uv_early_read_mmr() function for reading MMRsJack Steiner1-16/+14
2010-12-22Merge commit 'v2.6.37-rc7' into perf/coreIngo Molnar3-9/+10
2010-12-14x86: Enable the intr-remap fault handling after local APIC setupKenji Kaneshige2-7/+8
2010-12-14x86, vt-d: Fix the vt-d fault handling irq migration in the x2apic modeKenji Kaneshige1-0/+1
2010-12-13x86, watchdog: Compile fix when CONFIG_LOCAL_APIC not enabledDon Zickus1-0/+3
2010-12-10x86: apic: Cleanup and simplify setup_local_APIC()Tejun Heo1-12/+9
2010-12-10x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctlsDon Zickus1-3/+0
2010-12-10lockup detector: Compile fixes from removing the old x86 nmi watchdogDon Zickus1-1/+7
2010-12-09x86: Further simplify mp_irq info handlingFeng Tang1-35/+2
2010-12-09x86: Unify 3 similar ways of saving mp_irqs infoFeng Tang1-0/+54
2010-12-09x86, ioapic: Avoid writing io_apic id if already correctYinghai Lu1-2/+5
2010-12-09x86, x2apic: Don't map lapic addr for preenabled x2apic systemsYinghai Lu1-3/+5
2010-12-09x86, apic: Use register_lapic_address() in init_apic_mapping()Yinghai Lu1-4/+1
2010-12-09x86, apic: Remove early_init_lapic_mapping()Yinghai Lu1-22/+2
2010-12-09x86, apic: Unify identical register_lapic_address() functionsYinghai Lu1-0/+12
2010-12-09Merge branch 'x86/amd-nb' into x86/apic-cleanupsThomas Gleixner3-12/+36
2010-12-09x86: io_apic: Avoid unused variable warning when CONFIG_GENERIC_PENDING_IRQ=nThomas Gleixner1-2/+1
2010-12-09x86: Address 'unused' warning in hw_nmi.c againRakib Mullick1-1/+1
2010-12-07Merge commit 'v2.6.37-rc5' into perf/coreIngo Molnar1-2/+23
2010-12-06x86: io_apic: Split setup_ioapic_ids_from_mpc()Sebastian Andrzej Siewior1-12/+16
2010-11-27Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+23
2010-11-26Merge branch 'perf/urgent' into perf/coreIngo Molnar1-3/+4
2010-11-18x86: UV: Address interrupt/IO port operation conflictDimitri Sivanich1-2/+23
2010-11-18x86, hw_nmi: Move backtrace_mask declaration under ARCH_HAS_NMI_WATCHDOGRakib Mullick1-3/+4
2010-11-18x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdogDon Zickus3-70/+1