aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-9/+9
2007-07-19lguest: the host codeRusty Russell1-1/+0
2007-07-19lguest: export symbols for lguest as a moduleRusty Russell1-0/+1
2007-07-19coredump masking: add an interface for core dump filterKawai, Hidehiro1-0/+2
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-1/+1
2007-07-16user namespace: add unshareSerge E. Hallyn1-1/+1
2007-07-16user namespace: add the frameworkCedric Le Goater1-1/+1
2007-07-16Audit: add TTY input auditingMiloslav Trmac1-0/+3
2007-07-16Use boot based time for process start time and boot time in /procTomas Janousek1-0/+2
2007-07-09sched: update delay-accounting to use CFS's precise statsBalbir Singh1-2/+2
2007-05-23freezer: fix vfork problemRafael J. Wysocki1-0/+3
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-4/+2
2007-05-11signal/timer/event: signalfd coreDavide Libenzi1-3/+5
2007-05-11Use task_pgrp() task_session() in copy_process()Sukadev Bhattiprolu1-6/+3
2007-05-11Use struct pid parameter in copy_process()Sukadev Bhattiprolu1-5/+6
2007-05-11attach_pid() with struct pid parameterSukadev Bhattiprolu1-4/+7
2007-05-11getrusage(): fill ru_inblock and ru_oublock fields if possibleEric Dumazet1-0/+1
2007-05-09rename thread_info to stackRoman Zippel1-2/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-08Merge sys_clone()/sys_unshare() nsproxy and namespace handlingBadari Pulavarty1-80/+5
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-05-02[PATCH] x86: PARAVIRT: add hooks to intercept mm creation and destructionJeremy Fitzhardinge1-0/+2
2007-03-16[PATCH] initialise pi_lock if CONFIG_RT_MUTEXES=NZilvinas Valinskas1-1/+1
2007-02-16[PATCH] hrtimers: namespace and enum cleanupThomas Gleixner1-1/+1
2007-02-12[PATCH] tty: update the tty layer to work with struct pidEric W. Biederman1-1/+1
2007-02-11[PATCH] ifdef ->rchar, ->wchar, ->syscr, ->syscw from task_structAlexey Dobriyan1-0/+2
2007-02-01[PATCH] fork_idle() should be __cpuinit, not __devinitAl Viro1-1/+1
2007-01-30Revert "[PATCH] namespaces: fix exit race by splitting exit"Linus Torvalds1-2/+2
2007-01-30[PATCH] namespaces: fix exit race by splitting exitSerge E. Hallyn1-2/+2
2006-12-13[PATCH] Optimize D-cache alias handling on forkRalf Baechle1-1/+1
2006-12-10[PATCH] fdtable: Remove the free_files fieldVadim Lobanov1-1/+0
2006-12-10[PATCH] fdtable: Make fdarray and fdsets equal in sizeVadim Lobanov1-18/+6
2006-12-10[PATCH] fdtable: Delete pointless code in dup_fd()Vadim Lobanov1-6/+5
2006-12-10[PATCH] io-accounting: core statisticsAndrew Morton1-0/+2
2006-12-08[PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev1-10/+11
2006-12-08[PATCH] add process_session() helper routine: deprecate old fieldCedric Le Goater1-1/+1
2006-12-08[PATCH] add process_session() helper routineCedric Le Goater1-2/+2
2006-12-08[PATCH] kernel: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek1-1/+1
2006-12-08[PATCH] sys_unshare: remove a broken CLONE_SIGHAND codeOleg Nesterov1-12/+4
2006-12-07Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-1/+1
2006-12-07[PATCH] taskstats: cleanup ->signal->stats allocationOleg Nesterov1-1/+0
2006-12-07[PATCH] Disable CLONE_CHILD_CLEARTID for abnormal exitRoland McGrath1-1/+10
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-8/+8
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-3/+3
2006-12-07[PATCH] new scheme to preempt swap tokenAshwin Chaugule1-0/+8
2006-12-07[PATCH] i386: Use %gs as the PDA base-segment in the kernelJeremy Fitzhardinge1-1/+1
2006-11-25[PATCH] fix copy_process() error checkAkinobu Mita1-3/+2
2006-11-14Revert "[PATCH] fix Data Acess error in dup_fd"Linus Torvalds1-1/+0
2006-11-13[PATCH] fix Data Acess error in dup_fdSharyathi Nagesh1-0/+1
2006-10-28[PATCH] taskstats: kill ->taskstats_lock in favor of ->siglockOleg Nesterov1-1/+1