summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ...Ingo Molnar2016-01-064-19/+19
|\
| * 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/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/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
* | | 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
|/ /
* / sched/rt: Hide the push_irq_work_func() declarationArnd Bergmann2015-11-231-1/+1
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-11-151-1/+1
|\
| * sched/numa: Fix math underflow in task_tick_numa()Rik van Riel2015-11-091-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-11-051-0/+2
|\ \
| * | kvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME supportAndrey Smetanin2015-10-011-0/+2
* | | Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-11-051-8/+0
|\ \ \ | |_|/ |/| |
| * | cgroup: keep zombies associated with their original cgroupsTejun Heo2015-10-151-16/+0
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-037-344/+382
|\ \ \
| * | | sched: Don't scan all-offline ->cpus_allowed twice if !CONFIG_CPUSETSOleg Nesterov2015-10-201-5/+7
| * | | sched: Move cpu_active() tests from stop_two_cpus() into migrate_swap_stop()Peter Zijlstra2015-10-201-0/+4
| * | | sched: Start stopper earlyPeter Zijlstra2015-10-201-3/+9
| * | | Merge branch 'sched/urgent' into sched/core, to pick up fixes and resolve con...Ingo Molnar2015-10-204-10/+12
| |\ \ \
| * | | | sched/core: Remove a parameter in the migrate_task_rq() functionxiaofeng.yan2015-10-063-3/+3
| * | | | sched/core: Drop unlikely behind BUG_ON()Geliang Tang2015-10-061-1/+1
| * | | | sched/core: Fix task and run queue sched_info::run_delay inconsistenciesPeter Zijlstra2015-10-062-25/+33
| * | | | sched/numa: Fix task_tick_fair() from disabling numa_balancingSrikar Dronamraju2015-10-061-1/+1