summaryrefslogtreecommitdiffstats
path: root/include/linux/sched/sysctl.h
Commit message (Expand)AuthorAgeFilesLines
* sched: Move numa_balancing sysctls to its own fileKefeng Wang2022-11-201-6/+0
* memory tiering: rate limit NUMA migration throughputHuang Ying2022-09-111-0/+1
* sched: Move energy_aware sysctls to topology.cZhen Ni2022-04-061-6/+0
* sched: Move cfs_bandwidth_slice sysctls to fair.cZhen Ni2022-04-061-4/+0
* sched: Move uclamp_util sysctls to core.cZhen Ni2022-04-061-8/+0
* sched: Move rr_timeslice sysctls to rt.cZhen Ni2022-04-061-5/+0
* sched: Move deadline_period sysctls to deadline.cZhen Ni2022-04-061-3/+0
* sched: Move rt_period/runtime sysctls to rt.cZhen Ni2022-04-061-11/+0
* sched: Move schedstats sysctls to core.cZhen Ni2022-04-061-2/+0
* sched: Move child_runs_first sysctls to fair.cZhen Ni2022-04-061-2/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-0/+10
|\
| * NUMA balancing: optimize page placement for memory tiering systemHuang Ying2022-03-221-0/+10
* | sched: move autogroup sysctls into its own fileZhen Ni2022-02-021-4/+0
|/
* hung_task: move hung_task sysctl interface to hung_task.cXiaoming Ni2022-01-221-13/+1
* sched/sysctl: Move extern sysctl declarations to sched.hHailong Liu2021-06-281-18/+0
* sched: Warn on long periods of pending need_reschedPaul Turner2021-04-211-0/+3
* sched: Move SCHED_DEBUG sysctl to debugfsPeter Zijlstra2021-04-161-5/+3
* sched/uclamp: Add a new sysctl to control RT default boost valueQais Yousef2020-07-291-0/+1
* sched/deadline: Impose global limits on sched_attr::sched_periodPeter Zijlstra2020-06-151-0/+3
* kernel/hung_task.c: introduce sysctl to print all traces when a hung task is ...Guilherme G. Piccoli2020-06-081-0/+7
* sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-29/+15
* sched/uclamp: Add system default clampsPatrick Bellasi2019-06-241-0/+11
* sched/topology: Introduce a sysctl for Energy Aware SchedulingQuentin Perret2019-01-271-0/+7
* kernel/hung_task.c: allow to set checking interval separately from timeoutDmitry Vyukov2018-08-221-0/+1
* sched/sysctl: Remove unused sched_time_avg_ms sysctlVincent Guittot2018-07-161-1/+0
* Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-11-081-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | sched/sysctl: Fix attributes of some extern declarationsMatthias Kaehlcke2017-11-011-3/+3
|/
* sched/headers: Make all include/linux/sched/*.h headers build standaloneIngo Molnar2017-03-021-3/+7
* sched/rt: Show the 'sched_rr_timeslice' SCHED_RR timeslice tuning knob in mil...Shile Zhang2017-02-011-0/+1
* sched/fair: Kill the unused 'sched_shares_window_ns' tunableMatt Fleming2016-10-201-1/+0
* mm: move max_map_count bits into mm.hAndrey Ryabinin2016-03-171-21/+0
* sched/debug: Make schedstats a runtime tunable that is disabled by defaultMel Gorman2016-02-091-0/+4
* timer: Reduce timer migration overhead if disabledThomas Gleixner2015-06-191-12/+0
* mm: update comment for DEFAULT_MAX_MAP_COUNTKirill A. Shutemov2014-06-041-0/+4
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-01-311-1/+1
|\
| * hung_task: Display every hung task warningAaron Tomlin2014-01-251-1/+1
* | numa: add a sysctl for numa_balancingAndi Kleen2014-01-231-0/+4
|/
* sched/deadline: Remove the sysctl_sched_dl knobsPeter Zijlstra2014-01-131-13/+0
* sched/deadline: Add bandwidth management for SCHED_DEADLINE tasksDario Faggioli2014-01-131-0/+13
* sched/numa: Drop sysctl_numa_balancing_settle_count sysctlWanpeng Li2013-12-171-1/+0
* Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ f...Ingo Molnar2013-11-061-1/+0
|\
| * sched/numa: Remove the numa_balancing_scan_period_reset sysctlMel Gorman2013-10-091-1/+0
* | hung_task: Change sysctl_hung_task_check_count to 'int'Li Zefan2013-09-231-1/+1
|/
* sched: move RR_TIMESLICE from sysctl.h to rt.hClark Williams2013-02-221-6/+0
* sched/rt: Add a tuning knob to allow changing SCHED_RR timesliceClark Williams2013-02-071-1/+14
* sched: Move sched.h sysctl bits into separate headerClark Williams2013-02-071-0/+97