summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-171-6/+30
|\
| * sched_rr_get_interval(): move compat to native, get rid of set_fs()Al Viro2017-09-201-6/+30
* | Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-161-4/+14
|\ \
| * | Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells2017-11-131-4/+14
* | | Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-11-158-31/+185
|\ \ \
| * | | cgroup, sched: Move basic cpu stats from cgroup.stat to cpu.statTejun Heo2017-10-261-9/+4
| * | | sched: Implement interface for cgroup unified hierarchyTejun Heo2017-09-291-0/+171
| * | | sched: Misc preps for cgroup unified hierarchy interfaceTejun Heo2017-09-291-4/+4
| * | | sched/cputime: Add dummy cputime_adjust() implementation for CONFIG_VIRT_CPU_...Tejun Heo2017-09-251-0/+7
| * | | cpuacct: Introduce cgroup_account_cputime[_field]()Tejun Heo2017-09-257-23/+6
| * | | sched/cputime: Expose cputime_adjust()Tejun Heo2017-09-251-3/+2
| | |/ | |/|
* | | Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-11-131-1/+5
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'pm-cpufreq-sched' and 'pm-opp'Rafael J. Wysocki2017-11-131-1/+5
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freqViresh Kumar2017-11-081-1/+5
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-1310-648/+1094
|\ \ \ \ \
| * | | | | sched/core: Optimize sched_feat() for !CONFIG_SCHED_DEBUG buildsPatrick Bellasi2017-11-092-6/+28
| * | | | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-11-0822-4/+51
| |\ \ \ \ \
| * | | | | | sched/isolation: Add basic isolcpus flagsFrederic Weisbecker2017-10-271-1/+25
| * | | | | | sched/isolation: Move isolcpus= handling to the housekeeping codeFrederic Weisbecker2017-10-273-46/+57
| * | | | | | sched/isolation: Handle the nohz_full= parameterFrederic Weisbecker2017-10-271-12/+30
| * | | | | | sched/isolation: Introduce housekeeping flagsFrederic Weisbecker2017-10-273-16/+20
| * | | | | | sched/isolation: Split out new CONFIG_CPU_ISOLATION=y config from CONFIG_NO_H...Frederic Weisbecker2017-10-271-1/+1
| * | | | | | sched/isolation: Rename is_housekeeping_cpu() to housekeeping_cpu()Frederic Weisbecker2017-10-272-4/+4
| * | | | | | sched/isolation: Use its own static keyFrederic Weisbecker2017-10-271-4/+9
| * | | | | | sched/isolation: Make the housekeeping cpumask privateFrederic Weisbecker2017-10-271-1/+35
| * | | | | | sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker2017-10-274-0/+36
| * | | | | | sched/idle: Micro-optimize the idle loopCheng Jian2017-10-261-1/+2
| * | | | | | sched/isolcpus: Fix "isolcpus=" boot parameter handling when !CONFIG_CPUMASK_...Rakib Mullick2017-10-241-2/+2
| * | | | | | sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)2017-10-103-208/+138
| * | | | | | sched/fair: Fix usage of find_idlest_group() when the local group is idlestBrendan Jackman2017-10-101-1/+1
| * | | | | | sched/fair: Fix usage of find_idlest_group() when no groups are allowedBrendan Jackman2017-10-101-0/+5
| * | | | | | sched/fair: Fix find_idlest_group() when local group is not allowedBrendan Jackman2017-10-101-2/+3
| * | | | | | sched/fair: Remove unnecessary comparison with -1Brendan Jackman2017-10-101-1/+1
| * | | | | | sched/fair: Move select_task_rq_fair() slow-path into its own functionBrendan Jackman2017-10-101-35/+48
| * | | | | | sched/fair: Force balancing on NOHZ balance if local group has capacityBrendan Jackman2017-10-101-2/+5
| * | | | | | sched/fair: Sync task util before slow-path wakeupBrendan Jackman2017-10-101-1/+10
| * | | | | | sched/fair: Search a task from the tail of the queueUladzislau Rezki2017-10-101-8/+16
| * | | | | | sched/topology: Introduce NUMA identity node sched domainSuravee Suthikulpanit2017-10-101-3/+15
| * | | | | | sched/topology: Restore SD_PREFER_SIBLING on MC domainsPeter Zijlstra2017-10-101-0/+1
| * | | | | | sched/deadline: Rename __dl_clear() to __dl_sub()Peter Zijlstra2017-10-102-6/+6
| * | | | | | sched/deadline: Fix switching to -deadlineLuca Abeni2017-10-101-7/+4
| * | | | | | sched/headers: Remove duplicate prototype of __dl_clear_params()luca abeni2017-10-101-1/+0
| * | | | | | sched/idle: Move quiet_vmstate() into the NOHZ codePeter Zijlstra2017-10-101-1/+0
| * | | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2017-10-102-94/+49
| |\ \ \ \ \ \
| * | | | | | | sched/fair: Update calc_group_*() commentsPeter Zijlstra2017-09-291-22/+44
| * | | | | | | sched/fair: Calculate runnable_weight slightly differentlyJosef Bacik2017-09-291-12/+33
| * | | | | | | sched/fair: Implement more accurate async detachPeter Zijlstra2017-09-291-6/+3
| * | | | | | | sched/fair: Align PELT windows between cfs_rq and its sePeter Zijlstra2017-09-291-14/+31
| * | | | | | | sched/fair: Implement synchonous PELT detach on load-balance migratePeter Zijlstra2017-09-291-12/+21
| * | | | | | | sched/fair: Propagate an effective runnable_load_avgPeter Zijlstra2017-09-293-62/+121
OpenPOWER on IntegriCloud