Age | Commit message (Expand) | Author | Files | Lines |
2015-11-15 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2015-11-09 | sched/numa: Fix math underflow in task_tick_numa() | Rik van Riel | 1 | -1/+1 |
2015-11-06 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+2 |
2015-11-06 | Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 1 | -8/+0 |
2015-11-04 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 7 | -344/+382 |
2015-10-28 | Merge branch 'linus' into core/rcu, to fix up a semantic conflict | Ingo Molnar | 4 | -12/+28 |
2015-10-23 | sched/core: Add missing lockdep_unpin() annotations | Peter Zijlstra | 2 | -2/+16 |
2015-10-20 | sched: Don't scan all-offline ->cpus_allowed twice if !CONFIG_CPUSETS | Oleg Nesterov | 1 | -5/+7 |
2015-10-20 | sched: Move cpu_active() tests from stop_two_cpus() into migrate_swap_stop() | Peter Zijlstra | 1 | -0/+4 |
2015-10-20 | sched: Start stopper early | Peter Zijlstra | 1 | -3/+9 |
2015-10-20 | Merge branch 'sched/urgent' into sched/core, to pick up fixes and resolve con... | Ingo Molnar | 4 | -10/+12 |
2015-10-20 | sched/deadline: Fix migration of SCHED_DEADLINE tasks | Luca Abeni | 1 | -3/+5 |
2015-10-20 | nohz: Revert "nohz: Set isolcpus when nohz_full is set" | Frederic Weisbecker | 1 | -3/+0 |
2015-10-20 | sched/fair: Update task group's load_avg after task migration | Yuyang Du | 1 | -2/+3 |
2015-10-20 | sched/fair: Fix overly small weight for interactive group entities | Yuyang Du | 1 | -2/+2 |
2015-10-19 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 1 | -0/+1 |
2015-10-15 | cgroup: keep zombies associated with their original cgroups | Tejun Heo | 1 | -16/+0 |
2015-10-12 | sched, tracing: Stop/start critical timings around the idle=poll idle loop | Daniel Bristot de Oliveira | 1 | -0/+2 |
2015-10-06 | sched: Export sched_setscheduler_nocheck | Davidlohr Bueso | 1 | -0/+1 |
2015-10-06 | sched/core: Remove a parameter in the migrate_task_rq() function | xiaofeng.yan | 3 | -3/+3 |
2015-10-06 | sched/core: Drop unlikely behind BUG_ON() | Geliang Tang | 1 | -1/+1 |
2015-10-06 | sched/core: Fix task and run queue sched_info::run_delay inconsistencies | Peter Zijlstra | 2 | -25/+33 |
2015-10-06 | sched/numa: Fix task_tick_fair() from disabling numa_balancing | Srikar Dronamraju | 1 | -1/+1 |
2015-10-06 | sched/core: Add preempt_count invariant check | Peter Zijlstra | 1 | -0/+4 |
2015-10-06 | sched/core: More notrace annotations | Peter Zijlstra | 1 | -3/+3 |
2015-10-06 | sched/core: Simplify preempt_count tests | Peter Zijlstra | 1 | -1/+1 |
2015-10-06 | sched/core: Robustify preemption leak checks | Peter Zijlstra | 1 | -1/+3 |
2015-10-06 | sched/core: Stop setting PREEMPT_ACTIVE | Peter Zijlstra | 1 | -13/+6 |
2015-10-06 | sched/core: Fix trace_sched_switch() | Peter Zijlstra | 1 | -1/+1 |
2015-10-06 | sched/core: Add preempt argument to __schedule() | Peter Zijlstra | 1 | -6/+6 |
2015-10-06 | sched/core: Create preempt_count invariant | Peter Zijlstra | 1 | -2/+21 |
2015-10-06 | sched/core: Rework TASK_DEAD preemption exception | Peter Zijlstra | 1 | -6/+13 |
2015-10-06 | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying... | Ingo Molnar | 3 | -18/+33 |
2015-10-06 | sched/core: Fix TASK_DEAD race in finish_task_switch() | Peter Zijlstra | 2 | -7/+8 |
2015-10-01 | kvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME support | Andrey Smetanin | 1 | -0/+2 |
2015-09-27 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -3/+11 |
2015-09-23 | sched/core: Make 'sched_domain_topology' declaration static | Juergen Gross | 1 | -1/+2 |
2015-09-23 | sched/rt: Make (do_)balance_runtime() return void | Juri Lelli | 1 | -16/+6 |
2015-09-23 | sched/deadline: Unify dl_time_before() usage | Juri Lelli | 3 | -10/+1 |
2015-09-23 | userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_... | Andrea Arcangeli | 1 | -4/+3 |
2015-09-18 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -4/+11 |
2015-09-18 | sched: access local runqueue directly in single_task_running | Dominik Dingel | 1 | -4/+11 |
2015-09-18 | sched/fair: Remove unnecessary parameter for group_classify() | Leo Yan | 1 | -5/+5 |
2015-09-18 | sched/fair: Polish comments for LOAD_AVG_MAX | Leo Yan | 1 | -2/+3 |
2015-09-18 | sched/numa: Limit the amount of virtual memory scanned in task_numa_work() | Rik van Riel | 1 | -6/+12 |
2015-09-18 | sched/core: Make policy-testing consistent | Henrik Austad | 2 | -6/+12 |
2015-09-18 | sched: Fix crash trying to dequeue/enqueue the idle thread | Peter Zijlstra | 1 | -3/+11 |
2015-09-17 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -5/+31 |
2015-09-13 | sched/fair: Optimize per entity utilization tracking | Peter Zijlstra | 1 | -7/+10 |
2015-09-13 | sched/fair: Defer calling scaling functions | Dietmar Eggemann | 1 | -2/+4 |