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
pinetabv-6.6.y-devel
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
2008-04-19
nodemask: use new node_to_cpumask_ptr function
Mike Travis
1
-15
/
+14
2008-04-19
generic: reduce stack pressure in sched_affinity
Mike Travis
1
-2
/
+3
2008-04-19
cpuset: modify cpuset_set_cpus_allowed to use cpumask pointer
Mike Travis
1
-3
/
+5
2008-04-19
sched: remove fixed NR_CPUS sized arrays in kernel_sched_c
Mike Travis
1
-28
/
+52
2008-04-19
sched: allow cpuacct stats to be reset
Dhaval Giani
1
-0
/
+24
2008-04-19
sched: cleanup cpuacct variable names
Dhaval Giani
1
-9
/
+9
2008-04-19
sched: rt-group: smp balancing
Peter Zijlstra
1
-3
/
+37
2008-04-19
sched: rt-group: synchonised bandwidth period
Peter Zijlstra
1
-49
/
+211
2008-04-19
sched: remove sysctl_sched_batch_wakeup_granularity
Ingo Molnar
1
-1
/
+0
2008-04-19
sched: reenable sync wakeups
Ingo Molnar
1
-5
/
+5
2008-04-19
sched: cache hot buddy
Ingo Molnar
1
-7
/
+9
2008-04-19
sched: feat affine wakeups
Ingo Molnar
1
-1
/
+3
2008-04-19
sched: introduce SCHED_FEAT_SYNC_WAKEUPS, turn it off
Ingo Molnar
1
-1
/
+6
2008-04-19
sched: fix rq->clock overflows detection with CONFIG_NO_HZ
Guillaume Chazarain
1
-3
/
+35
2008-04-19
sched: sched.c needs tick.h
Reynes Philippe
1
-0
/
+1
2008-04-19
sched: make cpu_clock() globally synchronous
Ingo Molnar
1
-3
/
+49
2008-03-26
NOHZ: reevaluate idle sleep length after add_timer_on()
Thomas Gleixner
1
-0
/
+43
2008-03-21
sched: add arch_update_cpu_topology hook.
Heiko Carstens
1
-0
/
+5
2008-03-21
sched: add exported arch_reinit_sched_domains() to header file.
Heiko Carstens
1
-1
/
+1
2008-03-21
sched: remove double unlikely from schedule()
Roel Kluin
1
-1
/
+1
2008-03-21
sched: cleanup old and rarely used 'debug' features.
Peter Zijlstra
1
-6
/
+2
2008-03-19
sched: wakeup-buddy tasks are cache-hot
Ingo Molnar
1
-0
/
+6
2008-03-19
sched: improve affine wakeups
Ingo Molnar
1
-1
/
+4
2008-03-15
sched: fix overload performance: buddy wakeups
Peter Zijlstra
1
-1
/
+1
2008-03-15
sched: fix calc_delta_mine()
Ingo Molnar
1
-1
/
+1
2008-03-15
sched: fix update_load_add()/sub()
Ingo Molnar
1
-0
/
+2
2008-03-15
sched: fix race in schedule()
Hiroshi Shimamoto
1
-22
/
+16
2008-03-11
keep rd->online and cpu_online_map in sync
Gregory Haskins
1
-1
/
+2
2008-03-11
Revert "cpu hotplug: adjust root-domain->online span in response to hotplug e...
Gregory Haskins
1
-7
/
+11
2008-03-09
cpu hotplug: adjust root-domain->online span in response to hotplug event
Gregory Haskins
1
-11
/
+7
2008-03-07
sched: don't allow rt_runtime_us to be zero for groups having rt tasks
Dhaval Giani
1
-0
/
+17
2008-03-07
sched: rt-group: fixup schedulability constraints calculation
Peter Zijlstra
1
-7
/
+3
2008-03-07
sched: fix the wrong time slice value for SCHED_FIFO tasks
Miao Xie
1
-1
/
+1
2008-03-07
sched: export task_nice
Pavel Roskin
1
-1
/
+1
2008-03-07
sched: retain vruntime
Peter Zijlstra
1
-0
/
+5
2008-03-04
sched: revert load_balance_monitor() changes
Peter Zijlstra
1
-248
/
+35
2008-02-25
sched: fix signedness warnings in sched.c
Harvey Harrison
1
-1
/
+1
2008-02-25
sched: make early bootup sched_clock() use safer
Ingo Molnar
1
-4
/
+10
2008-02-24
Add memory barrier semantics to wake_up() & co
Linus Torvalds
1
-0
/
+1
2008-02-24
kprobes: refuse kprobe insertion on add/sub_preempt_counter()
Srinivasa Ds
1
-2
/
+2
2008-02-13
sched: rt-group: refure unrunnable tasks
Peter Zijlstra
1
-0
/
+15
2008-02-13
sched: rt-group: clean up the ifdeffery
Peter Zijlstra
1
-71
/
+139
2008-02-13
sched: rt-group: make rt groups scheduling configurable
Peter Zijlstra
1
-43
/
+105
2008-02-13
sched: rt-group: interface
Peter Zijlstra
1
-30
/
+111
2008-02-13
sched: rt-group: deal with PI
Peter Zijlstra
1
-0
/
+3
2008-02-13
sched: fix incorrect irq lock usage in normalize_rt_tasks()
Peter Zijlstra
1
-4
/
+4
2008-02-13
sched: fair-group: separate tg->shares from task_group_lock
Peter Zijlstra
1
-20
/
+17
2008-02-08
kernel: remove fastcall in kernel/*
Harvey Harrison
1
-8
/
+8
2008-02-01
Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-10
/
+18
2008-02-01
sched: remove unused params
Gerald Stralko
1
-5
/
+5
[prev]
[next]