aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-04-30tty_ioctl: soft carrier handlingAlan Cox
2008-04-30tty_ioctl: locking for tty_wait_until_sentAlan Cox
2008-04-30tty_io: fix remaining pid struct lockingAlan Cox
2008-04-30Resume TTY on SUSP and fix CRNL order in N_TTY line disciplineJoe Peterson
2008-04-30redo locking of tty->pgrpAlan Cox
2008-04-30tty: BKL pushdownAlan Cox
2008-04-30serial_core: Prepare for BKL push downAlan Cox
2008-04-3068360serial: Note that there isn't any info->mcr lockingAlan Cox
2008-04-30isdn_tty: Prepare for BKL push downAlan Cox
2008-04-30vt_ioctl: Prepare for BKL push downAlan Cox
2008-04-30viocons: BKL lockingAlan Cox
2008-04-30synclink series: Prepare for BKL pushdownAlan Cox
2008-04-30sx: prepare for BKL pushdownAlan Cox
2008-04-30stallion: Prepare for BKL push downAlan Cox
2008-04-30specialix: Prepare for BKL pushdownAlan Cox
2008-04-30serial167: prepare to push BKL down into driversAlan Cox
2008-04-30rocket: Prepare for BKL pushdownAlan Cox
2008-04-30riscom8: Prepare for BKL pushdownAlan Cox
2008-04-30mxser: prepare for BKL pushdownAlan Cox
2008-04-30isicom: istallion prepare for lock_kernel pushdownAlan Cox
2008-04-30isicom: prepare for lock_kernel push downAlan Cox
2008-04-30esp: lock_kernel push downAlan Cox
2008-04-30epca: lock_kernel push downAlan Cox
2008-04-30cyclades: Prepare for relaxed locking in callersAlan Cox
2008-04-30amiserial: prepare for locking relaxation in callerAlan 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: x86 TS_RESTORE_SIGMASKRoland McGrath
2008-04-30signals: use HAVE_SET_RESTORE_SIGMASKRoland McGrath
2008-04-30signals: ia64 renumber TIF_RESTORE_SIGMASKakpm@linux-foundation.org
2008-04-30signals: s390: renumber TIF_RESTORE_SIGMASKRoland McGrath
2008-04-30signals: set_restore_sigmask TIF_SIGPENDINGRoland McGrath
2008-04-30signals: add set_restore_sigmaskRoland McGrath
2008-04-30signals: allow the kernel to actually kill /sbin/initOleg Nesterov
2008-04-30signals: de_thread: simplify the ->child_reaper switchingOleg 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