aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/sun4m_smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-29sparc: Unbreak the buildBart Van Assche1-4/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar1-1/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum1-1/+1
2015-08-10sparc/time: Migrate to new 'set-state' interfaceViresh Kumar1-1/+1
2013-07-14sparc: delete __cpuinit/__CPUINIT usage from all usersPaul Gortmaker1-3/+3
2013-02-20sparc32: refactor smp bootSam Ravnborg1-24/+9
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+2
2012-05-14sparc32: remove remaining users of btfixupSam Ravnborg1-1/+1
2012-05-14sparc32: move smp ipi to method opsSam Ravnborg1-18/+18
2012-05-14sparc32: Implement hard_smp_processor_id() via instruction patching.David S. Miller1-23/+0
2012-05-13sparc32: Move cache and TLB flushes over to method ops.David S. Miller1-10/+12
2012-04-26sparc: Use generic idle thread allocationThomas Gleixner1-5/+2
2012-04-15sparc32: generic clockevent supportTkhai Kirill1-25/+13
2012-03-30sparc32: fix fallout from system.h removalSam Ravnborg1-0/+1
2011-05-16sparc: convert old cpumask API into new oneKOSAKI Motohiro1-6/+6
2011-05-16sparc32, sun4m: Implemented SMP IPIs support for SUN4M machinesDaniel Hellstrom1-0/+29
2011-04-21sparc32: probe for cpu info only during startupSam Ravnborg1-2/+0
2011-04-19sparc32: genirq supportSam Ravnborg1-15/+1
2011-03-16sparc32,sun4m: irq, smp files cleanupSam Ravnborg1-69/+22
2009-08-18sparc32: Kill trap table freeing code.David S. Miller1-26/+0
2009-03-16cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: sparcRusty Russell1-5/+3
2009-03-16cpumask: Use accessors code: sparcRusty Russell1-1/+1
2009-01-08generic swap(): sparc: rename swap() to swap_ulong()Wu Fengguang1-2/+3
2008-11-30sparc32 cpuinit flase positivesAl Viro1-1/+1
2008-10-12sparc32: fix build errorsRobert Reif1-0/+1
2008-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-0/+2
2008-09-19sparc32: Call sun4m_clear_profile_irq() directly from sun4m_smp.cDavid S. Miller1-1/+3
2008-09-08kernel/cpu.c: create a CPU_STARTING cpu_chain notifierManfred Spraul1-0/+2
2008-08-27sparc32: Implement smp_call_function_single().David S. Miller1-4/+8
2008-07-17sparc/kernel/: possible cleanupsAdrian Bunk1-4/+5
2008-04-29sparc32: Kill smp_message_pass() and related code.David S. Miller1-45/+0
2008-02-06calibrate_delay() must be __cpuinitAdrian Bunk1-3/+2
2007-07-21[SPARC32]: clean include/asm-sparc/irq.hAl Viro1-0/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-06[SPARC]: Fix comment typo in smp4m_blackbox_current().David S. Miller1-1/+1
2006-10-08[PATCH] sparc32 pt_regs fixesAl Viro1-1/+6
2006-08-26[SPARC]: Small smp cleanup.Krzysztof Helt1-2/+0
2006-06-20[SPARC]: Mark smp init functions as cpuinitBob Breuer1-7/+2
2006-03-23[SPARC]: Try to start getting SMP back into shape.Bob Breuer1-105/+76
2006-03-23[PATCH] more for_each_cpu() conversionsAndrew Morton1-4/+2
2006-03-22[PATCH] remove set_page_count() outside mm/Nick Piggin1-3/+3
2006-01-12[PATCH] sparc: task_thread_info()Al Viro1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+451