aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-04sched/core: Fix an SMP ordering race in try_to_wake_up() vs. schedule()Peter Zijlstra1-0/+19
2015-12-04sched/core: Better document the try_to_wake_up() barriersPeter Zijlstra2-1/+10
2015-12-04sched/cputime: Fix invalid gtime in procHiroshi Shimamoto1-0/+3
2015-12-04sched/core: Clear the root_domain cpumasks in init_rootdomain()Xunlei Pang1-4/+4
2015-12-04sched/core: Remove false-positive warning from wake_up_process()Sasha Levin1-1/+0
2015-12-04sched/wait: Fix signal handling in bit wait helpersPeter Zijlstra1-8/+8
2015-11-23sched/rt: Hide the push_irq_work_func() declarationArnd Bergmann1-1/+1
2015-11-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-11-09sched/numa: Fix math underflow in task_tick_numa()Rik van Riel1-1/+1
2015-11-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2015-11-05Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-8/+0
2015-11-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-344/+382
2015-10-28Merge branch 'linus' into core/rcu, to fix up a semantic conflictIngo Molnar4-12/+28
2015-10-23sched/core: Add missing lockdep_unpin() annotationsPeter Zijlstra2-2/+16
2015-10-20sched: Don't scan all-offline ->cpus_allowed twice if !CONFIG_CPUSETSOleg Nesterov1-5/+7
2015-10-20sched: Move cpu_active() tests from stop_two_cpus() into migrate_swap_stop()Peter Zijlstra1-0/+4
2015-10-20sched: Start stopper earlyPeter Zijlstra1-3/+9
2015-10-20Merge branch 'sched/urgent' into sched/core, to pick up fixes and resolve conflictsIngo Molnar4-10/+12
2015-10-20sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni1-3/+5
2015-10-20nohz: Revert "nohz: Set isolcpus when nohz_full is set"Frederic Weisbecker1-3/+0
2015-10-20sched/fair: Update task group's load_avg after task migrationYuyang Du1-2/+3
2015-10-20sched/fair: Fix overly small weight for interactive group entitiesYuyang Du1-2/+2
2015-10-19Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-0/+1
2015-10-15cgroup: keep zombies associated with their original cgroupsTejun Heo1-16/+0
2015-10-12sched, tracing: Stop/start critical timings around the idle=poll idle loopDaniel Bristot de Oliveira1-0/+2
2015-10-06sched: Export sched_setscheduler_nocheckDavidlohr Bueso1-0/+1
2015-10-06sched/core: Remove a parameter in the migrate_task_rq() functionxiaofeng.yan3-3/+3
2015-10-06sched/core: Drop unlikely behind BUG_ON()Geliang Tang1-1/+1
2015-10-06sched/core: Fix task and run queue sched_info::run_delay inconsistenciesPeter Zijlstra2-25/+33
2015-10-06sched/numa: Fix task_tick_fair() from disabling numa_balancingSrikar Dronamraju1-1/+1
2015-10-06sched/core: Add preempt_count invariant checkPeter Zijlstra1-0/+4
2015-10-06sched/core: More notrace annotationsPeter Zijlstra1-3/+3
2015-10-06sched/core: Simplify preempt_count testsPeter Zijlstra1-1/+1
2015-10-06sched/core: Robustify preemption leak checksPeter Zijlstra1-1/+3
2015-10-06sched/core: Stop setting PREEMPT_ACTIVEPeter Zijlstra1-13/+6
2015-10-06sched/core: Fix trace_sched_switch()Peter Zijlstra1-1/+1
2015-10-06sched/core: Add preempt argument to __schedule()Peter Zijlstra1-6/+6
2015-10-06sched/core: Create preempt_count invariantPeter Zijlstra1-2/+21
2015-10-06sched/core: Rework TASK_DEAD preemption exceptionPeter Zijlstra1-6/+13
2015-10-06Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new changesIngo Molnar3-18/+33
2015-10-06sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra2-7/+8
2015-10-01kvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME supportAndrey Smetanin1-0/+2
2015-09-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+11
2015-09-23sched/core: Make 'sched_domain_topology' declaration staticJuergen Gross1-1/+2
2015-09-23sched/rt: Make (do_)balance_runtime() return voidJuri Lelli1-16/+6
2015-09-23sched/deadline: Unify dl_time_before() usageJuri Lelli3-10/+1
2015-09-22userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key"Andrea Arcangeli1-4/+3
2015-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+11
2015-09-18sched: access local runqueue directly in single_task_runningDominik Dingel1-4/+11
2015-09-18sched/fair: Remove unnecessary parameter for group_classify()Leo Yan1-5/+5