summaryrefslogtreecommitdiffstats
path: root/include/linux/sched
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Make all include/linux/sched/*.h headers build standaloneIngo Molnar2017-03-024-13/+21
* 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
* sched/deadline: Unify dl_time_before() usageJuri Lelli2015-09-231-0/+5
* timer: Reduce timer migration overhead if disabledThomas Gleixner2015-06-191-12/+0
* sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner2015-05-081-3/+4
* mm: update comment for DEFAULT_MAX_MAP_COUNTKirill A. Shutemov2014-06-041-0/+4
* sched: Consolidate open coded implementations of nice level frobbing into nic...Dongsheng Yang2014-05-221-0/+16
* sched/prio: Add 3 macros of MAX_NICE, MIN_NICE and NICE_WIDTH in prio.hDongsheng Yang2014-02-221-2/+6
* sched/prio: Use DEFAULT_PRIO to define NICE_TO_PRIO() and PRIO_TO_NICE()Dongsheng Yang2014-02-221-2/+2
* sched: Consider pi boosting in setscheduler()Thomas Gleixner2014-02-221-0/+7
* sched: Implement task_nice() as static inline functionDongsheng Yang2014-02-091-1/+0
* sched: Expose some macros related to priorityDongsheng Yang2014-02-091-0/+18
* sched: Move the priority specific bits into a new header fileDongsheng Yang2014-02-092-18/+24
* 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/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli2014-01-131-0/+5
* sched/deadline: Add SCHED_DEADLINE structures & implementationDario Faggioli2014-01-131-0/+24
* 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-222-6/+6
* sched/rt: Move rt specific bits into new header fileClark Williams2013-02-071-0/+58
* 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