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
starfive-6.6.48-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
2013-04-30
sched: Avoid prev->stime underflow
Stanislaw Gruszka
1
-7
/
+7
2013-04-30
sched: Do not account bogus utime
Stanislaw Gruszka
1
-0
/
+9
2013-04-30
sched: Avoid cputime scaling overflow
Stanislaw Gruszka
1
-22
/
+35
2013-04-26
sched: Fix init NOHZ_IDLE flag
Vincent Guittot
2
-11
/
+16
2013-04-24
sched: Prevent to re-select dst-cpu in load_balance()
Joonsoo Kim
1
-18
/
+15
2013-04-24
sched: Rename load_balance_tmpmask to load_balance_mask
Joonsoo Kim
2
-4
/
+4
2013-04-24
sched: Move up affinity check to mitigate useless redoing overhead
Joonsoo Kim
1
-9
/
+7
2013-04-24
sched: Don't consider other cpus in our group in case of NEWLY_IDLE
Joonsoo Kim
1
-1
/
+14
2013-04-24
sched: Explicitly cpu_idle_type checking in rebalance_domains()
Joonsoo Kim
1
-3
/
+4
2013-04-24
sched: Change position of resched_cpu() in load_balance()
Joonsoo Kim
1
-5
/
+5
2013-04-21
sched: Fix wrong rq's runnable_avg update with rt tasks
Vincent Guittot
3
-2
/
+49
2013-04-10
sched/cpuacct/UML: Fix header file dependency bug on the UML build
Ingo Molnar
1
-0
/
+1
2013-04-10
cgroup: Kill subsys.active flag
Li Zefan
1
-3
/
+0
2013-04-10
sched/cpuacct: No need to check subsys active state
Li Zefan
1
-6
/
+0
2013-04-10
sched/cpuacct: Initialize cpuacct subsystem earlier
Li Zefan
1
-5
/
+6
2013-04-10
sched/cpuacct: Initialize root cpuacct earlier
Li Zefan
3
-14
/
+4
2013-04-10
sched/cpuacct: Allocate per_cpu cpuusage for root cpuacct statically
Li Zefan
1
-2
/
+2
2013-04-10
sched/cpuacct: Clean up cpuacct.h
Li Zefan
2
-47
/
+43
2013-04-10
sched/cpuacct: Remove redundant NULL checks in cpuacct_acount_field()
Li Zefan
2
-2
/
+7
2013-04-10
sched/cpuacct: Remove redundant NULL checks in cpuacct_charge()
Li Zefan
2
-2
/
+6
2013-04-10
sched/cpuacct: Add cpuacct_acount_field()
Li Zefan
3
-17
/
+30
2013-04-10
sched/cpuacct: Add cpuacct_init()
Li Zefan
3
-6
/
+14
2013-04-10
sched: Split cpuacct code out of sched.h
Li Zefan
2
-47
/
+53
2013-04-10
sched: Split cpuacct code out of core.c
Li Zefan
3
-220
/
+228
2013-04-10
sched: Fix comment in rebalance_domains()
Libin
1
-1
/
+1
2013-04-10
sched: Simplify can_migrate_task()
Zhang Hang
1
-7
/
+4
2013-04-08
sched: Fix typo inside comment
Viresh Kumar
1
-1
/
+1
2013-03-18
sched/tracing: Allow tracing the preemption decision on wakeup
Peter Zijlstra
1
-1
/
+1
2013-03-18
Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...
Ingo Molnar
1
-12
/
+34
2013-03-14
sched: Fix variable name misnomer, add comments
Andrei Epure
1
-4
/
+5
2013-03-13
sched: Lower chances of cputime scaling overflow
Frederic Weisbecker
1
-12
/
+34
2013-03-11
sched: Spelling fix
Andrei Epure
1
-1
/
+1
2013-03-11
sched: Fix update_group_power() prototype placement to fix build warning when...
Li Zefan
1
-1
/
+2
2013-03-08
Merge branch 'sched/cputime' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
3
-76
/
+86
2013-03-07
cputime: Dynamically scale cputime for full dynticks accounting
Frederic Weisbecker
2
-75
/
+81
2013-03-07
context_tracking: Restore preempted context state after preempt_schedule_irq()
Frederic Weisbecker
1
-1
/
+5
2013-03-06
sched: Remove double declaration of root_task_group
Li Zefan
2
-5
/
+4
2013-03-06
sched: Move group scheduling functions out of include/linux/sched.h
Li Zefan
2
-5
/
+17
2013-03-06
sched: Make default_scale_freq_power() static
Li Zefan
1
-3
/
+3
2013-03-06
sched: Move struct sched_class to kernel/sched/sched.h
Li Zefan
1
-0
/
+55
2013-03-06
sched: Move wake flags to kernel/sched/sched.h
Li Zefan
1
-0
/
+7
2013-03-06
sched: Move struct sched_group to kernel/sched/sched.h
Li Zefan
1
-0
/
+56
2013-03-06
sched: Move SCHED_LOAD_SHIFT macros to kernel/sched/sched.h
Li Zefan
1
-1
/
+25
2013-03-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2013-03-04
Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+4
2013-03-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2013-03-03
fix compat_sys_rt_sigprocmask()
Al Viro
1
-1
/
+1
2013-03-03
trace/ring_buffer: handle 64bit aligned structs
James Hogan
1
-2
/
+4
2013-03-02
Merge tag 'for_linux-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...
Linus Torvalds
6
-127
/
+62
2013-03-02
Merge tag 'arc-v3.9-rc1-late' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+5
[next]