aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAge
* Protect LITMUS^RT tasks from re-nicingBjoern Brandenburg2015-08-09
* Don't call set_tsk_need_resched() on remote LITMUS^RT taskBjoern Brandenburg2015-08-09
* Don't trigger load balancer in scheduler tick for LITMUS^RTBjoern Brandenburg2015-08-09
* Hook into finish_switch()Bjoern Brandenburg2015-08-09
* Reset SCHED_LITMUS scheduling class on forkBjoern Brandenburg2015-08-09
* Block sched_setaffinity() for SCHED_LITMUS tasksBjoern Brandenburg2015-08-09
* Integrate LITMUS^RT scheduling class with sched_setschedulerBjoern Brandenburg2015-08-09
* Disable cut-to-CFS optimization in Linux schedulerBjoern Brandenburg2015-08-09
* Integrate LITMUS^RT with try_to_wake_up() pathBjoern Brandenburg2015-08-09
* Integrate SRP ceiling blocking callback with Linux schedulerBjoern Brandenburg2015-08-09
* Hookup sched_trace_XXX() tracing in Linux schedulerBjoern Brandenburg2015-08-09
* Integrate preemption state machine with Linux schedulerBjoern Brandenburg2015-08-09
* Add SCHED, SCHED2, TICK, and CXS overhead tracepointsBjoern Brandenburg2015-08-09
* Integrate ft_irq_fired() with LinuxBjoern Brandenburg2015-08-09
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-05-22
|\
| * sched: always use blk_schedule_flush_plug in io_schedule_outShaohua Li2015-05-18
* | sched/core: Fix regression in cpuset_cpu_inactive() for suspendOmar Sandoval2015-05-08
* | sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner2015-05-08
|/
* x86: pvclock: Really remove the sched notifier for cross-cpu migrationsPaolo Bonzini2015-04-27
* Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-04-14
|\
| * context_tracking: Rename context symbols to prepare for transition stateFrederic Weisbecker2015-03-09
* | Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-04-13
|\ \
| * | sched, isolcpu: make cpu_isolated_map visible outside schedulerRik van Riel2015-03-19
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-04-13
|\ \
| * | sched/core: Drop debugging leftover trace_printk callBorislav Petkov2015-04-03
| * | sched/core: Check for available DL bandwidth in cpuset_cpu_inactive()Juri Lelli2015-04-02
| * | sched/core: Remove unused argument from init_[rt|dl]_rq()Abel Vesa2015-04-02
| * | sched/deadline: Fix rt runtime corruption when dl fails its global constraintsWanpeng Li2015-03-27
| * | sched: Add SD_PREFER_SIBLING for SMT levelVincent Guittot2015-03-27
| * | sched: Remove unused struct sched_group_capacity::capacity_origVincent Guittot2015-03-27
| * | sched: Add struct rq::cpu_capacity_origVincent Guittot2015-03-27
| * | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2015-03-23
| |\ \
| * | | sched/rt/nohz: Stop scheduler tick if running realtime taskRik van Riel2015-02-18
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-13
|\ \ \ \ | |_|/ / |/| | |
| * | | x86: kvm: Revert "remove sched notifier for cross-cpu migrations"Marcelo Tosatti2015-03-23
| | |/ | |/|
* / | sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman2015-03-23
|/ /
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-02-21
|\|
| * sched/rt: Avoid obvious configuration failPeter Zijlstra2015-02-18
| * sched/autogroup: Fix failure to set cpu.rt_runtime_usPeter Zijlstra2015-02-18
| * sched: Prevent recursion in io_schedule()NeilBrown2015-02-18
| * sched: Fix preempt_schedule_common() triggering tracing recursionFrederic Weisbecker2015-02-18
| * sched: Make dl_task_time() use task_rq_lock()Peter Zijlstra2015-02-18
| * sched: Clarify ordering between task_rq_lock() and move_queued_task()Peter Zijlstra2015-02-18
* | sched: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-14
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-02-09
|\
| * sched: Pull resched loop to __schedule() callersFrederic Weisbecker2015-02-04
| * sched: Fix hrtick_start() on UPWanpeng Li2015-02-04
| * sched/deadline: Avoid pointless __setscheduler()Wanpeng Li2015-02-04
| * Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar2015-02-04
| |\
| * | sched: Fix missing preemption opportunityFrederic Weisbecker2015-01-30