summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-06-091-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-041-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/+2
| | * | sched: Do not zero sg->cpumask and sg->sgp->power in build_sched_groups()Dietmar Eggemann2014-05-221-2/+0
| | * | 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/+2
| | * | sched: Simplify return logic in sched_copy_attr()Michael Kerrisk2014-05-221-4/+2
| | * | 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/+0
| | * | | | sched, s390: Create a dedicated topology tableVincent Guittot2014-05-071-3/+0
| | * | | | sched: Rework sched_domain topology definitionVincent Guittot2014-05-071-113/+120
| * | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-0/+16
| |\ \ \ \ \
| | * | | | | arch: Prepare for smp_mb__{before,after}_atomic()Peter Zijlstra2014-04-181-0/+16
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-031-1/+6
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-05-221-1/+6
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | | * | | | sched,rcu: Make cond_resched() report RCU quiescent statesPaul E. McKenney2014-05-141-1/+6
| | | |/ / /
* | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-061-3/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | sched/fair: Fix tg_set_cfs_bandwidth() deadlock on rq->lockRoman Gushchin2014-06-051-2/+1
| * | | | | sched: Fix sched_policy < 0 comparisonRichard Weinberger2014-06-051-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-011-16/+39
|\ \ \ \ \ | |/ / / /
| * | | | sched: Fix hotplug vs. set_cpus_allowed_ptr()Lai Jiangshan2014-05-221-1/+0
| * | | | sched/deadline: Restrict user params max value to 2^63 nsJuri Lelli2014-05-221-7/+30
| * | | | sched/deadline: Change sched_getparam() behaviour vs SCHED_DEADLINEPeter Zijlstra2014-05-221-6/+3
| * | | | sched: Disallow sched_attr::sched_policy < 0Peter Zijlstra2014-05-221-0/+3
| * | | | sched: Make sched_setattr() correctly return -EFBIGMichael Kerrisk2014-05-221-2/+3
| | |_|/ | |/| |
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-05-231-2/+13
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | sched/numa: Initialize newidle balance stats in sd_numa_init()Jason Low2014-05-071-0/+2
| * | sched: Skip double execution of pick_next_task_fair()Peter Zijlstra2014-05-071-2/+8
| * | sched/deadline: Fix sched_yield() behaviorJuri Lelli2014-05-071-0/+1
| * | sched/docbook: Fix 'make htmldocs' warnings caused by missing descriptionMasanari Iida2014-04-241-0/+2
| |/
* | asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen2014-05-051-5/+5
|/
* Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-04-071-1/+2
|\
| * kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2014-04-071-1/+2
* | sched: remove sleep_on() and friendsArnd Bergmann2014-04-071-46/+0
|/
* Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-04-031-6/+4
|\
| * cgroup: drop @skip_css from cgroup_taskset_for_each()Tejun Heo2014-02-131-2/+2
| * cgroup: clean up cgroup_subsys names and initializationTejun Heo2014-02-081-4/+2
* | Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-04-011-1/+1
|\ \
| * | smp: Rename __smp_call_function_single() to smp_call_function_single_async()Frederic Weisbecker2014-02-241-1/+1
| * | smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker2014-02-241-1/+1
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-011-1/+4
|\ \
| * | timer: Remove code redundancy while calling get_nohz_timer_target()Viresh Kumar2014-03-201-1/+4
| |/
OpenPOWER on IntegriCloud