summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-101-1/+1
|\
| * rcu: Make non-preemptive schedule be Tasks RCU quiescent statePaul E. McKenney2017-04-211-1/+1
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-05-011-11/+53
|\ \
| * | sched,tracing: Update trace_sched_pi_setprio()Peter Zijlstra2017-04-041-1/+1
| * | sched/rtmutex: Refactor rt_mutex_setprio()Peter Zijlstra2017-04-041-13/+53
| * | sched/rtmutex/deadline: Fix a PI crash for deadline tasksXunlei Pang2017-04-041-0/+2
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-011-98/+103
|\ \ \ | |/ /
| * | sched/core: Fix rq lock pinning warning after call balance callbacksWanpeng Li2017-03-231-3/+3
| * | sched/core: Avoid double update_rq_clock() in move_queued_task()Peter Zijlstra2017-03-161-1/+2
| * | sched/core: Avoid obvious double update_rq_clock()Peter Zijlstra2017-03-161-8/+10
| * | sched/core: Simplify update_rq_clock() in __schedule()Peter Zijlstra2017-03-161-5/+3
| * | sched/core: Make sched_ttwu_pending() atomic in timePeter Zijlstra2017-03-161-1/+3
| * | sched/core: Add ENQUEUE_NOCLOCK to ENQUEUE_RESTOREPeter Zijlstra2017-03-161-4/+4
| * | sched/core: Add {EN,DE}QUEUE_NOCLOCK flagsPeter Zijlstra2017-03-161-2/+8
| * | sched/core: Add rq->lock wrappersPeter Zijlstra2017-03-161-81/+74
| * | sched/core: Add WARNING for multiple update_rq_clock() callsPeter Zijlstra2017-03-161-0/+3
| |/
* | Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-05-011-2/+2
|\ \ | |/ |/|
| * cpuset: Remove cpuset_update_active_cpus()'s parameter.Rakib Mullick2017-04-111-2/+2
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-03-071-3/+8
|\ \ | |/ |/|
| * sched/core: Fix pick_next_task() for RT,DLPeter Zijlstra2017-03-021-3/+8
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai...Ingo Molnar2017-03-021-0/+1
* | sched/core: Remove the tsk_nr_cpus_allowed() wrapperIngo Molnar2017-03-021-1/+1
* | sched/core: Remove the tsk_cpus_allowed() wrapperIngo Molnar2017-03-021-10/+10
* | sched/core: Move the get_preempt_disable_ip() inline to sched/core.cIngo Molnar2017-03-021-0/+9
* | sched/core: Convert ___assert_task_state() link time assert to BUILD_BUG_ON()Ingo Molnar2017-03-021-0/+3
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-281-12/+17
|\
| * sched/cgroup: Move sched_online_group() back into css_online() to fix crashKonstantin Khlebnikov2017-02-241-2/+12
| * sched/fair: Update rq clock before changing a task's CPU affinityWanpeng Li2017-02-241-0/+1
| * sched/core: Fix update_rq_clock() splat on hotplug (and suspend/resume)Peter Zijlstra2017-02-241-10/+4
* | mm: add new mmgrab() helperVegard Nossum2017-02-271-2/+2
* | sched/core: Fix build paravirt build on arm and arm64Mark Brown2017-02-211-0/+3
|/
* sched/core: Remove unlikely() annotation from sched_move_task()Steven Rostedt (VMware)2017-02-101-2/+2
* sched/topology: Split out scheduler topology code from core.c into topology.cIngo Molnar2017-02-071-1656/+3
* sched/core: Remove unnecessary #include headersIngo Molnar2017-02-071-49/+10
* sched/rq_clock: Consolidate the ordering of the rq_clock methodsIngo Molnar2017-02-071-75/+78
* sched/core: Clean up commentsIngo Molnar2017-02-071-176/+182
* sched/rt: Show the 'sched_rr_timeslice' SCHED_RR timeslice tuning knob in mil...Shile Zhang2017-02-011-2/+3
* sched/core: Fix &rd->cpudl memory leakMathieu Poirier2017-01-301-1/+3
* sched/core: Fix &rd->rto_mask memory leakMathieu Poirier2017-01-301-1/+1
* sched/fair: Restore previous rq_flags when migrating tasks in hotplugMatt Fleming2017-01-301-1/+9
* sched/core: Add missing update_rq_clock() call in sched_move_task()Peter Zijlstra2017-01-301-0/+1
* sched/core: Optimize pick_next_task() for idle_sched_classPeter Zijlstra2017-01-301-3/+2
* sched/core: Separate out io_schedule_prepare() and io_schedule_finish()Tejun Heo2017-01-141-5/+28
* sched/core: move IO scheduling accounting from io_schedule_timeout() into sch...Tejun Heo2017-01-141-7/+61
* sched/clock: Delay switching sched_clock to stablePeter Zijlstra2017-01-141-0/+4
* sched/core: Add debugging code to catch missing update_rq_clock() callsMatt Fleming2017-01-141-4/+7
OpenPOWER on IntegriCloud