Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
86d4880313603810901f639ccb5c88ff13d4ad3c
/
kernel
/
sched.c
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
05fa785
sched: Convert rq->lock to raw_spinlock
by Thomas Gleixner
· 15 years ago
9828ea9
locking: Further name space cleanups
by Thomas Gleixner
· 15 years ago
c2f21ce
locking: Implement new raw_spinlock
by Thomas Gleixner
· 15 years ago
d031655
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 15 years ago
1a551ae
sched: Use rcu in sched_get_rr_param()
by Thomas Gleixner
· 15 years ago
23f5d14
sched: Use rcu in sched_get/set_affinity()
by Thomas Gleixner
· 15 years ago
5fe85be
sched: Use rcu in sys_sched_getscheduler/sys_sched_getparam()
by Thomas Gleixner
· 15 years ago
663997d
sched: Use pr_fmt() and pr_<level>()
by Joe Perches
· 15 years ago
7539a3b
sched: Make wakeup side and atomic variants of completion API irq safe
by Rafael J. Wysocki
· 15 years ago
702a7c7
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
b9889ed
sched: Remove forced2_migrations stats
by Ingo Molnar
· 15 years ago
dfc12eb
sched: Fix memory leak in two error corner cases
by Phil Carmody
· 15 years ago
4ca3ef7
sched: Fix build warning in get_update_sysctl_factor()
by Mike Galbraith
· 15 years ago
acb4a84
sched: Update normalized values on user updates via proc
by Christian Ehrhardt
· 15 years ago
1983a92
sched: Make tunable scaling style configurable
by Christian Ehrhardt
· 15 years ago
0bcdcf2
sched: Fix missing sched tunable recalculation on cpu add/remove
by Christian Ehrhardt
· 15 years ago
57785df
sched: Fix task priority bug
by Peter Zijlstra
· 15 years ago
cd8ad40
sched: cgroup: Implement different treatment for idle shares
by Peter Zijlstra
· 15 years ago
6cecd08
sched: Discard some old bits
by Peter Zijlstra
· 15 years ago
cd29fe6
sched: Sanitize fork() handling
by Peter Zijlstra
· 15 years ago
ab19cb2
sched: Clean up ttwu() rq locking
by Peter Zijlstra
· 15 years ago
5afcdab
sched: Remove rq->clock coupling from set_task_cpu()
by Peter Zijlstra
· 15 years ago
970b13b
sched: Consolidate select_task_rq() callers
by Peter Zijlstra
· 15 years ago
dba091b
sched: Protect sched_rr_get_param() access to task->sched_class
by Thomas Gleixner
· 15 years ago
3160568
sched: Protect task->cpus_allowed access in sched_getaffinity()
by Thomas Gleixner
· 15 years ago
1557d33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6
by Linus Torvalds
· 15 years ago
50de1a8
Merge branch 'for-linus' into for-next
by Tejun Heo
· 15 years ago
6ad4c18
sched: Fix balance vs hotplug race
by Peter Zijlstra
· 15 years ago
897e81b
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
6077817
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
c08f782
mutex: Fix missing conditions to build mutex_spin_on_owner()
by Frederic Weisbecker
· 15 years ago
0cf55e1
sched, cputime: Introduce thread_group_times()
by Hidetoshi Seto
· 15 years ago
d99ca3b
sched, cputime: Cleanups related to task_times()
by Hidetoshi Seto
· 15 years ago
bdddd29
sched: Fix isolcpus boot option
by Rusty Russell
· 15 years ago
8592e64
sched: Revert 498657a478c60be092208422fefa9c7b248729c2
by Tejun Heo
· 15 years ago
b7b20df9
sched, time: Define nsecs_to_jiffies()
by Hidetoshi Seto
· 15 years ago
d5b7c78
sched: Remove task_{u,s,g}time()
by Hidetoshi Seto
· 15 years ago
d180c5b
sched: Introduce task_times() to replace task_{u,s}time() pair
by Hidetoshi Seto
· 15 years ago
16bc67e
Merge branch 'sched/urgent' into sched/core
by Ingo Molnar
· 15 years ago
f663011
sched: Limit the number of scheduler debug messages
by Mike Travis
· 15 years ago
93335a2
sched.c: Call debug_show_all_locks() when dumping all tasks
by Shmulik Ladkani
· 15 years ago
710390d
sched: Optimize branch hint in context_switch()
by Tim Blechmann
· 15 years ago
4299472
sched_feat_write(): Update ppos instead of file->f_pos
by Jan Blunck
· 15 years ago
bb9074f
Merge commit 'v2.6.32-rc7'
by Eric W. Biederman
· 15 years ago
047106a
sched: Sched_rt_periodic_timer vs cpu hotplug
by Peter Zijlstra
· 15 years ago
498657a
sched, kvm: Fix race condition involving sched_in_preempt_notifers
by Tejun Heo
· 15 years ago
761b1d2
sched: Fix granularity of task_u/stime()
by Hidetoshi Seto
· 15 years ago
055a008
sched: Fix/add missing update_rq_clock() calls
by Mike Galbraith
· 15 years ago
5699230
sysctl kernel: Remove binary sysctl logic
by Eric W. Biederman
· 15 years ago
956539b
rcu: Enable synchronize_sched_expedited() fastpath
by Paul E. McKenney
· 15 years ago
ffd44db
sched: Make sure task has correct sched_class after policy change
by Peter Zijlstra
· 15 years ago
eae0c9d
sched: Fix and clean up rate-limit newidle code
by Mike Galbraith
· 15 years ago
d8c80ce
sched, no_hz: Remove unused rq->last_tick_seen field
by Lai Jiangshan
· 15 years ago
e9036b3
sched: Use root_task_group_empty only with FAIR_GROUP_SCHED
by Cyrill Gorcunov
· 15 years ago
968c864
sched: Fix kernel-doc function parameter name
by Randy Dunlap
· 15 years ago
608221f
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
1b9508f
sched: Rate-limit newidle
by Mike Galbraith
· 15 years ago
acc3f5d
cpumask: Partition_sched_domains takes array of cpumask_var_t
by Rusty Russell
· 15 years ago
9824a2b
sched: Remove unused cpu_nr_migrations()
by Hiroshi Shimamoto
· 15 years ago
b84ff7d
sched: Fix kthread_bind() by moving the body of kthread_bind() to sched.c
by Mike Galbraith
· 15 years ago
49557e6
sched: Fix boot crash by zalloc()ing most of the cpu masks
by Rusty Russell
· 15 years ago
8633322
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 15 years ago
1871e52
percpu: make percpu symbols under kernel/ and mm/ unique
by Tejun Heo
· 15 years ago
4a6cc4b
sched: move rq_weight data array out of .percpu
by Jiri Kosina
· 15 years ago
ce0e7b2
sched, cpuacct: Fix niced guest time accounting
by Ryota Ozaki
· 15 years ago
0b9e31e
Merge branch 'linus' into sched/core
by Ingo Molnar
· 15 years ago
f685cea
sched: Strengthen buddies and mitigate buddy induced latencies
by Mike Galbraith
· 15 years ago
f061d83
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
80f5069
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
e17b38b
sched: Fix missing kernel-doc notation
by Randy Dunlap
· 15 years ago
f5dc375
sched: Update the clock of runqueue select_task_rq() selected
by Mike Galbraith
· 15 years ago
d25105e
writeback: account IO throttling wait as iowait
by Wu Fengguang
· 15 years ago
cf82ff7
sched: Remove obsolete comment in sched_init()
by Jayson R. King
· 15 years ago
f83f9ac
sched: Set correct normal_prio and prio values in sched_fork()
by Peter Williams
· 15 years ago
828c095
const: constify remaining file_operations
by Alexey Dobriyan
· 15 years ago
8d65af7
sysctl: remove "struct file *" argument of ->proc_handler
by Alexey Dobriyan
· 15 years ago
be367d0
cgroups: let ss->can_attach and ss->attach do whole threadgroups at a time
by Ben Blum
· 15 years ago
31bbb9b
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
69d2587
cpuidle: fix the menu governor to boost IO performance
by Arjan van de Ven
· 15 years ago
43c1266
Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
cdd6c48
perf: Do the big rename: Performance Counters -> Performance Events
by Ingo Molnar
· 15 years ago
0d721ce
sched: Simplify sys_sched_rr_get_interval() system call
by Peter Williams
· 15 years ago
cb5fd13
sched: Fix potential NULL derference of doms_cur
by Yong Zhang
· 15 years ago
Next »