| Commit message (Expand) | Author | Age | Files | Lines |
* | sched: Stop resched_cpu() from sending IPIs to offline CPUs | Paul E. McKenney | 2018-03-22 | 1 | -1/+2 |
* | sched/deadline: Use deadline instead of period when calculating overflow | Steven Rostedt (VMware) | 2017-12-20 | 1 | -4/+4 |
* | sched: Make resched_cpu() unconditional | Paul E. McKenney | 2017-11-30 | 1 | -2/+1 |
* | sched/topology: Fix overlapping sched_group_mask | Peter Zijlstra | 2017-07-21 | 1 | -1/+17 |
* | sched/topology: Optimize build_group_mask() | Lauro Ramos Venancio | 2017-07-21 | 1 | -2/+2 |
* | sched: panic on corrupted stack end | Jann Horn | 2017-05-20 | 1 | -1/+2 |
* | perf: Avoid horrible stack usage | Peter Zijlstra (Intel) | 2017-04-30 | 1 | -1/+1 |
* | sched/core: Fix a race between try_to_wake_up() and a woken up task | Balbir Singh | 2016-10-05 | 1 | -0/+22 |
* | kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi... | Andrey Ryabinin | 2016-07-12 | 1 | -2/+4 |
* | sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systems | Sasha Levin | 2016-06-06 | 1 | -4/+7 |
* | sched/cputime: Fix steal_account_process_tick() to always return jiffies | Chris Friesen | 2016-04-18 | 1 | -7/+7 |
* | sched: Fix crash in sched_init_numa() | Raghavendra K T | 2016-04-12 | 1 | -1/+1 |
* | sched: Fix cpu_active_mask/cpu_online_mask race | Jan H. Schönherr | 2015-12-02 | 1 | -0/+8 |
* | sched/fair: Prevent throttling in early pick_next_task_fair() | Ben Segall | 2015-10-27 | 1 | -11/+14 |
* | sched/core: Fix TASK_DEAD race in finish_task_switch() | Peter Zijlstra | 2015-10-27 | 2 | -7/+8 |
* | sched: access local runqueue directly in single_task_running | Dominik Dingel | 2015-10-27 | 1 | -4/+11 |
* | sched, numa: Do not hint for NUMA balancing on VM_MIXEDMAP mappings | Mel Gorman | 2015-06-22 | 1 | -1/+3 |
* | sched: Handle priority boosted tasks proper in setscheduler() | Thomas Gleixner | 2015-06-10 | 1 | -12/+14 |
* | sched: Fix RLIMIT_RTTIME when PI-boosting to RT | Brian Silverman | 2015-04-24 | 1 | -0/+2 |
* | sched/wait: Provide infrastructure to deal with nested blocking | Peter Zijlstra | 2015-04-16 | 1 | -0/+61 |
* | sched/autogroup: Fix failure to set cpu.rt_runtime_us | Peter Zijlstra | 2015-03-23 | 2 | -5/+7 |
* | sched: Fix hrtick_start() on UP | Wanpeng Li | 2015-03-23 | 1 | -0/+5 |
* | sched: Add missing rcu protection to wake_up_all_idle_cpus | Andy Lutomirski | 2015-01-16 | 1 | -2/+7 |
* | sched/deadline: Avoid double-accounting in case of missed deadlines | Luca Abeni | 2015-01-16 | 1 | -18/+1 |
* | sched/deadline: Fix migration of SCHED_DEADLINE tasks | Luca Abeni | 2015-01-16 | 1 | -3/+3 |
* | context_tracking: Restore previous state in schedule_user | Andy Lutomirski | 2014-12-03 | 1 | -2/+6 |
* | sched: Provide update_curr callbacks for stop/idle scheduling classes | Thomas Gleixner | 2014-11-23 | 2 | -0/+10 |
* | sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistency | Stanislaw Gruszka | 2014-11-16 | 5 | -27/+24 |
* | sched/cputime: Fix cpu_timer_sample_group() double accounting | Peter Zijlstra | 2014-11-16 | 1 | -13/+0 |
* | sched/numa: Avoid selecting oneself as swap target | Peter Zijlstra | 2014-11-16 | 1 | -0/+7 |
* | sched/numa: Fix out of bounds read in sched_init_numa() | Andrey Ryabinin | 2014-11-10 | 1 | -0/+4 |
* | sched: Remove lockdep check in sched_move_task() | Kirill Tkhai | 2014-11-04 | 1 | -2/+6 |
* | sched/dl: Fix preemption checks | Kirill Tkhai | 2014-10-28 | 1 | -3/+7 |
* | sched: stop the unbound recursion in preempt_schedule_context() | Oleg Nesterov | 2014-10-28 | 1 | -0/+41 |
* | sched/fair: Fix division by zero sysctl_numa_balancing_scan_size | Kirill Tkhai | 2014-10-28 | 1 | -2/+3 |
* | sched/fair: Care divide error in update_task_scan_period() | Yasuaki Ishimatsu | 2014-10-28 | 1 | -1/+1 |
* | sched/numa: Fix unsafe get_task_struct() in task_numa_assign() | Kirill Tkhai | 2014-10-28 | 1 | -2/+12 |
* | sched/deadline: Fix races between rt_mutex_setprio() and dl_task_timer() | Juri Lelli | 2014-10-28 | 1 | -5/+13 |
* | sched/deadline: Don't replenish from a !SCHED_DEADLINE entity | Juri Lelli | 2014-10-28 | 1 | -1/+12 |
* | sched: Fix race between task_group and sched_task_group | Kirill Tkhai | 2014-10-28 | 1 | -0/+6 |
* | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2014-10-15 | 5 | -6/+6 |
|\ |
|
| * | percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_t | Christoph Lameter | 2014-08-28 | 3 | -3/+3 |
| * | scheduler: Replace __get_cpu_var with this_cpu_ptr | Christoph Lameter | 2014-08-26 | 1 | -2/+2 |
| * | time: Replace __get_cpu_var uses | Christoph Lameter | 2014-08-26 | 1 | -1/+1 |
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-10-13 | 11 | -393/+609 |
|\ \ |
|
| * | | sched/dl: Use dl_bw_of() under rcu_read_lock_sched() | Kirill Tkhai | 2014-10-03 | 1 | -9/+16 |
| * | | sched/fair: Delete resched_cpu() from idle_balance() | Kirill Tkhai | 2014-10-03 | 1 | -6/+0 |
| * | | sched, time: Fix build error with 64 bit cputime_t on 32 bit systems | Rik van Riel | 2014-10-03 | 1 | -10/+19 |
| * | | sched: Improve sysbench performance by fixing spurious active migration | Vincent Guittot | 2014-10-03 | 1 | -6/+7 |
| * | | sched/rt: Use resched_curr() in task_tick_rt() | Kirill Tkhai | 2014-09-24 | 1 | -1/+1 |