index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-14
sched/clock: Provide better clock continuity
Peter Zijlstra
1
-34
/
+65
2017-01-14
sched/clock: Delay switching sched_clock to stable
Peter Zijlstra
2
-28
/
+26
2017-01-14
sched/clock: Update static_key usage
Peter Zijlstra
1
-8
/
+4
2017-01-14
sched/core: Add debugging code to catch missing update_rq_clock() calls
Matt Fleming
2
-10
/
+75
2017-01-14
sched/core: Add missing update_rq_clock() call in set_user_nice()
Peter Zijlstra
1
-0
/
+2
2017-01-14
sched/core: Add missing update_rq_clock() call for task_hot()
Peter Zijlstra
1
-0
/
+2
2017-01-14
sched/core: Add missing update_rq_clock() in detach_task_cfs_rq()
Peter Zijlstra
1
-0
/
+3
2017-01-14
sched/core: Add missing update_rq_clock() in post_init_entity_util_avg()
Peter Zijlstra
2
-0
/
+2
2017-01-14
sched/fair: Push rq lock pin/unpin into idle_balance()
Matt Fleming
1
-12
/
+15
2017-01-14
sched/core: Reset RQCF_ACT_SKIP before unpinning rq->lock
Matt Fleming
1
-1
/
+4
2017-01-14
sched/core: Add wrappers for lockdep_(un)pin_lock()
Matt Fleming
7
-61
/
+76
2017-01-14
sched/cputime: Rename vtime_account_user() to vtime_flush()
Frederic Weisbecker
1
-3
/
+1
2017-01-14
sched/cputime: Export account_guest_time()
Frederic Weisbecker
1
-1
/
+1
2017-01-14
sched/cputime: Allow accounting system time using cpustat index
Frederic Weisbecker
1
-5
/
+5
2016-12-25
ktime: Cleanup ktime_set() usage
Thomas Gleixner
1
-1
/
+1
2016-12-13
Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
3
-86
/
+209
2016-12-12
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
6
-248
/
+592
2016-12-12
Merge branch 'pm-cpuidle'
Rafael J. Wysocki
2
-66
/
+110
2016-12-12
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
1
-20
/
+99
2016-12-11
sched/core: Use load_avg for selecting idlest group
Vincent Guittot
1
-11
/
+44
2016-12-11
sched/core: Fix find_idlest_group() for fork
Vincent Guittot
1
-0
/
+8
2016-12-11
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
1
-1
/
+3
2016-12-11
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
1
-1
/
+3
2016-12-02
Merge branch 'locking/urgent' into locking/core, to pick up dependent fixes
Ingo Molnar
1
-8
/
+28
2016-12-01
Merge back earlier cpuidle material for v4.10.
Rafael J. Wysocki
2
-66
/
+110
2016-11-29
sched/idle: Add support for tasks that inject idle
Peter Zijlstra
2
-61
/
+102
2016-11-29
cpuidle: Allow enforcing deepest idle state selection
Jacob Pan
1
-5
/
+8
2016-11-24
cpufreq: schedutil: Rectify comment in sugov_irq_work() function
Viresh Kumar
1
-6
/
+6
2016-11-24
sched: Extend scheduler's asym packing
Tim Chen
3
-17
/
+57
2016-11-24
sched/autogroup: Fix 64-bit kernel nice level adjustment
Mike Galbraith
1
-1
/
+3
2016-11-23
sched/fair: Clean up the tunable parameter definitions
Ingo Molnar
1
-22
/
+28
2016-11-23
sched/dl: Fix comment in pick_next_task_dl()
T.Zhou
1
-1
/
+1
2016-11-23
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
1
-8
/
+28
2016-11-22
sched/autogroup: Do not use autogroup->tg in zombie threads
Oleg Nesterov
1
-0
/
+19
2016-11-22
sched/autogroup: Fix autogroup_move_group() to never skip sched_move_task()
Oleg Nesterov
1
-11
/
+12
2016-11-16
cpufreq: schedutil: irq-work and mutex are only used in slow path
Viresh Kumar
1
-5
/
+8
2016-11-16
cpufreq: schedutil: move slow path from workqueue to SCHED_FIFO task
Viresh Kumar
1
-7
/
+78
2016-11-16
cpufreq: schedutil: enable fast switch earlier
Viresh Kumar
1
-6
/
+11
2016-11-16
cpufreq: schedutil: Avoid indented labels
Viresh Kumar
1
-3
/
+3
2016-11-16
sched/fair: Fix task group initialization
Vincent Guittot
1
-1
/
+1
2016-11-16
sched/fair: Propagate asynchrous detach
Vincent Guittot
1
-0
/
+6
2016-11-16
sched/fair: Propagate load during synchronous attach/detach
Vincent Guittot
2
-1
/
+188
2016-11-16
sched/fair: Factorize PELT update
Vincent Guittot
1
-51
/
+25
2016-11-16
sched/fair: Fix hierarchical order in rq->leaf_cfs_rq_list
Vincent Guittot
3
-7
/
+49
2016-11-16
sched/fair: Factorize attach/detach entity
Vincent Guittot
1
-22
/
+31
2016-11-16
sched/fair: Fix incorrect comment for capacity_margin
Morten Rasmussen
1
-1
/
+1
2016-11-16
sched/fair: Avoid pulling tasks from non-overloaded higher capacity groups
Morten Rasmussen
1
-0
/
+25
2016-11-16
sched/fair: Add per-CPU min capacity to sched_group_capacity
Morten Rasmussen
3
-7
/
+16
2016-11-16
sched/fair: Consider spare capacity in find_idlest_group()
Morten Rasmussen
1
-5
/
+45
2016-11-16
sched/fair: Compute task/cpu utilization at wake-up correctly
Morten Rasmussen
1
-4
/
+35
[prev]
[next]