summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
2020-02-19sched/uclamp: Reject negative values in cpu_uclamp_write()Qais Yousef
2020-02-14sched/uclamp: Fix a bug in propagating uclamp value in new cgroupsQais Yousef
2019-12-31sched/uclamp: Fix overzealous type replacementValentin Schneider
2019-11-15sched/uclamp: Fix incorrect conditionQais Yousef
2019-11-13sched/core: Avoid spurious lock dependenciesPeter Zijlstra
2019-11-08sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra
2019-11-08sched/core: Fix compilation error when cgroup not selectedQais Yousef
2019-10-01sched_setattr: switch to copy_struct_from_user()Aleksa Sarai
2019-09-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-09-25sched/core: Remove double update_max_interval() call on CPU startupValentin Schneider
2019-09-25sched/core: Fix preempt_schedule() interrupt return commentValentin Schneider
2019-09-25sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi
2019-09-25sched/membarrier: Fix p->mm->membarrier_state racy loadMathieu Desnoyers
2019-09-25tasks, sched/core: RCUify the assignment of rq->currEric W. Biederman
2019-09-25tasks, sched/core: Ensure tasks are available for a grace period after leavin...Eric W. Biederman
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-09-16Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-09-16Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar
2019-09-07kernel.h: Add non_block_start/end()Daniel Vetter
2019-09-04sched/core: Fix uclamp ABI bug, clean up and robustify sched_read_attr() ABI ...Ingo Molnar
2019-09-03sched/uclamp: Always use 'enum uclamp_id' for clamp_id valuesPatrick Bellasi
2019-09-03sched/uclamp: Update CPU's refcount on TG's clamp changesPatrick Bellasi
2019-09-03sched/uclamp: Use TG's clamps to restrict TASK's clampsPatrick Bellasi
2019-09-03sched/uclamp: Propagate system defaults to the root groupPatrick Bellasi
2019-09-03sched/uclamp: Propagate parent clampsPatrick Bellasi
2019-09-03sched/uclamp: Extend CPU's cgroup controllerPatrick Bellasi
2019-08-19sched/core: Schedule new worker even if PI-blockedSebastian Andrzej Siewior
2019-08-08sched: Rework pick_next_task() slow-pathPeter Zijlstra
2019-08-08sched: Allow put_prev_task() to drop rq->lockPeter Zijlstra
2019-08-08sched: Add task_struct pointer to sched_class::set_curr_taskPeter Zijlstra
2019-08-08sched: Rework CPU hotplug task selectionPeter Zijlstra
2019-08-08sched: Fix kerneldoc comment for ia64_set_curr_taskPeter Zijlstra
2019-08-08sched: Clean up active_mm reference countingPeter Zijlstra
2019-08-01time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaintPaul E. McKenney
2019-08-01sched: Mark hrtimers to expire in hard interrupt contextSebastian Andrzej Siewior
2019-07-31sched/preempt: Use CONFIG_PREEMPTION where appropriateThomas Gleixner
2019-07-25sched/core: Silence a warning in sched_init()Qian Cai
2019-07-25sched/core: Fix CPU controller for !RT_GROUP_SCHEDJuri Lelli
2019-07-25sched/core: Prevent race condition between cpuset and __sched_setscheduler()Juri Lelli
2019-07-25sched/core: Streamle calls to task_rq_unlock()Mathieu Poirier
2019-07-25time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaintPaul E. McKenney
2019-07-13sched/core: Fix preempt warning in ttwuPeter Zijlstra
2019-06-24sched/uclamp: Add uclamp_util_with()Patrick Bellasi
2019-06-24sched/uclamp: Set default clamps for RT tasksPatrick Bellasi
2019-06-24sched/uclamp: Reset uclamp values on RESET_ON_FORKPatrick Bellasi
2019-06-24sched/uclamp: Extend sched_setattr() to support utilization clampingPatrick Bellasi
2019-06-24sched/core: Allow sched_setattr() to use the current policyPatrick Bellasi
2019-06-24sched/uclamp: Add system default clampsPatrick Bellasi