| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] send_sigqueue: simplify and fix the race | Oleg Nesterov | 2006-03-29 | 1 | -37/+4 |
* | [PATCH] do_notify_parent_cldstop: remove 'to_self' param | Oleg Nesterov | 2006-03-29 | 1 | -21/+11 |
* | [PATCH] finish_stop: don't check stop_count < 0 | Oleg Nesterov | 2006-03-29 | 1 | -1/+1 |
* | [PATCH] simplify do_signal_stop() | Oleg Nesterov | 2006-03-29 | 1 | -24/+8 |
* | [PATCH] cleanup __exit_signal->cleanup_sighand path | Oleg Nesterov | 2006-03-29 | 2 | -7/+4 |
* | [PATCH] make fork() atomic wrt pgrp/session signals | Oleg Nesterov | 2006-03-29 | 1 | -20/+17 |
* | [PATCH] pids: kill PIDTYPE_TGID | Oleg Nesterov | 2006-03-29 | 2 | -10/+4 |
* | [PATCH] do_sigaction: don't take tasklist_lock | Oleg Nesterov | 2006-03-29 | 1 | -19/+3 |
* | [PATCH] do_group_exit: don't take tasklist_lock | Oleg Nesterov | 2006-03-29 | 1 | -2/+0 |
* | [PATCH] do_signal_stop: don't take tasklist_lock | Oleg Nesterov | 2006-03-29 | 1 | -52/+17 |
* | [PATCH] relax sig_needs_tasklist() | Oleg Nesterov | 2006-03-29 | 1 | -2/+1 |
* | [PATCH] sys_times: don't take tasklist_lock | Oleg Nesterov | 2006-03-29 | 1 | -12/+1 |
* | [PATCH] do __unhash_process() under ->siglock | Oleg Nesterov | 2006-03-29 | 1 | -2/+2 |
* | [PATCH] revert "Optimize sys_times for a single thread process" | Oleg Nesterov | 2006-03-29 | 2 | -65/+27 |
* | [PATCH] move __exit_signal() to kernel/exit.c | Oleg Nesterov | 2006-03-29 | 2 | -64/+64 |
* | [PATCH] rename __exit_sighand to cleanup_sighand | Oleg Nesterov | 2006-03-29 | 2 | -18/+13 |
* | [PATCH] cleanup __exit_signal() | Oleg Nesterov | 2006-03-29 | 1 | -16/+15 |
* | [PATCH] copy_process: cleanup bad_fork_cleanup_signal | Oleg Nesterov | 2006-03-29 | 2 | -18/+20 |
* | [PATCH] copy_process: cleanup bad_fork_cleanup_sighand | Oleg Nesterov | 2006-03-29 | 2 | -15/+2 |
* | [PATCH] introduce sig_needs_tasklist() helper | Oleg Nesterov | 2006-03-29 | 1 | -1/+4 |
* | [PATCH] introduce lock_task_sighand() helper | Oleg Nesterov | 2006-03-29 | 1 | -14/+24 |
* | [PATCH] convert sighand_cache to use SLAB_DESTROY_BY_RCU | Oleg Nesterov | 2006-03-29 | 2 | -11/+12 |
* | [PATCH] release_task: replace open-coded ptrace_unlink() | Oleg Nesterov | 2006-03-29 | 1 | -3/+2 |
* | [PATCH] wait_for_helper: trivial style cleanup | Oleg Nesterov | 2006-03-29 | 1 | -1/+1 |
* | [PATCH] reparent_thread: use remove_parent/add_parent | Oleg Nesterov | 2006-03-29 | 1 | -2/+2 |
* | [PATCH] pidhash: don't count idle threads | Oleg Nesterov | 2006-03-29 | 3 | -43/+20 |
* | [PATCH] kill SET_LINKS/REMOVE_LINKS | Oleg Nesterov | 2006-03-29 | 2 | -2/+6 |
* | [PATCH] don't use REMOVE_LINKS/SET_LINKS for reparenting | Oleg Nesterov | 2006-03-29 | 2 | -6/+6 |
* | [PATCH] remove add_parent()'s parent argument | Oleg Nesterov | 2006-03-29 | 1 | -1/+1 |
* | [PATCH] choose_new_parent: remove unused arg, sanitize exit_state check | Oleg Nesterov | 2006-03-29 | 1 | -4/+4 |
* | [PATCH] pidhash: kill switch_exec_pids | Eric W. Biederman | 2006-03-29 | 1 | -30/+0 |
* | [PATCH] exec: allow init to exec from any thread. | Eric W. Biederman | 2006-03-29 | 2 | -2/+2 |
* | [PATCH] compat_sys_futex() warning fix | Andrew Morton | 2006-03-28 | 1 | -1/+2 |
* | [PATCH] for_each_possible_cpu: fixes for generic part | KAMEZAWA Hiroyuki | 2006-03-28 | 2 | -6/+6 |
* | [PATCH] Change dash2underscore() return value to char | Eric Sesterhenn | 2006-03-28 | 1 | -1/+1 |
* | [PATCH] symversion warning fix | Andrew Morton | 2006-03-28 | 1 | -1/+1 |
* | [PATCH] Notifier chain update: API changes | Alan Stern | 2006-03-27 | 6 | -134/+301 |
* | [PATCH] lightweight robust futexes updates | Ingo Molnar | 2006-03-27 | 3 | -16/+16 |
* | [PATCH] lightweight robust futexes: compat | Ingo Molnar | 2006-03-27 | 4 | -23/+150 |
* | [PATCH] lightweight robust futexes: core | Ingo Molnar | 2006-03-27 | 3 | -0/+179 |
* | [PATCH] sched: fix group power for allnodes_domains | Siddha, Suresh B | 2006-03-27 | 1 | -33/+29 |
* | [PATCH] sched: new sched domain for representing multi-core | Siddha, Suresh B | 2006-03-27 | 1 | -5/+68 |
* | [PATCH] Small schedule() optimization | Andreas Mohr | 2006-03-27 | 1 | -7/+5 |
* | [PATCH] sched: fix task interactivity calculation | Martin Andersson | 2006-03-27 | 1 | -1/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-03-26 | 1 | -2/+1 |
|\ |
|
| * | BUG_ON() Conversion in kernel/fork.c | Eric Sesterhenn | 2006-03-26 | 1 | -2/+1 |
* | | [PATCH] kretprobe instance recycled by parent process | bibo mao | 2006-03-26 | 2 | -6/+13 |
* | | [PATCH] hrtimers: remove data field | Roman Zippel | 2006-03-26 | 4 | -21/+17 |
* | | [PATCH] hrtimers: remove nsec_t typedef | Roman Zippel | 2006-03-26 | 2 | -4/+4 |
* | | [PATCH] hrtimers: remove state field | Roman Zippel | 2006-03-26 | 1 | -9/+5 |