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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-11
sched/core: Use load_avg for selecting idlest group
Vincent Guittot
1
-11
/
+44
2016-12-11
sched/core: Fix find_idlest_group() for fork
Vincent Guittot
1
-0
/
+8
2016-12-11
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
8
-64
/
+152
2016-12-08
kthread: Don't abuse kthread_create_on_cpu() in __kthread_create_worker()
Oleg Nesterov
1
-15
/
+8
2016-12-08
kthread: Don't use to_live_kthread() in kthread_[un]park()
Oleg Nesterov
1
-45
/
+24
2016-12-08
kthread: Don't use to_live_kthread() in kthread_stop()
Oleg Nesterov
1
-7
/
+5
2016-12-08
Revert "kthread: Pin the stack via try_get_task_stack()/put_task_stack() in t...
Oleg Nesterov
1
-6
/
+2
2016-12-08
kthread: Make struct kthread kmalloc'ed
Oleg Nesterov
2
-13
/
+47
2016-12-08
kcov: add missing #include <linux/sched.h>
Kefeng Wang
1
-0
/
+1
2016-12-07
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+3
2016-12-07
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-11
/
+8
2016-12-07
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
3
-58
/
+126
2016-12-06
lockdep: Fix report formatting
Dmitry Vyukov
1
-54
/
+57
2016-12-06
perf/core: Remove invalid warning from list_update_cgroup_even()t
David Carrillo-Cisneros
1
-11
/
+8
2016-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-2
/
+8
2016-12-02
locking/rtmutex: Use READ_ONCE() in rt_mutex_owner()
Thomas Gleixner
1
-2
/
+3
2016-12-02
locking/rtmutex: Prevent dequeue vs. unlock race
Thomas Gleixner
1
-2
/
+66
2016-11-30
bpf: fix states equal logic for varlen access
Josef Bacik
1
-2
/
+8
2016-11-30
Re-enable CONFIG_MODVERSIONS in a slightly weaker form
Linus Torvalds
1
-2
/
+3
2016-11-24
sched: Extend scheduler's asym packing
Tim Chen
3
-17
/
+57
2016-11-24
sched/autogroup: Fix 64-bit kernel nice level adjustment
Mike Galbraith
1
-1
/
+3
2016-11-23
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+13
2016-11-23
sched/fair: Clean up the tunable parameter definitions
Ingo Molnar
1
-22
/
+28
2016-11-23
sched/dl: Fix comment in pick_next_task_dl()
T.Zhou
1
-1
/
+1
2016-11-23
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
4
-34
/
+93
2016-11-22
sched/autogroup: Do not use autogroup->tg in zombie threads
Oleg Nesterov
2
-0
/
+20
2016-11-22
sched/autogroup: Fix autogroup_move_group() to never skip sched_move_task()
Oleg Nesterov
1
-11
/
+12
2016-11-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
1
-3
/
+17
2016-11-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-23
/
+47
2016-11-21
perf/core: Fix address filter parser
Alexander Shishkin
1
-0
/
+2
2016-11-18
lockdep: Limit static allocations if PROVE_LOCKING_SMALL is defined
Babu Moger
1
-3
/
+17
2016-11-16
bpf: fix range arithmetic for bpf map access
Josef Bacik
1
-23
/
+47
2016-11-16
sched/fair: Fix task group initialization
Vincent Guittot
1
-1
/
+1
2016-11-16
sched/fair: Propagate asynchrous detach
Vincent Guittot
1
-0
/
+6
2016-11-16
sched/fair: Propagate load during synchronous attach/detach
Vincent Guittot
2
-1
/
+188
2016-11-16
sched/fair: Factorize PELT update
Vincent Guittot
1
-51
/
+25
2016-11-16
sched/fair: Fix hierarchical order in rq->leaf_cfs_rq_list
Vincent Guittot
3
-7
/
+49
2016-11-16
sched/fair: Factorize attach/detach entity
Vincent Guittot
1
-22
/
+31
2016-11-16
sched/fair: Fix incorrect comment for capacity_margin
Morten Rasmussen
1
-1
/
+1
2016-11-16
sched/fair: Avoid pulling tasks from non-overloaded higher capacity groups
Morten Rasmussen
1
-0
/
+25
2016-11-16
sched/fair: Add per-CPU min capacity to sched_group_capacity
Morten Rasmussen
3
-7
/
+16
2016-11-16
sched/fair: Consider spare capacity in find_idlest_group()
Morten Rasmussen
1
-5
/
+45
2016-11-16
sched/fair: Compute task/cpu utilization at wake-up correctly
Morten Rasmussen
1
-4
/
+35
2016-11-16
sched/cpuacct: Avoid %lld seq_printf warning
Martin Schwidefsky
1
-1
/
+1
2016-11-16
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
7
-30
/
+39
2016-11-15
Merge tag 'trace-v4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-1
/
+23
2016-11-15
perf/core: Do not set cpuctx->cgrp for unscheduled cgroups
David Carrillo-Cisneros
1
-0
/
+11
2016-11-15
sched/cputime: Simplify task_cputime()
Stanislaw Gruszka
2
-44
/
+17
2016-11-15
sched/cputime, powerpc, s390: Make scaled cputime arch specific
Stanislaw Gruszka
2
-46
/
+17
2016-11-15
sched/cputime, powerpc: Remove cputime_to_scaled()
Stanislaw Gruszka
1
-14
/
+12
[next]