summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
2015-10-06sched/core: Fix trace_sched_switch()Peter Zijlstra
2015-10-06sched/core: Add preempt argument to __schedule()Peter Zijlstra
2015-10-06sched/core: Create preempt_count invariantPeter Zijlstra
2015-10-06sched/core: Rework TASK_DEAD preemption exceptionPeter Zijlstra
2015-10-06Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar
2015-10-06sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra
2015-09-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-09-23sched/core: Make 'sched_domain_topology' declaration staticJuergen Gross
2015-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-09-18sched: access local runqueue directly in single_task_runningDominik Dingel
2015-09-18sched/core: Make policy-testing consistentHenrik Austad
2015-09-18sched: Fix crash trying to dequeue/enqueue the idle threadPeter Zijlstra
2015-09-17Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-09-13sched/fair: Initialize task load and utilization before placing task on rqMorten Rasmussen
2015-09-13sched/numa: Convert sched_numa_balancing to a static_branchSrikar Dronamraju
2015-09-13sched/numa: Remove the NUMA sched_featureSrikar Dronamraju
2015-09-13sched/numa: Disable sched_numa_balancing on UMA systemsSrikar Dronamraju
2015-09-13sched/numa: Rename numabalancing_enabled to sched_numa_balancingSrikar Dronamraju
2015-09-13sched/core: Delete PF_EXITING checks from cpu_cgroup_exit() callbackKirill Tkhai
2015-09-13sched/core: Remove unused argument from sched_class::task_move_groupPeter Zijlstra
2015-09-13Merge tag 'v4.3-rc1' into sched/core, to refresh the branchIngo Molnar
2015-09-11sched: 'Annotate' migrate_tasks()Wanpeng Li
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-09-02Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2015-09-02nohz: Affine unpinned timers to housekeepersVatika Harlalka
2015-08-31Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-08-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-08-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-08-25sched: Fix cpu_active_mask/cpu_online_mask raceJan H. Schönherr
2015-08-12sched: Change the sched_class::set_cpus_allowed() calling contextPeter Zijlstra
2015-08-12sched: Make sched_class::set_cpus_allowed() unconditionalPeter Zijlstra
2015-08-12sched: Fix a race between __kthread_bind() and sched_setaffinity()Peter Zijlstra
2015-08-12sched/numa: Fix NUMA_DIRECT topology identificationAravind Gopalakrishnan
2015-08-04sched: Remove finish_arch_switch()Peter Zijlstra
2015-08-03sched/fair: Init cfs_rq's sched_entity load averageYuyang Du
2015-08-03sched/fair: Rewrite runnable load and utilization average trackingYuyang Du
2015-08-03sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov
2015-08-03sched: Introduce the 'trace_sched_waking' tracepointPeter Zijlstra
2015-08-03sched, sysctl: Delete an unnecessary check before unregister_sysctl_table()Markus Elfring
2015-08-03locking/static_keys: Add static_key_{en,dis}able() helpersPeter Zijlstra
2015-07-29nohz: Remove useless argument on tick_nohz_task_switch()Frederic Weisbecker
2015-07-22rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney
2015-07-14cgroup: allow a cgroup subsystem to reject a forkAleksa Sarai
2015-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-07-04Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-07-04sched/stat: Simplify the sched_info accounting dependencyNaveen N. Rao
2015-07-03sched, preempt_notifier: separate notifier registration from static_key inc/decPeter Zijlstra
2015-06-24Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2015-06-22Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds