aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/leon_smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-11sparc32, leon: Align ccall_info to prevent unaligned traps on crosscallAndreas Larsson1-1/+1
2014-08-26sparc: Replace __get_cpu_var usesChristoph Lameter1-1/+1
2014-04-29sparc32: fix sparse warnings in leon_smp.cSam Ravnborg1-12/+1
2013-07-14sparc: delete __cpuinit/__CPUINIT usage from all usersPaul Gortmaker1-5/+5
2013-07-03mm/SPARC: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-3/+0
2013-05-07mm/SPARC: use common help functions to free reserved pagesJiang Liu1-12/+3
2013-02-20sparc32: refactor smp bootSam Ravnborg1-24/+9
2012-05-27sparc32,leon: fix section mismatch warningSam Ravnborg1-2/+2
2012-05-27sparc32,leon: always include leon_smp + leon_mm in buildSam Ravnborg1-4/+0
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+2
2012-05-14sparc32: move smp ipi to method opsSam Ravnborg1-8/+19
2012-05-14sparc32: Implement hard_smp_processor_id() via instruction patching.David S. Miller1-28/+1
2012-05-13sparc32: Move cache and TLB flushes over to method ops.David S. Miller1-13/+13
2012-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-0/+2
2012-04-26sparc: Use generic idle thread allocationThomas Gleixner1-7/+2
2012-04-21sparc32,leon: add notify_cpu_starting()Yong Zhang1-0/+3
2012-04-15sparc32: generic clockevent supportTkhai Kirill1-30/+4
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-05-16sparc: convert old cpumask API into new oneKOSAKI Motohiro1-10/+10
2011-05-16sparc32,leon: Implemented SMP IPIs for LEON CPUDaniel Hellstrom1-2/+107
2011-04-21sparc32,leon: don't rely on bootloader to mask IRQsDaniel Hellstrom1-0/+4
2011-04-21sparc32,leon: operate on boot-cpu IRQ controller registersDaniel Hellstrom1-1/+0
2011-04-21sparc32: probe for cpu info only during startupSam Ravnborg1-2/+0
2011-04-21sparc32,leon: per-cpu ticker use genirq per-cpu handlerDaniel Hellstrom1-8/+4
2011-03-16sparc32: fix build with leon or floppy enabledSam Ravnborg1-9/+11
2011-03-16SPARC/LEON: power down instruction different of different LEONsDaniel Hellstrom1-16/+0
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-26sparc: Fixed random SPARC/LEON SMP CPU Stuck problem.Daniel Hellstrom1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-12sparc: remove trailing space in messagesFrans Pop1-2/+2
2009-11-02sparc,leon: Sparc-Leon SMP supportKonrad Eisele1-0/+468