index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
Age
Commit message (
Expand
)
Author
Lines
2016-02-29
sched/debug: Add deadline scheduler bandwidth ratio to /proc/sched_debug
Steven Rostedt (Red Hat)
-0
/
+9
2016-02-29
sched/debug: Move sched_domain_sysctl to debug.c
Steven Rostedt (Red Hat)
-178
/
+186
2016-02-29
sched/debug: Move the /sys/kernel/debug/sched_features file setup into debug.c
Steven Rostedt (Red Hat)
-133
/
+131
2016-02-29
sched/rt: Fix PI handling vs. sched_setscheduler()
Peter Zijlstra
-50
/
+111
2016-02-29
sched/core: Remove duplicated sched_group_set_shares() prototype
Dongsheng Yang
-1
/
+0
2016-02-29
sched/fair: Consolidate nohz CPU load update code
Frederic Weisbecker
-23
/
+25
2016-02-29
sched/fair: Avoid using decay_load_missed() with a negative value
Byungchul Park
-2
/
+10
2016-02-29
Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...
Ingo Molnar
-30
/
+37
2016-02-29
sched/deadline: Always calculate end of period on sched_yield()
Peter Zijlstra
-9
/
+13
2016-02-29
sched/cgroup: Fix cgroup entity load tracking tear-down
Peter Zijlstra
-20
/
+23
2016-02-29
sched: Always inline context_switch()
Josh Poimboeuf
-1
/
+1
2016-02-29
sched: Mark __schedule() stack frame as non-standard
Josh Poimboeuf
-0
/
+2
2016-02-25
wait.[ch]: Introduce the simple waitqueue (swait) implementation
Peter Zijlstra (Intel)
-1
/
+124
2016-02-23
cgroup: convert cgroup_subsys flag fields to bool bitfields
Tejun Heo
-2
/
+2
2016-02-17
sched/deadline: Fix trivial typo in printk() message
Steven Rostedt
-1
/
+1
2016-02-17
sched/core: Remove dead statement in __schedule()
Byungchul Park
-1
/
+0
2016-02-13
atomic: Export fetch_or()
Frederic Weisbecker
-14
/
+0
2016-02-09
sched/numa: Spread memory according to CPU and memory use
Rik van Riel
-40
/
+47
2016-02-09
sched/debug: Make schedstats a runtime tunable that is disabled by default
Mel Gorman
-88
/
+206
2016-02-05
sched/isolcpus: Output warning when the 'isolcpus=' kernel parameter is invalid
Prarit Bhargava
-2
/
+7
2016-01-31
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-8
/
+24
2016-01-29
Merge branches 'pm-cpuidle', 'pm-cpufreq', 'pm-domains' and 'pm-sleep'
Rafael J. Wysocki
-1
/
+1
2016-01-22
wrappers for ->i_mutex access
Al Viro
-2
/
+2
2016-01-22
sched/numa: Fix use-after-free bug in the task_numa_compare
Gavin Guo
-7
/
+23
2016-01-22
cpuidle: fix fallback mechanism for suspend to idle in absence of enter_freeze
Sudeep Holla
-1
/
+1
2016-01-20
Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-6
/
+0
2016-01-21
Merge branch 'pm-cpuidle'
Rafael J. Wysocki
-6
/
+0
2016-01-19
sched / idle: Drop default_idle_call() fallback from call_cpuidle()
Rafael J. Wysocki
-6
/
+0
2016-01-19
sched: Fix crash in sched_init_numa()
Raghavendra K T
-1
/
+1
2016-01-14
vmstat: make vmstat_updater deferrable again and shut down on idle
Christoph Lameter
-0
/
+1
2016-01-12
Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
-1
/
+1
2016-01-12
Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-0
/
+3
2016-01-11
Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
-1
/
+1
2016-01-11
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-236
/
+356
2016-01-11
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-8
/
+93
2016-01-11
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-2
/
+4
2016-01-06
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
-2
/
+4
2016-01-06
sched/fair: Fix new task's load avg removed from source CPU in wake_up_new_ta...
Yuyang Du
-10
/
+28
2016-01-06
sched/deadline: Fix the earliest_dl.next logic
Wanpeng Li
-52
/
+7
2016-01-06
Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ...
Ingo Molnar
-19
/
+19
2016-01-06
sched/fair: Fix multiplication overflow on 32-bit systems
Andrey Ryabinin
-1
/
+1
2015-12-21
missing include asm/paravirt.h in cputime.c
Stefano Stabellini
-0
/
+3
2015-12-13
sched/wait: Fix the signal handling fix
Peter Zijlstra
-10
/
+10
2015-12-08
Merge branch 'for-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-6
/
+6
2015-12-08
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-2
/
+2
2015-12-08
watchdog: introduce touch_softlockup_watchdog_sched()
Tejun Heo
-1
/
+1
2015-12-07
Merge branch 'master' into for-4.4-fixes
Tejun Heo
-15
/
+45
2015-12-04
rcu: Stop disabling interrupts in scheduler fastpaths
Paul E. McKenney
-2
/
+4
2015-12-04
sched/fair: Disable the task group load_avg update for the root_task_group
Waiman Long
-0
/
+6
2015-12-04
sched/fair: Move the cache-hot 'load_avg' variable into its own cacheline
Waiman Long
-4
/
+13
[prev]
[next]