Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
4d78a2239e393f09e0964a2f8da394cc91d75155
/
kernel
/
sched
/
core.c
4d78a22
sched: Fix the sched group node allocation for SD_OVERLAP domains
by Suresh Siddha
· 13 years ago
916671c
sched: Set skip_clock_update in yield_task_fair()
by Mike Galbraith
· 13 years ago
391e43d
sched: Move all scheduler bits into kernel/sched/
by Peter Zijlstra
· 13 years ago
[Renamed (99%) from kernel/sched.c]
029632f
sched: Make separate sched*.c translation units
by Peter Zijlstra
· 13 years ago
a3e5d10
sched: Don't call task_group() too many times in set_task_rq()
by Andrew Vagin
· 13 years ago
f4d6f6c
sched, trivial: Initialize root cgroup's sibling list
by Glauber Costa
· 13 years ago
56f570e
sched: Use jump labels to reduce overhead when bandwidth control is inactive
by Paul Turner
· 13 years ago
f1c6f1a
sched: Set the command name of the idle tasks in SMP kernels
by Carsten Emde
· 13 years ago
c6dc7f0
sched: Document wait_for_completion_*() return values
by J. Bruce Fields
· 13 years ago
1197ab2
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 13 years ago
8a4a891
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
19b4a8d
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
59e5253
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
510f5ac
sched: Don't use tasklist_lock for debug prints
by Thomas Gleixner
· 13 years ago
4939602
sched: Unify the ->cpus_allowed mask copy
by Peter Zijlstra
· 14 years ago
fa17b50
sched: Wrap scheduler p->cpus_allowed access
by Peter Zijlstra
· 14 years ago
6eb57e0
sched: Request for idle balance during nohz idle load balance
by Suresh Siddha
· 13 years ago
ca38062
sched: Use resched IPI to kick off the nohz idle balance
by Suresh Siddha
· 13 years ago
908a328
sched: Fix idle_cpu()
by Thomas Gleixner
· 13 years ago
fa14ff4
sched: Convert to struct llist
by Peter Zijlstra
· 13 years ago
22f92ba
Merge branch 'linus' into sched/core
by Ingo Molnar
· 13 years ago
d670ec1
posix-cpu-timers: Cure SMP wobbles
by Peter Zijlstra
· 13 years ago
fc0763f
nohz: Remove nohz_cpu_mask
by Shi, Alex
· 13 years ago
b3fbab0
rcu: Restore checks for blocking in RCU read-side critical sections
by Paul E. McKenney
· 14 years ago
bfb9035
treewide: Correct spelling of successfully in comments
by Joe Perches
· 13 years ago
6ebbe7a
sched: Fix up wchan borkage
by Simon Kirby
· 13 years ago
590e4d8
sched: Allow SD_NODES_PER_DOMAIN to be overridden
by Anton Blanchard
· 13 years ago
bfa322c
Merge branch 'linus' into sched/core
by Ingo Molnar
· 13 years ago
e81b693
Merge branch 'sched-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip
by Linus Torvalds
· 13 years ago
a8d757e
perf events: Fix slow and broken cgroup context switch code
by Stephane Eranian
· 13 years ago
feff8fa
sched: Fix a memory leak in __sdt_free()
by WANG Cong
· 13 years ago
9c40cef2
sched: Move blk_schedule_flush_plug() out of __schedule()
by Thomas Gleixner
· 14 years ago
c259e01
sched: Separate the scheduler entry for preemption
by Thomas Gleixner
· 14 years ago
d8b4986
sched: Return unused runtime on group dequeue
by Paul Turner
· 13 years ago
e8da1b1
sched: Add exports tracking cfs bandwidth control statistics
by Nikhil Rao
· 13 years ago
8cb120d
sched: Migrate throttled tasks on HOTPLUG
by Paul Turner
· 13 years ago
64660c8
sched: Prevent interactions with throttled entities
by Paul Turner
· 13 years ago
8277434
sched: Allow for positional tg_tree walks
by Paul Turner
· 13 years ago
671fd9d
sched: Add support for unthrottling group entities
by Paul Turner
· 13 years ago
85dac90
sched: Add support for throttling group entities
by Paul Turner
· 13 years ago
a9cf55b
sched: Expire invalid runtime
by Paul Turner
· 13 years ago
58088ad
sched: Add a timer to handle CFS bandwidth refresh
by Paul Turner
· 13 years ago
ec12cb7
sched: Accumulate per-cfs_rq cpu usage and charge against bandwidth
by Paul Turner
· 13 years ago
a790de9
sched: Validate CFS quota hierarchies
by Paul Turner
· 13 years ago
ab84d31
sched: Introduce primitives to account for CFS bandwidth tracking
by Paul Turner
· 13 years ago
953bfcd
sched: Implement hierarchical task accounting for SCHED_OTHER
by Paul Turner
· 13 years ago
c350a04
sched: fix broken SCHED_RESET_ON_FORK handling
by Mike Galbraith
· 13 years ago
e2b245f
sched: Remove rq->avg_load_per_task
by Jan H. Schönherr
· 13 years ago
d3ec484
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
5fabc48
Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 13 years ago
bdc7ccf
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 13 years ago
4d4abdc
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 13 years ago
75b56ec
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 13 years ago
acb5a9b
sched: Separate group-scheduling code more clearly
by Jan H. Schönherr
· 13 years ago
26a148e
sched: Reorder root_domain to remove 64 bit alignment padding
by Richard Kennedy
· 13 years ago
99bc524
sched: Do not attempt to destroy uninitialized rt_bandwidth
by Bianca Lutz
· 13 years ago
5f817d6
sched: Fix (harmless) typo 'CONFG_FAIR_GROUP_SCHED'
by Jan Schoenherr
· 13 years ago
9763b67
sched, cgroup: Optimize load_balance_fair()
by Peter Zijlstra
· 13 years ago
994bf1c
Merge branch 'linus' into sched/core
by Ingo Molnar
· 13 years ago
cf6ace1
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 13 years ago
d1e9ae4
Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu into core/urgent
by Ingo Molnar
· 13 years ago
c5d753a
sched: Add irq_{enter,exit}() to scheduler_ipi()
by Peter Zijlstra
· 13 years ago
d110235
sched: Avoid creating superfluous NUMA domains on non-NUMA systems
by Peter Zijlstra
· 13 years ago
e3589f6
sched: Allow for overlapping sched_domain spans
by Peter Zijlstra
· 13 years ago
9c3f75c
sched: Break out cpu_power from the sched_group structure
by Peter Zijlstra
· 13 years ago
c64be78
sched: Fix 32bit race
by Peter Zijlstra
· 13 years ago
095c0aa
sched: adjust scheduler cpu power for stolen time
by Glauber Costa
· 13 years ago
e6e6685
KVM guest: Steal time accounting
by Glauber Costa
· 13 years ago
b7e9c22
Merge branch 'master' into for-next
by Jiri Kosina
· 13 years ago
d8bf4ca
rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_check
by Michal Hocko
· 13 years ago
732375c
plist: Remove the need to supply locks to plist heads
by Dima Zavin
· 13 years ago
1ecc818
Merge branch 'sched/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into sched/core
by Ingo Molnar
· 14 years ago
a8b0ca1
perf: Remove the nmi parameter from the swevent and overflow interface
by Peter Zijlstra
· 14 years ago
307bf98
sched: Simplify mutex_spin_on_owner()
by Thomas Gleixner
· 14 years ago
36b2e92
Merge commit 'v3.0-rc5' into sched/core
by Ingo Molnar
· 14 years ago
cd62287
sched, cgroups: Fix MIN_SHARES on 64-bit boxen
by Mike Galbraith
· 14 years ago
d902db1
sched: Generalize sleep inside spinlock detection
by Frederic Weisbecker
· 14 years ago
bdd4e85
sched: Isolate preempt counting in its own config option
by Frederic Weisbecker
· 14 years ago
2da8c8b
sched: Remove pointless in_atomic() definition check
by Frederic Weisbecker
· 14 years ago
6c6c54e
sched: Fix/clarify set_task_cpu() locking rules
by Peter Zijlstra
· 14 years ago
e197f09
Merge branch 'unlikely/sched' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into sched/urgent
by Ingo Molnar
· 14 years ago
f339b9d
sched: Fix schedstat.nr_wakeups_migrate
by Peter Zijlstra
· 14 years ago
f01114c
sched: Fix cross-cpu clock sync on remote wakeups
by Peter Zijlstra
· 14 years ago
1e1b6c5
cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowed
by KOSAKI Motohiro
· 14 years ago
d6aa8f8
sched: Fix ttwu() for __ARCH_WANT_INTERRUPTS_ON_CTXSW
by Peter Zijlstra
· 14 years ago
f780bdb
cgroups: add per-thread subsystem callbacks
by Ben Blum
· 14 years ago
15a3d11
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
e98bae7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6
by Linus Torvalds
· 14 years ago
17d9f31
SCHED_TTWU_QUEUE is not longer needed since sparc32 now implements IPI
by Daniel Hellstrom
· 14 years ago
90d3ac1
Merge commit '317f394160e9beb97d19a84c39b7e5eb3d7815a8'
by David S. Miller
· 14 years ago
c8b2811
sched: Increase SCHED_LOAD_SCALE resolution
by Nikhil Rao
· 14 years ago
1399fa7
sched: Introduce SCHED_POWER_SCALE to scale cpu_power calculations
by Nikhil Rao
· 14 years ago
f05998d
sched: Cleanup set_load_weight()
by Nikhil Rao
· 14 years ago
db670da
sched: Fix and optimise calculation of the weight-inverse
by Stephan Baerwolf
· 14 years ago
db44fc0
sched: Avoid going ahead if ->cpus_allowed is not changed
by Yong Zhang
· 14 years ago
61eadef
sched, rt: Update rq clock when unthrottling of an otherwise idle CPU
by Mike Galbraith
· 14 years ago
3e51e3e
sched: Remove unused parameters from sched_fork() and wake_up_new_task()
by Samir Bellabes
· 14 years ago
7142d17
sched: Shorten the construction of the span cpu mask of sched domain
by Hillf Danton
· 14 years ago
4934a4d
sched: Wrap the 'cfs_rq->nr_spread_over' field with CONFIG_SCHED_DEBUG
by Rakib Mullick
· 14 years ago
1437f5b
sched: Remove noop in alloc_rt_sched_group()
by Hillf Danton
· 14 years ago
Next »