aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-05add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt1-1/+1
2008-02-04[ARM] 4814/1: RealView: Add broadcasting clockevents support for ARM11MPCoreCatalin Marinas1-5/+5
2008-02-04[ARM] 4813/1: Add SMP helper functions for clockevents supportCatalin Marinas1-2/+27
2007-07-29Remove fs.h from mm.hAlexey Dobriyan1-0/+1
2007-07-23[ARM] setup_profiling_timer must not be __initRussell King1-1/+1
2007-05-08[ARM] Mark SMP local timer and IPI as exception entriesRussell King1-2/+2
2006-11-26[ARM] Export smp_call_function()Russell King1-0/+1
2006-10-28[ARM] Fix SMP irqflags supportRussell King1-7/+13
2006-10-02[PATCH] cpumask: export cpu_online_map and cpu_possible_map consistentlyGreg Banks1-0/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-25[ARM] SMP: don't set cpu_*_map in smp_prepare_boot_cpuRussell King1-3/+0
2006-02-16[ARM] Fix SMP initialisation oopsRussell King1-1/+0
2006-01-12[PATCH] arm: task_stack_page()Al Viro1-2/+2
2005-11-12[ARM] Restore apparant pointless change in arch/arm/kernel/smp.cRussell King1-3/+1
2005-11-09[PATCH] sched: disable preempt in idle tasksNick Piggin1-1/+4
2005-11-08[ARM SMP] Add core ARM support for local timersRussell King1-0/+34
2005-11-08[ARM] More sparse fixesRussell King1-1/+1
2005-11-08[ARM SMP] Fix some sparse warnings in SMP codeRussell King1-3/+3
2005-11-02[ARM SMP] Add hotplug CPU infrastructureRussell King1-0/+85
2005-11-02[ARM SMP] Fix a couple of warningsRussell King1-2/+2
2005-11-02[ARM SMP] Track CPU idle threadsRussell King1-7/+13
2005-09-04[ARM] Stack starts at THREAD_START_SP offset, not THREAD_SIZE-8Russell King1-1/+1
2005-07-28[ARM SMP] Ensure secondary CPUs have a clean TLBRussell King1-0/+1
2005-07-17[PATCH] ARM SMP: Mark CPU init functions/data with __cpuinit/...dataRussell King1-3/+3
2005-07-11[PATCH] ARM SMP: Initialise cpu_present_mapRussell King1-0/+1
2005-07-11[PATCH] ARM SMP: We list IRQs for present CPUs, not online CPUsRussell King1-1/+1
2005-07-11[PATCH] ARM SMP: Rename cpu_present_mask to cpu_possible_mapRussell King1-2/+2
2005-06-28[PATCH] ARM SMP: Add IPI support code for SMP TLB flushingRussell King1-0/+123
2005-06-19[PATCH] ARM SMP: Messages about CPUs should be prefixed by CPU%uRussell King1-1/+2
2005-06-18[PATCH] ARM SMP: Add support for startup of secondary processorsRussell King1-0/+107
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+396