summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* sched/core: Fix preempt warning in ttwuPeter Zijlstra2019-07-131-1/+3
* sched/uclamp: Add uclamp_util_with()Patrick Bellasi2019-06-241-0/+13
* sched/uclamp: Set default clamps for RT tasksPatrick Bellasi2019-06-241-2/+28
* sched/uclamp: Reset uclamp values on RESET_ON_FORKPatrick Bellasi2019-06-241-0/+8
* sched/uclamp: Extend sched_setattr() to support utilization clampingPatrick Bellasi2019-06-241-7/+84
* sched/core: Allow sched_setattr() to use the current policyPatrick Bellasi2019-06-241-0/+2
* sched/uclamp: Add system default clampsPatrick Bellasi2019-06-241-1/+98
* sched/uclamp: Enforce last task's UCLAMP_MAXPatrick Bellasi2019-06-241-5/+44
* sched/uclamp: Add bucket local max trackingPatrick Bellasi2019-06-241-18/+25
* sched/uclamp: Add CPU's clamp buckets refcountingPatrick Bellasi2019-06-241-0/+166
* sched/debug: Export the newly added tracepointsQais Yousef2019-06-241-0/+11
* sched/core: Optimize try_to_wake_up() for local wakeupsPeter Zijlstra2019-06-171-5/+29
* sched/core: Add __sched tag for io_schedule()Gao Xiang2019-06-171-1/+1
* sched/core: Remove rq->cpu_load[]Dietmar Eggemann2019-06-031-5/+1Star
* sched/fair: Remove the rq->cpu_load[] update codeDietmar Eggemann2019-06-031-1/+0Star
* sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior2019-06-031-20/+20
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-061-86/+41Star
|\
| * sched/core: Allow the remote scheduler tick to be started on CPU0Nicholas Piggin2019-05-031-1/+1
| * sched/core: Check quota and period overflow at usec to nsec conversionKonstantin Khlebnikov2019-04-191-1/+6
| * sched/core: Handle overflow in cpu_shares_write_u64Konstantin Khlebnikov2019-04-191-0/+2
| * sched/core: Fix typo in commentJoel Savitz2019-04-191-1/+1
| * sched/core: Make some functions staticYueHaibing2019-04-181-5/+5
| * sched/core: Unify p->on_rq updatesPeter Zijlstra2019-04-161-5/+4Star
| * sched/core: Remove ttwu_activate()Peter Zijlstra2019-04-161-7/+2Star
| * sched/core, workqueues: Distangle worker accounting from rq lockThomas Gleixner2019-04-161-67/+21Star
* | ia64/tlb: Eradicate tlb_migrate_finish() callbackPeter Zijlstra2019-04-031-1/+0Star
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-241-1/+1
|\
| * sched/core: Fix buffer overflow in cgroup2 property cpu.maxKonstantin Khlebnikov2019-03-191-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-061-0/+3
|\ \
| * | mm, compaction: capture a page under direct compactionMel Gorman2019-03-061-0/+3
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-061-5/+7
|\ \ \ | | |/ | |/|
| * | sched/fair: Simplify post_init_entity_util_avg() by calling it with a task_st...Dietmar Eggemann2019-02-111-1/+1
| * | Merge tag 'v5.0-rc6' into sched/core, to pick up fixesIngo Molnar2019-02-111-3/+16
| |\ \
| * | | sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()Andrea Parri2019-02-041-4/+5
| * | | sched/fair: Update scale invariance of PELTVincent Guittot2019-02-041-0/+1
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-061-21/+46
|\ \ \ \
| * | | | sched/wake_q: Reduce reference counting for special usersDavidlohr Bueso2019-02-041-16/+44
| * | | | Revert "sched/core: Take the hotplug lock in sched_init_smp()"Valentin Schneider2019-01-211-4/+1Star
| * | | | sched/wake_q: Add branch prediction hint to wake_q_add() cmpxchgDavidlohr Bueso2019-01-211-1/+1
| | |/ / | |/| |
* | | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-051-3/+2Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner2019-02-101-3/+2Star
| |\ \ \ | | |/ / | |/| |
| | * | y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-071-3/+2Star
| | |/
* | / bpf: check that BPF programs run with preemption disabledPeter Zijlstra2019-02-191-0/+28
|/ /
* | sched/wake_q: Fix wakeup ordering for wake_qPeter Zijlstra2019-01-211-3/+4
* | sched/wake_q: Document wake_q_add()Peter Zijlstra2019-01-211-0/+12
|/
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-051-1/+1
|\
| * kernel/sched/: remove caller signal_pending branch predictionsDavidlohr Bueso2019-01-041-1/+1
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-2/+2
|/