summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | sched/core: Add preempt_count invariant checkPeter Zijlstra2015-10-061-0/+4
| * | | | sched/core: More notrace annotationsPeter Zijlstra2015-10-061-3/+3
| * | | | sched/core: Simplify preempt_count testsPeter Zijlstra2015-10-061-1/+1
| * | | | sched/core: Robustify preemption leak checksPeter Zijlstra2015-10-061-1/+3
| * | | | sched/core: Stop setting PREEMPT_ACTIVEPeter Zijlstra2015-10-061-13/+6
| * | | | sched/core: Fix trace_sched_switch()Peter Zijlstra2015-10-061-1/+1
| * | | | sched/core: Add preempt argument to __schedule()Peter Zijlstra2015-10-061-6/+6
| * | | | sched/core: Create preempt_count invariantPeter Zijlstra2015-10-061-2/+21
| * | | | sched/core: Rework TASK_DEAD preemption exceptionPeter Zijlstra2015-10-061-6/+13
| * | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2015-10-063-18/+33
| |\ \ \ \
| * | | | | sched/core: Make 'sched_domain_topology' declaration staticJuergen Gross2015-09-231-1/+2
| * | | | | sched/rt: Make (do_)balance_runtime() return voidJuri Lelli2015-09-231-16/+6