Age | Commit message (Expand) | Author | Files | Lines |
2006-04-01 | [PATCH] wrong error path in dup_fd() leading to oopses in RCU | Kirill Korotaev | 1 | -1/+1 |
2006-04-01 | [PATCH] pidhash: Refactor the pid hash table | Eric W. Biederman | 2 | -73/+155 |
2006-04-01 | [PATCH] task: RCU protect task->usage | Eric W. Biederman | 1 | -1/+6 |
2006-04-01 | [PATCH] resurrect __put_task_struct | Andrew Morton | 1 | -3/+7 |
2006-04-01 | [PATCH] Make setsid() more robust | Eric W. Biederman | 1 | -4/+15 |
2006-04-01 | [PATCH] futex: check and validate timevals | Thomas Gleixner | 2 | -2/+6 |
2006-04-01 | [PATCH] sched: activate SCHED BATCH expired | Con Kolivas | 1 | -3/+7 |
2006-04-01 | [PATCH] sched: remove on runqueue requeueing | Con Kolivas | 1 | -2/+1 |
2006-04-01 | [PATCH] sched: include noninteractive sleep in idle detect | Con Kolivas | 1 | -2/+1 |
2006-04-01 | [PATCH] sched: dont decrease idle sleep avg | Con Kolivas | 1 | -5/+10 |
2006-04-01 | [PATCH] sched: make task_noninteractive use sleep_type | Con Kolivas | 1 | -8/+8 |
2006-04-01 | [PATCH] sched: cleanup task_activated() | Con Kolivas | 1 | -9/+15 |
2006-04-01 | [PATCH] sched: reduce overhead of calc_load | Jack Steiner | 2 | -1/+16 |
2006-04-01 | [PATCH] hrtimer: call get_softirq_time() only when necessary in run_hrtimer_q... | Dimitri Sivanich | 1 | -0/+3 |
2006-04-01 | [PATCH] hrtimer: use generic sleeper for nanosleep | Thomas Gleixner | 1 | -30/+9 |
2006-04-01 | [PATCH] hrtimer: create generic sleeper | Thomas Gleixner | 1 | -0/+19 |
2006-04-01 | [PATCH] modules: permit Dual-MIT/GPL licenses | Andrew Morton | 1 | -0/+1 |
2006-04-01 | [PATCH] cpuset: memory migration interaction fix | Paul Jackson | 1 | -5/+52 |
2006-04-01 | [PATCH] cpuset: unsafe mm reference fix | Paul Jackson | 1 | -2/+2 |
2006-04-01 | [PATCH] cpuset: task_lock comment fix | Paul Jackson | 1 | -6/+4 |
2006-04-01 | [PATCH] Fix pacct bug in multithreading case. | KaiGai Kohei | 1 | -6/+6 |
2006-04-01 | [PATCH] Don't pass boot parameters to argv_init[] | OGAWA Hirofumi | 1 | -1/+1 |
2006-04-01 | [PATCH] __mod_timer: simplify ->base changing | Oleg Nesterov | 1 | -8/+6 |
2006-04-01 | [PATCH] kill __init_timer_base in favor of boot_tvec_bases | Oleg Nesterov | 1 | -49/+35 |
2006-04-01 | [PATCH] Fix suspend with traced tasks | Pavel Machek | 2 | -2/+2 |
2006-03-29 | [PATCH] send_sigqueue: simplify and fix the race | Oleg Nesterov | 1 | -37/+4 |
2006-03-29 | [PATCH] do_notify_parent_cldstop: remove 'to_self' param | Oleg Nesterov | 1 | -21/+11 |
2006-03-29 | [PATCH] finish_stop: don't check stop_count < 0 | Oleg Nesterov | 1 | -1/+1 |
2006-03-29 | [PATCH] simplify do_signal_stop() | Oleg Nesterov | 1 | -24/+8 |
2006-03-29 | [PATCH] cleanup __exit_signal->cleanup_sighand path | Oleg Nesterov | 2 | -7/+4 |
2006-03-29 | [PATCH] make fork() atomic wrt pgrp/session signals | Oleg Nesterov | 1 | -20/+17 |
2006-03-29 | [PATCH] pids: kill PIDTYPE_TGID | Oleg Nesterov | 2 | -10/+4 |
2006-03-29 | [PATCH] do_sigaction: don't take tasklist_lock | Oleg Nesterov | 1 | -19/+3 |
2006-03-29 | [PATCH] do_group_exit: don't take tasklist_lock | Oleg Nesterov | 1 | -2/+0 |
2006-03-29 | [PATCH] do_signal_stop: don't take tasklist_lock | Oleg Nesterov | 1 | -52/+17 |
2006-03-29 | [PATCH] relax sig_needs_tasklist() | Oleg Nesterov | 1 | -2/+1 |
2006-03-29 | [PATCH] sys_times: don't take tasklist_lock | Oleg Nesterov | 1 | -12/+1 |
2006-03-29 | [PATCH] do __unhash_process() under ->siglock | Oleg Nesterov | 1 | -2/+2 |
2006-03-29 | [PATCH] revert "Optimize sys_times for a single thread process" | Oleg Nesterov | 2 | -65/+27 |
2006-03-29 | [PATCH] move __exit_signal() to kernel/exit.c | Oleg Nesterov | 2 | -64/+64 |
2006-03-29 | [PATCH] rename __exit_sighand to cleanup_sighand | Oleg Nesterov | 2 | -18/+13 |
2006-03-29 | [PATCH] cleanup __exit_signal() | Oleg Nesterov | 1 | -16/+15 |
2006-03-29 | [PATCH] copy_process: cleanup bad_fork_cleanup_signal | Oleg Nesterov | 2 | -18/+20 |
2006-03-29 | [PATCH] copy_process: cleanup bad_fork_cleanup_sighand | Oleg Nesterov | 2 | -15/+2 |
2006-03-29 | [PATCH] introduce sig_needs_tasklist() helper | Oleg Nesterov | 1 | -1/+4 |
2006-03-29 | [PATCH] introduce lock_task_sighand() helper | Oleg Nesterov | 1 | -14/+24 |
2006-03-29 | [PATCH] convert sighand_cache to use SLAB_DESTROY_BY_RCU | Oleg Nesterov | 2 | -11/+12 |
2006-03-29 | [PATCH] release_task: replace open-coded ptrace_unlink() | Oleg Nesterov | 1 | -3/+2 |
2006-03-29 | [PATCH] wait_for_helper: trivial style cleanup | Oleg Nesterov | 1 | -1/+1 |
2006-03-29 | [PATCH] reparent_thread: use remove_parent/add_parent | Oleg Nesterov | 1 | -2/+2 |