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
2018-10-02
sched/numa: Migrate pages to local nodes quicker early in the lifetime of a task
Mel Gorman
1
-1
/
+11
2018-10-02
sched/numa: Avoid task migration for small NUMA improvement
Srikar Dronamraju
1
-5
/
+18
2018-10-02
sched/numa: Limit the conditions where scan period is reset
Mel Gorman
1
-2
/
+23
2018-10-02
sched/numa: Reset scan rate whenever task moves across nodes
Srikar Dronamraju
1
-7
/
+19
2018-10-02
sched/numa: Pass destination CPU as a parameter to migrate_task_rq
Srikar Dronamraju
4
-4
/
+4
2018-10-02
sched/numa: Stop multiple tasks from moving to the CPU at the same time
Srikar Dronamraju
2
-0
/
+23
2018-09-10
sched/fair: Fix kernel-doc notation warning
Randy Dunlap
1
-0
/
+1
2018-09-10
sched/fair: Fix load_balance redo for !imbalance
Vincent Guittot
1
-1
/
+1
2018-09-10
sched/fair: Fix scale_rt_capacity() for SMT
Vincent Guittot
1
-3
/
+3
2018-09-10
sched/fair: Fix vruntime_normalized() for remote non-migration wakeup
Steve Muckle
1
-1
/
+2
2018-09-10
sched/pelt: Fix update_blocked_averages() for RT and DL classes
Vincent Guittot
1
-4
/
+10
2018-09-10
sched/topology: Set correct NUMA topology type
Srikar Dronamraju
1
-4
/
+1
2018-09-10
sched/debug: Fix potential deadlock when writing to sched_features
Jiada Wang
1
-2
/
+4
2018-08-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+2
2018-08-22
sched/wait: assert the wait_queue_head lock is held in __wake_up_common
Christoph Hellwig
1
-0
/
+2
2018-08-22
Merge tag 'pm-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-1
/
+1
2018-08-21
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+2
2018-08-21
Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-1
/
+1
2018-08-20
sched: idle: Avoid retaining the tick when it has been stopped
Rafael J. Wysocki
1
-1
/
+1
2018-08-14
Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2
-18
/
+13
2018-08-14
Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-20
/
+40
2018-08-13
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-72
/
+62
2018-08-05
Merge 4.18-rc7 into master to pick up the KVM dependcy
Thomas Gleixner
6
-68
/
+84
2018-08-04
signal: Add calculate_sigpending()
Eric W. Biederman
1
-0
/
+2
2018-07-31
tracing: Centralize preemptirq tracepoints and unify their usage
Joel Fernandes (Google)
1
-1
/
+1
2018-07-30
sched/clock: Disable interrupts when calling generic_sched_clock_init()
Pavel Tatashin
1
-0
/
+2
2018-07-25
sched/numa: Move task_numa_placement() closer to numa_migrate_preferred()
Srikar Dronamraju
1
-6
/
+3
2018-07-25
sched/numa: Use group_weights to identify if migration degrades locality
Srikar Dronamraju
1
-8
/
+9
2018-07-25
sched/numa: Update the scan period without holding the numa_group lock
Srikar Dronamraju
1
-2
/
+2
2018-07-25
sched/numa: Remove numa_has_capacity()
Srikar Dronamraju
1
-33
/
+3
2018-07-25
sched/numa: Modify migrate_swap() to accept additional parameters
Srikar Dronamraju
3
-5
/
+10
2018-07-25
sched/numa: Remove unused task_capacity from 'struct numa_stats'
Srikar Dronamraju
1
-5
/
+3
2018-07-25
sched/numa: Skip nodes that are at 'hoplimit'
Srikar Dronamraju
1
-1
/
+1
2018-07-25
sched/debug: Reverse the order of printing faults
Srikar Dronamraju
1
-2
/
+2
2018-07-25
sched/numa: Use task faults only if numa_group is not yet set up
Srikar Dronamraju
1
-10
/
+10
2018-07-25
sched/numa: Set preferred_node based on best_cpu
Srikar Dronamraju
1
-6
/
+4
2018-07-25
sched/numa: Simplify load_too_imbalanced()
Srikar Dronamraju
1
-18
/
+2
2018-07-25
sched/numa: Evaluate move once per node
Srikar Dronamraju
1
-71
/
+57
2018-07-25
sched/debug: Show the sum wait time of a task group
Yun Wang
1
-0
/
+10
2018-07-25
sched/fair: Remove #ifdefs from scale_rt_capacity()
Vincent Guittot
4
-15
/
+23
2018-07-25
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
3
-3
/
+20
2018-07-25
sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHARE
Hailong Liu
1
-0
/
+2
2018-07-25
sched/deadline: Update rq_clock of later_rq when pushing a task
Daniel Bristot de Oliveira
1
-1
/
+7
2018-07-25
sched/topology: Check variable group before dereferencing it
Yi Wang
1
-1
/
+1
2018-07-20
sched/clock: Close a hole in sched_clock_init()
Peter Zijlstra
1
-10
/
+6
2018-07-20
sched/clock: Use static key for sched_clock_running
Pavel Tatashin
2
-10
/
+8
2018-07-20
sched/clock: Enable sched clock early
Pavel Tatashin
1
-1
/
+19
2018-07-20
sched/clock: Move sched clock initialization and merge with generic clock
Pavel Tatashin
2
-11
/
+17
2018-07-17
sched/Documentation: Update wake_up() & co. memory-barrier guarantees
Andrea Parri
3
-26
/
+20
2018-07-17
locking/spinlock, sched/core: Clarify requirements for smp_mb__after_spinlock()
Andrea Parri
1
-20
/
+21
[next]