summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)Author
2014-07-28sched: Fix possible divide by zero in avg_atom() calculationMateusz Guzik
2014-06-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-06-05sched/fair: Fix tg_set_cfs_bandwidth() deadlock on rq->lockRoman Gushchin
2014-06-05sched/dl: Fix race in dl_task_timer()Kirill Tkhai
2014-06-05sched: Fix sched_policy < 0 comparisonRichard Weinberger
2014-06-05sched/numa: Fix use of spin_{un}lock_irq() when interrupts are disabledSteven Rostedt
2014-06-01Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-05-23Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-05-22sched: Fix hotplug vs. set_cpus_allowed_ptr()Lai Jiangshan
2014-05-22sched/cpupri: Replace NR_CPUS arraysPeter Zijlstra
2014-05-22sched/deadline: Replace NR_CPUS arraysPeter Zijlstra
2014-05-22sched/deadline: Restrict user params max value to 2^63 nsJuri Lelli
2014-05-22sched/deadline: Change sched_getparam() behaviour vs SCHED_DEADLINEPeter Zijlstra
2014-05-22sched: Disallow sched_attr::sched_policy < 0Peter Zijlstra
2014-05-22sched: Make sched_setattr() correctly return -EFBIGMichael Kerrisk
2014-05-07sched/numa: Initialize newidle balance stats in sd_numa_init()Jason Low
2014-05-07sched: Fix updating rq->max_idle_balance_cost and rq->next_balance in idle_ba...Jason Low
2014-05-07sched: Skip double execution of pick_next_task_fair()Peter Zijlstra
2014-05-07sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri checkSteven Rostedt (Red Hat)
2014-05-07sched/deadline: Fix memory leakLi Zefan
2014-05-07sched/deadline: Fix sched_yield() behaviorJuri Lelli
2014-05-07sched: Sanitize irq accounting madnessThomas Gleixner
2014-05-05asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen
2014-04-24sched/docbook: Fix 'make htmldocs' warnings caused by missing descriptionMasanari Iida
2014-04-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-04-17sched: Check for stop task appearance when balancing happensKirill Tkhai
2014-04-11sched/numa: Fix task_numa_free() lockdep splatMike Galbraith
2014-04-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza
2014-04-07sched: remove sleep_on() and friendsArnd Bergmann
2014-04-03Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2014-04-03kernel: audit/fix non-modular users of module_init in core codePaul Gortmaker
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-04-02Merge branch 'sched-idle-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-04-01Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-04-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-04-01Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-03-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2014-03-20timer: Remove code redundancy while calling get_nohz_timer_target()Viresh Kumar
2014-03-13sched: Remove needless round trip nsecs <-> tick conversion of steal timeFrederic Weisbecker
2014-03-13cputime: Fix jiffies based cputime assumption on steal accountingFrederic Weisbecker
2014-03-12sched: Clean up the task_hot() functionAlex Shi
2014-03-12sched: Remove double calculation in fix_small_imbalance()Vincent Guittot
2014-03-12sched: Fix broken setscheduler()Steven Rostedt
2014-03-11sched/numa: Move task_numa_free() to __put_task_struct()Mike Galbraith
2014-03-11sched/fair: Fix endless loop in idle_balance()Kirill Tkhai
2014-03-11sched/core: Fix endless loop in pick_next_task()Kirill Tkhai
2014-03-11sched/fair: Push down check for high priority class task into idle_balance()Kirill Tkhai
2014-03-11sched/rt: Fix picking RT and DL tasks from empty queueKirill Tkhai
2014-03-11sched/idle: Add more comments to the codeDaniel Lezcano