summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()Vincent Donnefort2021-11-261-0/+3
* sched: Reenable interrupts in do_sched_yield()Thomas Gleixner2020-12-301-5/+1
* sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli2020-10-301-1/+1
* sched: Fix unreliable rseq cpu_id for new tasksMathieu Desnoyers2020-07-221-0/+2
* sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli2020-06-301-1/+2
* sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra2020-06-221-2/+3
* sched/core: Avoid spurious lock dependenciesPeter Zijlstra2019-12-131-1/+2
* sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi2019-10-111-2/+2
* sched/core: Fix CPU controller for !RT_GROUP_SCHEDJuri Lelli2019-10-051-4/+0
* time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaintPaul E. McKenney2019-10-051-8/+49
* sched/core: Add __sched tag for io_schedule()Gao Xiang2019-07-261-1/+1
* 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
|\ \ \