summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-08-311-1/+1
|\
| * nohz: Remove useless argument on tick_nohz_task_switch()Frederic Weisbecker2015-07-291-1/+1
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-08-311-0/+8
|\ \
| * | sched: Fix cpu_active_mask/cpu_online_mask raceJan H. Schönherr2015-08-251-0/+8
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-08-311-22/+79
|\ \
| * | sched: Change the sched_class::set_cpus_allowed() calling contextPeter Zijlstra2015-08-121-0/+23
| * | sched: Make sched_class::set_cpus_allowed() unconditionalPeter Zijlstra2015-08-121-6/+11
| * | sched: Fix a race between __kthread_bind() and sched_setaffinity()Peter Zijlstra2015-08-121-4/+32
| * | sched/numa: Fix NUMA_DIRECT topology identificationAravind Gopalakrishnan2015-08-121-1/+3
| * | sched: Remove finish_arch_switch()Peter Zijlstra2015-08-041-1/+0
| * | sched/fair: Init cfs_rq's sched_entity load averageYuyang Du2015-08-031-1/+1
| * | sched/fair: Rewrite runnable load and utilization average trackingYuyang Du2015-08-031-3/+0
| * | sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov2015-08-031-3/+3
| * | sched: Introduce the 'trace_sched_waking' tracepointPeter Zijlstra2015-08-031-3/+7
| * | sched, sysctl: Delete an unnecessary check before unregister_sysctl_table()Markus Elfring2015-08-031-2/+1
| |/
* | rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney2015-07-221-4/+4
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-07-041-2/+15
|\
| * sched, preempt_notifier: separate notifier registration from static_key inc/decPeter Zijlstra2015-07-031-2/+15
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-07-041-1/+1
|\ \ | |/ |/|
| * sched/stat: Simplify the sched_info accounting dependencyNaveen N. Rao2015-07-041-1/+1
* | Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-06-241-254/+286
|\ \ | |/ |/|
| * sched,lockdep: Employ lock pinningPeter Zijlstra2015-06-191-3/+39
| * sched: Streamline the task migration locking a littlePeter Zijlstra2015-06-191-42/+34
| * sched: Move code aroundPeter Zijlstra2015-06-191-186/+178
| * sched: Allow balance callbacks for check_class_changed()Peter Zijlstra2015-06-191-3/+22
| * sched: Use replace normalize_task() with __sched_setscheduler()Peter Zijlstra2015-06-191-42/+23
| * 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/+6
| |\
* | \ Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-221-1/+3
|\ \ \
| * | | nohz: Set isolcpus when nohz_full is setChris Metcalf2015-05-071-0/+3
| * | | context_tracking: Inherit TIF_NOHZ through forks instead of context switchesFrederic Weisbecker2015-05-071-1/+0
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-221-35/+9
|\ \ \ \
| * | | | timer: Reduce timer migration overhead if disabledThomas Gleixner2015-06-191-6/+3
| | |_|/ | |/| |
| * | | Merge branch 'linus' into timers/coreThomas Gleixner2015-05-191-43/+26
| |\ \ \
| * | | | sched,perf: Fix periodic timersPeter Zijlstra2015-05-181-12/+0
| * | | | sched: Cleanup bandwidth timersPeter Zijlstra2015-04-221-7/+8
| * | | | sched: core: Use hrtimer_start[_expires]()Thomas Gleixner2015-04-221-20/+8
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-221-39/+97
|\ \ \ \ \
| * | | | | sched: Remove superfluous resetting of the p->dl_throttled flagWanpeng Li2015-06-191-1/+0
| * | | | | sched/preempt: Add static_key() to preempt_notifiersPeter Zijlstra2015-06-191-5/+23
| * | | | | sched/preempt: Fix preempt notifiers documentation about hlist_del() within u...Mathieu Desnoyers2015-06-191-1/+1
| | |_|_|/ | |/| | |
| * | | | preempt: Use preempt_schedule_context() as the official tracing preemption pointFrederic Weisbecker2015-06-071-5/+3
| * | | | 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/+1
| |\ \ \ \
| * | | | | sched/preempt: Optimize preemption operations on __schedule() callersFrederic Weisbecker2015-05-191-20/+9
| * | | | | 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/+26
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
OpenPOWER on IntegriCloud