summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/smp_64.c
Commit message (Expand)AuthorAgeFilesLines
* sparc64: Setup sysfs to mark LDOM sockets, cores and threads correctlychris hyser2015-04-221-0/+13
* sparc64: fatal trap should stop all cpusDave Kleikamp2015-03-021-3/+24
* sparc64: Do irq_{enter,exit}() around generic_smp_call_function*().David S. Miller2014-11-071-0/+4
* Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-131-1/+1
|\
| * locking,arch,sparc: Fold atomic_opsPeter Zijlstra2014-08-141-1/+1
* | sparc64: Switch to 4-level page tables.David S. Miller2014-10-061-0/+7
* | sparc64: Fix pcr_ops initialization and usage bugs.David S. Miller2014-08-121-1/+0Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2014-06-191-13/+3Star
|\
| * sparc64: fix sparse warnings in init_64.cSam Ravnborg2014-05-191-5/+1Star
| * sparc: fix sparse warnings in smp_32.c + smp_64.cSam Ravnborg2014-05-191-0/+1
| * sparc64: fix sparse warnings in smp_64.cSam Ravnborg2014-05-191-8/+1Star
* | sparc64: Make itc_sync_lock rawKirill Tkhai2014-05-021-3/+3
|/
* sparc64, sched: Remove unused sparc64_multi_coreBjorn Helgaas2014-03-111-2/+0Star
* sparc64: smp_callin: Enable irqs after preemption is disabledKirill Tkhai2014-01-051-1/+2
* sparc64: Add self-IPI support for smp_send_reschedule()Kirill Tkhai2013-11-141-2/+7
* sparc: delete __cpuinit/__CPUINIT usage from all usersPaul Gortmaker2013-07-151-4/+5
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-301-0/+2
|\
| * sparc: Use generic idle loopSam Ravnborg2013-04-131-0/+2
* | sparc64: Fix race in TLB batch processing.David S. Miller2013-04-191-4/+37
|/
* SPARC: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-2/+2
* sparc64: Add global PMU register dumping via sysrq.David S. Miller2012-10-161-0/+11
* SPARC: SMP: Remove call to ipi_call_lock_irq()/ipi_call_unlock_irq()Yong Zhang2012-06-051-6/+1Star
* sparc: Use generic idle thread allocationThomas Gleixner2012-04-261-7/+3Star
* smp: Add task_struct argument to __cpu_up()Thomas Gleixner2012-04-261-1/+1
* treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-021-1/+1
* sparc: move symbol exporters to use export.h not module.hPaul Gortmaker2011-11-011-1/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* Merge commit '317f394160e9beb97d19a84c39b7e5eb3d7815a8'David S. Miller2011-05-201-0/+1
|\
| * sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra2011-04-141-0/+1
* | sparc: convert old cpumask API into new oneKOSAKI Motohiro2011-05-161-29/+29
|/
* sparc64: Fix build errors with gcc-4.6.0David S. Miller2011-03-171-7/+4Star
* sparc64: Fix NMI startup bug which also breaks perf.David S. Miller2011-02-161-0/+2
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-04-131-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | sparc64: Add function graph tracer support.David S. Miller2010-04-131-5/+6
|/
* of: unify phandle name in struct device_nodeGrant Likely2010-01-281-1/+1
* sparc64: implement page mapping percpu first chunk allocatorTejun Heo2009-09-291-9/+44
* sparc64: use embedding percpu first chunk allocatorTejun Heo2009-08-141-110/+18Star
* percpu: add pcpu_unit_offsets[]Tejun Heo2009-08-141-5/+7
* percpu: introduce pcpu_alloc_info and pcpu_group_infoTejun Heo2009-08-141-7/+17
* Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-141-2/+2
|\
| * percpu, sparc64: fix sparse possible cpu map handlingTejun Heo2009-08-141-2/+2
* | percpu: allow non-linear / sparse cpu -> unit mappingTejun Heo2009-07-041-1/+1
* | percpu: drop pcpu_chunk->page[]Tejun Heo2009-07-041-27/+15Star
* | percpu: simplify pcpu_setup_first_chunk()Tejun Heo2009-07-041-1/+1
|/
* sparc: replace uses of CPU_MASK_ALL_PTRStephen Rothwell2009-06-161-1/+1
* sparc64: fix and optimize irq distributionHong H. Pham2009-06-161-0/+4
* sparc64: Use new dynamic per-cpu allocator.David S. Miller2009-06-161-9/+156
* sparc64: Only allocate per-cpu areas for possible cpus.David S. Miller2009-06-161-16/+6Star
* sparc64: Get rid of real_setup_per_cpu_areas().David S. Miller2009-06-161-6/+5Star