| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | sched/rt: Show the 'sched_rr_timeslice' SCHED_RR timeslice tuning knob in mil... | Shile Zhang | 2017-02-01 | 3 | -3/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/cputime, vtime: Return nsecs instead of cputime_t to account | Frederic Weisbecker | 2017-02-01 | 1 | -20/+11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/cputime: Complete nsec conversion of tick based accounting | Frederic Weisbecker | 2017-02-01 | 1 | -30/+22 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/cputime: Push time to account_system_time() in nsecs | Frederic Weisbecker | 2017-02-01 | 1 | -20/+19 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/cputime: Push time to account_idle_time() in nsecs | Frederic Weisbecker | 2017-02-01 | 1 | -9/+9 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/cputime: Push time to account_steal_time() in nsecs | Frederic Weisbecker | 2017-02-01 | 1 | -5/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/cputime: Push time to account_user_time() in nsecs | Frederic Weisbecker | 2017-02-01 | 1 | -18/+24 | |
| | * | | | | | | | | | | | | | | | | | | | | | | timers/itimer: Convert internal cputime_t units to nsec | Frederic Weisbecker | 2017-02-01 | 2 | -68/+39 | |
| | * | | | | | | | | | | | | | | | | | | | | | | timers/posix-timers: Convert internals to use nsecs | Frederic Weisbecker | 2017-02-01 | 5 | -132/+96 | |
| | * | | | | | | | | | | | | | | | | | | | | | | timers/posix-timers: Use TICK_NSEC instead of a dynamically ad-hoc calculated... | Frederic Weisbecker | 2017-02-01 | 1 | -9/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/cputime: Increment kcpustat directly on irqtime account | Frederic Weisbecker | 2017-02-01 | 2 | -36/+21 | |
| | * | | | | | | | | | | | | | | | | | | | | | | signal: Convert obsolete cputime type to nsecs | Frederic Weisbecker | 2017-02-01 | 1 | -8/+8 | |
| | * | | | | | | | | | | | | | | | | | | | | | | tsacct: Convert obsolete cputime type to nsecs | Frederic Weisbecker | 2017-02-01 | 1 | -15/+12 | |
| | * | | | | | | | | | | | | | | | | | | | | | | delaycct: Convert obsolete cputime type to nsecs | Frederic Weisbecker | 2017-02-01 | 1 | -5/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | | | acct: Convert obsolete cputime type to nsecs | Frederic Weisbecker | 2017-02-01 | 1 | -4/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/cputime: Convert task/group cputime to nsecs | Frederic Weisbecker | 2017-02-01 | 4 | -30/+29 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu... | Frederic Weisbecker | 2017-02-01 | 6 | -32/+32 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/cputime: Convert guest time accounting to nsecs (u64) | Frederic Weisbecker | 2017-02-01 | 1 | -4/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/cputime: Convert kcpustat to nsecs | Frederic Weisbecker | 2017-02-01 | 2 | -12/+12 | |
| | * | | | | | | | | | | | | | | | | | | | | | | time: Introduce jiffies64_to_nsecs() | Frederic Weisbecker | 2017-02-01 | 2 | -0/+16 | |
| | * | | | | | | | | | | | | | | | | | | | | | | jiffies: Reuse TICK_NSEC instead of NSEC_PER_JIFFY | Frederic Weisbecker | 2017-02-01 | 1 | -16/+16 | |
| | * | | | | | | | | | | | | | | | | | | | | | | Merge branch 'linus' into sched/core, to pick up fixes and refresh the branch | Ingo Molnar | 2017-02-01 | 27 | -162/+365 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | sched/rt: Add a missing rescheduling point | Sebastian Andrzej Siewior | 2017-01-30 | 2 | -4/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/core: Fix &rd->cpudl memory leak | Mathieu Poirier | 2017-01-30 | 1 | -1/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/core: Fix &rd->rto_mask memory leak | Mathieu Poirier | 2017-01-30 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/fair: Restore previous rq_flags when migrating tasks in hotplug | Matt Fleming | 2017-01-30 | 1 | -1/+9 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/core: Add missing update_rq_clock() call in sched_move_task() | Peter Zijlstra | 2017-01-30 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/core: Optimize pick_next_task() for idle_sched_class | Peter Zijlstra | 2017-01-30 | 1 | -3/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/clock: Fix hotplug crash | Peter Zijlstra | 2017-01-20 | 1 | -21/+8 | |
| | * | | | | | | | | | | | | | | | | | | | | | | locking/mutex, sched/wait: Add mutex_lock_io() | Tejun Heo | 2017-01-14 | 1 | -0/+24 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/core: Separate out io_schedule_prepare() and io_schedule_finish() | Tejun Heo | 2017-01-14 | 1 | -5/+28 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/core: move IO scheduling accounting from io_schedule_timeout() into sch... | Tejun Heo | 2017-01-14 | 1 | -7/+61 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/fair: Explain why MIN_SHARES isn't scaled in calc_cfs_shares() | Dietmar Eggemann | 2017-01-14 | 1 | -0/+12 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/core: Fix group_entity's share update | Vincent Guittot | 2017-01-14 | 1 | -13/+37 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/completions: Fix complete_all() semantics | Peter Zijlstra | 2017-01-14 | 1 | -4/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/deadline: Show leftover runtime and abs deadline in /proc/*/sched | Tommaso Cucinotta | 2017-01-14 | 1 | -0/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/clock: Provide better clock continuity | Peter Zijlstra | 2017-01-14 | 1 | -34/+65 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/clock: Delay switching sched_clock to stable | Peter Zijlstra | 2017-01-14 | 2 | -28/+26 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/clock: Update static_key usage | Peter Zijlstra | 2017-01-14 | 1 | -8/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/clock, clocksource: Add optional cs::mark_unstable() method | Thomas Gleixner | 2017-01-14 | 1 | -0/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/core: Add debugging code to catch missing update_rq_clock() calls | Matt Fleming | 2017-01-14 | 2 | -10/+75 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/core: Add missing update_rq_clock() call in set_user_nice() | Peter Zijlstra | 2017-01-14 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/core: Add missing update_rq_clock() call for task_hot() | Peter Zijlstra | 2017-01-14 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/core: Add missing update_rq_clock() in detach_task_cfs_rq() | Peter Zijlstra | 2017-01-14 | 1 | -0/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/core: Add missing update_rq_clock() in post_init_entity_util_avg() | Peter Zijlstra | 2017-01-14 | 2 | -0/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/fair: Push rq lock pin/unpin into idle_balance() | Matt Fleming | 2017-01-14 | 1 | -12/+15 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/core: Reset RQCF_ACT_SKIP before unpinning rq->lock | Matt Fleming | 2017-01-14 | 1 | -1/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/core: Add wrappers for lockdep_(un)pin_lock() | Matt Fleming | 2017-01-14 | 7 | -61/+76 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/cputime: Rename vtime_account_user() to vtime_flush() | Frederic Weisbecker | 2017-01-14 | 1 | -3/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | sched/cputime: Export account_guest_time() | Frederic Weisbecker | 2017-01-14 | 1 | -1/+1 | |

