aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-05-27keyctl_session_to_parent(): use thread_group_empty() to check singlethreadnessOleg Nesterov1-1/+1
2010-05-27proc_sched_show_task(): use get_nr_threads()Oleg Nesterov1-8/+2
2010-05-27proc: get_nr_threads() doesn't need ->siglock any longerOleg Nesterov3-14/+7
2010-05-27check_unshare_flags: kill the bogus CLONE_SIGHAND/sig->count checkOleg Nesterov1-8/+0
2010-05-27exit: move taskstats_tgid_free() from __exit_signal() to free_signal_struct()Oleg Nesterov2-1/+1
2010-05-27kill the obsolete thread_group_cputime_free() helperOleg Nesterov2-5/+0
2010-05-27exit: __exit_signal: use thread_group_leader() consistentlyOleg Nesterov1-6/+6
2010-05-27signals: kill the awful task_rq_unlock_wait() hackOleg Nesterov3-14/+0
2010-05-27signals: clear signal->tty when the last thread exitsOleg Nesterov1-1/+4
2010-05-27signals: make task_struct->signal immutable/refcountableOleg Nesterov3-11/+17
2010-05-27fork/exit: move tty_kref_put() outside of __cleanup_signal()Oleg Nesterov2-2/+1
2010-05-27ia64: ptrace_attach_sync_user_rbs: avoid "task->signal != NULL" checksOleg Nesterov1-2/+2
2010-05-27posix-cpu-timers: avoid "task->signal != NULL" checksOleg Nesterov1-6/+6
2010-05-27exit: avoid sig->count in __exit_signal() to detect the group-dead caseOleg Nesterov1-2/+3
2010-05-27exit: avoid sig->count in de_thread/__exit_signal synchronizationOleg Nesterov2-7/+6
2010-05-27exit: change zap_other_threads() to count sub-threadsOleg Nesterov2-9/+10
2010-05-27exit: exit_notify() can trust signal->notify_count < 0Oleg Nesterov1-5/+2
2010-05-27coredump: shift down_write(mmap_sem) into coredump_wait()Oleg Nesterov1-12/+7
2010-05-27coredump: factor out put_cred() callsOleg Nesterov1-10/+6
2010-05-27coredump: cleanup "ispipe" codeOleg Nesterov1-22/+17
2010-05-27coredump: factor out the not-ispipe file checksOleg Nesterov1-32/+31
2010-05-27call_usermodehelper: UMH_WAIT_EXEC ignores kernel_thread() failureOleg Nesterov1-2/+2
2010-05-27call_usermodehelper: simplify/fix UMH_NO_WAIT caseOleg Nesterov1-6/+4
2010-05-27wait_for_helper: SIGCHLD from user-space can lead to use-after-freeOleg Nesterov1-5/+5
2010-05-27call_usermodehelper: no need to unblock signalsOleg Nesterov1-3/+0
2010-05-27umh: creds: kill subprocess_info->cred logicOleg Nesterov4-81/+0
2010-05-27umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init()Oleg Nesterov5-37/+34
2010-05-27exec: replace call_usermodehelper_pipe with use of umh init function and resolve limitNeil Horman3-96/+56
2010-05-27kmod: add init function to usermodehelperNeil Horman3-35/+73
2010-05-27signals: check_kill_permission(): don't check creds if same_thread_group()Oleg Nesterov1-2/+4
2010-05-27ptrace: PTRACE_GETFDPIC: fix the unsafe usage of child->mmOleg Nesterov1-2/+8
2010-05-27ptrace: unify FDPIC implementationsMike Frysinger4-67/+29
2010-05-27cpusets: randomize node rotor used in cpuset_mem_spread_node()Jack Steiner5-1/+31
2010-05-27cpusets: new round-robin rotor for SLAB allocationsJack Steiner4-5/+24
2010-05-27memcg: clean up memory thresholdsKirill A. Shutemov1-85/+66
2010-05-27cgroups: make cftype.unregister_event() void-returningKirill A. Shutemov3-26/+42
2010-05-27memcg: fix mis-accounting of file mapped racy with migrationakpm@linux-foundation.org4-41/+107
2010-05-27mm: memcontrol - uninitialised return valuePhil Carmody1-1/+1
2010-05-27mm: remove unnecessary use of atomicPhil Carmody1-7/+7
2010-05-27memcg: make oom killer a no-op when no killable task can be foundDavid Rientjes1-4/+1
2010-05-27memcg: update documentationKAMEZAWA Hiroyuki1-93/+198
2010-05-27memcg: move charge of file pagesDaisuke Nishimura4-18/+125
2010-05-27memcg: clean up move chargeDaisuke Nishimura1-37/+59
2010-05-27memcg: oom kill disable and oom statusKAMEZAWA Hiroyuki2-19/+117
2010-05-27memcg: oom notifierKAMEZAWA Hiroyuki2-9/+111
2010-05-27memcg: oom wakeup filterKAMEZAWA Hiroyuki1-17/+46
2010-05-27Documentation/cgroups/cgroups.txt: fix reference to "numtasks"Trevor Woerner1-1/+1
2010-05-27Documentation: SubmittingDrivers: ResourcesArce, Abraham1-0/+5
2010-05-27ufs: permit mounting of BorderWare filesystemsThomas Stewart2-0/+3
2010-05-27drivers/telephony/ixj.c: use memdup_userJulia Lawall1-11/+4