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
/
kernel
/
sched
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-05
sched: Provide Kconfig support for default dynamic preempt mode
Frederic Weisbecker
1
-3
/
+26
2021-10-05
sched: Make struct sched_statistics independent of fair sched class
Yafang Shao
1
-11
/
+14
2021-10-05
sched/fair: Add cfs bandwidth burst statistics
Huaixin Chang
1
-3
/
+10
2021-10-05
sched/core: Simplify core-wide task selection
Peter Zijlstra
1
-111
/
+45
2021-10-05
sched: Switch wait_task_inactive to HRTIMER_MODE_REL_HARD
Sebastian Andrzej Siewior
1
-1
/
+1
2021-09-12
Merge tag 'sched_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+3
2021-09-09
sched: Prevent balance_push() on remote runqueues
Thomas Gleixner
1
-3
/
+3
2021-08-31
Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-17
/
+92
2021-08-30
Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-94
/
+346
2021-08-30
Merge branch 'core-rcu.2021.08.28a' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+11
2021-08-20
sched: Introduce dl_task_check_affinity() to check proposed affinity
Will Deacon
1
-17
/
+29
2021-08-20
sched: Allow task CPU affinity to be restricted on asymmetric systems
Will Deacon
1
-18
/
+180
2021-08-20
sched: Split the guts of sched_setaffinity() into a helper function
Will Deacon
1
-48
/
+57
2021-08-20
sched: Introduce task_struct::user_cpus_ptr to track requested affinity
Will Deacon
1
-0
/
+20
2021-08-20
sched: Reject CPU affinity changes based on task_cpu_possible_mask()
Will Deacon
1
-1
/
+8
2021-08-20
cpuset: Cleanup cpuset_cpus_allowed_fallback() use in select_fallback_rq()
Will Deacon
1
-2
/
+1
2021-08-20
sched: Introduce task_cpu_possible_mask() to limit fallback rq selection
Will Deacon
1
-6
/
+3
2021-08-20
sched: Cgroup SCHED_IDLE support
Josh Don
1
-0
/
+25
2021-08-20
sched: Fix Core-wide rq->lock for uninitialized CPUs
Peter Zijlstra
1
-26
/
+117
2021-08-17
sched/core: Provide a scheduling point for RT locks
Thomas Gleixner
1
-1
/
+19
2021-08-17
sched/core: Rework the __schedule() preempt argument
Thomas Gleixner
1
-11
/
+23
2021-08-17
sched/wakeup: Prepare for RT sleeping spin/rwlocks
Thomas Gleixner
1
-0
/
+33
2021-08-17
sched/wakeup: Split out the wakeup ->__state check
Thomas Gleixner
1
-6
/
+18
2021-08-10
sched: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
1
-2
/
+2
2021-08-06
rcu: Explain why rcu_all_qs() is a stub in preemptible TREE RCU
Frederic Weisbecker
1
-0
/
+11
2021-08-06
sched: Skip priority checks with SCHED_FLAG_KEEP_PARAMS
Quentin Perret
1
-6
/
+13
2021-08-06
sched: Fix UCLAMP_FLAG_IDLE setting
Quentin Perret
1
-6
/
+19
2021-08-04
sched: Don't report SCHED_FLAG_SUGOV in sched_getattr()
Quentin Perret
1
-0
/
+1
2021-08-04
sched: remove redundant on_rq status change
Wang Hui
1
-2
/
+0
2021-08-04
sched/rt: Fix double enqueue caused by rt_effective_prio
Peter Zijlstra
1
-55
/
+35
2021-07-01
cpufreq: CPPC: Add support for frequency invariance
Viresh Kumar
1
-0
/
+1
2021-06-28
Merge tag 'timers-nohz-2021-06-28' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+6
2021-06-28
Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-132
/
+1006
2021-06-28
sched: Optimize housekeeping_cpumask() in for_each_cpu_and()
Yuan ZhaoXiong
1
-2
/
+4
2021-06-24
sched/fair: Introduce the burstable CFS controller
Huaixin Chang
1
-6
/
+62
2021-06-22
sched/uclamp: Fix uclamp_tg_restrict()
Qais Yousef
1
-31
/
+18
2021-06-18
sched: Change task_struct::state
Peter Zijlstra
1
-25
/
+28
2021-06-18
sched: Add get_current_state()
Peter Zijlstra
1
-3
/
+3
2021-06-18
sched: Introduce task_is_running()
Peter Zijlstra
1
-3
/
+3
2021-06-17
sched/fair: Age the average idle time
Peter Zijlstra
1
-0
/
+5
2021-06-14
Revert "cpufreq: CPPC: Add support for frequency invariance"
Viresh Kumar
1
-1
/
+0
2021-06-04
sched/debug: Remove obsolete init_schedstats()
Eric Dumazet
1
-17
/
+2
2021-06-01
sched: Don't defer CPU pick to migration_cpu_stop()
Valentin Schneider
1
-8
/
+12
2021-06-01
sched,init: Fix DEBUG_PREEMPT vs early boot
Peter Zijlstra
1
-0
/
+1
2021-05-19
sched: Fix a stale comment in pick_next_task()
Masahiro Yamada
1
-1
/
+1
2021-05-19
sched/uclamp: Fix locking around cpu_util_update_eff()
Qais Yousef
1
-0
/
+7
2021-05-19
sched/uclamp: Fix wrong implementation of cpu.uclamp.min
Qais Yousef
1
-4
/
+17
2021-05-18
sched: Make the idle task quack like a per-CPU kthread
Valentin Schneider
1
-6
/
+15
2021-05-13
tick/nohz: Call tick_nohz_task_switch() with interrupts disabled
Peter Zijlstra
1
-1
/
+1
2021-05-13
tick/nohz: Kick only _queued_ task whose tick dependency is updated
Marcelo Tosatti
1
-0
/
+5
[next]