aboutsummaryrefslogtreecommitdiffstats
path: root/security (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-30tty: drop the BKL for driver/ldisc ioctl methodsAlan Cox1-8/+1
2008-04-30tty_ioctl: soft carrier handlingAlan Cox1-6/+27
2008-04-30tty_ioctl: locking for tty_wait_until_sentAlan Cox1-4/+7
2008-04-30tty_io: fix remaining pid struct lockingAlan Cox3-2/+31
2008-04-30Resume TTY on SUSP and fix CRNL order in N_TTY line disciplineJoe Peterson1-8/+11
2008-04-30redo locking of tty->pgrpAlan Cox3-22/+72
2008-04-30tty: BKL pushdownAlan Cox9-53/+149
2008-04-30serial_core: Prepare for BKL push downAlan Cox1-7/+9
2008-04-3068360serial: Note that there isn't any info->mcr lockingAlan Cox1-1/+1
2008-04-30isdn_tty: Prepare for BKL push downAlan Cox1-18/+8
2008-04-30vt_ioctl: Prepare for BKL push downAlan Cox1-184/+268
2008-04-30viocons: BKL lockingAlan Cox1-2/+5
2008-04-30synclink series: Prepare for BKL pushdownAlan Cox3-21/+55
2008-04-30sx: prepare for BKL pushdownAlan Cox1-13/+4
2008-04-30stallion: Prepare for BKL push downAlan Cox1-12/+3
2008-04-30specialix: Prepare for BKL pushdownAlan Cox1-40/+6
2008-04-30serial167: prepare to push BKL down into driversAlan Cox1-12/+3
2008-04-30rocket: Prepare for BKL pushdownAlan Cox1-9/+18
2008-04-30riscom8: Prepare for BKL pushdownAlan Cox1-14/+11
2008-04-30mxser: prepare for BKL pushdownAlan Cox1-25/+38
2008-04-30isicom: istallion prepare for lock_kernel pushdownAlan Cox1-0/+6
2008-04-30isicom: prepare for lock_kernel push downAlan Cox1-14/+8
2008-04-30esp: lock_kernel push downAlan Cox1-6/+16
2008-04-30epca: lock_kernel push downAlan Cox1-15/+2
2008-04-30cyclades: Prepare for relaxed locking in callersAlan Cox1-12/+17
2008-04-30amiserial: prepare for locking relaxation in callerAlan Cox1-2/+11
2008-04-30ptrace: permit ptracing of /sbin/initOleg Nesterov1-8/+0
2008-04-30ptrace: ptrace_attach: use send_sig_info() instead force_sig_specific()Oleg Nesterov1-2/+1
2008-04-30ptrace: __ptrace_unlink: use the ptrace_reparented() helperOleg Nesterov1-1/+1
2008-04-30ptrace: introduce ptrace_reparented() helperOleg Nesterov2-5/+8
2008-04-30document de_thread() with exit_notify() connectionOleg Nesterov2-1/+2
2008-04-30reparent_thread: use same_thread_group()Oleg Nesterov1-1/+1
2008-04-30ptrace: introduce task_detached() helperOleg Nesterov1-20/+25
2008-04-30signals: x86 TS_RESTORE_SIGMASKRoland McGrath5-21/+40
2008-04-30signals: use HAVE_SET_RESTORE_SIGMASKRoland McGrath5-13/+19
2008-04-30signals: ia64 renumber TIF_RESTORE_SIGMASKakpm@linux-foundation.org2-4/+3
2008-04-30signals: s390: renumber TIF_RESTORE_SIGMASKRoland McGrath3-14/+14
2008-04-30signals: set_restore_sigmask TIF_SIGPENDINGRoland McGrath1-1/+7
2008-04-30signals: add set_restore_sigmaskRoland McGrath6-11/+22
2008-04-30signals: allow the kernel to actually kill /sbin/initOleg Nesterov1-1/+4
2008-04-30signals: de_thread: simplify the ->child_reaper switchingOleg Nesterov1-13/+2
2008-04-30signals: fix /sbin/init protection from unwanted signalsOleg Nesterov3-3/+10
2008-04-30signals: check_kill_permission: remove tasklist_lockOleg Nesterov1-2/+0
2008-04-30signals: check_kill_permission: check session under tasklist_lockOleg Nesterov1-5/+19
2008-04-30signals: send_signal: be paranoid about signalfd_notify()Oleg Nesterov1-7/+1
2008-04-30signals: document CLD_CONTINUED notification mechanicsOleg Nesterov1-1/+10
2008-04-30signals: fold sig_ignored() into handle_stop_signal()Oleg Nesterov1-15/+17
2008-04-30signals: cleanup the usage of print_fatal_signal()Oleg Nesterov1-2/+3
2008-04-30signals: handle_stop_signal: don't worry about SIGKILLOleg Nesterov1-6/+0
2008-04-30signals: join send_sigqueue() with send_group_sigqueue()Oleg Nesterov3-20/+4