summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* vmstat: make vmstat_updater deferrable again and shut down on idleChristoph Lameter2016-01-141-0/+1
* Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2016-01-121-1/+1
|\
| * cgroup: kill cgrp_ss_priv[CGROUP_CANFORK_COUNT] and friendsOleg Nesterov2015-12-031-1/+1
* | Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-121-0/+3
|\ \
| * | missing include asm/paravirt.h in cputime.cStefano Stabellini2015-12-211-0/+3
* | | Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2016-01-111-1/+1
|\ \ \
| * | | watchdog: introduce touch_softlockup_watchdog_sched()Tejun Heo2015-12-081-1/+1
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-117-236/+356
|\ \ \ \
| * | | | sched/fair: Fix new task's load avg removed from source CPU in wake_up_new_ta...Yuyang Du2016-01-061-10/+28
| * | | | sched/deadline: Fix the earliest_dl.next logicWanpeng Li2016-01-061-52/+7
| * | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ...Ingo Molnar2016-01-064-19/+19
| |\ \ \ \
| * | | | | sched/fair: Disable the task group load_avg update for the root_task_groupWaiman Long2015-12-041-0/+6
| * | | | | sched/fair: Move the cache-hot 'load_avg' variable into its own cachelineWaiman Long2015-12-042-4/+13
| * | | | | sched/fair: Avoid redundant idle_cpu() call in update_sg_lb_stats()Waiman Long2015-12-041-3/+7
| * | | | | sched/core: Move the sched_to_prio[] arrays out of lineAndi Kleen2015-12-043-43/+46
| * | | | | sched/cputime: Convert vtime_seqlock to seqcountFrederic Weisbecker2015-12-041-22/+24
| * | | | | sched/cputime: Introduce vtime accounting check for readersFrederic Weisbecker2015-12-041-3/+3
| * | | | | sched/cputime: Rename vtime_accounting_enabled() to vtime_accounting_cpu_enab...Frederic Weisbecker2015-12-041-1/+1
| * | | | | sched/cputime: Correctly handle task guest time on housekeepersFrederic Weisbecker2015-12-041-1/+1
| * | | | | sched/cputime: Clarify vtime symbols and document themFrederic Weisbecker2015-12-041-3/+3
| * | | | | sched/cputime: Remove extra cost in task_cputime()Hiroshi Shimamoto2015-12-041-0/+16
| * | | | | sched/fair: Make it possible to account fair load avg consistentlyByungchul Park2015-12-043-1/+60
| * | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2015-12-044-14/+44
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | sched/fair: Modify the comment about lock assumptions in migrate_task_rq_fair()Byungchul Park2015-11-231-2/+1
| * | | | | sched/core: Use list_is_singular() in sched_can_stop_tick()Geliang Tang2015-11-231-1/+1
| * | | | | sched/core: Fix incorrect wait time and wait count statisticsJoonwoo Park2015-11-232-22/+60
| * | | | | sched/numa: Cap PTE scanning overhead to 3% of run timeRik van Riel2015-11-231-0/+12
| * | | | | sched/fair: Consider missed ticks in NOHZ_FULL in update_cpu_load_nohz()Byungchul Park2015-11-231-4/+6
| * | | | | sched/fair: Prepare __update_cpu_load() to handle active ticklessByungchul Park2015-11-231-8/+41
| * | | | | sched/fair: Clean up the explanation around decaying load update missesPeter Zijlstra2015-11-231-29/+24
| * | | | | sched/fair: Remove empty idle enter and exit functionsDietmar Eggemann2015-11-233-32/+1
* | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-112-8/+93
|\ \ \ \ \ \
| * | | | | | sched/core, locking: Document Program-Order guaranteesPeter Zijlstra2015-12-041-0/+91
| * | | | | | locking, sched: Introduce smp_cond_acquire() and use itPeter Zijlstra2015-12-042-8/+2
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-111-2/+4
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2016-01-061-2/+4
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | rcu: Stop disabling interrupts in scheduler fastpathsPaul E. McKenney2015-12-041-2/+4
* | | | | | sched/fair: Fix multiplication overflow on 32-bit systemsAndrey Ryabinin2016-01-061-1/+1
|/ / / / /
* | | | | sched/wait: Fix the signal handling fixPeter Zijlstra2015-12-131-10/+10
* | | | | Merge branch 'for-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-12-081-6/+6
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into for-4.4-fixesTejun Heo2015-12-075-15/+45
| |\ \ \ \ \ | | | |/ / / | | |/| | / | | |_|_|/ | |/| | |
| * | | | cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo2015-12-031-6/+6
| | |/ / | |/| |
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-12-082-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | treewide: Remove old email addressPeter Zijlstra2015-11-232-2/+2
| |/ /
* | | sched/core: Fix an SMP ordering race in try_to_wake_up() vs. schedule()Peter Zijlstra2015-12-041-0/+19
* | | sched/core: Better document the try_to_wake_up() barriersPeter Zijlstra2015-12-042-1/+10
* | | sched/cputime: Fix invalid gtime in procHiroshi Shimamoto2015-12-041-0/+3
* | | sched/core: Clear the root_domain cpumasks in init_rootdomain()Xunlei Pang2015-12-041-4/+4
* | | sched/core: Remove false-positive warning from wake_up_process()Sasha Levin2015-12-041-1/+0
* | | sched/wait: Fix signal handling in bit wait helpersPeter Zijlstra2015-12-041-8/+8
| |/ |/|
OpenPOWER on IntegriCloud