Age | Commit message (Expand) | Author | Files | Lines |
2015-08-12 | sched: Fix a race between __kthread_bind() and sched_setaffinity() | Peter Zijlstra | 5 | -18/+52 |
2015-08-12 | sched: Ensure a task has a non-normalized vruntime when returning back to CFS | Byungchul Park | 1 | -2/+17 |
2015-08-12 | sched/numa: Fix NUMA_DIRECT topology identification | Aravind Gopalakrishnan | 1 | -1/+3 |
2015-08-08 | tile: Reorganize _switch_to() | Chris Metcalf | 2 | -12/+6 |
2015-08-04 | sched, sparc32: Update scheduler comments in copy_thread() | Ingo Molnar | 1 | -5/+5 |
2015-08-04 | sched: Remove finish_arch_switch() | Peter Zijlstra | 2 | -4/+0 |
2015-08-04 | sched, tile: Remove finish_arch_switch | Chris Metcalf | 2 | -9/+18 |
2015-08-04 | sched, sh: Fold finish_arch_switch() into switch_to() | Peter Zijlstra | 1 | -6/+2 |
2015-08-04 | sched, score: Remove finish_arch_switch() | Peter Zijlstra | 1 | -2/+0 |
2015-08-04 | sched, avr32: Remove finish_arch_switch() | Peter Zijlstra | 1 | -2/+5 |
2015-08-04 | sched, MIPS: Get rid of finish_arch_switch() | Ralf Baechle | 1 | -25/+23 |
2015-08-04 | sched, arm: Remove finish_arch_switch() | Will Deacon | 1 | -1/+4 |
2015-08-03 | sched/fair: Clean up load average references | Yuyang Du | 1 | -15/+29 |
2015-08-03 | sched/fair: Provide runnable_load_avg back to cfs_rq | Yuyang Du | 3 | -10/+49 |
2015-08-03 | sched/fair: Remove task and group entity load when they are dead | Yuyang Du | 1 | -1/+10 |
2015-08-03 | sched/fair: Init cfs_rq's sched_entity load average | Yuyang Du | 3 | -7/+8 |
2015-08-03 | sched/fair: Implement update_blocked_averages() for CONFIG_FAIR_GROUP_SCHED=n | Vincent Guittot | 1 | -0/+8 |
2015-08-03 | sched/fair: Rewrite runnable load and utilization average tracking | Yuyang Du | 5 | -494/+249 |
2015-08-03 | sched/fair: Remove rq's runnable avg | Yuyang Du | 3 | -29/+5 |
2015-08-03 | stop_machine: Remove cpu_stop_work's from list in cpu_stop_park() | Oleg Nesterov | 1 | -2/+4 |
2015-08-03 | stop_machine: Use 'cpu_stop_fn_t' where possible | Oleg Nesterov | 2 | -8/+8 |
2015-08-03 | stop_machine: Unexport __stop_machine() | Oleg Nesterov | 3 | -22/+4 |
2015-08-03 | stop_machine: Don't do for_each_cpu() twice in queue_stop_cpus_work() | Oleg Nesterov | 1 | -10/+7 |
2015-08-03 | stop_machine: Move 'cpu_stopper_task' and 'stop_cpus_work' into 'struct cpu_s... | Oleg Nesterov | 1 | -8/+9 |
2015-08-03 | sched/preempt: Fix cond_resched_lock() and cond_resched_softirq() | Konstantin Khlebnikov | 5 | -18/+22 |
2015-08-03 | sched/preempt, powerpc, kvm: Use need_resched() instead of should_resched() | Konstantin Khlebnikov | 1 | -1/+1 |
2015-08-03 | sched/preempt, xen: Use need_resched() instead of should_resched() | Konstantin Khlebnikov | 1 | -1/+1 |
2015-08-03 | sched/fair: Beef up wake_wide() | Mike Galbraith | 2 | -36/+35 |
2015-08-03 | sched: Introduce the 'trace_sched_waking' tracepoint | Peter Zijlstra | 4 | -14/+30 |
2015-08-03 | sched/cputime: Guarantee stime + utime == rtime | Peter Zijlstra | 4 | -61/+97 |
2015-08-03 | sched, sysctl: Delete an unnecessary check before unregister_sysctl_table() | Markus Elfring | 1 | -2/+1 |
2015-08-03 | sched/deadline: Remove a redundant condition from task_woken_dl() | Xunlei Pang | 1 | -1/+0 |
2015-08-03 | sched/rt: Remove a redundant condition from task_woken_rt() | Xunlei Pang | 1 | -1/+0 |
2015-08-03 | sched/fair: Avoid pulling all tasks in idle balancing | Yuyang Du | 1 | -0/+7 |
2015-07-21 | sched/idle: Move latency tracing stop/start calls deeper inside the idle loop | Lucas Stach | 2 | -9/+9 |
2015-07-07 | sched/fair: Fix a comment reflecting function name change | Byungchul Park | 1 | -1/+1 |
2015-07-07 | sched/fair: Clean up the __sched_period() code | Boqun Feng | 1 | -9/+4 |
2015-07-07 | sched/numa: Consider 'imbalance_pct' when comparing loads in numa_has_capacity() | Srikar Dronamraju | 1 | -2/+3 |
2015-07-07 | sched/numa: Prefer NUMA hotness over cache hotness | Srikar Dronamraju | 2 | -77/+30 |
2015-07-07 | sched/numa: Check sched_feat(NUMA) in migrate_improves_locality() | bsegall@google.com | 1 | -2/+2 |
2015-07-06 | sched/fair: Test list head instead of list entry in throttle_cfs_rq() | Cong Wang | 1 | -1/+1 |
2015-07-05 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 5 | -21/+47 |
2015-07-05 | Linux 4.2-rc1v4.2-rc1 | Linus Torvalds | 1 | -2/+2 |
2015-07-05 | Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvha... | Linus Torvalds | 7 | -45/+1004 |
2015-07-05 | ext4: replace open coded nofail allocation in ext4_free_blocks() | Michal Hocko | 1 | -11/+5 |
2015-07-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 99 | -553/+784 |
2015-07-04 | bluetooth: fix list handling | Linus Torvalds | 2 | -2/+3 |
2015-07-04 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 68 | -6312/+3163 |
2015-07-04 | Merge tag 'ntb-4.2' of git://github.com/jonmason/ntb | Linus Torvalds | 23 | -2816/+5545 |
2015-07-04 | 9p: cope with bogus responses from server in p9_client_{read,write} | Al Viro | 1 | -0/+8 |