summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* sched: Use replace normalize_task() with __sched_setscheduler()Peter Zijlstra2015-06-191-42/+23Star
* sched: Replace post_schedule with a balance callback listPeter Zijlstra2015-06-191-12/+24
* Merge branch 'timers/core' into sched/hrtimersThomas Gleixner2015-06-191-29/+6Star
|\
| * Merge branch 'linus' into timers/coreThomas Gleixner2015-05-191-43/+26Star
| |\
| * | sched,perf: Fix periodic timersPeter Zijlstra2015-05-181-12/+0Star
| * | sched: Cleanup bandwidth timersPeter Zijlstra2015-04-221-7/+8
| * | sched: core: Use hrtimer_start[_expires]()Thomas Gleixner2015-04-221-20/+8Star
* | | preempt: Use preempt_schedule_context() as the official tracing preemption pointFrederic Weisbecker2015-06-071-5/+3Star
* | | sched: Make preempt_schedule_context() function-tracing safeFrederic Weisbecker2015-06-071-2/+9
* | | Merge branch 'linus' into sched/core, to resolve conflictIngo Molnar2015-06-021-4/+1Star
|\ \ \
| * \ \ Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-05-231-4/+1Star
| |\ \ \ | | |_|/ | |/| |
| | * | sched: always use blk_schedule_flush_plug in io_schedule_outShaohua Li2015-05-191-4/+1Star
* | | | sched/preempt: Optimize preemption operations on __schedule() callersFrederic Weisbecker2015-05-191-20/+9Star
* | | | sched: Implement lockless wake-queuesPeter Zijlstra2015-05-081-0/+46
* | | | sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...Jason Low2015-05-081-2/+2
* | | | sched/core: Remove unnecessary down/up conversionNicholas Mc Guire2015-05-081-2/+2
* | | | sched: Move the loadavg code to a more obvious locationPeter Zijlstra2015-05-081-3/+4
* | | | Merge branch 'sched/urgent' into sched/core, before applying new patchesIngo Molnar2015-05-081-28/+26Star
|\| | |
| * | | sched/core: Fix regression in cpuset_cpu_inactive() for suspendOmar Sandoval2015-05-081-16/+12Star
| * | | sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner2015-05-081-12/+14
| |/ /
* / / sched/core: Remove __cpuinit section tag that crept back inPaul Gortmaker2015-05-081-1/+1
|/ /
* / x86: pvclock: Really remove the sched notifier for cross-cpu migrationsPaolo Bonzini2015-04-271-15/+0Star
|/
* Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-04-141-1/+1
|\
| * context_tracking: Rename context symbols to prepare for transition stateFrederic Weisbecker2015-03-091-1/+1
* | Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-04-141-3/+3
|\ \
| * | sched, isolcpu: make cpu_isolated_map visible outside schedulerRik van Riel2015-03-191-3/+3
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-04-131-46/+50
|\ \
| * | sched/core: Drop debugging leftover trace_printk callBorislav Petkov2015-04-031-3/+1Star
| * | sched/core: Check for available DL bandwidth in cpuset_cpu_inactive()Juri Lelli2015-04-021-28/+28
| * | sched/core: Remove unused argument from init_[rt|dl]_rq()Abel Vesa2015-04-021-2/+2
| * | sched/deadline: Fix rt runtime corruption when dl fails its global constraintsWanpeng Li2015-03-271-3/+3
| * | sched: Add SD_PREFER_SIBLING for SMT levelVincent Guittot2015-03-271-0/+1
| * | sched: Remove unused struct sched_group_capacity::capacity_origVincent Guittot2015-03-271-12/+0Star
| * | sched: Add struct rq::cpu_capacity_origVincent Guittot2015-03-271-1/+1
| * | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2015-03-231-6/+6
| |\ \
| * | | sched/rt/nohz: Stop scheduler tick if running realtime taskRik van Riel2015-02-181-0/+17
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-131-0/+15
|\ \ \ \ | |_|/ / |/| | |
| * | | x86: kvm: Revert "remove sched notifier for cross-cpu migrations"Marcelo Tosatti2015-03-241-0/+15
| | |/ | |/|
* / | sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman2015-03-231-0/+2
|/ /
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-02-211-83/+30Star
|\|
| * sched/rt: Avoid obvious configuration failPeter Zijlstra2015-02-181-3/+11
| * sched/autogroup: Fix failure to set cpu.rt_runtime_usPeter Zijlstra2015-02-181-0/+6
| * sched: Prevent recursion in io_schedule()NeilBrown2015-02-181-19/+12Star
| * sched: Fix preempt_schedule_common() triggering tracing recursionFrederic Weisbecker2015-02-181-1/+1
| * sched: Make dl_task_time() use task_rq_lock()Peter Zijlstra2015-02-181-76/+0Star
| * sched: Clarify ordering between task_rq_lock() and move_queued_task()Peter Zijlstra2015-02-181-0/+16
* | sched: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-141-6/+4Star
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-02-101-38/+69
|\
| * sched: Pull resched loop to __schedule() callersFrederic Weisbecker2015-02-041-4/+7
| * sched: Fix hrtick_start() on UPWanpeng Li2015-02-041-0/+5