Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
5a0387a8a8efb90ae7fea1e2e5c62de3efa74691
/
kernel
/
sched
207fb8c
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
3527d3e
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
0e285e9
Merge tag 'pm-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 8 years ago
9410091
Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 8 years ago
2addac7
Merge schedutil governor updates for v4.12.
by Rafael J. Wysocki
· 8 years ago
25e2d8c
sched/cputime: Fix ksoftirqd cputime accounting regression
by Frederic Weisbecker
· 8 years ago
1b72e7f
cpufreq: schedutil: Use policy-dependent transition delays
by Rafael J. Wysocki
· 8 years ago
0ba78a9
Merge branch 'linus' into locking/core, to pick up fixes
by Ingo Molnar
· 8 years ago
283e2ed
sched/fair: Move the PELT constants into a generated header
by Peter Zijlstra
· 8 years ago
bb0bd04
sched/fair: Increase PELT accuracy for small tasks
by Peter Zijlstra
· 8 years ago
3841cdc
sched/fair: Fix comments
by Peter Zijlstra
· 8 years ago
05296e7
sched/fair: Fix corner case in __accumulate_sum()
by Peter Zijlstra
· 8 years ago
39b64aa
cpufreq: schedutil: Reduce frequencies slower
by Rafael J. Wysocki
· 8 years ago
36a4dfc
Merge tag 'v4.11-rc6' into sched/core, to pick up fixes
by Ingo Molnar
· 8 years ago
30e03ac
cpuset: Remove cpuset_update_active_cpus()'s parameter.
by Rakib Mullick
· 8 years ago
b91473f
sched,tracing: Update trace_sched_pi_setprio()
by Peter Zijlstra
· 8 years ago
acd5862
sched/rtmutex: Refactor rt_mutex_setprio()
by Peter Zijlstra
· 8 years ago
e96a7705
sched/rtmutex/deadline: Fix a PI crash for deadline tasks
by Xunlei Pang
· 8 years ago
128c434
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
a481db3
sched/fair: Optimize ___update_sched_avg()
by Yuyang Du
· 8 years ago
0ccb977
sched/fair: Explicitly generate __update_load_avg() instances
by Peter Zijlstra
· 8 years ago
7b09cc5
sched/clock: Fix broken stable to unstable transfer
by Pavel Tatashin
· 8 years ago
05b40e0
sched/fair: Prefer sibiling only if local group is under-utilized
by Srikar Dronamraju
· 8 years ago
70e493f
Merge back schedutil governor updates for 4.12.
by Rafael J. Wysocki
· 8 years ago
38d4ea2
cpufreq: schedutil: Trace frequency only if it has changed
by Rafael J. Wysocki
· 8 years ago
bc42789
sched/fair: Fix FTQ noise bench regression
by Vincent Guittot
· 8 years ago
d7921a5
sched/core: Fix rq lock pinning warning after call balance callbacks
by Wanpeng Li
· 8 years ago
698eff6
sched/clock, x86/perf: Fix "perf test tsc"
by Peter Zijlstra
· 8 years ago
71fdb70
sched/clock: Fix clear_sched_clock_stable() preempt wobbly
by Peter Zijlstra
· 8 years ago
b7eaf1a
cpufreq: schedutil: Avoid reducing frequency of busy CPUs prematurely
by Rafael J. Wysocki
· 8 years ago
4296f23
cpufreq: schedutil: Fix per-CPU structure initialization in sugov_start()
by Rafael J. Wysocki
· 8 years ago
15ff991
sched/core: Avoid double update_rq_clock() in move_queued_task()
by Peter Zijlstra
· 8 years ago
5704ac0
sched/core: Fix double update_rq_clock) calls in attach_task()/detach_task()
by Peter Zijlstra
· 8 years ago
7a57f32
sched/core: Avoid obvious double update_rq_clock()
by Peter Zijlstra
· 8 years ago
bce4dc8
sched/core: Simplify update_rq_clock() in __schedule()
by Peter Zijlstra
· 8 years ago
77558e4
sched/core: Make sched_ttwu_pending() atomic in time
by Peter Zijlstra
· 8 years ago
7134b3e
sched/core: Add ENQUEUE_NOCLOCK to ENQUEUE_RESTORE
by Peter Zijlstra
· 8 years ago
0a67d1e
sched/core: Add {EN,DE}QUEUE_NOCLOCK flags
by Peter Zijlstra
· 8 years ago
8a8c69c
sched/core: Add rq->lock wrappers
by Peter Zijlstra
· 8 years ago
26ae58d
sched/core: Add WARNING for multiple update_rq_clock() calls
by Peter Zijlstra
· 8 years ago
3e777f9
sched/rt: Add comments describing the RT IPI pull method
by Steven Rostedt (VMware)
· 8 years ago
2317d5f
sched/deadline: Use deadline instead of period when calculating overflow
by Steven Rostedt (VMware)
· 8 years ago
df8eac8
sched/deadline: Throttle a constrained deadline task activated after the deadline
by Daniel Bristot de Oliveira
· 8 years ago
5ac69d3
sched/deadline: Make sure the replenishment timer fires in the next period
by Daniel Bristot de Oliveira
· 8 years ago
caeb588
sched/loadavg: Use {READ,WRITE}_ONCE() for sample window
by Matt Fleming
· 8 years ago
6e5f32f
sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accounting
by Matt Fleming
· 8 years ago
dcc3b5f
sched/deadline: Add missing update_rq_clock() in dl_task_timer()
by Wanpeng Li
· 8 years ago
cba1dfb
cpufreq: schedutil: Refactor sugov_next_freq_shared()
by Viresh Kumar
· 8 years ago
994a8f2
cpufreq: schedutil: Redefine the rate_limit_us tunable
by Viresh Kumar
· 8 years ago
c1aa905
Merge tag 'pm-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 8 years ago
bd0f9b3
sched/headers: fix up header file dependency on <linux/sched/signal.h>
by Linus Torvalds
· 8 years ago
609b07b
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
655cb1e
cpufreq: schedutil: Pass sg_policy to get_next_freq()
by Viresh Kumar
· 8 years ago
6c4f0fa
cpufreq: schedutil: move cached_raw_freq to struct sugov_policy
by Viresh Kumar
· 8 years ago
1050b27
sched/headers: Move cputime functionality from <linux/sched.h> and <linux/cputime.h> into <linux/sched/cputime.h>
by Ingo Molnar
· 8 years ago
0ba87bb
sched/core: Fix pick_next_task() for RT,DL
by Peter Zijlstra
· 8 years ago
4c77b18
sched/fair: Make select_idle_cpu() more aggressive
by Peter Zijlstra
· 8 years ago
1777e46
sched/headers: Prepare to move _init() prototypes from <linux/sched.h> to <linux/sched/init.h>
by Ingo Molnar
· 8 years ago
32ef551
sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h>
by Ingo Molnar
· 8 years ago
f719ff9b
sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h>
by Ingo Molnar
· 8 years ago
589ee62
sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>
by Ingo Molnar
· 8 years ago
dfc3401
sched/headers: Prepare to move the 'root_task_group' declaration to <linux/sched/autogroup.h>
by Ingo Molnar
· 8 years ago
68db0cf
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>
by Ingo Molnar
· 8 years ago
2993002
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>
by Ingo Molnar
· 8 years ago
ef8bd77
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/hotplug.h>
by Ingo Molnar
· 8 years ago
b17b015
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>
by Ingo Molnar
· 8 years ago
370c913
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nohz.h>
by Ingo Molnar
· 8 years ago
03441a3
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h>
by Ingo Molnar
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
7fce777
sched/headers: Prepare header dependency changes, move the <asm/paravirt.h> include to kernel/sched/sched.h
by Ingo Molnar
· 8 years ago
6a3827d
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/numa_balancing.h>
by Ingo Molnar
· 8 years ago
55687da
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/cpufreq.h>
by Ingo Molnar
· 8 years ago
38b8d20
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nmi.h>
by Ingo Molnar
· 8 years ago
3f07c01
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
6e84f31
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>
by Ingo Molnar
· 8 years ago
4eb5aaa
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/autogroup.h>
by Ingo Molnar
· 8 years ago
4f17722
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/loadavg.h>
by Ingo Molnar
· 8 years ago
ae7e81c
sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h>
by Ingo Molnar
· 8 years ago
e601757
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>
by Ingo Molnar
· 8 years ago
84f001e
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/wake_q.h>
by Ingo Molnar
· 8 years ago
4c82269
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/idle.h>
by Ingo Molnar
· 8 years ago
105ab3d
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/topology.h>
by Ingo Molnar
· 8 years ago
f9411eb
rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wait.h>
by Ingo Molnar
· 8 years ago
4b53a34
sched/core: Remove the tsk_nr_cpus_allowed() wrapper
by Ingo Molnar
· 8 years ago
0c98d34
sched/core: Remove the tsk_cpus_allowed() wrapper
by Ingo Molnar
· 8 years ago
59ddbcb
sched/core: Move the get_preempt_disable_ip() inline to sched/core.c
by Ingo Molnar
· 8 years ago
c930b2c
sched/core: Convert ___assert_task_state() link time assert to BUILD_BUG_ON()
by Ingo Molnar
· 8 years ago
65314ed
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
f1f1007
mm: add new mmgrab() helper
by Vegard Nossum
· 8 years ago
96b7774
sched/cgroup: Move sched_online_group() back into css_online() to fix crash
by Konstantin Khlebnikov
· 8 years ago
a499c3e
sched/fair: Update rq clock before changing a task's CPU affinity
by Wanpeng Li
· 8 years ago
8cb68b3
sched/core: Fix update_rq_clock() splat on hotplug (and suspend/resume)
by Peter Zijlstra
· 8 years ago
fd4a61e
sched/core: Fix build paravirt build on arm and arm64
by Mark Brown
· 8 years ago
828cad8
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
bb3bac2
sched/core: Remove unlikely() annotation from sched_move_task()
by Steven Rostedt (VMware)
· 8 years ago
1051408
sched/autogroup: Rename auto_group.[ch] to autogroup.[ch]
by Ingo Molnar
· 8 years ago
f2cb136
sched/topology: Split out scheduler topology code from core.c into topology.c
by Ingo Molnar
· 8 years ago
004172b
sched/core: Remove unnecessary #include headers
by Ingo Molnar
· 8 years ago
535b955
sched/rq_clock: Consolidate the ordering of the rq_clock methods
by Ingo Molnar
· 8 years ago
d1ccc66
sched/core: Clean up comments
by Ingo Molnar
· 8 years ago
Next »