Age | Commit message (Expand) | Author |
2010-09-20 | sched: Fix fork vs hotplug vs cpuset namespaces | Peter Zijlstra |
2010-09-20 | sched: Fix hotplug hang | Peter Zijlstra |
2010-09-20 | sched: Remove the cfs_rq dependency from set_task_cpu() | Peter Zijlstra |
2010-09-20 | sched: Add pre and post wakeup hooks | Peter Zijlstra |
2010-09-20 | sched: Fix select_task_rq() vs hotplug issues | Peter Zijlstra |
2010-09-20 | sched: Fix sched_exec() balancing | Peter Zijlstra |
2010-09-20 | sched: Fix broken assertion | Peter Zijlstra |
2010-09-20 | sched: Make warning less noisy | Ingo Molnar |
2010-09-20 | sched: Ensure set_task_cpu() is never called on blocked tasks | Peter Zijlstra |
2010-09-20 | sched: Use TASK_WAKING for fork wakups | Peter Zijlstra |
2010-09-20 | sched: Fix set_cpu_active() in cpu_down() | Xiaotian Feng |
2010-09-20 | sched: Use rcu in sched_get_rr_param() | Thomas Gleixner |
2010-09-20 | sched: Use rcu in sched_get/set_affinity() | Thomas Gleixner |
2010-09-20 | sched: Use rcu in sys_sched_getscheduler/sys_sched_getparam() | Thomas Gleixner |
2010-09-20 | sched: Make wakeup side and atomic variants of completion API irq safe | Rafael J.Wysocki |
2010-09-20 | sched: Remove forced2_migrations stats | Ingo Molnar |
2010-09-20 | sched: Sanitize fork() handling | Peter Zijlstra |
2010-09-20 | sched: Clean up ttwu() rq locking | Peter Zijlstra |
2010-09-20 | sched: Remove rq->clock coupling from set_task_cpu() | Peter Zijlstra |
2010-09-20 | sched: Remove unused cpu_nr_migrations() | Hiroshi Shimamoto |
2010-09-20 | sched: Consolidate select_task_rq() callers | Peter Zijlstra |
2010-09-20 | sched: Protect sched_rr_get_param() access to task->sched_class | Thomas Gleixner |
2010-09-20 | sched: Protect task->cpus_allowed access in sched_getaffinity() | Thomas Gleixner |
2010-09-20 | compat: Make compat_alloc_user_space() incorporate the access_ok() | H. Peter Anvin |
2010-09-20 | kernel/groups.c: fix integer overflow in groups_search | Jerome Marchand |
2010-09-20 | gcov: fix null-pointer dereference for certain module types | Peter Oberparleiter |
2010-09-20 | tracing: t_start: reset FTRACE_ITER_HASH in case of seek/pread | Chris Wright |
2010-09-20 | tracing: Do not allow llseek to set_ftrace_filter | Steven Rostedt |
2010-09-20 | tracing: Fix a race in function profile | Li Zefan |
2010-09-20 | sched: revert stable c6fc81a sched: Fix a race between ttwu() and migrate_task() | Mike Galbraith |
2010-09-20 | sched: kill migration thread in CPU_POST_DEAD instead of CPU_DEAD | Amit Arora |
2010-08-26 | mm: make the vma list be doubly linked | Linus Torvalds |
2010-08-13 | mutex: Don't spin when the owner CPU is offline or other weird cases | Benjamin Herrenschmidt |
2010-08-13 | sched, cputime: Introduce thread_group_times() | Hidetoshi Seto |
2010-08-13 | sched: Fix granularity of task_u/stime() | Hidetoshi Seto |
2010-08-13 | timekeeping: Fix clock_gettime vsyscall time warp | Lin Ming |
2010-08-13 | nohz: Reuse ktime in sub-functions of tick_check_idle. | Martin Schwidefsky |
2010-08-13 | nohz: Introduce arch_needs_cpu | Martin Schwidefsky |
2010-08-13 | irq: Add new IRQ flag IRQF_NO_SUSPEND | Ian Campbell |
2010-08-10 | slow-work: use get_ref wrapper instead of directly calling get_ref | Dave Airlie |
2010-08-10 | sched: cgroup: Implement different treatment for idle shares | Peter Zijlstra |
2010-08-02 | futex: futex_find_get_task remove credentails check | Michal Hocko |
2010-08-02 | genirq: Deal with desc->set_type() changing desc->chip | Thomas Gleixner |
2010-08-02 | sched: Fix over-scheduling bug | Alex,Shi |
2010-08-02 | sched: Prevent compiler from optimising the sched_avg_update() loop | Will Deacon |
2010-08-02 | dynamic debug: move ddebug_remove_module() down into free_module() | Jason Baron |
2010-07-05 | signals: check_kill_permission(): don't check creds if same_thread_group() | Oleg Nesterov |
2010-07-05 | mutex: Fix optimistic spinning vs. BKL | Tony Breeds |
2010-07-05 | posix_timer: Fix error path in timer_create | Andrey Vagin |
2010-07-05 | Fix racy use of anon_inode_getfd() in perf_event.c | Al Viro |