summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-22sched: Fix unreliable rseq cpu_id for new tasksMathieu Desnoyers1-0/+2
2020-06-30sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli1-1/+2
2020-06-22sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra1-2/+3
2019-12-13sched/core: Avoid spurious lock dependenciesPeter Zijlstra1-1/+2
2019-10-11sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi1-2/+2
2019-10-05sched/core: Fix CPU controller for !RT_GROUP_SCHEDJuri Lelli1-4/+0
2019-10-05time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaintPaul E. McKenney1-8/+49
2019-07-26sched/core: Add __sched tag for io_schedule()Gao Xiang1-1/+1
2019-06-04jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-1/+1
2019-05-31sched/core: Handle overflow in cpu_shares_write_u64Konstantin Khlebnikov1-0/+2
2019-05-31sched/core: Check quota and period overflow at usec to nsec conversionKonstantin Khlebnikov1-1/+6
2019-04-20sched/core: Fix buffer overflow in cgroup2 property cpu.maxKonstantin Khlebnikov1-1/+1
2019-04-05sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()Andrea Parri1-4/+5
2019-03-05sched/wake_q: Fix wakeup ordering for wake_qPeter Zijlstra1-3/+4
2018-12-19sched/pelt: Fix warning and clean up IRQ PELT configVincent Guittot1-4/+3
2018-12-05sched/smt: Make sched_smt_present track topologyPeter Zijlstra (Intel)1-8/+11
2018-11-27sched/core: Take the hotplug lock in sched_init_smp()Valentin Schneider1-1/+4
2018-10-02sched/numa: Pass destination CPU as a parameter to migrate_task_rqSrikar Dronamraju1-1/+1
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-1/+1
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-18/+12
2018-08-13Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-38/+33
2018-08-05Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner1-35/+32
2018-08-03signal: Add calculate_sigpending()Eric W. Biederman1-0/+2
2018-07-31tracing: Centralize preemptirq tracepoints and unify their usageJoel Fernandes (Google)1-1/+1
2018-07-25sched/numa: Modify migrate_swap() to accept additional parametersSrikar Dronamraju1-3/+6
2018-07-25sched/debug: Show the sum wait time of a task groupYun Wang1-0/+10
2018-07-25sched/fair: Remove #ifdefs from scale_rt_capacity()Vincent Guittot1-1/+1
2018-07-20sched/clock: Move sched clock initialization and merge with generic clockPavel Tatashin1-1/+0
2018-07-17sched/Documentation: Update wake_up() & co. memory-barrier guaranteesAndrea Parri1-18/+12
2018-07-17locking/spinlock, sched/core: Clarify requirements for smp_mb__after_spinlock()Andrea Parri1-20/+21
2018-07-16sched/core: Remove get_cpu() from sched_fork()Sebastian Andrzej Siewior1-9/+4
2018-07-16sched/sysctl: Remove unused sched_time_avg_ms sysctlVincent Guittot1-8/+0
2018-07-16sched/core: Remove the rt_avg codeVincent Guittot1-26/+0
2018-07-15sched/irq: Add IRQ utilization trackingVincent Guittot1-1/+3
2018-07-03kthread, sched/core: Fix kthread_parkme() (again...)Peter Zijlstra1-20/+11
2018-07-03sched/nohz: Skip remote tick on idle task entirelyFrederic Weisbecker1-15/+21
2018-06-21sched/smt: Update sched_smt_present at runtimePeter Zijlstra1-18/+12
2018-06-15sched/core / kcov: avoid kcov_area during task switchMark Rutland1-0/+4
2018-06-06rseq: Introduce restartable sequences system callMathieu Desnoyers1-0/+2
2018-06-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-21/+18
2018-06-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-14/+0
2018-05-31sched/core: Require cpu_active() in select_task_rq(), for user tasksPaul Burton1-2/+1
2018-05-31sched/core: Fix rules for running on online && !active CPUsPeter Zijlstra1-12/+30
2018-05-16Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-14/+0
2018-05-15softirq: Eliminate unused cond_resched_softirq() macroPaul E. McKenney1-14/+0
2018-05-14sched/core: Distinguish between idle_cpu() calls based on desired effect, int...Rohit Jain1-0/+14
2018-05-14sched/numa: Stagger NUMA balancing scan periods for new threadsMel Gorman1-21/+1
2018-05-14Merge tag 'v4.17-rc5' into sched/core, to pick up fixes and dependenciesIngo Molnar1-1/+6