aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-12/+20
2014-06-05sched/fair: Fix tg_set_cfs_bandwidth() deadlock on rq->lockRoman Gushchin3-7/+6
2014-06-05sched/dl: Fix race in dl_task_timer()Kirill Tkhai1-1/+9
2014-06-05sched: Fix sched_policy < 0 comparisonRichard Weinberger1-1/+1
2014-06-05sched/numa: Fix use of spin_{un}lock_irq() when interrupts are disabledSteven Rostedt1-3/+4
2014-06-01Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-29/+74
2014-05-23Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-33/+42
2014-05-22sched: Fix hotplug vs. set_cpus_allowed_ptr()Lai Jiangshan1-1/+0
2014-05-22sched/cpupri: Replace NR_CPUS arraysPeter Zijlstra2-1/+8
2014-05-22sched/deadline: Replace NR_CPUS arraysPeter Zijlstra2-12/+27
2014-05-22sched/deadline: Restrict user params max value to 2^63 nsJuri Lelli1-7/+30
2014-05-22sched/deadline: Change sched_getparam() behaviour vs SCHED_DEADLINEPeter Zijlstra1-6/+3
2014-05-22sched: Disallow sched_attr::sched_policy < 0Peter Zijlstra1-0/+3
2014-05-22sched: Make sched_setattr() correctly return -EFBIGMichael Kerrisk1-2/+3
2014-05-07sched/numa: Initialize newidle balance stats in sd_numa_init()Jason Low1-0/+2
2014-05-07sched: Fix updating rq->max_idle_balance_cost and rq->next_balance in idle_balance()Jason Low1-8/+8
2014-05-07sched: Skip double execution of pick_next_task_fair()Peter Zijlstra1-2/+8
2014-05-07sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri checkSteven Rostedt (Red Hat)1-2/+1
2014-05-07sched/deadline: Fix memory leakLi Zefan1-3/+1
2014-05-07sched/deadline: Fix sched_yield() behaviorJuri Lelli2-2/+4
2014-05-07sched: Sanitize irq accounting madnessThomas Gleixner1-16/+16
2014-05-05asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen1-5/+5
2014-04-24sched/docbook: Fix 'make htmldocs' warnings caused by missing descriptionMasanari Iida1-0/+2
2014-04-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-11/+32
2014-04-17sched: Check for stop task appearance when balancing happensKirill Tkhai3-5/+16
2014-04-11sched/numa: Fix task_numa_free() lockdep splatMike Galbraith2-6/+16
2014-04-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2-2/+4
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2-2/+4
2014-04-07sched: remove sleep_on() and friendsArnd Bergmann1-46/+0
2014-04-03Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-1/+1
2014-04-03kernel: audit/fix non-modular users of module_init in core codePaul Gortmaker1-1/+1
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds3-12/+7
2014-04-02Merge branch 'sched-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-16/+134
2014-04-01Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2014-04-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+4
2014-04-01Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-21/+11
2014-03-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+3
2014-03-20timer: Remove code redundancy while calling get_nohz_timer_target()Viresh Kumar1-1/+4
2014-03-13sched: Remove needless round trip nsecs <-> tick conversion of steal timeFrederic Weisbecker2-16/+0
2014-03-13cputime: Fix jiffies based cputime assumption on steal accountingFrederic Weisbecker1-5/+11
2014-03-12sched: Clean up the task_hot() functionAlex Shi1-2/+2
2014-03-12sched: Remove double calculation in fix_small_imbalance()Vincent Guittot1-4/+2
2014-03-12sched: Fix broken setscheduler()Steven Rostedt1-1/+9
2014-03-11sched/numa: Move task_numa_free() to __put_task_struct()Mike Galbraith1-2/+0
2014-03-11sched/fair: Fix endless loop in idle_balance()Kirill Tkhai1-1/+1
2014-03-11sched/core: Fix endless loop in pick_next_task()Kirill Tkhai3-11/+15
2014-03-11sched/fair: Push down check for high priority class task into idle_balance()Kirill Tkhai2-6/+10
2014-03-11sched/rt: Fix picking RT and DL tasks from empty queueKirill Tkhai2-2/+15
2014-03-11sched/idle: Add more comments to the codeDaniel Lezcano1-2/+57
2014-03-11sched/idle: Move idle conditions in cpuidle_idle main functionDaniel Lezcano1-34/+44