| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Simplify wake_affine() for the single socket case | Rik van Riel | 2017-06-24 | 1 | -1/+12 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | sched/numa: Override part of migrate_degrades_locality() when idle balancing | Rik van Riel | 2017-06-24 | 1 | -0/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 2017-06-24 | 2 | -7/+37 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | sched/rt: Move RT related code from sched/core.c to sched/rt.c | Nicolas Pitre | 2017-06-23 | 3 | -315/+315 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | sched/deadline: Move DL related code from sched/core.c to sched/deadline.c | Nicolas Pitre | 2017-06-23 | 3 | -340/+364 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | sched/cpuset: Only offer CONFIG_CPUSETS if SMP is enabled | Nicolas Pitre | 2017-06-23 | 1 | -4/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Spare idle load balancing on nohz_full CPUs | Frederic Weisbecker | 2017-06-22 | 1 | -0/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | nohz: Move idle balancer registration to the idle path | Frederic Weisbecker | 2017-06-22 | 1 | -2/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | sched/loadavg: Generalize "_idle" naming to "_nohz" | Frederic Weisbecker | 2017-06-22 | 2 | -27/+28 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | sched/core: Drop the unused try_get_task_struct() helper function | Davidlohr Bueso | 2017-06-20 | 1 | -13/+0 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'WIP.sched/core' into sched/core | Ingo Molnar | 2017-06-20 | 35 | -519/+550 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming | Ingo Molnar | 2017-06-20 | 2 | -14/+14 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | sched/wait: Move bit_wait_table[] and related functionality from sched/core.c... | Ingo Molnar | 2017-06-20 | 2 | -16/+25 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa... | Ingo Molnar | 2017-06-20 | 3 | -258/+264 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | sched/wait: Standardize wait_bit_queue naming | Ingo Molnar | 2017-06-20 | 1 | -21/+20 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field name | Ingo Molnar | 2017-06-20 | 1 | -21/+20 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | sched/wait: Standardize internal naming of wait-queue heads | Ingo Molnar | 2017-06-20 | 1 | -77/+77 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | sched/wait: Standardize internal naming of wait-queue entries | Ingo Molnar | 2017-06-20 | 1 | -49/+49 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | sched/wait: Rename wait_queue_t => wait_queue_entry_t | Ingo Molnar | 2017-06-20 | 6 | -28/+28 | |
| | | | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: WARN() and refuse to set buddy when !se->on_rq | Daniel Axtens | 2017-06-20 | 1 | -2/+8 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | sched/debug: Fix SCHED_WARN_ON() to return a value on !CONFIG_SCHED_DEBUG as ... | Ingo Molnar | 2017-06-20 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | sched/idle: Add deferrable vmstat_updater back | Aubrey Li | 2017-06-08 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | sched/core: Omit building stop_sched_class when !SMP | Nicolas Pitre | 2017-06-08 | 3 | -32/+36 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | sched/deadline: Use the revised wakeup rule for suspending constrained dl tasks | Daniel Bristot de Oliveira | 2017-06-08 | 2 | -12/+88 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | sched/deadline: Zero out positive runtime after throttling constrained tasks | Xunlei Pang | 2017-06-08 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | sched/deadline: Reclaim bandwidth not used by dl tasks | Luca Abeni | 2017-06-08 | 3 | -24/+72 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | sched/deadline: Base GRUB reclaiming on the inactive utilization | Luca Abeni | 2017-06-08 | 1 | -18/+22 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | sched/deadline: Track the "total rq utilization" too | Luca Abeni | 2017-06-08 | 2 | -34/+95 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | sched/deadline: Make GRUB a task's flag | Luca Abeni | 2017-06-08 | 2 | -2/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | sched/deadline: Do not reclaim the whole CPU bandwidth | Luca Abeni | 2017-06-08 | 3 | -1/+30 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | sched/deadline: Implement GRUB accounting | Luca Abeni | 2017-06-08 | 3 | -2/+21 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | sched/deadline: Fix the update of the total -deadline utilization | Luca Abeni | 2017-06-08 | 2 | -39/+27 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | sched/deadline: Improve the tracking of active utilization | Luca Abeni | 2017-06-08 | 3 | -15/+259 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | sched/deadline: Track the active utilization | Luca Abeni | 2017-06-08 | 2 | -4/+67 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | sched/core: Implement new approach to scale select_idle_cpu() | Peter Zijlstra | 2017-06-08 | 2 | -5/+17 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | sched/clock: Fix early boot preempt assumption in __set_sched_clock_stable() | Peter Zijlstra | 2017-05-24 | 1 | -1/+8 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | sched/core: Enable might_sleep() and smp_processor_id() checks early | Thomas Gleixner | 2017-05-23 | 1 | -1/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | printk: Adjust system_state checks | Thomas Gleixner | 2017-05-23 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | extable: Adjust system_state checks | Thomas Gleixner | 2017-05-23 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | async: Adjust system_state checks | Thomas Gleixner | 2017-05-23 | 1 | -4/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | sched/numa: Use down_read_trylock() for the mmap_sem | Vlastimil Babka | 2017-05-23 | 1 | -1/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | sched/rt: Minimize rq->lock contention in do_sched_rt_period_timer() | Dave Kleikamp | 2017-05-23 | 1 | -0/+11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | sched/core: Allow __sched_setscheduler() in interrupts when PI is not used | Steven Rostedt (VMware) | 2017-05-23 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | sched/deadline: Remove unnecessary condition in push_dl_task() | Byungchul Park | 2017-05-23 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | sched/rt: Remove unnecessary condition in push_rt_task() | Byungchul Park | 2017-05-23 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | sched/core: Use the new llist_for_each_entry_safe() primitive | Byungchul Park | 2017-05-23 | 1 | -12/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | smp, cpumask: Use non-atomic cpumask_{set,clear}_cpu() | Peter Zijlstra | 2017-05-23 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | smp: Avoid sending needless IPI in smp_call_function_many() | Aaron Lu | 2017-05-23 | 1 | -2/+12 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 2017-05-23 | 13 | -42/+201 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Fix O(nr_cgroups) in load balance path | Tejun Heo | 2017-05-15 | 1 | -8/+34 | |

