summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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-061-12/+27
|\
| * sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra2015-10-061-5/+5
| * Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-271-3/+11
| |\
| | * sched: Fix crash trying to dequeue/enqueue the idle threadPeter Zijlstra2015-09-181-3/+11
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-09-181-4/+11
| |\ \ | | |/ | |/|
| | * sched: access local runqueue directly in single_task_runningDominik Dingel2015-09-181-4/+11
| * | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-171-5/+31
| |\ \ | | |/ | |/|
* | | sched/core: Make 'sched_domain_topology' declaration staticJuergen Gross2015-09-231-1/+2
* | | sched/core: Make policy-testing consistentHenrik Austad2015-09-181-6/+3
* | | sched/fair: Initialize task load and utilization before placing task on rqMorten Rasmussen2015-09-131-2/+2
* | | sched/numa: Convert sched_numa_balancing to a static_branchSrikar Dronamraju2015-09-131-3/+7
* | | sched/numa: Remove the NUMA sched_featureSrikar Dronamraju2015-09-131-6/+0
* | | sched/numa: Disable sched_numa_balancing on UMA systemsSrikar Dronamraju2015-09-131-9/+5
* | | sched/numa: Rename numabalancing_enabled to sched_numa_balancingSrikar Dronamraju2015-09-131-3/+3
* | | sched/core: Delete PF_EXITING checks from cpu_cgroup_exit() callbackKirill Tkhai2015-09-131-8/+0
* | | sched/core: Remove unused argument from sched_class::task_move_groupPeter Zijlstra2015-09-131-1/+1
* | | Merge tag 'v4.3-rc1' into sched/core, to refresh the branchIngo Molnar2015-09-131-5/+3
|\ \ \ | |/ / | | / | |/ |/|
| * Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-031-4/+2
| |\
| | * locking/static_keys: Add static_key_{en,dis}able() helpersPeter Zijlstra2015-08-031-4/+2
| * | Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-09-021-1/+1
| |\ \
| | * | cgroup: allow a cgroup subsystem to reject a forkAleksa Sarai2015-07-141-1/+1
| | |/
* | | sched: 'Annotate' migrate_tasks()Wanpeng Li2015-09-111-3/+26
* | | nohz: Affine unpinned timers to housekeepersVatika Harlalka2015-09-021-2/+5
|/ /
* | 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
|\ \ | |/ |/|
OpenPOWER on IntegriCloud