aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2019-11-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-8/+10
2019-11-25Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-4/+12
2019-11-18Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependenciesGravatar Ingo Molnar 1-2/+3
2019-11-17sched/uclamp: Fix overzealous type replacementGravatar Valentin Schneider 1-3/+3
2019-11-15sched/uclamp: Fix incorrect conditionGravatar Qais Yousef 1-1/+1
2019-11-13sched/core: Avoid spurious lock dependenciesGravatar Peter Zijlstra 1-1/+2
2019-11-11sched/core: Simplify sched_class::pick_next_task()Gravatar Peter Zijlstra 1-3/+3
2019-11-11sched/core: Optimize pick_next_task()Gravatar Peter Zijlstra 1-3/+3
2019-11-11sched/core: Make pick_next_task_idle() more consistentGravatar Peter Zijlstra 1-2/+4
2019-11-08sched: Fix pick_next_task() vs 'change' pattern raceGravatar Peter Zijlstra 1-6/+15
2019-11-08sched/core: Fix compilation error when cgroup not selectedGravatar Qais Yousef 1-1/+1
2019-10-29io-wq: small threadpool implementation for io_uringGravatar Jens Axboe 1-4/+12
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Gravatar Qian Cai 1-1/+1
2019-10-01sched_setattr: switch to copy_struct_from_user()Gravatar Aleksa Sarai 1-36/+7
2019-09-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-13/+15
2019-09-25sched/core: Remove double update_max_interval() call on CPU startupGravatar Valentin Schneider 1-2/+0
2019-09-25sched/core: Fix preempt_schedule() interrupt return commentGravatar Valentin Schneider 1-4/+3
2019-09-25sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()Gravatar KeMeng Shi 1-2/+2
2019-09-25sched/membarrier: Fix p->mm->membarrier_state racy loadGravatar Mathieu Desnoyers 1-2/+2
2019-09-25tasks, sched/core: RCUify the assignment of rq->currGravatar Eric W. Biederman 1-2/+7
2019-09-25tasks, sched/core: Ensure tasks are available for a grace period after leavin...Gravatar Eric W. Biederman 1-1/+1
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Gravatar Linus Torvalds 1-5/+14
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-3/+3
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-100/+461
2019-09-16Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-8/+49
2019-09-16Merge branch 'sched/rt' into sched/core, to pick up -rt changesGravatar Ingo Molnar 1-7/+7
2019-09-07kernel.h: Add non_block_start/end()Gravatar Daniel Vetter 1-5/+14
2019-09-04sched/core: Fix uclamp ABI bug, clean up and robustify sched_read_attr() ABI ...Gravatar Ingo Molnar 1-39/+39
2019-09-03sched/uclamp: Always use 'enum uclamp_id' for clamp_id valuesGravatar Patrick Bellasi 1-19/+19
2019-09-03sched/uclamp: Update CPU's refcount on TG's clamp changesGravatar Patrick Bellasi 1-1/+54
2019-09-03sched/uclamp: Use TG's clamps to restrict TASK's clampsGravatar Patrick Bellasi 1-1/+27
2019-09-03sched/uclamp: Propagate system defaults to the root groupGravatar Patrick Bellasi 1-2/+29
2019-09-03sched/uclamp: Propagate parent clampsGravatar Patrick Bellasi 1-0/+44
2019-09-03sched/uclamp: Extend CPU's cgroup controllerGravatar Patrick Bellasi 1-4/+189
2019-08-19sched/core: Schedule new worker even if PI-blockedGravatar Sebastian Andrzej Siewior 1-1/+4
2019-08-08sched: Rework pick_next_task() slow-pathGravatar Peter Zijlstra 1-7/+12
2019-08-08sched: Allow put_prev_task() to drop rq->lockGravatar Peter Zijlstra 1-1/+1
2019-08-08sched: Add task_struct pointer to sched_class::set_curr_taskGravatar Peter Zijlstra 1-6/+6
2019-08-08sched: Rework CPU hotplug task selectionGravatar Peter Zijlstra 1-18/+14
2019-08-08sched: Fix kerneldoc comment for ia64_set_curr_taskGravatar Peter Zijlstra 1-1/+1
2019-08-08sched: Clean up active_mm reference countingGravatar Peter Zijlstra 1-19/+30
2019-08-01time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaintGravatar Paul E. McKenney 1-8/+49
2019-08-01sched: Mark hrtimers to expire in hard interrupt contextGravatar Sebastian Andrzej Siewior 1-3/+3
2019-07-31sched/preempt: Use CONFIG_PREEMPTION where appropriateGravatar Thomas Gleixner 1-7/+7
2019-07-25sched/core: Silence a warning in sched_init()Gravatar Qian Cai 1-5/+5
2019-07-25sched/core: Fix CPU controller for !RT_GROUP_SCHEDGravatar Juri Lelli 1-4/+0
2019-07-25sched/core: Prevent race condition between cpuset and __sched_setscheduler()Gravatar Juri Lelli 1-3/+17
2019-07-25sched/core: Streamle calls to task_rq_unlock()Gravatar Mathieu Poirier 1-10/+14
2019-07-25time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaintGravatar Paul E. McKenney 1-8/+49