summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-06-041-1/+1
* sched/core: Handle overflow in cpu_shares_write_u64Konstantin Khlebnikov2019-05-311-0/+2
* sched/core: Check quota and period overflow at usec to nsec conversionKonstantin Khlebnikov2019-05-311-1/+6
* sched/core: Fix buffer overflow in cgroup2 property cpu.maxKonstantin Khlebnikov2019-04-201-1/+1
* sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()Andrea Parri2019-04-051-4/+5
* sched/wake_q: Fix wakeup ordering for wake_qPeter Zijlstra2019-03-051-3/+4
* sched/pelt: Fix warning and clean up IRQ PELT configVincent Guittot2018-12-191-4/+3
* sched/smt: Make sched_smt_present track topologyPeter Zijlstra (Intel)2018-12-051-8/+11
* sched/core: Take the hotplug lock in sched_init_smp()Valentin Schneider2018-11-271-1/+4
* sched/numa: Pass destination CPU as a parameter to migrate_task_rqSrikar Dronamraju2018-10-021-1/+1
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-211-0/+2
|\
| * signal: Add calculate_sigpending()Eric W. Biederman2018-08-031-0/+2
* | Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-08-201-1/+1
|\ \
| * | tracing: Centralize preemptirq tracepoints and unify their usageJoel Fernandes (Google)2018-07-311-1/+1
* | | Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-08-141-18/+12
|\ \ \
| * | | Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner2018-08-051-35/+32
| |\| |
| * | | sched/smt: Update sched_smt_present at runtimePeter Zijlstra2018-06-211-18/+12
| | |/ | |/|
* | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-131-1/+0
|\ \ \
| * | | sched/clock: Move sched clock initialization and merge with generic clockPavel Tatashin2018-07-201-1/+0
| | |/ | |/|
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-131-38/+33
|\ \ \
| * | | sched/Documentation: Update wake_up() & co. memory-barrier guaranteesAndrea Parri2018-07-171-18/+12
| * | | locking/spinlock, sched/core: Clarify requirements for smp_mb__after_spinlock()Andrea Parri2018-07-171-20/+21
| |/ /
* | | sched/numa: Modify migrate_swap() to accept additional parametersSrikar Dronamraju2018-07-251-3/+6
* | | sched/debug: Show the sum wait time of a task groupYun Wang2018-07-251-0/+10
* | | sched/fair: Remove #ifdefs from scale_rt_capacity()Vincent Guittot2018-07-251-1/+1
* | | sched/core: Remove get_cpu() from sched_fork()Sebastian Andrzej Siewior2018-07-161-9/+4
* | | sched/sysctl: Remove unused sched_time_avg_ms sysctlVincent Guittot2018-07-161-8/+0
* | | sched/core: Remove the rt_avg codeVincent Guittot2018-07-161-26/+0
* | | sched/irq: Add IRQ utilization trackingVincent Guittot2018-07-151-1/+3
|/ /
* | kthread, sched/core: Fix kthread_parkme() (again...)Peter Zijlstra2018-07-031-20/+11
* | sched/nohz: Skip remote tick on idle task entirelyFrederic Weisbecker2018-07-031-15/+21
|/
* sched/core / kcov: avoid kcov_area during task switchMark Rutland2018-06-151-0/+4
* rseq: Introduce restartable sequences system callMathieu Desnoyers2018-06-061-0/+2
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-041-21/+18
|\
| * sched/core: Distinguish between idle_cpu() calls based on desired effect, int...Rohit Jain2018-05-141-0/+14
| * sched/numa: Stagger NUMA balancing scan periods for new threadsMel Gorman2018-05-141-21/+1
| * Merge tag 'v4.17-rc5' into sched/core, to pick up fixes and dependenciesIngo Molnar2018-05-141-1/+6
| |\
| * | sched/core: Don't schedule threads on pre-empted vCPUsRohit Jain2018-05-041-0/+3
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-041-14/+0
|\ \ \
| * \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-05-161-14/+0
| |\ \ \ | | |_|/ | |/| |
| | * | softirq: Eliminate unused cond_resched_softirq() macroPaul E. McKenney2018-05-151-14/+0
* | | | sched/core: Require cpu_active() in select_task_rq(), for user tasksPaul Burton2018-05-311-2/+1
* | | | sched/core: Fix rules for running on online && !active CPUsPeter Zijlstra2018-05-311-12/+30
|/ / /
* | / sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra2018-05-051-1/+6
| |/ |/|
* | sched/core: Introduce set_special_state()Peter Zijlstra2018-05-041-16/+1
* | kthread, sched/wait: Fix kthread_parkme() completion issuePeter Zijlstra2018-05-031-11/+21
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-04-151-1/+1
|\
| * sched/core: Simplify helpers for rq clock update skip requestsDavidlohr Bueso2018-04-051-1/+1
* | kernel/fork.c: detect early free of a live mmMark Rutland2018-04-051-0/+1
|/
* Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-021-2/+6
|\