summaryrefslogtreecommitdiff
path: root/kernel/exit.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+0
2013-04-09get rid of the last free_pipe_info() callersAl Viro1-1/+1
2013-03-31Revert "lockdep: check that no locks held at freeze time"Paul Walmsley1-1/+1
2013-03-03make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectAl Viro1-5/+0
2013-02-27coredump: use a freezable_schedule for the coredump_finish waitMandeep Singh Baines1-2/+2
2013-02-27lockdep: check that no locks held at freeze timeMandeep Singh Baines1-1/+1
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker1-4/+6
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-12/+0
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-92/+0
2012-11-28kill daemonize()Al Viro1-92/+0
2012-11-28cputime: Rename thread_group_times to thread_group_cputime_adjustedFrederic Weisbecker1-2/+2
2012-11-19pidns: Wait in zap_pid_ns_processes until pid_ns->nr_hashed == 1Eric W. Biederman1-12/+0
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-96/+1
2012-09-26new helper: daemonize_descriptors()Al Viro1-3/+1
2012-09-26move files_struct-related bits from kernel/exit.c to fs/file.cAl Viro1-93/+0
2012-09-24net: use a per task frag allocatorEric Dumazet1-0/+3
2012-07-26posix_types.h: Cleanup stale __NFDBITS and related definitionsJosh Boyer1-1/+1
2012-07-22move exit_task_work() past exit_files() et.al.Al Viro1-4/+2
2012-06-20pidns: find_new_reaper() can no longer switch to init_pid_ns.child_reaperOleg Nesterov1-8/+2
2012-06-20pidns: guarantee that the pidns init will be the last pidns process reapedEric W. Biederman1-1/+13
2012-06-20mm: correctly synchronize rss-counters at exit/execKonstantin Khlebnikov1-0/+1
2012-06-07Revert "mm: correctly synchronize rss-counters at exit/exec"Linus Torvalds1-8/+5
2012-06-07mm: correctly synchronize rss-counters at exit/execKonstantin Khlebnikov1-5/+8
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+3
2012-05-31stack usage: add pid to warning printk in check_stack_usageTim Bird1-3/+3
2012-05-31cred: remove task_is_dead() from __task_cred() validationOleg Nesterov1-1/+1
2012-05-23genirq: reimplement exit_irq_thread() hook via task_work_add()Oleg Nesterov1-2/+0
2012-05-23task_work_add: generic process-context callbacksOleg Nesterov1-1/+4
2012-05-17cred: use correct cred accessor with regards to rcu read lockSasha Levin1-2/+2
2012-05-03userns: Convert setting and getting uid and gid system calls to use kuid and ...Eric W. Biederman1-3/+3
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2012-03-23kernel/exit.c: if init dies, log a signal which killed it, if anyDenys Vlasenko1-2/+5
2012-03-23prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervisionLennart Poettering1-5/+28
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-1/+1
2012-03-21mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()David Rientjes1-1/+1
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-0/+1
2012-03-21Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-1/+1
2012-03-20exit_signal: fix the "parent has changed security domain" logicOleg Nesterov1-14/+0
2012-03-20exit_signal: simplify the "we have changed execution domain" logicOleg Nesterov1-6/+1
2012-03-09genirq: Get rid of unnecessary IRQTF_DIED flagAlexander Gordeev1-2/+2
2012-03-04Merge branch 'pm-sleep'Rafael J. Wysocki1-1/+1
2012-03-04PM / Freezer: Remove references to TIF_FREEZE in commentsMarcos Paulo de Souza1-1/+1
2012-02-19Replace the fd_sets in struct fdtable with an array of unsigned longsDavid Howells1-1/+1
2012-02-14security: trim security.hAl Viro1-0/+1
2012-01-27sched: Fix ancient race in do_exit()Yasunori Goto1-0/+16
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2012-01-17audit: inline audit_free to simplify the look of generic codeEric Paris1-2/+1
2012-01-12treewide: remove useless NORET_TYPE macro and usesJoe Perches1-3/+3
2012-01-10Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+3