Age | Commit message (Expand) | Author | Files | Lines |
2008-04-30 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 3 | -216/+0 |
2008-04-30 | Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzi... | Len Brown | 55 | -1378/+5030 |
2008-04-30 | kernel: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2 | -3/+3 |
2008-04-30 | add hrtimer specific debugobjects code | Thomas Gleixner | 2 | -23/+171 |
2008-04-30 | debugobjects: add timer specific object debugging code | Thomas Gleixner | 1 | -8/+145 |
2008-04-30 | alloc_uid: cleanup | Andrew Morton | 1 | -16/+2 |
2008-04-30 | printk: don't read beyond string arguments' terminating zero | Markus Armbruster | 1 | -1/+1 |
2008-04-30 | Basic braille screen reader support | Samuel Thibault | 1 | -24/+66 |
2008-04-30 | mm: bdi: add separate writeback accounting capability | Miklos Szeredi | 1 | -1/+1 |
2008-04-30 | pidns: make pid->level and pid_ns->level unsigned | Pavel Emelyanov | 1 | -1/+1 |
2008-04-30 | make marker_debug static | Adrian Bunk | 1 | -1/+1 |
2008-04-30 | pids: sys_getpgid: fix unsafe *pid usage, s/tasklist/rcu/ | Oleg Nesterov | 1 | -15/+21 |
2008-04-30 | pids: sys_getsid: fix unsafe *pid usage, fix possible 0 instead of -ESRCH | Oleg Nesterov | 1 | -13/+20 |
2008-04-30 | pids: __set_special_pids: use change_pid() helper | Oleg Nesterov | 1 | -4/+2 |
2008-04-30 | pids: sys_setpgid: use change_pid() helper | Oleg Nesterov | 1 | -2/+1 |
2008-04-30 | pids: introduce change_pid() helper | Oleg Nesterov | 1 | -5/+16 |
2008-04-30 | pids: de_thread: don't clear session/pgrp pids for the old leader | Oleg Nesterov | 1 | -1/+0 |
2008-04-30 | Deprecate find_task_by_pid() | Pavel Emelyanov | 2 | -7/+1 |
2008-04-30 | Use find_task_by_vpid in taskstats | Pavel Emelyanov | 1 | -3/+3 |
2008-04-30 | free_pidmap: turn it into free_pidmap(struct upid *) | Oleg Nesterov | 1 | -6/+7 |
2008-04-30 | tty: The big operations rework | Alan Cox | 1 | -2/+2 |
2008-04-30 | ptrace: permit ptracing of /sbin/init | Oleg Nesterov | 1 | -8/+0 |
2008-04-30 | ptrace: ptrace_attach: use send_sig_info() instead force_sig_specific() | Oleg Nesterov | 1 | -2/+1 |
2008-04-30 | ptrace: __ptrace_unlink: use the ptrace_reparented() helper | Oleg Nesterov | 1 | -1/+1 |
2008-04-30 | ptrace: introduce ptrace_reparented() helper | Oleg Nesterov | 1 | -5/+4 |
2008-04-30 | document de_thread() with exit_notify() connection | Oleg Nesterov | 1 | -0/+1 |
2008-04-30 | reparent_thread: use same_thread_group() | Oleg Nesterov | 1 | -1/+1 |
2008-04-30 | ptrace: introduce task_detached() helper | Oleg Nesterov | 1 | -20/+25 |
2008-04-30 | signals: add set_restore_sigmask | Roland McGrath | 2 | -3/+2 |
2008-04-30 | signals: allow the kernel to actually kill /sbin/init | Oleg Nesterov | 1 | -1/+4 |
2008-04-30 | signals: fix /sbin/init protection from unwanted signals | Oleg Nesterov | 1 | -3/+6 |
2008-04-30 | signals: check_kill_permission: remove tasklist_lock | Oleg Nesterov | 1 | -2/+0 |
2008-04-30 | signals: check_kill_permission: check session under tasklist_lock | Oleg Nesterov | 1 | -5/+19 |
2008-04-30 | signals: send_signal: be paranoid about signalfd_notify() | Oleg Nesterov | 1 | -7/+1 |
2008-04-30 | signals: document CLD_CONTINUED notification mechanics | Oleg Nesterov | 1 | -1/+10 |
2008-04-30 | signals: fold sig_ignored() into handle_stop_signal() | Oleg Nesterov | 1 | -15/+17 |
2008-04-30 | signals: cleanup the usage of print_fatal_signal() | Oleg Nesterov | 1 | -2/+3 |
2008-04-30 | signals: handle_stop_signal: don't worry about SIGKILL | Oleg Nesterov | 1 | -6/+0 |
2008-04-30 | signals: join send_sigqueue() with send_group_sigqueue() | Oleg Nesterov | 2 | -18/+3 |
2008-04-30 | signals: unify send_sigqueue/send_group_sigqueue completely | Oleg Nesterov | 1 | -37/+21 |
2008-04-30 | signals: fold complete_signal() into send_signal/do_send_sigqueue | Pavel Emelyanov | 1 | -35/+11 |
2008-04-30 | signals: use __group_complete_signal() for the specific signals too | Oleg Nesterov | 1 | -9/+6 |
2008-04-30 | signals: change send_signal/do_send_sigqueue to take "boolean group" parameter | Oleg Nesterov | 1 | -9/+16 |
2008-04-30 | signals: move the definition of __group_complete_signal() up | Oleg Nesterov | 1 | -96/+96 |
2008-04-30 | signals: microoptimize the usage of ->curr_target | Oleg Nesterov | 2 | -5/+1 |
2008-04-30 | signals: send_sig_info: don't take tasklist_lock | Oleg Nesterov | 1 | -10/+1 |
2008-04-30 | signals: do_tkill: don't use tasklist_lock | Oleg Nesterov | 1 | -5/+9 |
2008-04-30 | signals: move handle_stop_signal() into send_signal() | Oleg Nesterov | 1 | -8/+3 |
2008-04-30 | signals: send_group_sigqueue: don't take tasklist_lock | Oleg Nesterov | 1 | -2/+1 |
2008-04-30 | signals: __group_complete_signal: cache the value of p->signal | Oleg Nesterov | 1 | -8/+9 |