summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-09-281-0/+4
|\
| * [ARM] Fix kernel/fork.c for lockdep on ARMRussell King2006-09-201-0/+4
* | [PATCH] Add the canary field to the PDA area and the task structArjan van de Ven2006-09-261-0/+5
|/
* [PATCH] task delay accounting fixesShailabh Nagar2006-09-011-2/+4
* [PATCH] ptrace: make pid of child process available for PTRACE_EVENT_VFORK_DONEChuck Ebbert2006-08-061-1/+3
* [PATCH] delay accounting taskstats interface send tgid onceShailabh Nagar2006-07-141-0/+4
* [PATCH] per-task-delay-accounting: setupShailabh Nagar2006-07-141-0/+2
* [PATCH] remove the tasklist_lock exportChristoph Hellwig2006-07-101-3/+1
* [PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar2006-07-031-9/+9
* [PATCH] lockdep: annotate ->mmap_semIngo Molnar2006-07-031-1/+4
* [PATCH] lockdep: coreIngo Molnar2006-07-031-0/+5
* [PATCH] lockdep: irqtrace subsystem, coreIngo Molnar2006-07-031-0/+19
* [PATCH] lockdep: better lock debuggingIngo Molnar2006-07-031-4/+0
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] pi-futex: futex_lock_pi/futex_unlock_pi supportIngo Molnar2006-06-271-0/+3
* [PATCH] pi-futex: rt mutex coreIngo Molnar2006-06-271-0/+16
* [PATCH] coredump: copy_process: don't check SIGNAL_GROUP_EXITOleg Nesterov2006-06-261-12/+0
* [PATCH] proc: Rewrite the proc dentry flush on exit optimizationEric W. Biederman2006-06-261-3/+0
* [PATCH] pacct: add pacct_struct to fix some pacct bugs.KaiGai Kohei2006-06-251-0/+1
OpenPOWER on IntegriCloud