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
starfive-6.6.48-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
/
kernel
/
sched
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-21
Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+3
2016-03-19
Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-1
/
+1
2016-03-19
Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-1
/
+1
2016-03-15
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-10
/
+0
2016-03-15
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-29
/
+20
2016-03-15
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-349
/
+100
2016-03-10
sched/kasan: remove stale KASAN poison after hotplug
Mark Rutland
1
-0
/
+3
2016-03-08
sched/deadline: Remove dl_new from struct sched_dl_entity
Luca Abeni
1
-1
/
+0
2016-03-02
sched: Migrate sched to use new tick dependency mask model
Frederic Weisbecker
1
-15
/
+20
2016-03-02
sched/core: Get rid of 'cpu' argument in wq_worker_sleeping()
Alexander Gordeev
1
-1
/
+1
2016-03-01
cpu/hotplug: Move scheduler cpu_online notifier to hotplug core
Thomas Gleixner
1
-10
/
+0
2016-02-29
sched/debug: Fix preempt_disable_ip recording for preempt_disable()
Sebastian Andrzej Siewior
1
-12
/
+2
2016-02-29
sched/debug: Move sched_domain_sysctl to debug.c
Steven Rostedt (Red Hat)
1
-178
/
+0
2016-02-29
sched/debug: Move the /sys/kernel/debug/sched_features file setup into debug.c
Steven Rostedt (Red Hat)
1
-133
/
+0
2016-02-29
sched/rt: Fix PI handling vs. sched_setscheduler()
Peter Zijlstra
1
-17
/
+22
2016-02-29
Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...
Ingo Molnar
1
-3
/
+1
2016-02-29
sched/cgroup: Fix cgroup entity load tracking tear-down
Peter Zijlstra
1
-3
/
+1
2016-02-29
sched: Always inline context_switch()
Josh Poimboeuf
1
-1
/
+1
2016-02-29
sched: Mark __schedule() stack frame as non-standard
Josh Poimboeuf
1
-0
/
+2
2016-02-23
cgroup: convert cgroup_subsys flag fields to bool bitfields
Tejun Heo
1
-1
/
+1
2016-02-17
sched/core: Remove dead statement in __schedule()
Byungchul Park
1
-1
/
+0
2016-02-13
atomic: Export fetch_or()
Frederic Weisbecker
1
-14
/
+0
2016-02-09
sched/debug: Make schedstats a runtime tunable that is disabled by default
Mel Gorman
1
-2
/
+68
2016-02-05
sched/isolcpus: Output warning when the 'isolcpus=' kernel parameter is invalid
Prarit Bhargava
1
-2
/
+7
2016-02-01
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2016-01-23
wrappers for ->i_mutex access
Al Viro
1
-2
/
+2
2016-01-19
sched: Fix crash in sched_init_numa()
Raghavendra K T
1
-1
/
+1
2016-01-13
Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-1
/
+1
2016-01-12
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-8
/
+68
2016-01-12
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-7
/
+92
2016-01-06
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
1
-2
/
+4
2016-01-06
Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ...
Ingo Molnar
1
-6
/
+6
2015-12-07
Merge branch 'master' into for-4.4-fixes
Tejun Heo
1
-6
/
+30
2015-12-04
rcu: Stop disabling interrupts in scheduler fastpaths
Paul E. McKenney
1
-2
/
+4
2015-12-04
sched/fair: Move the cache-hot 'load_avg' variable into its own cacheline
Waiman Long
1
-3
/
+7
2015-12-04
sched/core: Move the sched_to_prio[] arrays out of line
Andi Kleen
1
-2
/
+43
2015-12-04
sched/fair: Make it possible to account fair load avg consistently
Byungchul Park
1
-0
/
+4
2015-12-04
sched/core, locking: Document Program-Order guarantees
Peter Zijlstra
1
-0
/
+91
2015-12-04
locking, sched: Introduce smp_cond_acquire() and use it
Peter Zijlstra
1
-7
/
+1
2015-12-04
Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...
Ingo Molnar
1
-6
/
+30
2015-12-04
sched/core: Fix an SMP ordering race in try_to_wake_up() vs. schedule()
Peter Zijlstra
1
-0
/
+19
2015-12-04
sched/core: Better document the try_to_wake_up() barriers
Peter Zijlstra
1
-1
/
+7
2015-12-04
sched/core: Clear the root_domain cpumasks in init_rootdomain()
Xunlei Pang
1
-4
/
+4
2015-12-04
sched/core: Remove false-positive warning from wake_up_process()
Sasha Levin
1
-1
/
+0
2015-12-03
cgroup: kill cgrp_ss_priv[CGROUP_CANFORK_COUNT] and friends
Oleg Nesterov
1
-1
/
+1
2015-12-03
cgroup: fix handling of multi-destination migration from subtree_control enab...
Tejun Heo
1
-6
/
+6
2015-11-23
sched/core: Use list_is_singular() in sched_can_stop_tick()
Geliang Tang
1
-1
/
+1
2015-11-23
sched/core: Fix incorrect wait time and wait count statistics
Joonwoo Park
1
-2
/
+13
2015-11-06
Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-8
/
+0
2015-11-04
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-88
/
+115
[next]