Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | sched/core: Remove a parameter in the migrate_task_rq() function | xiaofeng.yan | 2015-10-06 | 3 | -3/+3 | |
| * | | | | | | | | | | | sched/core: Drop unlikely behind BUG_ON() | Geliang Tang | 2015-10-06 | 1 | -1/+1 | |
| * | | | | | | | | | | | sched/core: Fix task and run queue sched_info::run_delay inconsistencies | Peter Zijlstra | 2015-10-06 | 2 | -25/+33 | |
| * | | | | | | | | | | | sched/numa: Fix task_tick_fair() from disabling numa_balancing | Srikar Dronamraju | 2015-10-06 | 1 | -1/+1 | |
| * | | | | | | | | | | | sched/core: Add preempt_count invariant check | Peter Zijlstra | 2015-10-06 | 1 | -0/+4 | |
| * | | | | | | | | | | | sched/core: More notrace annotations | Peter Zijlstra | 2015-10-06 | 1 | -3/+3 | |
| * | | | | | | | | | | | sched/core: Simplify preempt_count tests | Peter Zijlstra | 2015-10-06 | 1 | -1/+1 | |
| * | | | | | | | | | | | sched/core: Robustify preemption leak checks | Peter Zijlstra | 2015-10-06 | 2 | -2/+6 | |
| * | | | | | | | | | | | sched/core: Stop setting PREEMPT_ACTIVE | Peter Zijlstra | 2015-10-06 | 1 | -13/+6 | |
| * | | | | | | | | | | | sched/core: Fix trace_sched_switch() | Peter Zijlstra | 2015-10-06 | 4 | -4/+5 | |
| * | | | | | | | | | | | sched/core: Add preempt argument to __schedule() | Peter Zijlstra | 2015-10-06 | 1 | -6/+6 | |
| * | | | | | | | | | | | sched/core: Create preempt_count invariant | Peter Zijlstra | 2015-10-06 | 1 | -2/+21 | |
| * | | | | | | | | | | | sched/core: Rework TASK_DEAD preemption exception | Peter Zijlstra | 2015-10-06 | 1 | -6/+13 | |
| * | | | | | | | | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying... | Ingo Molnar | 2015-10-06 | 17 | -126/+265 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | sched/core: Make 'sched_domain_topology' declaration static | Juergen Gross | 2015-09-23 | 1 | -1/+2 | |
| * | | | | | | | | | | | | sched/rt: Make (do_)balance_runtime() return void | Juri Lelli | 2015-09-23 | 1 | -16/+6 | |
| * | | | | | | | | | | | | sched/deadline, locking/rtmutex: Fix open coded check in rt_mutex_waiter_less() | Juri Lelli | 2015-09-23 | 1 | -1/+2 | |
| * | | | | | | | | | | | | sched/deadline: Unify dl_time_before() usage | Juri Lelli | 2015-09-23 | 3 | -10/+1 | |
| * | | | | | | | | | | | | sched/fair: Remove unnecessary parameter for group_classify() | Leo Yan | 2015-09-18 | 1 | -5/+5 | |
| * | | | | | | | | | | | | sched/fair: Polish comments for LOAD_AVG_MAX | Leo Yan | 2015-09-18 | 1 | -2/+3 | |
| * | | | | | | | | | | | | sched/numa: Limit the amount of virtual memory scanned in task_numa_work() | Rik van Riel | 2015-09-18 | 1 | -6/+12 | |
| * | | | | | | | | | | | | sched/core: Make policy-testing consistent | Henrik Austad | 2015-09-18 | 2 | -6/+12 | |
| * | | | | | | | | | | | | Merge branch 'linus' into sched/core, to pick up fixes before applying new ch... | Ingo Molnar | 2015-09-18 | 5 | -74/+27 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | sched/fair: Optimize per entity utilization tracking | Peter Zijlstra | 2015-09-13 | 1 | -7/+10 | |
| * | | | | | | | | | | | | | sched/fair: Defer calling scaling functions | Dietmar Eggemann | 2015-09-13 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | sched/fair: Optimize __update_load_avg() | Peter Zijlstra | 2015-09-13 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | sched/fair: Rename scale() to cap_scale() | Peter Zijlstra | 2015-09-13 | 1 | -7/+7 | |
| * | | | | | | | | | | | | | sched/fair: Initialize task load and utilization before placing task on rq | Morten Rasmussen | 2015-09-13 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | sched/fair: Get rid of scaling utilization by capacity_orig | Dietmar Eggemann | 2015-09-13 | 1 | -16/+22 | |
| * | | | | | | | | | | | | | sched/fair: Name utilization related data and functions consistently | Dietmar Eggemann | 2015-09-13 | 1 | -18/+19 | |
| * | | | | | | | | | | | | | sched/fair: Make utilization tracking CPU scale-invariant | Dietmar Eggemann | 2015-09-13 | 2 | -4/+5 | |
| * | | | | | | | | | | | | | sched/fair: Convert arch_scale_cpu_capacity() from weak function to #define | Morten Rasmussen | 2015-09-13 | 3 | -26/+12 | |
| * | | | | | | | | | | | | | sched/fair: Make load tracking frequency scale-invariant | Dietmar Eggemann | 2015-09-13 | 1 | -10/+17 | |
| * | | | | | | | | | | | | | sched/numa: Convert sched_numa_balancing to a static_branch | Srikar Dronamraju | 2015-09-13 | 3 | -11/+11 | |
| * | | | | | | | | | | | | | sched/numa: Remove the NUMA sched_feature | Srikar Dronamraju | 2015-09-13 | 2 | -22/+0 | |
| * | | | | | | | | | | | | | sched/numa: Disable sched_numa_balancing on UMA systems | Srikar Dronamraju | 2015-09-13 | 3 | -17/+7 | |
| * | | | | | | | | | | | | | sched/numa: Rename numabalancing_enabled to sched_numa_balancing | Srikar Dronamraju | 2015-09-13 | 3 | -8/+8 | |
| * | | | | | | | | | | | | | sched/fair: Fix nohz.next_balance update | Vincent Guittot | 2015-09-13 | 1 | -4/+30 | |
| * | | | | | | | | | | | | | sched/core: Delete PF_EXITING checks from cpu_cgroup_exit() callback | Kirill Tkhai | 2015-09-13 | 1 | -8/+0 | |
| * | | | | | | | | | | | | | sched/core: Remove unused argument from sched_class::task_move_group | Peter Zijlstra | 2015-09-13 | 3 | -3/+3 | |
| * | | | | | | | | | | | | | sched/fair: Unify switched_{from,to}_fair() and task_move_group_fair() | Byungchul Park | 2015-09-13 | 1 | -77/+52 | |
| * | | | | | | | | | | | | | sched/fair: Make the entity load aging on attaching tunable | Peter Zijlstra | 2015-09-13 | 2 | -0/+6 | |
| * | | | | | | | | | | | | | sched/fair: Fix switched_to_fair()'s per entity load tracking | Byungchul Park | 2015-09-13 | 1 | -0/+23 | |
| * | | | | | | | | | | | | | sched/fair: Have task_move_group_fair() also detach entity load from the old ... | Byungchul Park | 2015-09-13 | 1 | -1/+5 | |
| * | | | | | | | | | | | | | sched/fair: Have task_move_group_fair() unconditionally add the entity load t... | Byungchul Park | 2015-09-13 | 1 | -5/+4 | |
| * | | | | | | | | | | | | | sched/fair: Factor out the {at,de}taching of the per entity load {to,from} th... | Byungchul Park | 2015-09-13 | 1 | -39/+38 | |
| * | | | | | | | | | | | | | Merge tag 'v4.3-rc1' into sched/core, to refresh the branch | Ingo Molnar | 2015-09-13 | 75 | -4302/+5204 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | cpu/hotplug: Read_lock(tasklist_lock) doesn't need to disable irqs | Oleg Nesterov | 2015-09-12 | 1 | -4/+4 | |
* | | | | | | | | | | | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-11-03 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | kexec/crash: Say which char is the unrecognized | Borislav Petkov | 2015-10-21 | 1 | -3/+3 | |
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |