aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAgeFilesLines
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-4/+2
* signal/timer/event: signalfd coreDavide Libenzi2007-05-111-3/+5
* Use task_pgrp() task_session() in copy_process()Sukadev Bhattiprolu2007-05-111-6/+3
* Use struct pid parameter in copy_process()Sukadev Bhattiprolu2007-05-111-5/+6
* attach_pid() with struct pid parameterSukadev Bhattiprolu2007-05-111-4/+7
* getrusage(): fill ru_inblock and ru_oublock fields if possibleEric Dumazet2007-05-111-0/+1
* rename thread_info to stackRoman Zippel2007-05-091-2/+2
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* Merge sys_clone()/sys_unshare() nsproxy and namespace handlingBadari Pulavarty2007-05-081-80/+5
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1
* [PATCH] x86: PARAVIRT: add hooks to intercept mm creation and destructionJeremy Fitzhardinge2007-05-021-0/+2
* [PATCH] initialise pi_lock if CONFIG_RT_MUTEXES=NZilvinas Valinskas2007-03-161-1/+1
* [PATCH] hrtimers: namespace and enum cleanupThomas Gleixner2007-02-161-1/+1
* [PATCH] tty: update the tty layer to work with struct pidEric W. Biederman2007-02-121-1/+1
* [PATCH] ifdef ->rchar, ->wchar, ->syscr, ->syscw from task_structAlexey Dobriyan2007-02-111-0/+2
* [PATCH] fork_idle() should be __cpuinit, not __devinitAl Viro2007-02-011-1/+1
* Revert "[PATCH] namespaces: fix exit race by splitting exit"Linus Torvalds2007-01-301-2/+2
* [PATCH] namespaces: fix exit race by splitting exitSerge E. Hallyn2007-01-301-2/+2
* [PATCH] Optimize D-cache alias handling on forkRalf Baechle2006-12-131-1/+1
* [PATCH] fdtable: Remove the free_files fieldVadim Lobanov2006-12-101-1/+0
* [PATCH] fdtable: Make fdarray and fdsets equal in sizeVadim Lobanov2006-12-101-18/+6
* [PATCH] fdtable: Delete pointless code in dup_fd()Vadim Lobanov2006-12-101-6/+5
* [PATCH] io-accounting: core statisticsAndrew Morton2006-12-101-0/+2
* [PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev2006-12-081-10/+11
* [PATCH] add process_session() helper routine: deprecate old fieldCedric Le Goater2006-12-081-1/+1
* [PATCH] add process_session() helper routineCedric Le Goater2006-12-081-2/+2
* [PATCH] kernel: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-081-1/+1
* [PATCH] sys_unshare: remove a broken CLONE_SIGHAND codeOleg Nesterov2006-12-081-12/+4
* Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2006-12-071-1/+1
|\
| * [PATCH] i386: Use %gs as the PDA base-segment in the kernelJeremy Fitzhardinge2006-12-071-1/+1
* | [PATCH] taskstats: cleanup ->signal->stats allocationOleg Nesterov2006-12-071-1/+0
* | [PATCH] Disable CLONE_CHILD_CLEARTID for abnormal exitRoland McGrath2006-12-071-1/+10
* | [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-8/+8
* | [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-3/+3
* | [PATCH] new scheme to preempt swap tokenAshwin Chaugule2006-12-071-0/+8
|/
* [PATCH] fix copy_process() error checkAkinobu Mita2006-11-251-3/+2
* Revert "[PATCH] fix Data Acess error in dup_fd"Linus Torvalds2006-11-141-1/+0
* [PATCH] fix Data Acess error in dup_fdSharyathi Nagesh2006-11-131-0/+1
* [PATCH] taskstats: kill ->taskstats_lock in favor of ->siglockOleg Nesterov2006-10-281-1/+1
* [PATCH] taskstats_tgid_free: fix usageOleg Nesterov2006-10-281-1/+0
* [PATCH] rt-mutex: fixup rt-mutex debug codePeter Zijlstra2006-10-171-2/+2
* [PATCH] IPC namespace - utilsKirill Korotaev2006-10-021-0/+10
* [PATCH] IPC namespace coreKirill Korotaev2006-10-021-4/+18
* [PATCH] uts: copy nsproxy only when neededSerge Hallyn2006-10-021-6/+14
* [PATCH] namespaces: utsname: implement CLONE_NEWUTS flagSerge E. Hallyn2006-10-021-3/+17
* [PATCH] namespaces: incorporate fs namespace into nsproxySerge E. Hallyn2006-10-021-11/+6
* [PATCH] namespaces: add nsproxySerge E. Hallyn2006-10-021-1/+17
* [PATCH] csa: convert CONFIG tag for extended accounting routinesJay Lan2006-10-011-0/+1
* [PATCH] copy_process: cosmetic ->ioprio tweakOleg Nesterov2006-09-291-6/+3
* [PATCH] ifdef blktrace debugging fieldsAlexey Dobriyan2006-09-291-0/+2