Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
c175a0ce7584e5b498fff8cbdb9aa7912aa9fbba
/
kernel
/
sched.c
90b9a32
Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb
by Linus Torvalds
· 15 years ago
7a9b149
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
by Linus Torvalds
· 15 years ago
67fc4e0
kdb: core for kgdb back end (2 of 2)
by Jason Wessel
· 15 years ago
22c43c8
wait_event_interruptible_locked() interface
by Michal Nazarewicz
· 15 years ago
b8ae30e
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
4d7b4ac
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
a93d2f17
sched, wait: Use wrapper functions
by Changli Gao
· 15 years ago
25502a6
rcu: refactor RCU's context-switch handling
by Paul E. McKenney
· 15 years ago
e7858f5
Merge branch 'cpu_stop' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into sched/core
by Ingo Molnar
· 15 years ago
cce9131
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 15 years ago
27a9da6
sched: Remove rq argument to the tracepoints
by Peter Zijlstra
· 15 years ago
fc390cd
rcu: need barrier() in UP synchronize_sched_expedited()
by Paul E. McKenney
· 15 years ago
cc631fb
sched: correctly place paranioa memory barriers in synchronize_sched_expedited()
by Paul E. McKenney
· 15 years ago
94458d5
sched: kill paranoia check in synchronize_sched_expedited()
by Tejun Heo
· 15 years ago
969c792
sched: replace migration_thread with cpu_stop
by Tejun Heo
· 15 years ago
8b08ca5
rcu: Fix RCU lockdep splat in set_task_cpu on fork path
by Peter Zijlstra
· 15 years ago
70bce3b
Merge branch 'linus' into perf/core
by Ingo Molnar
· 15 years ago
669c55e
sched: Pre-compute cpumask_weight(sched_domain_span(sd))
by Peter Zijlstra
· 15 years ago
74f5187
sched: Cure load average vs NO_HZ woes
by Peter Zijlstra
· 15 years ago
4b40221
mutex: Don't spin when the owner CPU is offline or other weird cases
by Benjamin Herrenschmidt
· 15 years ago
09a40af
sched: Fix UP update_avg() build warning
by Mike Galbraith
· 15 years ago
b257c14
Merge branch 'linus' into sched/core
by Ingo Molnar
· 15 years ago
2aedd19
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
ca7e0c6
Merge branch 'linus' into perf/core
by Ingo Molnar
· 15 years ago
84fba5e
sched: Fix sched_getaffinity()
by Anton Blanchard
· 15 years ago
336f589
Merge branch 'master' into export-slabh
by Tejun Heo
· 15 years ago
371fd7e
sched: Add enqueue/dequeue flags
by Peter Zijlstra
· 15 years ago
cc87f76
sched: Fix nr_uninterruptible count
by Peter Zijlstra
· 15 years ago
65cc8e4
sched: Optimize task_rq_lock()
by Peter Zijlstra
· 15 years ago
0017d73
sched: Fix TASK_WAKING vs fork deadlock
by Peter Zijlstra
· 15 years ago
9084bb8
sched: Make select_fallback_rq() cpuset friendly
by Oleg Nesterov
· 15 years ago
6a1bdc1
sched: _cpu_down(): Don't play with current->cpus_allowed
by Oleg Nesterov
· 15 years ago
30da688
sched: sched_exec(): Remove the select_fallback_rq() logic
by Oleg Nesterov
· 15 years ago
c1804d5
sched: move_task_off_dead_cpu(): Remove retry logic
by Oleg Nesterov
· 15 years ago
1445c08
sched: move_task_off_dead_cpu(): Take rq->lock around select_fallback_rq()
by Oleg Nesterov
· 15 years ago
897f0b3
sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locked code
by Oleg Nesterov
· 15 years ago
47a7098
sched: set_cpus_allowed_ptr(): Don't use rq->migration_thread after unlock
by Oleg Nesterov
· 15 years ago
c949472
Merge branch 'linus' into sched/core
by Ingo Molnar
· 15 years ago
ec5e61a
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
faa4602
x86, perf, bts, mm: Delete the never used BTS-ptrace code
by Peter Zijlstra
· 15 years ago
8bc037f
sched: Use proper type in sched_getaffinity()
by KOSAKI Motohiro
· 15 years ago
c890692
kernel/sched.c: Suppress unused var warning
by Andrew Morton
· 15 years ago
cd3d803
sched: sched_getaffinity(): Allow less than NR_CPUS length
by KOSAKI Motohiro
· 15 years ago
80a1860
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
c6ee36c
sched: Remove SYNC_WAKEUPS feature
by Mike Galbraith
· 15 years ago
a64692a
sched: Cleanup/optimize clock updates
by Mike Galbraith
· 15 years ago
e12f31d
sched: Remove avg_overlap
by Mike Galbraith
· 15 years ago
b42e0c4
sched: Remove avg_wakeup
by Mike Galbraith
· 15 years ago
39c0cbe
sched: Rate-limit nohz
by Mike Galbraith
· 15 years ago
41acab8
sched: Implement group scheduler statistics in one struct
by Lucas De Marchi
· 15 years ago
ab3b3aa
sched: Cleanup: remove unused variable in try_to_wake_up()
by Dan Carpenter
· 15 years ago
c9be0a3
sysdev: Pass attribute in sysdev_class attributes show/store
by Andi Kleen
· 15 years ago
78d7d40
kernel core: use helpers for rlimits
by Jiri Slaby
· 15 years ago
0a135ba
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 15 years ago
f66ffde
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
2531216
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
6556a67
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
497f0ab
sched: Better name for for_each_domain_rd
by Paul E. McKenney
· 15 years ago
d11c563
sched: Use lockdep-based checking on rcu_dereference()
by Paul E. McKenney
· 15 years ago
83ab0aa
sched: Don't use possibly stale sched_class
by Thomas Gleixner
· 15 years ago
43cf38e
percpu: add __percpu sparse annotations to core kernel subsystems
by Tejun Heo
· 15 years ago
6e40f5b
Merge branch 'sched/urgent' into sched/core
by Thomas Gleixner
· 15 years ago
0970d29
sched: Fix race between ttwu() and task_rq_lock()
by Peter Zijlstra
· 15 years ago
9000f05
sched: Fix SMT scheduler regression in find_busiest_queue()
by Suresh Siddha
· 15 years ago
fa535a7
sched: cpuacct: Use bigger percpu counter batch values for stats counters
by Anton Blanchard
· 15 years ago
6d3e090
Merge branch 'sched/urgent' into sched/core
by Ingo Molnar
· 15 years ago
50200df
kernel/sched.c: Suppress unused var warning
by Andrew Morton
· 15 years ago
2357725
sched: Remove member rt_se from struct rt_rq
by Yong Zhang
· 15 years ago
4a461c8
sched: Remove unused update_shares_locked()
by Peter Zijlstra
· 15 years ago
ae7f671
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 15 years ago
60db48c
sched: Queue a deboosted task to the head of the RT prio queue
by Thomas Gleixner
· 15 years ago
ea87bb7
sched: Extend enqueue_task to allow head queueing
by Thomas Gleixner
· 15 years ago
fabf318
sched: Fix fork vs hotplug vs cpuset namespaces
by Peter Zijlstra
· 15 years ago
7c94143
sched: Remove USER_SCHED
by Dhaval Giani
· 15 years ago
3d45fd8
sched: Remove the sched_class load_balance methods
by Peter Zijlstra
· 15 years ago
1e3c88b
sched: Move load balance code into sched_fair.c
by Peter Zijlstra
· 15 years ago
6d558c3
sched: Reassign prev and switch_count when reacquire_kernel_lock() fail
by Yong Zhang
· 15 years ago
8381f65
sched/perf: Make sure irqs are disabled for perf_event_task_sched_in()
by Jamie Iles
· 15 years ago
61405fe
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 15 years ago
d894837
sched: might_sleep(): Make file parameter const char *
by Simon Kagstrom
· 15 years ago
49f4743
perf events: Remove arg from perf sched hooks
by Peter Zijlstra
· 15 years ago
0c69774
sched: Revert 738d2be, simplify set_task_cpu()
by Peter Zijlstra
· 15 years ago
70f1120
sched: Fix hotplug hang
by Peter Zijlstra
· 15 years ago
3df0fc5
sched: Restore printk sanity
by Peter Zijlstra
· 15 years ago
077614e
sched: Fix broken assertion
by Peter Zijlstra
· 15 years ago
234da7b
sched: Teach might_sleep() about preemptible RCU
by Frederic Weisbecker
· 15 years ago
416eb39
sched: Make warning less noisy
by Ingo Molnar
· 15 years ago
738d2be
sched: Simplify set_task_cpu()
by Peter Zijlstra
· 15 years ago
88ec22d
sched: Remove the cfs_rq dependency from set_task_cpu()
by Peter Zijlstra
· 15 years ago
efbbd05
sched: Add pre and post wakeup hooks
by Peter Zijlstra
· 15 years ago
881232b
sched: Move kthread_bind() back to kthread.c
by Peter Zijlstra
· 15 years ago
5da9a0f
sched: Fix select_task_rq() vs hotplug issues
by Peter Zijlstra
· 15 years ago
3802290
sched: Fix sched_exec() balancing
by Peter Zijlstra
· 15 years ago
e291200
sched: Ensure set_task_cpu() is never called on blocked tasks
by Peter Zijlstra
· 15 years ago
06b83b5
sched: Use TASK_WAKING for fork wakups
by Peter Zijlstra
· 15 years ago
e6c8fba
sched: Fix task_hot() test order
by Peter Zijlstra
· 15 years ago
ee1156c
Merge branch 'linus' into sched/urgent
by Ingo Molnar
· 15 years ago
1d61548
sched: Convert pi_lock to raw_spinlock
by Thomas Gleixner
· 15 years ago
0986b11
sched: Convert rt_runtime_lock to raw_spinlock
by Thomas Gleixner
· 15 years ago
Next »