aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-13sched/core: Fix preempt warning in ttwuPeter Zijlstra1-1/+3
2019-06-24sched/uclamp: Add uclamp_util_with()Patrick Bellasi1-0/+13
2019-06-24sched/uclamp: Set default clamps for RT tasksPatrick Bellasi1-2/+28
2019-06-24sched/uclamp: Reset uclamp values on RESET_ON_FORKPatrick Bellasi1-0/+8
2019-06-24sched/uclamp: Extend sched_setattr() to support utilization clampingPatrick Bellasi1-7/+84
2019-06-24sched/core: Allow sched_setattr() to use the current policyPatrick Bellasi1-0/+2
2019-06-24sched/uclamp: Add system default clampsPatrick Bellasi1-1/+98
2019-06-24sched/uclamp: Enforce last task's UCLAMP_MAXPatrick Bellasi1-5/+44
2019-06-24sched/uclamp: Add bucket local max trackingPatrick Bellasi1-18/+25
2019-06-24sched/uclamp: Add CPU's clamp buckets refcountingPatrick Bellasi1-0/+166
2019-06-24sched/debug: Export the newly added tracepointsQais Yousef1-0/+11
2019-06-17sched/core: Optimize try_to_wake_up() for local wakeupsPeter Zijlstra1-5/+29
2019-06-17sched/core: Add __sched tag for io_schedule()Gao Xiang1-1/+1
2019-06-03sched/core: Remove rq->cpu_load[]Dietmar Eggemann1-5/+1
2019-06-03sched/fair: Remove the rq->cpu_load[] update codeDietmar Eggemann1-1/+0
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior1-20/+20
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-86/+41
2019-05-03sched/core: Allow the remote scheduler tick to be started on CPU0Nicholas Piggin1-1/+1
2019-04-19sched/core: Check quota and period overflow at usec to nsec conversionKonstantin Khlebnikov1-1/+6
2019-04-19sched/core: Handle overflow in cpu_shares_write_u64Konstantin Khlebnikov1-0/+2
2019-04-19sched/core: Fix typo in commentJoel Savitz1-1/+1
2019-04-18sched/core: Make some functions staticYueHaibing1-5/+5
2019-04-16sched/core: Unify p->on_rq updatesPeter Zijlstra1-5/+4
2019-04-16sched/core: Remove ttwu_activate()Peter Zijlstra1-7/+2
2019-04-16sched/core, workqueues: Distangle worker accounting from rq lockThomas Gleixner1-67/+21
2019-04-03ia64/tlb: Eradicate tlb_migrate_finish() callbackPeter Zijlstra1-1/+0
2019-03-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-03-19sched/core: Fix buffer overflow in cgroup2 property cpu.maxKonstantin Khlebnikov1-1/+1
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+3
2019-03-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+7
2019-03-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-21/+46
2019-03-05mm, compaction: capture a page under direct compactionMel Gorman1-0/+3
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+2
2019-02-19bpf: check that BPF programs run with preemption disabledPeter Zijlstra1-0/+28
2019-02-11sched/fair: Simplify post_init_entity_util_avg() by calling it with a task_struct pointer argumentDietmar Eggemann1-1/+1
2019-02-11Merge tag 'v5.0-rc6' into sched/core, to pick up fixesIngo Molnar1-3/+16
2019-02-10Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038Thomas Gleixner1-3/+2
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann1-3/+2
2019-02-04sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()Andrea Parri1-4/+5
2019-02-04sched/fair: Update scale invariance of PELTVincent Guittot1-0/+1
2019-02-04sched/wake_q: Reduce reference counting for special usersDavidlohr Bueso1-16/+44
2019-01-21Revert "sched/core: Take the hotplug lock in sched_init_smp()"Valentin Schneider1-4/+1
2019-01-21sched/wake_q: Add branch prediction hint to wake_q_add() cmpxchgDavidlohr Bueso1-1/+1
2019-01-21sched/wake_q: Fix wakeup ordering for wake_qPeter Zijlstra1-3/+4
2019-01-21sched/wake_q: Document wake_q_add()Peter Zijlstra1-0/+12
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-1/+1
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2019-01-04kernel/sched/: remove caller signal_pending branch predictionsDavidlohr Bueso1-1/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2