index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
sh
/
kernel
/
smp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-28
sh: kernel: convert to SPDX identifiers
Kuninori Morimoto
1
-4
/
+1
2017-03-03
sched/headers: Move task->mm handling methods to <linux/sched/mm.h>
Ingo Molnar
1
-1
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-02-28
mm: add new mmget() helper
Vegard Nossum
1
-1
/
+1
2017-02-28
mm: add new mmgrab() helper
Vegard Nossum
1
-1
/
+1
2016-03-20
Merge tag 'tag-sh-for-4.6' of git://git.libc.org/linux-sh
Linus Torvalds
1
-9
/
+15
2016-03-17
sh: remove arch-specific localtimer and use generic one
Rich Felker
1
-9
/
+7
2016-03-17
sh: make MMU-specific SMP code conditional on CONFIG_MMU
Rich Felker
1
-0
/
+8
2016-03-01
arch/hotplug: Call into idle with a proper state
Thomas Gleixner
1
-1
/
+1
2015-03-10
Fix weird uses of num_online_cpus().
Rusty Russell
1
-3
/
+3
2014-06-05
sh: Replace __get_cpu_var uses
Christoph Lameter
1
-1
/
+1
2013-07-15
sh: delete __cpuinit usage from all sh files
Paul Gortmaker
1
-4
/
+4
2013-04-08
sh: Use generic idle loop
Thomas Gleixner
1
-1
/
+1
2012-06-01
sh: use clear_tasks_mm_cpumask()
Anton Vorontsov
1
-6
/
+1
2012-04-26
sh: Use generic idle thread allocation
Thomas Gleixner
1
-13
/
+1
2012-04-26
smp: Add task_struct argument to __cpu_up()
Thomas Gleixner
1
-1
/
+1
2012-03-30
sh: fix up fallout from system.h disintegration.
Paul Mundt
1
-0
/
+1
2012-03-28
Disintegrate asm/system.h for SH
David Howells
1
-1
/
+0
2012-02-24
arch/sh: remove references to cpu_*_map.
Rusty Russell
1
-1
/
+1
2011-07-27
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2011-04-14
sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()
Peter Zijlstra
1
-0
/
+2
2010-04-29
sh: native_cpu_disable() build error when CONFIG_HOTPLUG_CPU=n
Matt Fleming
1
-1
/
+1
2010-04-26
sh: CPU hotplug support.
Paul Mundt
1
-2
/
+101
2010-04-26
sh: cache secondary CPUs idle loop.
Paul Mundt
1
-4
/
+9
2010-04-26
sh: flag smp_store_cpu_info() __cpuinit.
Paul Mundt
1
-2
/
+2
2010-04-26
sh: provide percpu CPU states for hotplug notifiers.
Paul Mundt
1
-4
/
+10
2010-04-26
sh: convert online CPU map twiddling to cpumask.
Paul Mundt
1
-1
/
+1
2010-04-21
sh: Move platform smp ops in to their own structure.
Paul Mundt
1
-7
/
+17
2010-03-29
sh: Enable the mmu in start_secondary()
Matt Fleming
1
-0
/
+1
2010-01-20
sh: machine_ops based reboot support.
Paul Mundt
1
-9
/
+0
2009-10-14
Merge branch 'sh/stable-updates'
Paul Mundt
1
-0
/
+2
2009-10-14
sh: Populate initial secondary CPU info from boot_cpu_data.
Paul Mundt
1
-0
/
+2
2009-10-14
sh: Only invalidate the I-cache range for secondary CPUs stack_start.
Paul Mundt
1
-1
/
+3
2009-06-14
cpumask: Use accessors for cpu_*_mask: sh
Rusty Russell
1
-3
/
+3
2009-06-14
cpumask: arch_send_call_function_ipi_mask: sh
Rusty Russell
1
-2
/
+2
2008-12-13
cpumask: convert struct clock_event_device to cpumask pointers.
Rusty Russell
1
-2
/
+2
2008-12-13
cpumask: centralize cpu_online_map and cpu_possible_map
Rusty Russell
1
-6
/
+0
2008-10-21
sh: arch/sh/kernel/smp.c needs linux/cpu.h for notify_cpu_starting().
Paul Mundt
1
-0
/
+1
2008-10-20
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Paul Mundt
1
-0
/
+2
2008-09-08
kernel/cpu.c: create a CPU_STARTING cpu_chain notifier
Manfred Spraul
1
-0
/
+2
2008-09-08
sh: generic clockevent broadcast support.
Paul Mundt
1
-2
/
+5
2008-09-08
sh: smp: Hook up a timer IPI stub.
Paul Mundt
1
-0
/
+18
2008-09-08
sh: smp: Provide a generic IPI handler.
Paul Mundt
1
-1
/
+19
2008-06-26
on_each_cpu(): kill unused 'retry' parameter
Jens Axboe
1
-2
/
+2
2008-06-26
smp_call_function: get rid of the unused nonatomic/retry argument
Jens Axboe
1
-5
/
+5
2008-06-26
sh: convert to generic helpers for IPI function calls
Jens Axboe
1
-40
/
+8
2008-03-21
SH: Use newer, non-deprecated __SPIN_LOCK_UNLOCKED macro.
Robert P. J. Day
1
-1
/
+1
2007-09-21
sh: Bring SMP support back from the dead.
Paul Mundt
1
-75
/
+92
2007-09-21
sh: Add SMP tlbflush variants.
Paul Mundt
1
-0
/
+140
2007-05-31
sh: trivial build cleanups.
Evgeniy Polyakov
1
-0
/
+2
[next]