summaryrefslogtreecommitdiff
path: root/include/linux/sched/sysctl.h
AgeCommit message (Expand)Author
2022-11-20sched: Move numa_balancing sysctls to its own fileKefeng Wang
2022-09-11memory tiering: rate limit NUMA migration throughputHuang Ying
2022-04-06sched: Move energy_aware sysctls to topology.cZhen Ni
2022-04-06sched: Move cfs_bandwidth_slice sysctls to fair.cZhen Ni
2022-04-06sched: Move uclamp_util sysctls to core.cZhen Ni
2022-04-06sched: Move rr_timeslice sysctls to rt.cZhen Ni
2022-04-06sched: Move deadline_period sysctls to deadline.cZhen Ni
2022-04-06sched: Move rt_period/runtime sysctls to rt.cZhen Ni
2022-04-06sched: Move schedstats sysctls to core.cZhen Ni
2022-04-06sched: Move child_runs_first sysctls to fair.cZhen Ni
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22NUMA balancing: optimize page placement for memory tiering systemHuang Ying
2022-02-02sched: move autogroup sysctls into its own fileZhen Ni
2022-01-22hung_task: move hung_task sysctl interface to hung_task.cXiaoming Ni
2021-06-28sched/sysctl: Move extern sysctl declarations to sched.hHailong Liu
2021-04-21sched: Warn on long periods of pending need_reschedPaul Turner
2021-04-16sched: Move SCHED_DEBUG sysctl to debugfsPeter Zijlstra
2020-07-29sched/uclamp: Add a new sysctl to control RT default boost valueQais Yousef
2020-06-15sched/deadline: Impose global limits on sched_attr::sched_periodPeter Zijlstra
2020-06-08kernel/hung_task.c: introduce sysctl to print all traces when a hung task is ...Guilherme G. Piccoli
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2019-06-24sched/uclamp: Add system default clampsPatrick Bellasi
2019-01-27sched/topology: Introduce a sysctl for Energy Aware SchedulingQuentin Perret
2018-08-22kernel/hung_task.c: allow to set checking interval separately from timeoutDmitry Vyukov
2018-07-16sched/sysctl: Remove unused sched_time_avg_ms sysctlVincent Guittot
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01sched/sysctl: Fix attributes of some extern declarationsMatthias Kaehlcke
2017-03-02sched/headers: Make all include/linux/sched/*.h headers build standaloneIngo Molnar
2017-02-01sched/rt: Show the 'sched_rr_timeslice' SCHED_RR timeslice tuning knob in mil...Shile Zhang
2016-10-20sched/fair: Kill the unused 'sched_shares_window_ns' tunableMatt Fleming
2016-03-17mm: move max_map_count bits into mm.hAndrey Ryabinin
2016-02-09sched/debug: Make schedstats a runtime tunable that is disabled by defaultMel Gorman
2015-06-19timer: Reduce timer migration overhead if disabledThomas Gleixner
2014-06-04mm: update comment for DEFAULT_MAX_MAP_COUNTKirill A. Shutemov
2014-01-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-01-25hung_task: Display every hung task warningAaron Tomlin
2014-01-23numa: add a sysctl for numa_balancingAndi Kleen
2014-01-13sched/deadline: Remove the sysctl_sched_dl knobsPeter Zijlstra
2014-01-13sched/deadline: Add bandwidth management for SCHED_DEADLINE tasksDario Faggioli
2013-12-17sched/numa: Drop sysctl_numa_balancing_settle_count sysctlWanpeng Li
2013-11-06Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ f...Ingo Molnar
2013-10-09sched/numa: Remove the numa_balancing_scan_period_reset sysctlMel Gorman
2013-09-23hung_task: Change sysctl_hung_task_check_count to 'int'Li Zefan
2013-02-22sched: move RR_TIMESLICE from sysctl.h to rt.hClark Williams
2013-02-07sched/rt: Add a tuning knob to allow changing SCHED_RR timesliceClark Williams
2013-02-07sched: Move sched.h sysctl bits into separate headerClark Williams