Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
3d9b935020cc5e44f4bfb3b2ce62eb9aac777381
/
kernel
/
sched
534c97b
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
265f22a
sched: Keep at least 1 tick per second for active dynticks tasks
by Frederic Weisbecker
· 12 years ago
0279b3c
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
c032862
Merge commit '8700c95adb03' into timers/nohz
by Frederic Weisbecker
· 12 years ago
20b4fb4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
3d1cb20
workqueue: include workqueue info when printing debug dump of a worker task
by Tejun Heo
· 12 years ago
68aa8ef
sched: Avoid prev->stime underflow
by Stanislaw Gruszka
· 12 years ago
772c808
sched: Do not account bogus utime
by Stanislaw Gruszka
· 12 years ago
55eaa7c
sched: Avoid cputime scaling overflow
by Stanislaw Gruszka
· 12 years ago
8700c95
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
16fa94b
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
46d9be3
Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 12 years ago
8e0bcc7
fix a leak in /proc/schedstats
by Al Viro
· 12 years ago
916bb6d7
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
25f55d9
sched: Fix init NOHZ_IDLE flag
by Vincent Guittot
· 12 years ago
e02e60c
sched: Prevent to re-select dst-cpu in load_balance()
by Joonsoo Kim
· 12 years ago
e6252c3
sched: Rename load_balance_tmpmask to load_balance_mask
by Joonsoo Kim
· 12 years ago
d319808
sched: Move up affinity check to mitigate useless redoing overhead
by Joonsoo Kim
· 12 years ago
cfc0311
sched: Don't consider other cpus in our group in case of NEWLY_IDLE
by Joonsoo Kim
· 12 years ago
de5eb2d
sched: Explicitly cpu_idle_type checking in rebalance_domains()
by Joonsoo Kim
· 12 years ago
f1cd085
sched: Change position of resched_cpu() in load_balance()
by Joonsoo Kim
· 12 years ago
99e5ada
nohz: Re-evaluate the tick for the new task after a context switch
by Frederic Weisbecker
· 12 years ago
ff442c5
nohz: Re-evaluate the tick from the scheduler IPI
by Frederic Weisbecker
· 12 years ago
ce831b3
sched: New helper to prevent from stopping the tick in full dynticks
by Frederic Weisbecker
· 12 years ago
9f3660c
sched: Kick full dynticks CPU that have more than one task enqueued.
by Frederic Weisbecker
· 12 years ago
642dbc3
sched: Fix wrong rq's runnable_avg update with rt tasks
by Vincent Guittot
· 12 years ago
41fcb9f
mutex: Move mutex spinning code from sched/core.c back to mutex.c
by Waiman Long
· 12 years ago
c5bfece
nohz: Switch from "extended nohz" to "full nohz" based naming
by Frederic Weisbecker
· 12 years ago
af788e3
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
b329fd5
sched/cpuacct/UML: Fix header file dependency bug on the UML build
by Ingo Molnar
· 12 years ago
a2b0ae2
sched/cpuacct: No need to check subsys active state
by Li Zefan
· 12 years ago
621e2de
sched/cpuacct: Initialize cpuacct subsystem earlier
by Li Zefan
· 12 years ago
14c6d3c
sched/cpuacct: Initialize root cpuacct earlier
by Li Zefan
· 12 years ago
7943e15
sched/cpuacct: Allocate per_cpu cpuusage for root cpuacct statically
by Li Zefan
· 12 years ago
d171279
sched/cpuacct: Clean up cpuacct.h
by Li Zefan
· 12 years ago
5f40d80
sched/cpuacct: Remove redundant NULL checks in cpuacct_acount_field()
by Li Zefan
· 12 years ago
543bc0e
sched/cpuacct: Remove redundant NULL checks in cpuacct_charge()
by Li Zefan
· 12 years ago
1966aaf
sched/cpuacct: Add cpuacct_acount_field()
by Li Zefan
· 12 years ago
dbe4b41
sched/cpuacct: Add cpuacct_init()
by Li Zefan
· 12 years ago
60fed78
sched: Split cpuacct code out of sched.h
by Li Zefan
· 12 years ago
2e76c24
sched: Split cpuacct code out of core.c
by Li Zefan
· 12 years ago
b9b0853
sched: Fix comment in rebalance_domains()
by Libin
· 12 years ago
4e2dcb7
sched: Simplify can_migrate_task()
by Zhang Hang
· 12 years ago
e614b33
sched/cputime: Fix accounting on multi-threaded processes
by Stanislaw Gruszka
· 12 years ago
ee761f6
arch: Consolidate tsk_is_polling()
by Thomas Gleixner
· 12 years ago
28b4a52
sched: Fix typo inside comment
by Viresh Kumar
· 12 years ago
fd9b86d
sched/debug: Fix sd->*_idx limit range avoiding overflow
by libin
· 12 years ago
a1cbcaa
sched_clock: Prevent 64bit inatomicity on 32bit systems
by Thomas Gleixner
· 12 years ago
3451d02
nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON
by Frederic Weisbecker
· 13 years ago
1c20091
nohz: Wake up full dynticks CPUs when a timer gets enqueued
by Frederic Weisbecker
· 13 years ago
383efcd
sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()s
by Tejun Heo
· 12 years ago
14a40ff
sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITY
by Tejun Heo
· 12 years ago
a8d7ad5
sched/tracing: Allow tracing the preemption decision on wakeup
by Peter Zijlstra
· 12 years ago
e75c8b4
Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core
by Ingo Molnar
· 12 years ago
1bf0823
sched: Fix variable name misnomer, add comments
by Andrei Epure
· 12 years ago
d9a3c98
sched: Lower chances of cputime scaling overflow
by Frederic Weisbecker
· 12 years ago
660cc00
sched: Spelling fix
by Andrei Epure
· 12 years ago
b719203
sched: Fix update_group_power() prototype placement to fix build warning when !CONFIG_SMP
by Li Zefan
· 12 years ago
4e3da46
Merge branch 'sched/cputime' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core
by Ingo Molnar
· 12 years ago
9fbc42e
cputime: Dynamically scale cputime for full dynticks accounting
by Frederic Weisbecker
· 12 years ago
b22366c
context_tracking: Restore preempted context state after preempt_schedule_irq()
by Frederic Weisbecker
· 12 years ago
27b4b93
sched: Remove double declaration of root_task_group
by Li Zefan
· 12 years ago
25cc7da
sched: Move group scheduling functions out of include/linux/sched.h
by Li Zefan
· 12 years ago
15f803c
sched: Make default_scale_freq_power() static
by Li Zefan
· 12 years ago
c82ba9f
sched: Move struct sched_class to kernel/sched/sched.h
by Li Zefan
· 12 years ago
b13095f
sched: Move wake flags to kernel/sched/sched.h
by Li Zefan
· 12 years ago
5e6521e
sched: Move struct sched_group to kernel/sched/sched.h
by Li Zefan
· 12 years ago
cc1f4b1
sched: Move SCHED_LOAD_SHIFT macros to kernel/sched/sched.h
by Li Zefan
· 12 years ago
ee89f81
Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
dcad0fc
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
9043a26
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 12 years ago
89f8833
Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 12 years ago
7f6575f
cputime: Use local_clock() for full dynticks cputime accounting
by Frederic Weisbecker
· 12 years ago
aa00d89
sched: do not use cpu_to_node() to find an offlined cpu's node.
by Tang Chen
· 12 years ago
bbbfeac
sched: Fix /proc/sched_debug failure on very very large systems
by Nathan Zimmer
· 12 years ago
cb152ff
sched: Fix /proc/sched_stat failure on very very large systems
by Nathan Zimmer
· 12 years ago
502b24c
Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 12 years ago
1c3e826
sched/core: Remove the obsolete and unused nr_uninterruptible() function
by Sha Zhengju
· 12 years ago
67cb104
Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 12 years ago
d652e1eb
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
cdc4e86
cputime: Remove irqsave from seqlock readers
by Thomas Gleixner
· 12 years ago
686855f
sched: add wait_for_completion_io[_timeout]
by Vladimir Davydov
· 12 years ago
8bd75c7
sched/rt: Move rt specific bits into new header file
by Clark Williams
· 12 years ago
ce0dbbb
sched/rt: Add a tuning knob to allow changing SCHED_RR timeslice
by Clark Williams
· 12 years ago
cf4aebc2
sched: Move sched.h sysctl bits into separate header
by Clark Williams
· 12 years ago
b2c77a5
Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core
by Ingo Molnar
· 12 years ago
c3c1864
sched: Fix signedness bug in yield_to()
by Dan Carpenter
· 12 years ago
e0a79f5
sched: Fix select_idle_sibling() bouncing cow syndrome
by Mike Galbraith
· 12 years ago
60334ca
sched/rt: Further simplify pick_rt_task()
by Kirill Tkhai
· 12 years ago
fc79e24
sched/rt: Do not account zero delta_exec in update_curr_rt()
by Kirill Tkhai
· 12 years ago
7b270f6
sched: Bail out of yield_to when source and target runqueue has one task
by Peter Zijlstra
· 12 years ago
6a61671
cputime: Safely read cputime of full dynticks CPUs
by Frederic Weisbecker
· 12 years ago
c11f11f
kvm: Prepare to add generic guest entry/exit callbacks
by Frederic Weisbecker
· 12 years ago
6fac482
cputime: Use accessors to read task cputime stats
by Frederic Weisbecker
· 12 years ago
3f4724e
cputime: Allow dynamic switch between tick/virtual based cputime accounting
by Frederic Weisbecker
· 12 years ago
abf917c
cputime: Generic on-demand virtual cputime accounting
by Frederic Weisbecker
· 12 years ago
ae8dda5
cputime: Move default nsecs_to_cputime() to jiffies based cputime file
by Frederic Weisbecker
· 12 years ago
6218845
cputime: Avoid multiplication overflow on utime scaling
by Frederic Weisbecker
· 12 years ago
cff3c12
sched/debug: Fix format string for 32-bit platforms
by Arnd Bergmann
· 12 years ago
Next »