summaryrefslogtreecommitdiff
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-064-12/+20
|\
| * sched/fair: Fix tg_set_cfs_bandwidth() deadlock on rq->lockRoman Gushchin2014-06-053-7/+6
| * sched/dl: Fix race in dl_task_timer()Kirill Tkhai2014-06-051-1/+9
| * sched: Fix sched_policy < 0 comparisonRichard Weinberger2014-06-051-1/+1
| * sched/numa: Fix use of spin_{un}lock_irq() when interrupts are disabledSteven Rostedt2014-06-051-3/+4
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-015-29/+74
|\ \ | |/
| * sched: Fix hotplug vs. set_cpus_allowed_ptr()Lai Jiangshan2014-05-221-1/+0
| * sched/cpupri: Replace NR_CPUS arraysPeter Zijlstra2014-05-222-1/+8
| * sched/deadline: Replace NR_CPUS arraysPeter Zijlstra2014-05-222-12/+27
| * 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-236-33/+42
|\ \ | |/
| * sched/numa: Initialize newidle balance stats in sd_numa_init()Jason Low2014-05-071-0/+2
| * sched: Fix updating rq->max_idle_balance_cost and rq->next_balance in idle_ba...Jason Low2014-05-071-8/+8
| * sched: Skip double execution of pick_next_task_fair()Peter Zijlstra2014-05-071-2/+8
| * sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri checkSteven Rostedt (Red Hat)2014-05-071-2/+1
| * sched/deadline: Fix memory leakLi Zefan2014-05-071-3/+1
| * sched/deadline: Fix sched_yield() behaviorJuri Lelli2014-05-072-2/+4
| * sched: Sanitize irq accounting madnessThomas Gleixner2014-05-071-16/+16
| * 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 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-04-194-11/+32
|\
| * sched: Check for stop task appearance when balancing happensKirill Tkhai2014-04-173-5/+16
| * sched/numa: Fix task_numa_free() lockdep splatMike Galbraith2014-04-112-6/+16
* | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-04-072-2/+4
|\ \
| * | kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2014-04-072-2/+4
* | | sched: remove sleep_on() and friendsArnd Bergmann2014-04-071-46/+0
|/ /
* | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-04-031-1/+1
|\ \
| * | kernel: audit/fix non-modular users of module_init in core codePaul Gortmaker2014-04-031-1/+1
* | | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-04-033-12/+7
|\ \ \ | |/ / |/| |
| * | cgroup: drop @skip_css from cgroup_taskset_for_each()Tejun Heo2014-02-131-2/+2
| * | cgroup: remove cgroup->nameTejun Heo2014-02-121-2/+1
| * | cgroup: clean up cgroup_subsys names and initializationTejun Heo2014-02-082-8/+4
* | | Merge branch 'sched-idle-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-04-021-16/+134
|\ \ \ | |_|/ |/| |
| * | sched/idle: Add more comments to the codeDaniel Lezcano2014-03-111-2/+57
| * | sched/idle: Move idle conditions in cpuidle_idle main functionDaniel Lezcano2014-03-111-34/+44
| * | sched/idle: Reorganize the idle loopDaniel Lezcano2014-03-111-18/+15
| * | cpuidle/idle: Move the cpuidle_idle_call function to idle.cDaniel Lezcano2014-03-111-0/+56
* | | 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
| |/ /
* | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-013-21/+11
|\ \ \
| * | | sched: Remove needless round trip nsecs <-> tick conversion of steal timeFrederic Weisbecker2014-03-132-16/+0
| * | | cputime: Fix jiffies based cputime assumption on steal accountingFrederic Weisbecker2014-03-131-5/+11
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-03-311-1/+3
|\ \ \
| * | | sched/mm: call finish_arch_post_lock_switch in idle_task_exit and use_mmMartin Schwidefsky2014-02-211-1/+3
| |/ /