aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2008-04-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2008-04-30Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzi...Len Brown
2008-04-30kernel: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-30add hrtimer specific debugobjects codeThomas Gleixner
2008-04-30debugobjects: add timer specific object debugging codeThomas Gleixner
2008-04-30alloc_uid: cleanupAndrew Morton
2008-04-30printk: don't read beyond string arguments' terminating zeroMarkus Armbruster
2008-04-30Basic braille screen reader supportSamuel Thibault
2008-04-30mm: bdi: add separate writeback accounting capabilityMiklos Szeredi
2008-04-30pidns: make pid->level and pid_ns->level unsignedPavel Emelyanov
2008-04-30make marker_debug staticAdrian Bunk
2008-04-30pids: sys_getpgid: fix unsafe *pid usage, s/tasklist/rcu/Oleg Nesterov
2008-04-30pids: sys_getsid: fix unsafe *pid usage, fix possible 0 instead of -ESRCHOleg Nesterov
2008-04-30pids: __set_special_pids: use change_pid() helperOleg Nesterov
2008-04-30pids: sys_setpgid: use change_pid() helperOleg Nesterov
2008-04-30pids: introduce change_pid() helperOleg Nesterov
2008-04-30pids: de_thread: don't clear session/pgrp pids for the old leaderOleg Nesterov
2008-04-30Deprecate find_task_by_pid()Pavel Emelyanov
2008-04-30Use find_task_by_vpid in taskstatsPavel Emelyanov
2008-04-30free_pidmap: turn it into free_pidmap(struct upid *)Oleg Nesterov
2008-04-30tty: The big operations reworkAlan Cox
2008-04-30ptrace: permit ptracing of /sbin/initOleg Nesterov
2008-04-30ptrace: ptrace_attach: use send_sig_info() instead force_sig_specific()Oleg Nesterov
2008-04-30ptrace: __ptrace_unlink: use the ptrace_reparented() helperOleg Nesterov
2008-04-30ptrace: introduce ptrace_reparented() helperOleg Nesterov
2008-04-30document de_thread() with exit_notify() connectionOleg Nesterov
2008-04-30reparent_thread: use same_thread_group()Oleg Nesterov
2008-04-30ptrace: introduce task_detached() helperOleg Nesterov
2008-04-30signals: add set_restore_sigmaskRoland McGrath
2008-04-30signals: allow the kernel to actually kill /sbin/initOleg Nesterov
2008-04-30signals: fix /sbin/init protection from unwanted signalsOleg Nesterov
2008-04-30signals: check_kill_permission: remove tasklist_lockOleg Nesterov
2008-04-30signals: check_kill_permission: check session under tasklist_lockOleg Nesterov
2008-04-30signals: send_signal: be paranoid about signalfd_notify()Oleg Nesterov
2008-04-30signals: document CLD_CONTINUED notification mechanicsOleg Nesterov
2008-04-30signals: fold sig_ignored() into handle_stop_signal()Oleg Nesterov
2008-04-30signals: cleanup the usage of print_fatal_signal()Oleg Nesterov
2008-04-30signals: handle_stop_signal: don't worry about SIGKILLOleg Nesterov
2008-04-30signals: join send_sigqueue() with send_group_sigqueue()Oleg Nesterov
2008-04-30signals: unify send_sigqueue/send_group_sigqueue completelyOleg Nesterov
2008-04-30signals: fold complete_signal() into send_signal/do_send_sigqueuePavel Emelyanov
2008-04-30signals: use __group_complete_signal() for the specific signals tooOleg Nesterov
2008-04-30signals: change send_signal/do_send_sigqueue to take "boolean group" parameterOleg Nesterov
2008-04-30signals: move the definition of __group_complete_signal() upOleg Nesterov
2008-04-30signals: microoptimize the usage of ->curr_targetOleg Nesterov
2008-04-30signals: send_sig_info: don't take tasklist_lockOleg Nesterov
2008-04-30signals: do_tkill: don't use tasklist_lockOleg Nesterov
2008-04-30signals: move handle_stop_signal() into send_signal()Oleg Nesterov
2008-04-30signals: send_group_sigqueue: don't take tasklist_lockOleg Nesterov
2008-04-30signals: __group_complete_signal: cache the value of p->signalOleg Nesterov