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
2020-08-15
Merge tag 'sched-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-11
/
+4
2020-08-14
sched/debug: Fix the alignment of the show-state debug output
Libing Zhou
1
-11
/
+4
2020-08-06
Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+47
2020-08-04
Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-70
/
+396
2020-07-29
sched/uclamp: Add a new sysctl to control RT default boost value
Qais Yousef
1
-6
/
+113
2020-07-29
sched/uclamp: Fix a deadlock when enabling uclamp static key
Qais Yousef
1
-2
/
+9
2020-07-25
sched/uclamp: Remove unnecessary mutex_init()
Qinglang Miao
1
-2
/
+0
2020-07-24
sched: Warn if garbage is passed to default_wake_function()
Chris Wilson
1
-0
/
+1
2020-07-22
arch_topology, sched/core: Cleanup thermal pressure definition
Valentin Schneider
1
-11
/
+0
2020-07-22
sched: Better document ttwu()
Peter Zijlstra
1
-25
/
+163
2020-07-22
Merge branch 'sched/urgent'
Peter Zijlstra
1
-10
/
+14
2020-07-22
sched: Fix race against ptrace_freeze_trace()
Peter Zijlstra
1
-10
/
+14
2020-07-08
sched: Add a tracepoint to track rq->nr_running
Phil Auld
1
-4
/
+9
2020-07-08
sched/uclamp: Protect uclamp fast path code with static key
Qais Yousef
1
-1
/
+73
2020-07-08
sched/uclamp: Fix initialization of struct uclamp_rq
Qais Yousef
1
-5
/
+16
2020-07-08
Merge branch 'sched/urgent'
Peter Zijlstra
1
-26
/
+87
2020-07-08
sched: Fix unreliable rseq cpu_id for new tasks
Mathieu Desnoyers
1
-0
/
+2
2020-07-08
sched: Fix loadavg accounting race
Peter Zijlstra
1
-16
/
+51
2020-06-28
smp, irq_work: Continue smp_call_function*() and irq_work*() integration
Peter Zijlstra
1
-3
/
+3
2020-06-28
sched/core: s/WF_ON_RQ/WQ_ON_CPU/
Peter Zijlstra
1
-2
/
+2
2020-06-28
sched/core: Fix ttwu() race
Peter Zijlstra
1
-5
/
+28
2020-06-28
sched/core: Fix PI boosting between RT and DEADLINE tasks
Juri Lelli
1
-1
/
+2
2020-06-28
sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to fix...
Scott Wood
1
-1
/
+1
2020-06-25
sched: Micro optimization in pick_next_task() and in check_preempt_curr()
Kirill Tkhai
1
-15
/
+4
2020-06-25
sched: Have sched_class_highest define by vmlinux.lds.h
Steven Rostedt (VMware)
1
-0
/
+8
2020-06-15
sched: Remove sched_set_*() return value
Peter Zijlstra
1
-6
/
+6
2020-06-15
sched: Remove sched_setscheduler*() EXPORTs
Peter Zijlstra
1
-3
/
+0
2020-06-15
sched: Provide sched_set_fifo()
Peter Zijlstra
1
-0
/
+47
2020-06-15
sched/debug: Add new tracepoints to track util_est
Vincent Donnefort
1
-0
/
+2
2020-06-15
sched/core: Remove redundant 'preempt' param from sched_class->yield_to_task()
Dietmar Eggemann
1
-1
/
+1
2020-06-09
kernel: rename show_stack_loglvl() => show_stack()
Dmitry Safonov
1
-1
/
+1
2020-06-09
sched: print stack trace with KERN_INFO
Dmitry Safonov
1
-1
/
+1
2020-06-09
kallsyms/printk: add loglvl to print_ip_sym()
Dmitry Safonov
1
-4
/
+2
2020-06-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-5
/
+4
2020-06-03
Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-108
/
+140
2020-06-02
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+5
2020-05-28
sched/headers: Split out open-coded prototypes into kernel/sched/smp.h
Ingo Molnar
1
-0
/
+1
2020-05-28
sched: Replace rq::wake_list
Peter Zijlstra
1
-18
/
+7
2020-05-28
sched: Add rq::ttwu_pending
Peter Zijlstra
1
-2
/
+11
2020-05-28
smp: Optimize send_call_function_single_ipi()
Peter Zijlstra
1
-0
/
+10
2020-05-28
sched: Fix smp_call_function_single_async() usage for ILB
Peter Zijlstra
1
-26
/
+10
2020-05-28
Merge branch 'core/rcu' into sched/core, to pick up dependency
Ingo Molnar
1
-0
/
+48
2020-05-25
sched/core: Offload wakee task activation if it the wakee is descheduling
Mel Gorman
1
-6
/
+33
2020-05-25
sched/core: Optimize ttwu() spinning on p->on_cpu
Peter Zijlstra
1
-21
/
+31
2020-05-19
sched: Defend cfs and rt bandwidth quota against overflow
Huaixin Chang
1
-0
/
+8
2020-05-19
Merge tag 'noinstr-lds-2020-05-19' into core/rcu
Thomas Gleixner
1
-7
/
+2
2020-05-18
scs: Move scs_overflow_check() out of architecture code
Will Deacon
1
-0
/
+3
2020-05-15
scs: Add support for Clang's Shadow Call Stack (SCS)
Sami Tolvanen
1
-0
/
+2
2020-05-12
sched: Make scheduler_ipi inline
Thomas Gleixner
1
-10
/
+0
2020-05-12
sched: Clean up scheduler_ipi()
Peter Zijlstra (Intel)
1
-34
/
+30
[next]