summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sched_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-06-284-12/+37
|\
| * sched/cfs: change initial value of runnable_avgVincent Guittot2020-06-281-1/+1
| * smp, irq_work: Continue smp_call_function*() and irq_work*() integrationPeter Zijlstra2020-06-281-3/+3
| * sched/core: s/WF_ON_RQ/WQ_ON_CPU/Peter Zijlstra2020-06-282-3/+3
| * sched/core: Fix ttwu() racePeter Zijlstra2020-06-281-5/+28
| * sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli2020-06-281-1/+2
| * sched/deadline: Initialize ->dl_boostedJuri Lelli2020-06-281-0/+1
| * sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to fix...Scott Wood2020-06-281-1/+1
* | cpuidle: Rearrange s2idle-specific idle state entry codeRafael J. Wysocki2020-06-251-4/+11
|/
* Rebase locking/kcsan to locking/urgentThomas Gleixner2020-06-111-0/+6
|\
| * Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar2020-04-1316-547/+1097
| |\
| * \ Merge branch 'linus' into locking/kcsan, to pick up fixesIngo Molnar2020-03-211-0/+2
| |\ \
| * \ \ Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar2020-03-2117-223/+442
| |\ \ \
| * \ \ \ Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar2019-12-3014-671/+1263
| |\ \ \ \
| * | | | | kcsan: Improve various small stylistic detailsIngo Molnar2019-11-201-1/+1
| * | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-11-191-0/+6
| |\ \ \ \ \
| | * | | | | build, kcsan: Add KCSAN build exceptionsMarco Elver2019-11-161-0/+6
* | | | | | | mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* | | | | | | kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-1/+1
* | | | | | | sched: print stack trace with KERN_INFODmitry Safonov2020-06-091-1/+1
* | | | | | | kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov2020-06-091-4/+2
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-034-14/+10
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-242-14/+39
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann2020-04-284-14/+10
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-274-14/+10
| | | |_|_|_|_|_|_|/ | | |/| | | | | | |
* | | | | | | | | | Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-0310-294/+347
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | sched/headers: Split out open-coded prototypes into kernel/sched/smp.hIngo Molnar2020-05-282-0/+10
| * | | | | | | | | | sched: Replace rq::wake_listPeter Zijlstra2020-05-283-27/+7
| * | | | | | | | | | sched: Add rq::ttwu_pendingPeter Zijlstra2020-05-284-5/+15
| * | | | | | | | | | smp: Optimize send_call_function_single_ipi()Peter Zijlstra2020-05-283-3/+19
| * | | | | | | | | | sched: Fix smp_call_function_single_async() usage for ILBPeter Zijlstra2020-05-283-36/+19
| * | | | | | | | | | Merge branch 'core/rcu' into sched/core, to pick up dependencyIngo Molnar2020-05-281-0/+48
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'sched/urgent' into sched/core, to pick up fixIngo Molnar2020-05-281-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | sched/core: Offload wakee task activation if it the wakee is deschedulingMel Gorman2020-05-252-7/+35
| * | | | | | | | | | | sched/core: Optimize ttwu() spinning on p->on_cpuPeter Zijlstra2020-05-251-21/+31
| * | | | | | | | | | | sched: Defend cfs and rt bandwidth quota against overflowHuaixin Chang2020-05-193-1/+21
| * | | | | | | | | | | sched/cpuacct: Fix charge cpuacct.usage_sysMuchun Song2020-05-191-1/+2
| * | | | | | | | | | | sched/fair: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-192-2/+2
| * | | | | | | | | | | sched/pelt: Sync util/runnable_sum with PELT window when propagatingVincent Guittot2020-05-192-22/+51
| * | | | | | | | | | | sched/cpuacct: Use __this_cpu_add() instead of this_cpu_ptr()Muchun Song2020-05-191-2/+2
| * | | | | | | | | | | sched/fair: Optimize enqueue_task_fair()Vincent Guittot2020-05-191-20/+19
| * | | | | | | | | | | Merge branch 'sched/urgent'Peter Zijlstra2020-05-192-14/+39
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | sched: Make scheduler_ipi inlineThomas Gleixner2020-05-121-10/+0
| * | | | | | | | | | | sched: Clean up scheduler_ipi()Peter Zijlstra (Intel)2020-05-123-39/+36
| * | | | | | | | | | | sched/core: Simplify sched_init()Wei Yang2020-04-301-2/+2
| * | | | | | | | | | | sched/fair: Use __this_cpu_read() in wake_wide()Muchun Song2020-04-301-1/+1
| * | | | | | | | | | | sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra2020-04-301-2/+3
| * | | | | | | | | | | sched/fair: Mark sched_init_granularity __initMuchun Song2020-04-301-1/+1
| * | | | | | | | | | | sched/fair: Refill bandwidth before scalingHuaixin Chang2020-04-301-2/+2