summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | | | | | | sched: Extract the task putting code from pick_next_task()Chen Yu2020-04-301-16/+23
| * | | | | | | | | | | sched: Make newidle_balance() static againChen Yu2020-04-302-6/+4
| * | | | | | | | | | | sched/topology: Kill SD_LOAD_BALANCEValentin Schneider2020-04-301-2/+1
| * | | | | | | | | | | sched: Remove checks against SD_LOAD_BALANCEValentin Schneider2020-04-302-31/+11
| * | | | | | | | | | | sched/debug: Make sd->flags sysctl read-onlyValentin Schneider2020-04-301-1/+1
| * | | | | | | | | | | sched/fair: find_idlest_group(): Remove unused sd_flag parameterValentin Schneider2020-04-301-5/+3
| * | | | | | | | | | | sched/fair: Simplify the code of should_we_balance()Peng Wang2020-04-301-11/+5
| * | | | | | | | | | | sched/fair: Remove distribute_running from CFS bandwidthJosh Don2020-04-302-13/+1
| * | | | | | | | | | | sched/fair: Eliminate bandwidth race between throttling and distributionPaul Turner2020-04-301-32/+47