aboutsummaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)Author
2014-11-05Merge branch 'linaro-android-3.10-lsk' of git://android.git.linaro.org/kernel...Mark Brown
2014-10-10Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-androidMark Brown
2014-10-09perf: fix perf bug in fork()Peter Zijlstra
2014-10-08seccomp: Replace BUG(!spin_is_locked()) with assert_spin_lockGuenter Roeck
2014-10-07seccomp: introduce writer lockingKees Cook
2014-10-07introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov
2014-10-06Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-androidMark Brown
2014-10-05introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov
2014-10-05kernel/fork.c:copy_process(): unify CLONE_THREAD-or-thread_group_leader codeOleg Nesterov
2014-09-17seccomp: revert previous patches in prep for updated onesJP Abgrall
2014-09-08Merge remote-tracking branch 'lsk/v3.10/topic/aosp' into linux-linaro-lsk-and...Mark Brown
2014-08-28seccomp: introduce writer lockingKees Cook
2014-07-07Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-androidAlex Shi
2014-07-06tracing: Fix syscall_*regfunc() vs copy_process() raceOleg Nesterov
2014-07-01Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-androidMark Brown
2014-06-30ptrace: fix fork event messages across pid namespacesMatthew Dempsky
2014-01-10Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-androidAlex Shi
2014-01-09mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel
2013-09-27Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-androidMark Brown
2013-09-26pidns: fix vfork() after unshare(CLONE_NEWPID)Oleg Nesterov
2013-08-21Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-androidMark Brown
2013-08-20microblaze: fix clone syscallMichal Simek
2013-07-01sched: Add a generic notifier when a task struct is about to be freedSan Mehat
2013-07-01proc: smaps: Allow smaps access for CAP_SYS_RESOURCESan Mehat
2013-05-08Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-03-23bcache: A block layer cacheKent Overstreet
2013-03-13userns: Don't allow CLONE_NEWUSER | CLONE_FSEric W. Biederman
2013-03-07cputime: Dynamically scale cputime for full dynticks accountingFrederic Weisbecker
2013-03-03make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectAl Viro
2013-02-27fork: unshare: remove dead codeAlan Cox
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-05Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l...Ingo Molnar
2013-01-27cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker
2013-01-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-01-19sys_clone() needs asmlinkage_protectAl Viro
2012-12-24pidns: Outlaw thread creation after unshare(CLONE_NEWPID)Eric W. Biederman
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro
2012-12-18fork: protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombsGlauber Costa
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-12-12Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-12-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-12-11mm: sched: numa: Delay PTE scanning until a task is scheduled on a new nodeMel Gorman
2012-11-29flagday: kill pt_regs argument of do_fork()Al Viro