| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-09-01 | 37 | -959/+762 |
|\ |
|
| * | sched/deadline: Fix comment in enqueue_task_dl() | Andrea Parri | 2015-08-12 | 1 | -1/+1 |
| * | sched/deadline: Fix comment in push_dl_tasks() | Andrea Parri | 2015-08-12 | 1 | -1/+1 |
| * | sched: Change the sched_class::set_cpus_allowed() calling context | Peter Zijlstra | 2015-08-12 | 3 | -81/+26 |
| * | sched: Make sched_class::set_cpus_allowed() unconditional | Peter Zijlstra | 2015-08-12 | 7 | -18/+36 |
| * | sched: Fix a race between __kthread_bind() and sched_setaffinity() | Peter Zijlstra | 2015-08-12 | 5 | -18/+52 |
| * | sched: Ensure a task has a non-normalized vruntime when returning back to CFS | Byungchul Park | 2015-08-12 | 1 | -2/+17 |
| * | sched/numa: Fix NUMA_DIRECT topology identification | Aravind Gopalakrishnan | 2015-08-12 | 1 | -1/+3 |
| * | tile: Reorganize _switch_to() | Chris Metcalf | 2015-08-08 | 2 | -12/+6 |
| * | sched, sparc32: Update scheduler comments in copy_thread() | Ingo Molnar | 2015-08-04 | 1 | -5/+5 |
| * | sched: Remove finish_arch_switch() | Peter Zijlstra | 2015-08-04 | 2 | -4/+0 |
| * | sched, tile: Remove finish_arch_switch | Chris Metcalf | 2015-08-04 | 2 | -9/+18 |
| * | sched, sh: Fold finish_arch_switch() into switch_to() | Peter Zijlstra | 2015-08-04 | 1 | -6/+2 |
| * | sched, score: Remove finish_arch_switch() | Peter Zijlstra | 2015-08-04 | 1 | -2/+0 |
| * | sched, avr32: Remove finish_arch_switch() | Peter Zijlstra | 2015-08-04 | 1 | -2/+5 |
| * | sched, MIPS: Get rid of finish_arch_switch() | Ralf Baechle | 2015-08-04 | 1 | -25/+23 |
| * | sched, arm: Remove finish_arch_switch() | Will Deacon | 2015-08-04 | 1 | -1/+4 |
| * | sched/fair: Clean up load average references | Yuyang Du | 2015-08-03 | 1 | -15/+29 |
| * | sched/fair: Provide runnable_load_avg back to cfs_rq | Yuyang Du | 2015-08-03 | 3 | -10/+49 |
| * | sched/fair: Remove task and group entity load when they are dead | Yuyang Du | 2015-08-03 | 1 | -1/+10 |
| * | sched/fair: Init cfs_rq's sched_entity load average | Yuyang Du | 2015-08-03 | 3 | -7/+8 |
| * | sched/fair: Implement update_blocked_averages() for CONFIG_FAIR_GROUP_SCHED=n | Vincent Guittot | 2015-08-03 | 1 | -0/+8 |
| * | sched/fair: Rewrite runnable load and utilization average tracking | Yuyang Du | 2015-08-03 | 5 | -494/+249 |
| * | sched/fair: Remove rq's runnable avg | Yuyang Du | 2015-08-03 | 3 | -29/+5 |
| * | stop_machine: Remove cpu_stop_work's from list in cpu_stop_park() | Oleg Nesterov | 2015-08-03 | 1 | -2/+4 |
| * | stop_machine: Use 'cpu_stop_fn_t' where possible | Oleg Nesterov | 2015-08-03 | 2 | -8/+8 |
| * | stop_machine: Unexport __stop_machine() | Oleg Nesterov | 2015-08-03 | 3 | -22/+4 |
| * | stop_machine: Don't do for_each_cpu() twice in queue_stop_cpus_work() | Oleg Nesterov | 2015-08-03 | 1 | -10/+7 |
| * | stop_machine: Move 'cpu_stopper_task' and 'stop_cpus_work' into 'struct cpu_s... | Oleg Nesterov | 2015-08-03 | 1 | -8/+9 |
| * | sched/preempt: Fix cond_resched_lock() and cond_resched_softirq() | Konstantin Khlebnikov | 2015-08-03 | 5 | -18/+22 |
| * | sched/preempt, powerpc, kvm: Use need_resched() instead of should_resched() | Konstantin Khlebnikov | 2015-08-03 | 1 | -1/+1 |
| * | sched/preempt, xen: Use need_resched() instead of should_resched() | Konstantin Khlebnikov | 2015-08-03 | 1 | -1/+1 |
| * | sched/fair: Beef up wake_wide() | Mike Galbraith | 2015-08-03 | 2 | -36/+35 |
| * | sched: Introduce the 'trace_sched_waking' tracepoint | Peter Zijlstra | 2015-08-03 | 4 | -14/+30 |
| * | sched/cputime: Guarantee stime + utime == rtime | Peter Zijlstra | 2015-08-03 | 4 | -61/+97 |
| * | sched, sysctl: Delete an unnecessary check before unregister_sysctl_table() | Markus Elfring | 2015-08-03 | 1 | -2/+1 |
| * | sched/deadline: Remove a redundant condition from task_woken_dl() | Xunlei Pang | 2015-08-03 | 1 | -1/+0 |
| * | sched/rt: Remove a redundant condition from task_woken_rt() | Xunlei Pang | 2015-08-03 | 1 | -1/+0 |
| * | sched/fair: Avoid pulling all tasks in idle balancing | Yuyang Du | 2015-08-03 | 1 | -0/+7 |
| * | sched/idle: Move latency tracing stop/start calls deeper inside the idle loop | Lucas Stach | 2015-07-21 | 2 | -9/+9 |
| * | sched/fair: Fix a comment reflecting function name change | Byungchul Park | 2015-07-07 | 1 | -1/+1 |
| * | sched/fair: Clean up the __sched_period() code | Boqun Feng | 2015-07-07 | 1 | -9/+4 |
| * | sched/numa: Consider 'imbalance_pct' when comparing loads in numa_has_capacity() | Srikar Dronamraju | 2015-07-07 | 1 | -2/+3 |
| * | sched/numa: Prefer NUMA hotness over cache hotness | Srikar Dronamraju | 2015-07-07 | 2 | -77/+30 |
| * | sched/numa: Check sched_feat(NUMA) in migrate_improves_locality() | bsegall@google.com | 2015-07-07 | 1 | -2/+2 |
* | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-09-01 | 18 | -164/+329 |
|\ \ |
|
| * | | x86/ras: Move AMD MCE injector to arch/x86/ras/ | Borislav Petkov | 2015-08-13 | 7 | -14/+21 |
| * | | x86/mce: Add a wrapper around mce_log() for injection | Borislav Petkov | 2015-08-13 | 2 | -0/+10 |
| * | | x86/mce: Rename rcu_dereference_check_mce() to mce_log_get_idx_check() | Borislav Petkov | 2015-08-13 | 1 | -4/+4 |
| * | | RAS: Add a menuconfig option with descriptive text | Borislav Petkov | 2015-08-13 | 1 | -2/+32 |