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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-25
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+4
2019-08-25
psi: get poll_work to run when calling poll syscall next time
Jason Xing
1
-0
/
+8
2019-08-19
sched/core: Schedule new worker even if PI-blocked
Sebastian Andrzej Siewior
1
-1
/
+4
2019-08-16
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
1
-4
/
+10
2019-08-10
cpufreq: schedutil: Don't skip freq update when limits change
Viresh Kumar
1
-4
/
+10
2019-08-06
sched/psi: Do not require setsched permission from the trigger creator
Suren Baghdasaryan
1
-1
/
+1
2019-08-06
sched/psi: Reduce psimon FIFO priority
Peter Zijlstra
1
-1
/
+1
2019-08-06
sched/deadline: Fix double accounting of rq/running bw in push & pull
Dietmar Eggemann
1
-8
/
+0
2019-07-25
sched/fair: Use RCU accessors consistently for ->numa_group
Jann Horn
1
-39
/
+81
2019-07-25
sched/fair: Don't free p->numa_faults with concurrent readers
Jann Horn
1
-4
/
+20
2019-07-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+6
2019-07-20
KVM: LAPIC: Inject timer interrupt via posted interrupt
Wanpeng Li
1
-0
/
+6
2019-07-13
sched/core: Fix preempt warning in ttwu
Peter Zijlstra
1
-1
/
+3
2019-07-09
Merge tag 'docs-5.3' of git://git.lwn.net/linux
Linus Torvalds
1
-1
/
+1
2019-07-09
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
16
-540
/
+887
2019-07-09
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+3
2019-06-24
sched/uclamp: Add uclamp support to energy_compute()
Patrick Bellasi
3
-22
/
+48
2019-06-24
sched/uclamp: Add uclamp_util_with()
Patrick Bellasi
2
-1
/
+33
2019-06-24
sched/cpufreq, sched/uclamp: Add clamps for FAIR and RT tasks
Patrick Bellasi
4
-3
/
+43
2019-06-24
sched/uclamp: Set default clamps for RT tasks
Patrick Bellasi
1
-2
/
+28
2019-06-24
sched/uclamp: Reset uclamp values on RESET_ON_FORK
Patrick Bellasi
1
-0
/
+8
2019-06-24
sched/uclamp: Extend sched_setattr() to support utilization clamping
Patrick Bellasi
1
-7
/
+84
2019-06-24
sched/core: Allow sched_setattr() to use the current policy
Patrick Bellasi
1
-0
/
+2
2019-06-24
sched/uclamp: Add system default clamps
Patrick Bellasi
1
-1
/
+98
2019-06-24
sched/uclamp: Enforce last task's UCLAMP_MAX
Patrick Bellasi
2
-5
/
+46
2019-06-24
sched/uclamp: Add bucket local max tracking
Patrick Bellasi
1
-18
/
+25
2019-06-24
sched/uclamp: Add CPU's clamp buckets refcounting
Patrick Bellasi
2
-0
/
+217
2019-06-24
sched/fair: Rename weighted_cpuload() to cpu_runnable_load()
Dietmar Eggemann
1
-21
/
+21
2019-06-24
sched/debug: Export the newly added tracepoints
Qais Yousef
1
-0
/
+11
2019-06-24
sched/debug: Add sched_overutilized tracepoint
Qais Yousef
1
-2
/
+8
2019-06-24
sched/debug: Add new tracepoint to track PELT at se level
Qais Yousef
2
-0
/
+3
2019-06-24
sched/debug: Add new tracepoints to track PELT at rq level
Qais Yousef
2
-1
/
+14
2019-06-24
sched/debug: Add a new sched_trace_*() helper functions
Qais Yousef
1
-0
/
+99
2019-06-24
sched/autogroup: Make autogroup_path() always available
Qais Yousef
1
-2
/
+0
2019-06-24
sched/wait: Deduplicate code with do-while
Pavel Begunkov
1
-6
/
+2
2019-06-24
sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()
Vincent Guittot
7
-12
/
+12
2019-06-24
Merge tag 'v5.2-rc6' into sched/core, to refresh the branch
Ingo Molnar
1
-4
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-06-17
x86/percpu, sched/fair: Avoid local_clock()
Peter Zijlstra
1
-2
/
+3
2019-06-17
sched/fair: Don't push cfs_bandwith slack timers forward
bsegall@google.com
2
-4
/
+11
2019-06-17
sched/core: Optimize try_to_wake_up() for local wakeups
Peter Zijlstra
1
-5
/
+29
2019-06-17
sched/fair: Fix "runnable_avg_yN_inv" not used warnings
Qian Cai
1
-1
/
+1
2019-06-17
sched/fair: Clean up definition of NOHZ blocked load functions
Valentin Schneider
1
-10
/
+16
2019-06-17
sched/core: Add __sched tag for io_schedule()
Gao Xiang
1
-1
/
+1
2019-06-17
Merge tag 'v5.2-rc5' into sched/core, to pick up fixes
Ingo Molnar
2
-10
/
+2
2019-06-14
docs: scheduler: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
1
-1
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
2
-10
/
+2
2019-06-03
sched/fair: Remove sgs->sum_weighted_load
Dietmar Eggemann
1
-3
/
+1
2019-06-03
sched/core: Remove sd->*_idx
Dietmar Eggemann
2
-25
/
+10
2019-06-03
sched/core: Remove rq->cpu_load[]
Dietmar Eggemann
3
-12
/
+1
[next]