summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
2014-05-22Merge branch 'sched/urgent' into sched/core to avoid conflicts with upcoming ...Ingo Molnar
2014-05-22Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar
2014-05-22sched: Fix hotplug vs. set_cpus_allowed_ptr()Lai Jiangshan
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-16cgroup: remove css_parent()Tejun Heo
2014-05-14sched,rcu: Make cond_resched() report RCU quiescent statesPaul E. McKenney
2014-05-08sched/idle: Avoid spurious wakeup IPIsPeter Zijlstra
2014-05-07sched: Add a new SD_SHARE_POWERDOMAIN for sched_domainVincent Guittot
2014-05-07sched, powerpc: Create a dedicated topology tableVincent Guittot
2014-05-07sched, s390: Create a dedicated topology tableVincent Guittot
2014-05-07sched: Rework sched_domain topology definitionVincent Guittot
2014-05-07sched/numa: Initialize newidle balance stats in sd_numa_init()Jason Low
2014-05-07sched: Skip double execution of pick_next_task_fair()Peter Zijlstra
2014-05-07sched/deadline: Fix sched_yield() behaviorJuri Lelli
2014-05-05asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen
2014-04-24kprobes, sched: Use NOKPROBE_SYMBOL macro in schedMasami Hiramatsu
2014-04-24kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklistMasami Hiramatsu
2014-04-24sched/docbook: Fix 'make htmldocs' warnings caused by missing descriptionMasanari Iida
2014-04-18arch: Prepare for smp_mb__{before,after}_atomic()Peter Zijlstra
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 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...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-12sched: Fix broken setscheduler()Steven Rostedt
2014-03-11sched/numa: Move task_numa_free() to __put_task_struct()Mike Galbraith
2014-03-11Merge branch 'sched/urgent' into sched/coreIngo Molnar
2014-03-11sched/deadline: Deny unprivileged users to set/change SCHED_DEADLINE policyJuri Lelli
2014-02-27sched: Guarantee task priority in pick_next_task()Peter Zijlstra
2014-02-24smp: Rename __smp_call_function_single() to smp_call_function_single_async()Frederic Weisbecker
2014-02-24smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker
2014-02-22sched: Replace hardcoding of -20 and 19 with MIN_NICE and MAX_NICEDongsheng Yang
2014-02-22sched/rt: Remove 'leaf_rt_rq_list' from 'struct rq'Li Zefan
2014-02-22sched: Consider pi boosting in setscheduler()Thomas Gleixner
2014-02-22sched: Queue RT tasks to head when prio dropsThomas Gleixner
2014-02-22sched: Adjust p->sched_reset_on_fork when nothing else changesThomas Gleixner
2014-02-22sched: Add better debug output for might_sleep()Thomas Gleixner
2014-02-22sched: Check for idle task in might_sleep()Thomas Gleixner
2014-02-22sched: Init idle->on_rq in init_idle()Thomas Gleixner
2014-02-21sched: Fix hotplug task migrationPeter Zijlstra
2014-02-21sched: Add 'flags' argument to sched_{set,get}attr() syscallsPeter Zijlstra
2014-02-21sched: Fix information leak in sys_sched_getattr()Vegard Nossum