| Commit message (Expand) | Author | Age |
* | [PATCH] do_signal_stop: don't take tasklist_lock | Oleg Nesterov | 2006-03-28 |
* | [PATCH] relax sig_needs_tasklist() | Oleg Nesterov | 2006-03-28 |
* | [PATCH] sys_times: don't take tasklist_lock | Oleg Nesterov | 2006-03-28 |
* | [PATCH] do __unhash_process() under ->siglock | Oleg Nesterov | 2006-03-28 |
* | [PATCH] revert "Optimize sys_times for a single thread process" | Oleg Nesterov | 2006-03-28 |
* | [PATCH] move __exit_signal() to kernel/exit.c | Oleg Nesterov | 2006-03-28 |
* | [PATCH] rename __exit_sighand to cleanup_sighand | Oleg Nesterov | 2006-03-28 |
* | [PATCH] cleanup __exit_signal() | Oleg Nesterov | 2006-03-28 |
* | [PATCH] copy_process: cleanup bad_fork_cleanup_signal | Oleg Nesterov | 2006-03-28 |
* | [PATCH] copy_process: cleanup bad_fork_cleanup_sighand | Oleg Nesterov | 2006-03-28 |
* | [PATCH] introduce sig_needs_tasklist() helper | Oleg Nesterov | 2006-03-28 |
* | [PATCH] introduce lock_task_sighand() helper | Oleg Nesterov | 2006-03-28 |
* | [PATCH] convert sighand_cache to use SLAB_DESTROY_BY_RCU | Oleg Nesterov | 2006-03-28 |
* | [PATCH] release_task: replace open-coded ptrace_unlink() | Oleg Nesterov | 2006-03-28 |
* | [PATCH] wait_for_helper: trivial style cleanup | Oleg Nesterov | 2006-03-28 |
* | [PATCH] reparent_thread: use remove_parent/add_parent | Oleg Nesterov | 2006-03-28 |
* | [PATCH] pidhash: don't count idle threads | Oleg Nesterov | 2006-03-28 |
* | [PATCH] kill SET_LINKS/REMOVE_LINKS | Oleg Nesterov | 2006-03-28 |
* | [PATCH] don't use REMOVE_LINKS/SET_LINKS for reparenting | Oleg Nesterov | 2006-03-28 |
* | [PATCH] remove add_parent()'s parent argument | Oleg Nesterov | 2006-03-28 |
* | [PATCH] choose_new_parent: remove unused arg, sanitize exit_state check | Oleg Nesterov | 2006-03-28 |
* | [PATCH] pidhash: kill switch_exec_pids | Eric W. Biederman | 2006-03-28 |
* | [PATCH] exec: allow init to exec from any thread. | Eric W. Biederman | 2006-03-28 |
* | [PATCH] compat_sys_futex() warning fix | Andrew Morton | 2006-03-28 |
* | [PATCH] for_each_possible_cpu: fixes for generic part | KAMEZAWA Hiroyuki | 2006-03-28 |
* | [PATCH] Change dash2underscore() return value to char | Eric Sesterhenn | 2006-03-28 |
* | [PATCH] symversion warning fix | Andrew Morton | 2006-03-28 |
* | [PATCH] Notifier chain update: API changes | Alan Stern | 2006-03-27 |
* | [PATCH] lightweight robust futexes updates | Ingo Molnar | 2006-03-27 |
* | [PATCH] lightweight robust futexes: compat | Ingo Molnar | 2006-03-27 |
* | [PATCH] lightweight robust futexes: core | Ingo Molnar | 2006-03-27 |
* | [PATCH] sched: fix group power for allnodes_domains | Siddha, Suresh B | 2006-03-27 |
* | [PATCH] sched: new sched domain for representing multi-core | Siddha, Suresh B | 2006-03-27 |
* | [PATCH] Small schedule() optimization | Andreas Mohr | 2006-03-27 |
* | [PATCH] sched: fix task interactivity calculation | Martin Andersson | 2006-03-27 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-03-26 |
|\ |
|
| * | BUG_ON() Conversion in kernel/fork.c | Eric Sesterhenn | 2006-03-26 |
* | | [PATCH] kretprobe instance recycled by parent process | bibo mao | 2006-03-26 |
* | | [PATCH] hrtimers: remove data field | Roman Zippel | 2006-03-26 |
* | | [PATCH] hrtimers: remove nsec_t typedef | Roman Zippel | 2006-03-26 |
* | | [PATCH] hrtimers: remove state field | Roman Zippel | 2006-03-26 |
* | | [PATCH] hrtimers: simplify nanosleep | Roman Zippel | 2006-03-26 |
* | | [PATCH] hrtimers: posix-timer: cleanup common_timer_get() | Roman Zippel | 2006-03-26 |
* | | [PATCH] hrtimers: pass current time to hrtimer_forward() | Roman Zippel | 2006-03-26 |
* | | [PATCH] hrtimers: optimize softirq runqueues | Thomas Gleixner | 2006-03-26 |
* | | [PATCH] consolidate sys32/compat_adjtimex | Stephen Rothwell | 2006-03-26 |
* | | [PATCH] swswsup: return correct load_image error | Con Kolivas | 2006-03-26 |
* | | [PATCH] warn if free_irq() is called from IRQ context | Ingo Molnar | 2006-03-26 |
|/ |
|
* | Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 2006-03-25 |
|\ |
|
| * | [PATCH] fix audit_init failure path | Amy Griffis | 2006-03-20 |