summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki2014-08-111-0/+7
|\ \
| | * cpuidle: menu: Lookup CPU runqueues lessMel Gorman2014-08-061-0/+7
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-08-051-40/+79
|\ \ \
| * | | sched: Use macro for magic number of -1 for setparamSteven Rostedt2014-07-281-7/+10
| * | | sched: Robustify topology setupPeter Zijlstra2014-07-281-0/+14
| * | | Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar2014-07-281-8/+4Star
| |\ \ \
| | * | | sched: Fix sched_setparam() policy == -1 logicDaniel Bristot de Oliveira2014-07-281-2/+3
| | |/ /
| * | | sched: Fix static_key race with sched_feat()Jason Baron2014-07-161-0/+5
| * | | sched: Transform resched_task() into resched_curr()Kirill Tkhai2014-07-161-12/+13
| * | | sched/deadline: Kill task_struct->pi_top_taskOleg Nesterov2014-07-161-3/+3
| * | | sched/fair: Disable runtime_enabled on dying rqKirill Tkhai2014-07-051-1/+7
| * | | sched: Fix clock_gettime(CLOCK_[PROCESS/THREAD]_CPUTIME_ID) monotonicityMike Galbraith2014-07-051-2/+11
| * | | sched/core: Fix formatting issues in sched_can_stop_tick()Viresh Kumar2014-07-051-7/+3Star
| * | | nohz: Use IPI implicit full barrier against rq->nr_running r/wFrederic Weisbecker2014-06-161-4/+5
| * | | nohz: Use nohz own full kick on 2nd task enqueueFrederic Weisbecker2014-06-161-4/+1Star
| * | | nohz: Switch to nohz full remote kick on timer enqueueFrederic Weisbecker2014-06-161-1/+7
| | |/ | |/|
* | | Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-08-041-1/+1
|\ \ \ | |_|/ |/| |
| * | cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypesTejun Heo2014-07-151-1/+1
| |/
* / rcu: Reduce overhead of cond_resched() checks for RCUPaul E. McKenney2014-06-231-6/+1Star
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-131-78/+104
|\
| * Merge commit '3cf2f34' into sched/core, to fix build errorIngo Molnar2014-06-121-0/+16
| |\
| * | sched/idle: Optimize try-to-wake-up IPIPeter Zijlstra2014-06-051-6/+48
| * | sched/idle: Simplify wake_up_idle_cpu()Andy Lutomirski2014-06-051-20/+1Star
| * | sched, trace: Add a tracepoint for IPI-less remote wakeupsAndy Lutomirski2014-06-051-0/+4
| * | sched: Rename capacity related flagsNicolas Pitre2014-06-051-7/+7
| * | sched: Final power vs. capacity cleanupsNicolas Pitre2014-06-051-3/+3
| * | sched: Remove remaining dubious usage of "power"Nicolas Pitre2014-06-051-3/+3
| * | sched: Let 'struct sched_group_power' care about CPU capacityNicolas Pitre2014-06-051-41/+40Star
| * | sched: Fix signedness bug in yield_to()Dan Carpenter2014-06-051-1/+1
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-131-2/+5
|\ \ \
| * \ \ Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare...Ingo Molnar2014-06-061-23/+57
| |\ \ \
| * | | | kprobes, sched: Use NOKPROBE_SYMBOL macro in schedMasami Hiramatsu2014-04-241-2/+4
| * | | | kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklistMasami Hiramatsu2014-04-241-0/+1
* | | | | Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-06-101-1/+1
|\ \ \ \ \
| * | | | | cgroup: remove css_parent()Tejun Heo2014-05-161-1/+1
| |/ / / /
* | | | | Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds2014-06-081-150/+199
|\ \ \ \ \
| * | | | | printk: rename printk_sched to printk_deferredJohn Stultz2014-06-051-1/+1
| * | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-031-148/+176
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | sched: Consolidate open coded implementations of nice level frobbing into nic...Dongsheng Yang2014-05-221-1/+1
| | * | | | sched: Initialize rq->age_stamp on processor startCorey Minyard2014-05-221-0/+11
| | * | | | sched: Use clamp() and clamp_val() to make sys_nice() more readableDongsheng Yang2014-05-221-9/+2Star
| | * | | | sched: Do not zero sg->cpumask and sg->sgp->power in build_sched_groups()Dietmar Eggemann2014-05-221-2/+0Star
| | * | | | sched/numa: Fix initialization of sched_domain_topology for NUMAVincent Guittot2014-05-221-1/+1
| | * | | | sched: Simplify return logic in sched_read_attr()Michael Kerrisk2014-05-221-7/+2Star
| | * | | | sched: Simplify return logic in sched_copy_attr()Michael Kerrisk2014-05-221-4/+2Star
| | * | | | Merge branch 'sched/urgent' into sched/core to avoid conflicts with upcoming ...Ingo Molnar2014-05-221-16/+39
| | |\ \ \ \
| | * \ \ \ \ Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar2014-05-221-5/+5
| | |\ \ \ \ \
| | * | | | | | sched/idle: Avoid spurious wakeup IPIsPeter Zijlstra2014-05-081-5/+36
| | * | | | | | sched: Add a new SD_SHARE_POWERDOMAIN for sched_domainVincent Guittot2014-05-071-3/+7
| | * | | | | | sched, powerpc: Create a dedicated topology tableVincent Guittot2014-05-071-6/+0Star