aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/kernel/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-07Revert "[PATCH] x86: __pa and __pa_symbol address space separation"Linus Torvalds1-1/+1
2007-05-02[PATCH] x86: __pa and __pa_symbol address space separationVivek Goyal1-1/+1
2007-05-02[PATCH] x86: consolidate smp_send_stop()Jan Beulich1-18/+10
2006-12-07Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-0/+1
2006-12-07[PATCH] smp_call_function_single() check that local interrupts are enabledAndrew Morton1-0/+4
2006-12-07[PATCH] x86-64: Export smp_call_function_singleAndi Kleen1-0/+1
2006-11-14[PATCH] x86-64: Fix vgetcpu when CONFIG_HOTPLUG_CPU is disabledAndi Kleen1-2/+1
2006-09-26[PATCH] Remove safe_smp_processor_id()Andi Kleen1-23/+0
2006-09-26[PATCH] Don't access the APIC in safe_smp_processor_id when it is not mapped yetAndi Kleen1-1/+1
2006-08-06[PATCH] Fix more per-cpu typosAlexey Dobriyan1-1/+1
2006-06-27[PATCH] x86: increase interrupt vector rangeRusty Russell1-2/+2
2006-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2006-06-26[PATCH] x86_64: Move export symbols to their C functionsAndi Kleen1-0/+4
2006-06-26[PATCH] x86_64: Fix fast check in safe_smp_processor_idAndi Kleen1-2/+2
2006-06-26[PATCH] x86_64: use halt() instead of raw inline assemblyJan Beulich1-1/+1
2006-06-26fix paniced->panicked typosLee Revell1-1/+1
2006-03-25[PATCH] x86_64: Use cpumask bitops for cpu_vm_maskBrian Gerst1-3/+3
2006-01-11[PATCH] x86_64: Remove useless KDB vectorAndi Kleen1-5/+0
2006-01-11[PATCH] x86_64: Add idle notifiersAndi Kleen1-0/+2
2005-11-14[PATCH] x86_64: Don't enable interrupt unconditionally in reboot pathAndi Kleen1-2/+3
2005-11-14[PATCH] x86_64: Remove duplicate __cpuinit defineAshok Raj1-2/+0
2005-09-12[PATCH] x86-64: more gratitious linux/irq.h includesAl Viro1-1/+0
2005-09-12[PATCH] x86-64: Make remote TLB flush more scalableAndi Kleen1-45/+78
2005-09-12[PATCH] x86-64: White space and comment fixes for smp_call_function_singleAndi Kleen1-1/+4
2005-07-29[PATCH] Fix sync_tsc hangEric W. Biederman1-0/+63
2005-07-28[PATCH] x86_64: Always ack IPIs even on errorsAndi Kleen1-2/+1
2005-06-25[PATCH] x86_64: Dont use broadcast shortcut to make it cpu hotplug safe.Ashok Raj1-0/+10
2005-04-16[PATCH] x86_64: Switch SMP bootup over to new CPU hotplug state machineAndi Kleen1-0/+25
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+415