summaryrefslogtreecommitdiff
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git...akpm-baseakpmStephen Rothwell2022-06-281-3/+7
|\
| * sched: use maple tree iterator to walk VMAsMatthew Wilcox (Oracle)2022-06-271-3/+7
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Stephen Rothwell2022-06-281-6/+13
|\ \
| * | psi: dont alloc memory for psi by defaultChen Wandun2022-06-071-6/+13
* | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Stephen Rothwell2022-06-283-6/+39
|\ \ \
| * \ \ Merge branch 'ctxt.2022.06.21a' into HEADPaul E. McKenney2022-06-213-6/+7
| |\ \ \
| | * | | context_tracking: Take idle eqs entrypoints over RCUFrederic Weisbecker2022-06-212-5/+6
| | * | | context_tracking: Split user tracking KconfigFrederic Weisbecker2022-06-211-1/+1
| | | |/ | | |/|
| * | | rcu-tasks: Eliminate RCU Tasks Trace IPIs to online CPUsPaul E. McKenney2022-06-211-0/+32
| |/ /
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/ti...Stephen Rothwell2022-06-285-126/+139
|\ \ \
| * \ \ Merge branch into tip/master: 'sched/core'Ingo Molnar2022-06-255-126/+139
| |\ \ \ | | |/ / | |/| |
| | * | sched: Remove the limitation of WF_ON_CPU on wakelist if wakee cpu is idleTianchen Ding2022-06-132-13/+14
| | * | sched: Fix the check of nr_running at queue wakelistTianchen Ding2022-06-131-1/+5
| | * | sched: Allow newidle balancing to bail out of load_balanceJosh Don2022-06-131-1/+7
| | * | sched/deadline: Use proc_douintvec_minmax() limit minimum valueYajun Deng2022-06-131-2/+4
| | * | sched/fair: Optimize and simplify rq leaf_cfs_rq_listChengming Zhou2022-06-131-64/+28
| | * | sched/fair: Consider CPU affinity when allowing NUMA imbalance in find_idlest...K Prateek Nayak2022-06-131-3/+13
| | * | sched/numa: Adjust imb_numa_nr to a better approximation of memory channelsMel Gorman2022-06-131-8/+15
| | * | sched/numa: Apply imbalance limitations consistentlyMel Gorman2022-06-131-36/+45
| | * | sched/numa: Do not swap tasks between nodes when spare capacity is availableMel Gorman2022-06-131-0/+9
| | * | sched/numa: Initialise numa_migrate_retryMel Gorman2022-06-131-0/+1
| | |/
* | | io_uring: move to separate directoryJens Axboe2022-06-271-1/+1
|/ /
* | sched: Fix balance_push() vs __sched_setscheduler()Peter Zijlstra2022-06-132-3/+38
|/
* Merge tag 'sched-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-06-051-1/+1
|\
| * sched/autogroup: Fix sysctl movePeter Zijlstra2022-05-301-1/+1
* | Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-031-4/+1
|\ \
| * | ptrace: Don't change __stateEric W. Biederman2022-05-111-4/+1
* | | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-1/+1
|\ \ \ | |_|/ |/| |
| * | sched: Update task_tick_numa to ignore tasks without an mmEric W. Biederman2022-05-111-1/+1
| |/
* | Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-266-59/+240
|\ \
| * | sched: Fix build warning without CONFIG_SYSCTLYueHaibing2022-05-091-29/+36
| * | sched: Move energy_aware sysctls to topology.cZhen Ni2022-04-061-2/+23
| * | sched: Move cfs_bandwidth_slice sysctls to fair.cZhen Ni2022-04-061-20/+31
| * | sched: Move uclamp_util sysctls to core.cZhen Ni2022-04-061-11/+37
| * | sched/rt: fix build error when CONFIG_SYSCTL is disableBaisong Zhong2022-04-061-2/+9
| * | sched: Move rr_timeslice sysctls to rt.cZhen Ni2022-04-062-2/+12
| * | sched: Move deadline_period sysctls to deadline.cZhen Ni2022-04-061-8/+34
| * | sched: Move rt_period/runtime sysctls to rt.cZhen Ni2022-04-063-14/+46
| * | sched: Move schedstats sysctls to core.cZhen Ni2022-04-061-1/+21
| * | sched: Move child_runs_first sysctls to fair.cZhen Ni2022-04-062-0/+21
| |/
* | Merge tag 'sched-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-2411-277/+146
|\ \
| * | sched: Reverse sched_class layoutPeter Zijlstra2022-05-192-13/+14
| * | sched/deadline: Remove superfluous rq clock update in push_dl_task()Hao Jia2022-05-111-7/+1
| * | sched/core: Avoid obvious double update_rq_clock warningHao Jia2022-05-114-11/+33
| * | Merge tag 'v5.18-rc5' into sched/core to pull in fixes & to resolve a conflictIngo Molnar2022-05-064-17/+16
| |\ \
| * | | smp: Rename flush_smp_call_function_from_idle()Thomas Gleixner2022-05-013-4/+4
| * | | sched: Fix missing prototype warningsThomas Gleixner2022-05-017-8/+15
| * | | sched/fair: Remove cfs_rq_tg_path()Dietmar Eggemann2022-04-291-19/+0
| * | | sched/fair: Remove sched_trace_*() helper functionsDietmar Eggemann2022-04-291-98/+0
| * | | sched/fair: Refactor cpu_util_without()Dietmar Eggemann2022-04-291-100/+57