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
/
sched.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-11
Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-8
/
+47
2009-06-11
Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2009-06-11
Merge branch 'sched-docs-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+23
2009-05-19
sched: properly define the sched_group::cpumask and sched_domain::span fields
Ingo Molnar
1
-2
/
+3
2009-05-15
sched, timers: cleanup avenrun users
Thomas Gleixner
1
-0
/
+15
2009-05-15
sched, timers: move calc_load() to scheduler
Thomas Gleixner
1
-10
/
+74
2009-05-11
Merge commit 'v2.6.30-rc5' into sched/core
Ingo Molnar
1
-4
/
+8
2009-05-08
Merge branch 'x86/urgent' into x86/xen
Ingo Molnar
1
-16
/
+150
2009-05-07
Merge branch 'tracing/hw-branch-tracing' into tracing/core
Ingo Molnar
1
-0
/
+43
2009-05-07
Merge branch 'linus' into tracing/core
Ingo Molnar
1
-4
/
+8
2009-05-07
sched: emit thread info flags with stack trace
David Rientjes
1
-2
/
+3
2009-05-06
tracepoint: trace_sched_migrate_task(): remove parameter
Mathieu Desnoyers
1
-1
/
+1
2009-05-05
sched: rt: document the risk of small values in the bandwidth settings
Peter Zijlstra
1
-0
/
+7
2009-04-29
sched: account system time properly
Eric Dumazet
1
-1
/
+1
2009-04-29
sched: Document memory barriers implied by sleep/wake-up primitives
David Howells
1
-0
/
+23
2009-04-24
Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracing
Ingo Molnar
1
-15
/
+149
2009-04-21
sched: Replace first_cpu() with cpumask_first() in ILB nomination code
Gautham R Shenoy
1
-1
/
+1
2009-04-20
sched: remove extra call overhead for schedule()
Peter Zijlstra
1
-8
/
+4
2009-04-17
sched: Avoid printing sched_group::__cpu_power for default case
Gautham R Shenoy
1
-2
/
+6
2009-04-15
sched: use group_first_cpu() instead of cpumask_first(sched_group_cpus())
Miao Xie
1
-2
/
+2
2009-04-15
tracing/events: move trace point headers into include/trace/events
Steven Rostedt
1
-1
/
+1
2009-04-14
tracing: create automated trace defines
Steven Rostedt
1
-7
/
+3
2009-04-14
wait: don't use __wake_up_common()
Johannes Weiner
1
-1
/
+1
2009-04-14
sched: Nominate a power-efficient ilb in select_nohz_balancer()
Gautham R Shenoy
1
-1
/
+17
2009-04-14
sched: Nominate idle load balancer from a semi-idle package.
Gautham R Shenoy
1
-9
/
+118
2009-04-14
tracing, sched: mark get_parent_ip() notrace
Lai Jiangshan
1
-1
/
+1
2009-04-08
Merge commit 'v2.6.30-rc1' into sched/urgent
Ingo Molnar
1
-353
/
+788
2009-04-08
Merge commit 'origin/master' into for-linus/xen/master
Jeremy Fitzhardinge
1
-36
/
+125
2009-04-07
sched, hw-branch-tracer: add wait_task_context_switch() function to sched.h
Markus Metzger
1
-0
/
+43
2009-04-07
Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+11
2009-04-05
Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-4
/
+4
2009-04-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask
Linus Torvalds
1
-21
/
+22
2009-04-04
Merge branch 'ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2009-04-02
Merge branch 'tracing/core-v2' into tracing-for-linus
Ingo Molnar
1
-4
/
+4
2009-04-01
epoll keyed wakeups: add __wake_up_locked_key() and __wake_up_sync_key()
Davide Libenzi
1
-4
/
+19
2009-04-01
sched: Print sched_group::__cpu_power in sched_domain_debug
Gautham R Shenoy
1
-1
/
+2
2009-04-01
cpuacct: add per-cgroup utime/stime statistics
Bharata B Rao
1
-6
/
+81
2009-04-01
posixtimers, sched: Fix posix clock monotonicity
Hidetoshi Seto
1
-8
/
+57
2009-03-31
cpuacct: make cpuacct hierarchy walk in cpuacct_charge() safe when rcupreempt...
Bharata B Rao
1
-0
/
+5
2009-03-31
hrtimer: fix rq->lock inversion (again)
Peter Zijlstra
1
-3
/
+11
2009-03-31
Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Rusty Russell
1
-21
/
+22
2009-03-31
Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+68
2009-03-31
Merge branch 'linus' into cpumask-for-linus
Ingo Molnar
1
-289
/
+692
2009-03-30
x86/paravirt: finish change from lazy cpu to context switch start/end
Jeremy Fitzhardinge
1
-1
/
+1
2009-03-30
x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switch
Jeremy Fitzhardinge
1
-1
/
+1
2009-03-29
sched: fix errors in struct & function comments
Randy Dunlap
1
-7
/
+8
2009-03-27
Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2
Ingo Molnar
1
-9
/
+4
2009-03-25
sched: Add comments to find_busiest_group() function
Gautham R Shenoy
1
-8
/
+42
2009-03-25
sched: Refactor the power savings balance code
Gautham R Shenoy
1
-83
/
+153
2009-03-25
sched: Optimize the !power_savings_balance during fbg()
Gautham R Shenoy
1
-9
/
+14
[next]