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
/
sched.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-28
sched/smt: Expose sched_smt_present static key
Thomas Gleixner
1
-3
/
+1
2018-10-27
psi: pressure stall information for CPU, memory, and IO
Johannes Weiner
1
-0
/
+2
2018-10-27
sched: introduce this_rq_lock_irq()
Johannes Weiner
1
-0
/
+12
2018-10-27
sched: sched.h: make rq locking and clock functions available in stats.h
Johannes Weiner
1
-82
/
+82
2018-10-23
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+0
2018-10-23
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-8
/
+15
2018-10-22
x86/stackprotector: Remove the call to boot_init_stack_canary() from cpu_star...
Christophe Leroy
1
-1
/
+0
2018-10-11
sched/fair: Fix throttle_list starvation with low CFS quota
Phil Auld
1
-0
/
+2
2018-10-02
sched/pelt: Fix warning and clean up IRQ PELT config
Vincent Guittot
1
-3
/
+2
2018-10-02
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
1
-1
/
+2
2018-10-02
sched/numa: Pass destination CPU as a parameter to migrate_task_rq
Srikar Dronamraju
1
-1
/
+1
2018-10-02
sched/numa: Stop multiple tasks from moving to the CPU at the same time
Srikar Dronamraju
1
-0
/
+1
2018-09-10
sched/debug: Explicitly cast sched_feat() to bool
Peter Zijlstra
1
-1
/
+1
2018-09-10
sched/fair: Set rq->rd->overload when misfit
Valentin Schneider
1
-1
/
+5
2018-09-10
sched/fair: Wrap rq->rd->overload accesses with READ/WRITE_ONCE()
Valentin Schneider
1
-2
/
+2
2018-09-10
sched/core: Change root_domain->overload type to int
Valentin Schneider
1
-2
/
+2
2018-09-10
sched/fair: Add sched_group per-CPU max capacity
Morten Rasmussen
1
-0
/
+1
2018-09-10
sched/fair: Add 'group_misfit_task' load-balance type
Morten Rasmussen
1
-0
/
+2
2018-09-10
sched/topology: Add static_key for asymmetric CPU capacity optimizations
Morten Rasmussen
1
-0
/
+1
2018-07-25
sched/numa: Modify migrate_swap() to accept additional parameters
Srikar Dronamraju
1
-1
/
+2
2018-07-25
sched/fair: Remove #ifdefs from scale_rt_capacity()
Vincent Guittot
1
-2
/
+18
2018-07-16
sched/sysctl: Remove unused sched_time_avg_ms sysctl
Vincent Guittot
1
-1
/
+0
2018-07-16
sched/core: Remove the rt_avg code
Vincent Guittot
1
-17
/
+0
2018-07-16
sched/cpufreq: Remove sugov_aggregate_util()
Vincent Guittot
1
-1
/
+1
2018-07-16
cpufreq/schedutil: Take time spent in interrupts into account
Vincent Guittot
1
-0
/
+13
2018-07-16
sched/irq: Add IRQ utilization tracking
Vincent Guittot
1
-0
/
+3
2018-07-16
cpufreq/schedutil: Use DL utilization tracking
Vincent Guittot
1
-1
/
+6
2018-07-16
sched/dl: Add dl_rq utilization tracking
Vincent Guittot
1
-0
/
+1
2018-07-16
sched/rt: Add rt_rq utilization tracking
Vincent Guittot
1
-0
/
+7
2018-07-16
sched/pelt: Move PELT related code in a dedicated file
Vincent Guittot
1
-0
/
+19
2018-07-03
sched/fair: Fix bandwidth timer clock drift condition
Xunlei Pang
1
-2
/
+4
2018-07-03
sched/rt: Fix call to cpufreq_update_util()
Vincent Guittot
1
-0
/
+5
2018-06-05
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+6
2018-05-31
sched/headers: Fix typo
Davidlohr Bueso
1
-1
/
+1
2018-05-25
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
1
-2
/
+3
2018-05-18
sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...
Mathieu Malaterre
1
-2
/
+3
2018-05-14
sched/numa: Stagger NUMA balancing scan periods for new threads
Mel Gorman
1
-0
/
+6
2018-04-05
sched/core: Simplify helpers for rq clock update skip requests
Davidlohr Bueso
1
-5
/
+12
2018-03-20
sched/cpufreq/schedutil: Use util_est for OPP selection
Patrick Bellasi
1
-1
/
+8
2018-03-09
sched/nohz: Stop NOHZ stats when decayed
Vincent Guittot
1
-0
/
+1
2018-03-09
sched/nohz: Clean up nohz enter/exit
Peter Zijlstra
1
-6
/
+5
2018-03-09
sched/fair: Update blocked load from NEWIDLE
Peter Zijlstra
1
-0
/
+1
2018-03-09
sched/fair: Add NOHZ_STATS_KICK
Peter Zijlstra
1
-0
/
+4
2018-03-09
sched/core: Convert nohz_flags to atomic_t
Peter Zijlstra
1
-5
/
+6
2018-03-04
sched/headers: Simplify and clean up header usage in the scheduler
Ingo Molnar
1
-28
/
+53
2018-03-03
sched: Clean up and harmonize the coding style of the scheduler code base
Ingo Molnar
1
-260
/
+269
2018-02-21
sched/nohz: Remove the 1 Hz tick code
Frederic Weisbecker
1
-10
/
+1
2018-02-21
sched/isolation: Offload residual 1Hz scheduler tick
Frederic Weisbecker
1
-0
/
+2
2018-02-06
sched/rt: Up the root domain ref count when passing it around via IPIs
Steven Rostedt (VMware)
1
-0
/
+2
2018-01-10
sched/deadline: Make bandwidth enforcement scale-invariant
Juri Lelli
1
-0
/
+2
[next]