summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2010-09-20sched: Implement head queueing for sched_rtThomas Gleixner
2010-09-20sched: Extend enqueue_task to allow head queueingThomas Gleixner
2010-09-20sched: Fix race between ttwu() and task_rq_lock()Peter Zijlstra
2010-09-20sched: Fix incorrect sanity checkPeter Zijlstra
2010-09-20sched: Fix fork vs hotplug vs cpuset namespacesPeter Zijlstra
2010-09-20sched: Fix hotplug hangPeter Zijlstra
2010-09-20sched: Remove the cfs_rq dependency from set_task_cpu()Peter Zijlstra
2010-09-20sched: Add pre and post wakeup hooksPeter Zijlstra
2010-09-20sched: Fix select_task_rq() vs hotplug issuesPeter Zijlstra
2010-09-20sched: Fix sched_exec() balancingPeter Zijlstra
2010-09-20sched: Fix broken assertionPeter Zijlstra
2010-09-20sched: Make warning less noisyIngo Molnar
2010-09-20sched: Ensure set_task_cpu() is never called on blocked tasksPeter Zijlstra
2010-09-20sched: Use TASK_WAKING for fork wakupsPeter Zijlstra
2010-09-20sched: Fix set_cpu_active() in cpu_down()Xiaotian Feng
2010-09-20sched: Use rcu in sched_get_rr_param()Thomas Gleixner
2010-09-20sched: Use rcu in sched_get/set_affinity()Thomas Gleixner
2010-09-20sched: Use rcu in sys_sched_getscheduler/sys_sched_getparam()Thomas Gleixner
2010-09-20sched: Make wakeup side and atomic variants of completion API irq safeRafael J.Wysocki
2010-09-20sched: Remove forced2_migrations statsIngo Molnar
2010-09-20sched: Sanitize fork() handlingPeter Zijlstra
2010-09-20sched: Clean up ttwu() rq lockingPeter Zijlstra
2010-09-20sched: Remove rq->clock coupling from set_task_cpu()Peter Zijlstra
2010-09-20sched: Remove unused cpu_nr_migrations()Hiroshi Shimamoto
2010-09-20sched: Consolidate select_task_rq() callersPeter Zijlstra
2010-09-20sched: Protect sched_rr_get_param() access to task->sched_classThomas Gleixner
2010-09-20sched: Protect task->cpus_allowed access in sched_getaffinity()Thomas Gleixner
2010-09-20compat: Make compat_alloc_user_space() incorporate the access_ok()H. Peter Anvin
2010-09-20kernel/groups.c: fix integer overflow in groups_searchJerome Marchand
2010-09-20gcov: fix null-pointer dereference for certain module typesPeter Oberparleiter
2010-09-20tracing: t_start: reset FTRACE_ITER_HASH in case of seek/preadChris Wright
2010-09-20tracing: Do not allow llseek to set_ftrace_filterSteven Rostedt
2010-09-20tracing: Fix a race in function profileLi Zefan
2010-09-20sched: revert stable c6fc81a sched: Fix a race between ttwu() and migrate_task()Mike Galbraith
2010-09-20sched: kill migration thread in CPU_POST_DEAD instead of CPU_DEADAmit Arora
2010-08-26mm: make the vma list be doubly linkedLinus Torvalds
2010-08-13mutex: Don't spin when the owner CPU is offline or other weird casesBenjamin Herrenschmidt
2010-08-13sched, cputime: Introduce thread_group_times()Hidetoshi Seto
2010-08-13sched: Fix granularity of task_u/stime()Hidetoshi Seto
2010-08-13timekeeping: Fix clock_gettime vsyscall time warpLin Ming
2010-08-13nohz: Reuse ktime in sub-functions of tick_check_idle.Martin Schwidefsky
2010-08-13nohz: Introduce arch_needs_cpuMartin Schwidefsky
2010-08-13irq: Add new IRQ flag IRQF_NO_SUSPENDIan Campbell
2010-08-10slow-work: use get_ref wrapper instead of directly calling get_refDave Airlie
2010-08-10sched: cgroup: Implement different treatment for idle sharesPeter Zijlstra
2010-08-02futex: futex_find_get_task remove credentails checkMichal Hocko
2010-08-02genirq: Deal with desc->set_type() changing desc->chipThomas Gleixner
2010-08-02sched: Fix over-scheduling bugAlex,Shi
2010-08-02sched: Prevent compiler from optimising the sched_avg_update() loopWill Deacon
2010-08-02dynamic debug: move ddebug_remove_module() down into free_module()Jason Baron