aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2016-01-19sched: Fix crash in sched_init_numa()Raghavendra K T1-1/+1
2016-01-12Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+1
2016-01-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+68
2016-01-11Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+92
2016-01-06Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-2/+4
2016-01-06Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging new patchesIngo Molnar1-6/+6
2015-12-07Merge branch 'master' into for-4.4-fixesTejun Heo1-6/+30
2015-12-04rcu: Stop disabling interrupts in scheduler fastpathsPaul E. McKenney1-2/+4
2015-12-04sched/fair: Move the cache-hot 'load_avg' variable into its own cachelineWaiman Long1-3/+7
2015-12-04sched/core: Move the sched_to_prio[] arrays out of lineAndi Kleen1-2/+43
2015-12-04sched/fair: Make it possible to account fair load avg consistentlyByungchul Park1-0/+4
2015-12-04sched/core, locking: Document Program-Order guaranteesPeter Zijlstra1-0/+91
2015-12-04locking, sched: Introduce smp_cond_acquire() and use itPeter Zijlstra1-7/+1
2015-12-04Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new changesIngo Molnar1-6/+30
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 Zijlstra1-1/+7
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-03cgroup: kill cgrp_ss_priv[CGROUP_CANFORK_COUNT] and friendsOleg Nesterov1-1/+1
2015-12-03cgroup: fix handling of multi-destination migration from subtree_control enablingTejun Heo1-6/+6
2015-11-23sched/core: Use list_is_singular() in sched_can_stop_tick()Geliang Tang1-1/+1
2015-11-23sched/core: Fix incorrect wait time and wait count statisticsJoonwoo Park1-2/+13
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 Torvalds1-88/+115
2015-10-28Merge branch 'linus' into core/rcu, to fix up a semantic conflictIngo Molnar1-4/+8
2015-10-23sched/core: Add missing lockdep_unpin() annotationsPeter Zijlstra1-1/+8
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 Molnar1-3/+0
2015-10-20nohz: Revert "nohz: Set isolcpus when nohz_full is set"Frederic Weisbecker1-3/+0
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-06sched: Export sched_setscheduler_nocheckDavidlohr Bueso1-0/+1
2015-10-06sched/core: Remove a parameter in the migrate_task_rq() functionxiaofeng.yan1-1/+1
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 Zijlstra1-19/+25
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 Molnar1-12/+27
2015-10-06sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra1-5/+5