aboutsummaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)Author
2006-12-13[PATCH] Optimize D-cache alias handling on forkRalf Baechle
2006-12-10[PATCH] fdtable: Remove the free_files fieldVadim Lobanov
2006-12-10[PATCH] fdtable: Make fdarray and fdsets equal in sizeVadim Lobanov
2006-12-10[PATCH] fdtable: Delete pointless code in dup_fd()Vadim Lobanov
2006-12-10[PATCH] io-accounting: core statisticsAndrew Morton
2006-12-08[PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev
2006-12-08[PATCH] add process_session() helper routine: deprecate old fieldCedric Le Goater
2006-12-08[PATCH] add process_session() helper routineCedric Le Goater
2006-12-08[PATCH] kernel: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek
2006-12-08[PATCH] sys_unshare: remove a broken CLONE_SIGHAND codeOleg Nesterov
2006-12-07Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds
2006-12-07[PATCH] taskstats: cleanup ->signal->stats allocationOleg Nesterov
2006-12-07[PATCH] Disable CLONE_CHILD_CLEARTID for abnormal exitRoland McGrath
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter
2006-12-07[PATCH] new scheme to preempt swap tokenAshwin Chaugule
2006-12-07[PATCH] i386: Use %gs as the PDA base-segment in the kernelJeremy Fitzhardinge
2006-11-25[PATCH] fix copy_process() error checkAkinobu Mita
2006-11-14Revert "[PATCH] fix Data Acess error in dup_fd"Linus Torvalds
2006-11-13[PATCH] fix Data Acess error in dup_fdSharyathi Nagesh
2006-10-28[PATCH] taskstats: kill ->taskstats_lock in favor of ->siglockOleg Nesterov
2006-10-28[PATCH] taskstats_tgid_free: fix usageOleg Nesterov
2006-10-17[PATCH] rt-mutex: fixup rt-mutex debug codePeter Zijlstra
2006-10-02[PATCH] IPC namespace - utilsKirill Korotaev
2006-10-02[PATCH] IPC namespace coreKirill Korotaev
2006-10-02[PATCH] uts: copy nsproxy only when neededSerge Hallyn
2006-10-02[PATCH] namespaces: utsname: implement CLONE_NEWUTS flagSerge E. Hallyn
2006-10-02[PATCH] namespaces: incorporate fs namespace into nsproxySerge E. Hallyn
2006-10-02[PATCH] namespaces: add nsproxySerge E. Hallyn
2006-10-01[PATCH] csa: convert CONFIG tag for extended accounting routinesJay Lan
2006-09-29[PATCH] copy_process: cosmetic ->ioprio tweakOleg Nesterov
2006-09-29[PATCH] ifdef blktrace debugging fieldsAlexey Dobriyan
2006-09-28Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2006-09-26[PATCH] Add the canary field to the PDA area and the task structArjan van de Ven
2006-09-20[ARM] Fix kernel/fork.c for lockdep on ARMRussell King
2006-09-01[PATCH] task delay accounting fixesShailabh Nagar
2006-08-06[PATCH] ptrace: make pid of child process available for PTRACE_EVENT_VFORK_DONEChuck Ebbert
2006-07-14[PATCH] delay accounting taskstats interface send tgid onceShailabh Nagar
2006-07-14[PATCH] per-task-delay-accounting: setupShailabh Nagar
2006-07-10[PATCH] remove the tasklist_lock exportChristoph Hellwig
2006-07-03[PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar
2006-07-03[PATCH] lockdep: annotate ->mmap_semIngo Molnar
2006-07-03[PATCH] lockdep: coreIngo Molnar
2006-07-03[PATCH] lockdep: irqtrace subsystem, coreIngo Molnar
2006-07-03[PATCH] lockdep: better lock debuggingIngo Molnar
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-27[PATCH] pi-futex: futex_lock_pi/futex_unlock_pi supportIngo Molnar
2006-06-27[PATCH] pi-futex: rt mutex coreIngo Molnar
2006-06-26[PATCH] coredump: copy_process: don't check SIGNAL_GROUP_EXITOleg Nesterov
2006-06-26[PATCH] proc: Rewrite the proc dentry flush on exit optimizationEric W. Biederman