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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-26
tracehook: wait_task_inactive
Roland McGrath
1
-2
/
+27
2008-07-26
Full conversion to early_initcall() interface, remove old interface
Eduard - Gabriel Munteanu
1
-1
/
+4
2008-07-25
accounting: account for user time when updating memory integrals
Jonathan Lim
1
-0
/
+2
2008-07-24
Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-206
/
+107
2008-07-24
Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-18
/
+18
2008-07-22
sysdev: Pass the attribute to the low level sysdev show/store function
Andi Kleen
1
-2
/
+6
2008-07-20
sched: hrtick_enabled() should use cpu_active()
Ingo Molnar
1
-1
/
+1
2008-07-20
Merge branch 'sched/urgent' into sched/devel
Ingo Molnar
1
-142
/
+60
2008-07-20
sched, x86: clean up hrtick implementation
Peter Zijlstra
1
-142
/
+60
2008-07-18
cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ...
Max Krasnyansky
1
-63
/
+45
2008-07-18
sched: reduce stack size in isolated_cpu_setup()
Mike Travis
1
-1
/
+2
2008-07-16
Merge branch 'linus' into cpus4096
Ingo Molnar
1
-250
/
+585
2008-07-15
Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2008-07-15
Merge branch 'sched/new-API-sched_setscheduler' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-12
/
+36
2008-07-14
Merge branch 'auto-ftrace-next' into tracing/for-linus
Ingo Molnar
1
-2
/
+53
2008-07-14
Merge branch 'sched/for-linus' into tracing/for-linus
Ingo Molnar
1
-232
/
+491
2008-07-13
Merge branch 'linus' into sched/devel
Ingo Molnar
1
-3
/
+4
2008-07-12
Merge branch 'linus' into x86/core
Ingo Molnar
1
-3
/
+4
2008-07-10
sched: fix cpu hotplug, cleanup
Linus Torvalds
1
-6
/
+5
2008-07-10
Merge branch 'tracing/ftrace' into auto-ftrace-next
Ingo Molnar
1
-3
/
+54
2008-07-10
sched: fix cpu hotplug
Dmitry Adamushko
1
-1
/
+3
2008-07-08
sched, numa: replace MAX_NUMNODES with nr_node_ids in kernel/sched.c
Mike Travis
1
-9
/
+9
2008-07-07
Merge commit 'v2.6.26-rc9' into sched/devel
Ingo Molnar
1
-0
/
+4
2008-07-06
Merge commit 'v2.6.26-rc9' into cpus4096
Ingo Molnar
1
-425
/
+96
2008-07-04
sched: fix accounting in task delay accounting & migration
Ankita Garg
1
-0
/
+1
2008-07-04
sched: add avg-overlap support to RT tasks
Gregory Haskins
1
-0
/
+14
2008-07-04
sched: terminate newidle balancing once at least one task has moved over
Gregory Haskins
1
-0
/
+4
2008-07-01
sched: fix divide error when trying to configure rt_period to zero
Raistlin
1
-0
/
+3
2008-06-30
sched: fix warning
Vegard Nossum
1
-1
/
+3
2008-06-30
sched: build fix
Ingo Molnar
1
-5
/
+7
2008-06-29
sched: fix cpu hotplug
Dmitry Adamushko
1
-0
/
+1
2008-06-27
sched: incremental effective_load()
Peter Zijlstra
1
-0
/
+6
2008-06-27
sched: correct wakeup weight calculations
Peter Zijlstra
1
-0
/
+4
2008-06-27
sched: update shares on wakeup
Peter Zijlstra
1
-1
/
+29
2008-06-27
sched: fix shares boost logic
Peter Zijlstra
1
-0
/
+3
2008-06-27
sched: disable source/target_load bias
Peter Zijlstra
1
-2
/
+2
2008-06-27
sched: remove prio preference from balance decisions
Peter Zijlstra
1
-9
/
+3
2008-06-27
sched: hierarchical load vs find_busiest_group
Peter Zijlstra
1
-3
/
+23
2008-06-27
sched: persistent average load per task
Peter Zijlstra
1
-13
/
+12
2008-06-27
sched: fix sched_balance_self() smp group balancing
Peter Zijlstra
1
-0
/
+3
2008-06-27
sched: fix newidle smp group balancing
Peter Zijlstra
1
-0
/
+13
2008-06-27
sched: simplify the group load balancer
Peter Zijlstra
1
-222
/
+64
2008-06-27
sched: no need to aggregate task_weight
Peter Zijlstra
1
-15
/
+1
2008-06-27
sched: dont micro manage share losses
Peter Zijlstra
1
-23
/
+3
2008-06-27
sched: update aggregate when holding the RQs
Peter Zijlstra
1
-0
/
+20
2008-06-27
sched: fix sched_domain aggregation
Peter Zijlstra
1
-59
/
+54
2008-06-27
sched: fix wakeup granularity and buddy granularity
Peter Zijlstra
1
-0
/
+1
2008-06-27
sched: sched_clock_cpu() based cpu_clock()
Peter Zijlstra
1
-76
/
+0
2008-06-27
sched: revert revert of: fair-group: SMP-nice for group scheduling
Peter Zijlstra
1
-31
/
+399
2008-06-27
sched: revert the revert of: weight calculations
Peter Zijlstra
1
-6
/
+3
[next]