aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-11-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+10
2019-11-25Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+12
2019-11-18Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependenciesIngo Molnar1-2/+3
2019-11-17sched/uclamp: Fix overzealous type replacementValentin Schneider1-3/+3
2019-11-15sched/uclamp: Fix incorrect conditionQais Yousef1-1/+1
2019-11-13sched/core: Avoid spurious lock dependenciesPeter Zijlstra1-1/+2
2019-11-11sched/core: Simplify sched_class::pick_next_task()Peter Zijlstra1-3/+3
2019-11-11sched/core: Optimize pick_next_task()Peter Zijlstra1-3/+3
2019-11-11sched/core: Make pick_next_task_idle() more consistentPeter Zijlstra1-2/+4
2019-11-08sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra1-6/+15
2019-11-08sched/core: Fix compilation error when cgroup not selectedQais Yousef1-1/+1
2019-10-29io-wq: small threadpool implementation for io_uringJens Axboe1-4/+12
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai1-1/+1
2019-10-01sched_setattr: switch to copy_struct_from_user()Aleksa Sarai1-36/+7
2019-09-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+15
2019-09-25sched/core: Remove double update_max_interval() call on CPU startupValentin Schneider1-2/+0
2019-09-25sched/core: Fix preempt_schedule() interrupt return commentValentin Schneider1-4/+3
2019-09-25sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi1-2/+2
2019-09-25sched/membarrier: Fix p->mm->membarrier_state racy loadMathieu Desnoyers1-2/+2
2019-09-25tasks, sched/core: RCUify the assignment of rq->currEric W. Biederman1-2/+7
2019-09-25tasks, sched/core: Ensure tasks are available for a grace period after leaving the runqueueEric W. Biederman1-1/+1
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-5/+14
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-100/+461
2019-09-16Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+49
2019-09-16Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar1-7/+7
2019-09-07kernel.h: Add non_block_start/end()Daniel Vetter1-5/+14
2019-09-04sched/core: Fix uclamp ABI bug, clean up and robustify sched_read_attr() ABI logic and codeIngo Molnar1-39/+39
2019-09-03sched/uclamp: Always use 'enum uclamp_id' for clamp_id valuesPatrick Bellasi1-19/+19
2019-09-03sched/uclamp: Update CPU's refcount on TG's clamp changesPatrick Bellasi1-1/+54
2019-09-03sched/uclamp: Use TG's clamps to restrict TASK's clampsPatrick Bellasi1-1/+27
2019-09-03sched/uclamp: Propagate system defaults to the root groupPatrick Bellasi1-2/+29
2019-09-03sched/uclamp: Propagate parent clampsPatrick Bellasi1-0/+44
2019-09-03sched/uclamp: Extend CPU's cgroup controllerPatrick Bellasi1-4/+189
2019-08-19sched/core: Schedule new worker even if PI-blockedSebastian Andrzej Siewior1-1/+4
2019-08-08sched: Rework pick_next_task() slow-pathPeter Zijlstra1-7/+12
2019-08-08sched: Allow put_prev_task() to drop rq->lockPeter Zijlstra1-1/+1
2019-08-08sched: Add task_struct pointer to sched_class::set_curr_taskPeter Zijlstra1-6/+6
2019-08-08sched: Rework CPU hotplug task selectionPeter Zijlstra1-18/+14
2019-08-08sched: Fix kerneldoc comment for ia64_set_curr_taskPeter Zijlstra1-1/+1
2019-08-08sched: Clean up active_mm reference countingPeter Zijlstra1-19/+30
2019-08-01time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaintPaul E. McKenney1-8/+49
2019-08-01sched: Mark hrtimers to expire in hard interrupt contextSebastian Andrzej Siewior1-3/+3
2019-07-31sched/preempt: Use CONFIG_PREEMPTION where appropriateThomas Gleixner1-7/+7
2019-07-25sched/core: Silence a warning in sched_init()Qian Cai1-5/+5
2019-07-25sched/core: Fix CPU controller for !RT_GROUP_SCHEDJuri Lelli1-4/+0
2019-07-25sched/core: Prevent race condition between cpuset and __sched_setscheduler()Juri Lelli1-3/+17
2019-07-25sched/core: Streamle calls to task_rq_unlock()Mathieu Poirier1-10/+14
2019-07-25time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaintPaul E. McKenney1-8/+49