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
2016-08-18
sched/cputime: Resync steal time when guest & host lose sync
Wanpeng Li
1
-3
/
+15
2016-08-18
sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regression
Peter Zijlstra
1
-5
/
+10
2016-08-11
sched/cputime: Fix omitted ticks passed in parameter
Frederic Weisbecker
1
-1
/
+2
2016-08-11
sched/cputime: Fix steal time accounting
Wanpeng Li
1
-2
/
+9
2016-08-10
sched/deadline: Fix lock pinning warning during CPU hotplug
Wanpeng Li
1
-1
/
+4
2016-08-10
sched/cputime: Mitigate performance regression in times()/clock_gettime()
Giovanni Gherdovich
1
-0
/
+19
2016-08-10
sched/fair: Fix typo in sync_throttle()
Xunlei Pang
1
-1
/
+1
2016-08-10
sched/deadline: Fix wrap-around in DL heap
Tommaso Cucinotta
1
-1
/
+1
2016-07-27
Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-10
/
+0
2016-07-27
Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-42
/
+32
2016-07-26
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-84
/
+87
2016-07-25
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
7
-186
/
+336
2016-07-25
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-5
/
+5
2016-07-25
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
1
-42
/
+32
2016-07-21
cpufreq: schedutil: map raw required frequency to driver frequency
Steve Muckle
1
-8
/
+23
2016-07-14
sched/cputime: Drop local_irq_save/restore from irqtime_account_irq()
Rik van Riel
1
-4
/
+0
2016-07-14
sched/cputime: Clean up the old vtime gen irqtime accounting completely
Frederic Weisbecker
1
-23
/
+10
2016-07-14
sched/cputime: Replace VTIME_GEN irq time code with IRQ_TIME_ACCOUNTING code
Rik van Riel
1
-13
/
+3
2016-07-14
sched/cputime: Count actually elapsed irq & softirq time
Rik van Riel
1
-47
/
+77
2016-07-13
sched/core: Correct off by one bug in load migration calculation
Thomas Gleixner
3
-7
/
+9
2016-07-10
sched/core: Panic on scheduling while atomic bugs if kernel.panic_on_warn is set
Daniel Bristot de Oliveira
1
-0
/
+3
2016-07-09
sched/cpuacct: Introduce cpuacct.usage_all to show all CPU stats together
Zhao Lei
1
-0
/
+40
2016-07-09
sched/cpuacct: Use loop to consolidate code in cpuacct_stats_show()
Zhao Lei
1
-15
/
+14
2016-07-09
sched/cpuacct: Merge cpuacct_usage_index and cpuacct_stat_index enums
Zhao Lei
1
-27
/
+20
2016-07-06
xen: add steal_clock support on x86
Juergen Gross
1
-10
/
+0
2016-07-04
Merge back earlier cpufreq material for v4.8.
Rafael J. Wysocki
1
-34
/
+9
2016-06-27
sched/fair: Rework throttle_count sync
Peter Zijlstra
2
-21
/
+20
2016-06-27
sched/core: Fix sched_getaffinity() return value kerneldoc comment
Zev Weiss
1
-1
/
+2
2016-06-27
sched/fair: Reorder cgroup creation code
Peter Zijlstra
3
-4
/
+21
2016-06-27
sched/fair: Apply more PELT fixes
Peter Zijlstra
1
-4
/
+49
2016-06-27
sched/fair: Fix PELT integrity for new tasks
Peter Zijlstra
2
-13
/
+60
2016-06-27
sched/cgroup: Fix cpu_cgroup_fork() handling
Vincent Guittot
3
-24
/
+67
2016-06-27
sched/fair: Fix PELT integrity for new groups
Peter Zijlstra
1
-0
/
+10
2016-06-27
sched/fair: Fix and optimize the fork() path
Peter Zijlstra
2
-26
/
+17
2016-06-27
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
3
-40
/
+78
2016-06-27
sched/fair: Fix calc_cfs_shares() fixed point arithmetics width confusion
Peter Zijlstra
1
-16
/
+11
2016-06-27
sched/fair: Fix effective_load() to consistently use smoothed load
Peter Zijlstra
1
-6
/
+9
2016-06-24
sched/core: Allow kthreads to fall back to online && !active cpus
Tejun Heo
1
-1
/
+3
2016-06-24
sched/fair: Do not announce throttled next buddy in dequeue_task_fair()
Konstantin Khlebnikov
1
-5
/
+4
2016-06-24
sched/fair: Initialize throttle_count for new task-groups lazily
Konstantin Khlebnikov
2
-1
/
+21
2016-06-20
sched/fair: Fix cfs_rq avg tracking underflow
Peter Zijlstra
1
-8
/
+25
2016-06-14
kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...
Andrey Ryabinin
1
-2
/
+4
2016-06-14
sched/debug: Fix deadlock when enabling sched events
Josh Poimboeuf
1
-1
/
+1
2016-06-14
locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()
Peter Zijlstra
2
-5
/
+5
2016-06-14
sched/cputime: Add steal time support to full dynticks CPU time accounting
Wanpeng Li
1
-7
/
+9
2016-06-14
sched/cputime: Fix prev steal time accouting during CPU hotplug
Wanpeng Li
2
-14
/
+0
2016-06-14
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
3
-5
/
+11
2016-06-14
sched/fair: Fix post_init_entity_util_avg() serialization
Peter Zijlstra
2
-3
/
+8
2016-06-14
Merge back earlier cpufreq changes for v4.8.
Rafael J. Wysocki
1
-34
/
+9
2016-06-10
Merge branch 'stacking-fixes' (vfs stacking fixes from Jann)
Linus Torvalds
1
-1
/
+2
[next]