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
2011-11-07
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-2
/
+0
2011-10-26
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-117
/
+549
2011-10-26
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-11
/
+2
2011-10-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2011-10-06
sched: Don't use tasklist_lock for debug prints
Thomas Gleixner
1
-2
/
+2
2011-10-06
sched: Unify the ->cpus_allowed mask copy
Peter Zijlstra
1
-4
/
+3
2011-10-06
sched: Wrap scheduler p->cpus_allowed access
Peter Zijlstra
1
-4
/
+4
2011-10-06
sched: Request for idle balance during nohz idle load balance
Suresh Siddha
1
-3
/
+5
2011-10-06
sched: Use resched IPI to kick off the nohz idle balance
Suresh Siddha
1
-2
/
+19
2011-10-04
sched: Fix idle_cpu()
Thomas Gleixner
1
-1
/
+14
2011-10-04
sched: Convert to struct llist
Peter Zijlstra
1
-38
/
+10
2011-10-04
Merge branch 'linus' into sched/core
Ingo Molnar
1
-25
/
+1
2011-09-30
posix-cpu-timers: Cure SMP wobbles
Peter Zijlstra
1
-24
/
+0
2011-09-29
nohz: Remove nohz_cpu_mask
Shi, Alex
1
-11
/
+0
2011-09-29
rcu: Restore checks for blocking in RCU read-side critical sections
Paul E. McKenney
1
-0
/
+2
2011-09-27
treewide: Correct spelling of successfully in comments
Joe Perches
1
-1
/
+1
2011-09-26
sched: Fix up wchan borkage
Simon Kirby
1
-1
/
+1
2011-09-20
sched: Allow SD_NODES_PER_DOMAIN to be overridden
Anton Blanchard
1
-2
/
+0
2011-09-18
Merge branch 'linus' into sched/core
Ingo Molnar
1
-16
/
+27
2011-09-08
Merge branch 'sched-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip
Linus Torvalds
1
-15
/
+26
2011-08-29
perf events: Fix slow and broken cgroup context switch code
Stephane Eranian
1
-1
/
+1
2011-08-29
sched: Fix a memory leak in __sdt_free()
WANG Cong
1
-0
/
+1
2011-08-29
sched: Move blk_schedule_flush_plug() out of __schedule()
Thomas Gleixner
1
-10
/
+15
2011-08-29
sched: Separate the scheduler entry for preemption
Thomas Gleixner
1
-5
/
+10
2011-08-14
sched: Return unused runtime on group dequeue
Paul Turner
1
-1
/
+14
2011-08-14
sched: Add exports tracking cfs bandwidth control statistics
Nikhil Rao
1
-0
/
+21
2011-08-14
sched: Migrate throttled tasks on HOTPLUG
Paul Turner
1
-0
/
+27
2011-08-14
sched: Prevent interactions with throttled entities
Paul Turner
1
-1
/
+1
2011-08-14
sched: Allow for positional tg_tree walks
Paul Turner
1
-13
/
+37
2011-08-14
sched: Add support for unthrottling group entities
Paul Turner
1
-0
/
+3
2011-08-14
sched: Add support for throttling group entities
Paul Turner
1
-0
/
+7
2011-08-14
sched: Expire invalid runtime
Paul Turner
1
-1
/
+3
2011-08-14
sched: Add a timer to handle CFS bandwidth refresh
Paul Turner
1
-21
/
+86
2011-08-14
sched: Accumulate per-cfs_rq cpu usage and charge against bandwidth
Paul Turner
1
-1
/
+3
2011-08-14
sched: Validate CFS quota hierarchies
Paul Turner
1
-14
/
+98
2011-08-14
sched: Introduce primitives to account for CFS bandwidth tracking
Paul Turner
1
-4
/
+192
2011-08-14
sched: Implement hierarchical task accounting for SCHED_OTHER
Paul Turner
1
-4
/
+2
2011-08-14
sched: fix broken SCHED_RESET_ON_FORK handling
Mike Galbraith
1
-13
/
+12
2011-08-14
sched: Remove rq->avg_load_per_task
Jan H. Schönherr
1
-6
/
+2
2011-07-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+0
2011-07-24
Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-10
/
+80
2011-07-23
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-81
/
+36
2011-07-23
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2011-07-23
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+2
2011-07-21
sched: Separate group-scheduling code more clearly
Jan H. Schönherr
1
-24
/
+19
2011-07-21
sched: Reorder root_domain to remove 64 bit alignment padding
Richard Kennedy
1
-1
/
+1
2011-07-21
sched: Do not attempt to destroy uninitialized rt_bandwidth
Bianca Lutz
1
-1
/
+2
2011-07-21
sched: Fix (harmless) typo 'CONFG_FAIR_GROUP_SCHED'
Jan Schoenherr
1
-1
/
+1
2011-07-21
sched, cgroup: Optimize load_balance_fair()
Peter Zijlstra
1
-32
/
+0
2011-07-21
Merge branch 'linus' into sched/core
Ingo Molnar
1
-46
/
+199
[next]