aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-30signals: add set_restore_sigmaskRoland McGrath2-3/+2
2008-04-30signals: allow the kernel to actually kill /sbin/initOleg Nesterov1-1/+4
2008-04-30signals: fix /sbin/init protection from unwanted signalsOleg Nesterov1-3/+6
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 Nesterov2-18/+3
2008-04-30signals: unify send_sigqueue/send_group_sigqueue completelyOleg Nesterov1-37/+21
2008-04-30signals: fold complete_signal() into send_signal/do_send_sigqueuePavel Emelyanov1-35/+11
2008-04-30signals: use __group_complete_signal() for the specific signals tooOleg Nesterov1-9/+6
2008-04-30signals: change send_signal/do_send_sigqueue to take "boolean group" parameterOleg Nesterov1-9/+16
2008-04-30signals: move the definition of __group_complete_signal() upOleg Nesterov1-96/+96
2008-04-30signals: microoptimize the usage of ->curr_targetOleg Nesterov2-5/+1
2008-04-30signals: send_sig_info: don't take tasklist_lockOleg Nesterov1-10/+1
2008-04-30signals: do_tkill: don't use tasklist_lockOleg Nesterov1-5/+9
2008-04-30signals: move handle_stop_signal() into send_signal()Oleg Nesterov1-8/+3
2008-04-30signals: send_group_sigqueue: don't take tasklist_lockOleg Nesterov1-2/+1
2008-04-30signals: __group_complete_signal: cache the value of p->signalOleg Nesterov1-8/+9
2008-04-30signals: send_sigqueue: don't forget about handle_stop_signal()Oleg Nesterov1-2/+3
2008-04-30signals: send_sigqueue: don't take rcu lockOleg Nesterov1-4/+0
2008-04-30get_signal_to_deliver: use the cached ->signal/sighand valuesOleg Nesterov1-15/+15
2008-04-30handle_stop_signal: use the cached p->signal valueOleg Nesterov1-15/+13
2008-04-30handle_stop_signal: unify partial/full stop handlingOleg Nesterov1-26/+19
2008-04-30kill_pid_info: don't take now unneeded tasklist_lockOleg Nesterov1-6/+1
2008-04-30signals: re-assign CLD_CONTINUED notification from the sender to recieverOleg Nesterov1-10/+19
2008-04-30signals: cleanup security_task_kill() usage/implementationOleg Nesterov1-13/+14
2008-04-30signals: consolidate send_sigqueue and send_group_sigqueuePavel Emelyanov1-57/+29
2008-04-30signals: clean dequeue_signal from excess checks and assignmentsPavel Emelyanov1-5/+7
2008-04-30signals: consolidate checks for whether or not to ignore a signalPavel Emelyanov1-10/+14
2008-04-30k_getrusage: don't take rcu_read_lock()Oleg Nesterov1-6/+1
2008-04-30lock_task_sighand: add rcu lock/unlockOleg Nesterov1-3/+2
2008-04-30signals: do_group_exit(): use signal_group_exit() more consistentlyOleg Nesterov1-3/+4
2008-04-30signals: do_signal_stop(): use signal_group_exit()Oleg Nesterov1-1/+1
2008-04-30signals: consolidate checking for ignored/legacy signalsPavel Emelyanov1-25/+17
2008-04-30signals: turn LEGACY_QUEUE macro into static inline functionPavel Emelyanov1-5/+7
2008-04-30signals: remove unused variable from send_signal()Pavel Emelyanov1-2/+1
2008-04-29Merge branch 'audit.b50' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-currentLinus Torvalds4-112/+235
2008-04-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2008-04-29Add kbuild.h that contains common definitions for kbuild usersChristoph Lameter1-5/+1
2008-04-29relayfs: support larger relay bufferMasami Hiramatsu1-3/+32
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa1-5/+5
2008-04-29sysctl: add the ->permissions callback on the ctl_table_rootPavel Emelyanov1-7/+18
2008-04-29sysctl: clean from unneeded extern and forward declarationsPavel Emelyanov1-76/+68
2008-04-29sysctl: allow embedded targets to disable sysctl_check.cHolger Schurig2-3/+9
2008-04-29kernel: use non-racy method for proc entries creationDenis V. Lunev10-55/+16
2008-04-29proc: remove proc_root from driversAlexey Dobriyan1-3/+2