aboutsummaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-15Move "exit_robust_list" into mm_release()Gravatar Linus Torvalds 1-0/+11
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Gravatar Thomas Gleixner 1-0/+2
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+3
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Gravatar Thomas Gleixner 1-43/+54
2008-10-17Merge commit 'linus/master' into merge-linusGravatar Arjan van de Ven 1-1/+4
2008-10-14tracing, sched: LTTng instrumentation - schedulerGravatar Mathieu Desnoyers 1-0/+3
2008-10-13tty: Add a kref countGravatar Alan Cox 1-1/+4
2008-09-23timers: fix itimer/many thread hang, v2Gravatar Frank Mayhar 1-4/+1
2008-09-14timers: fix itimer/many thread hang, fixGravatar Ingo Molnar 1-1/+0
2008-09-14timers: fix itimer/many thread hangGravatar Frank Mayhar 1-38/+50
2008-09-05hrtimer: create a "timer_slack" field in the task structGravatar Arjan van de Ven 1-0/+2
2008-07-28mmu-notifiers: coreGravatar Andrea Arcangeli 1-0/+3
2008-07-27task IO accounting: improve code readabilityGravatar Andrea Righi 1-13/+2
2008-07-26[PATCH] kill altrootGravatar Al Viro 1-7/+0
2008-07-26tracehook: vfork-doneGravatar Roland McGrath 1-4/+1
2008-07-26tracehook: cloneGravatar Roland McGrath 1-41/+28
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-1/+1
2008-07-25task IO accounting: provide distinct tgid/tid I/O statisticsGravatar Andrea Righi 1-0/+6
2008-07-25coredump: move mm->core_waiters into struct core_stateGravatar Oleg Nesterov 1-1/+1
2008-07-25kill PF_BORROWED_MM in favour of PF_KTHREADGravatar Oleg Nesterov 1-2/+2
2008-07-25cgroup_clone: use pid of newly created task for new cgroupGravatar Serge E. Hallyn 1-0/+6
2008-07-25clean up duplicated alloc/free_thread_infoGravatar FUJITA Tomonori 1-0/+17
2008-07-24hugetlb: reserve huge pages for reliable MAP_PRIVATE hugetlbfs mappings until...Gravatar Mel Gorman 1-0/+9
2008-07-16ptrace children revampGravatar Roland McGrath 1-3/+3
2008-07-14Merge branch 'core/locking' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2008-07-14Merge branch 'tracing/for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2008-07-14lockdep: fix kernel/fork.c warningGravatar Ingo Molnar 1-1/+1
2008-07-03block: blkdev.h cleanup, move iocontext stuff to iocontext.hGravatar Jens Axboe 1-0/+1
2008-05-23ftrace: trace irq disabled critical timingsGravatar Steven Rostedt 1-1/+1
2008-05-16[PATCH] dup_fd() fixes, part 1Gravatar Al Viro 1-130/+0
2008-05-01[PATCH] split linux/file.hGravatar Al Viro 1-0/+1
2008-04-30signals: microoptimize the usage of ->curr_targetGravatar Oleg Nesterov 1-1/+1
2008-04-29procfs task exe symlinkGravatar Matt Helsley 1-0/+3
2008-04-29ipc: sysvsem: force unshare(CLONE_SYSVSEM) when CLONE_NEWIPCGravatar Manfred Spraul 1-1/+6
2008-04-29ipc: sysvsem: implement sys_unshare(CLONE_SYSVSEM)Gravatar Manfred Spraul 1-18/+11
2008-04-29cgroups: add an owner to the mm_structGravatar Balbir Singh 1-3/+8
2008-04-28mempolicy: rename mpol_copy to mpol_dupGravatar Lee Schermerhorn 1-2/+2
2008-04-28mempolicy: rename mpol_free to mpol_putGravatar Lee Schermerhorn 1-1/+1
2008-04-27s390: KVM preparation: provide hook to enable pgstes in user pagetableGravatar Carsten Otte 1-1/+1
2008-04-26Fix uninitialized 'copy' in unshare_filesGravatar Al Viro 1-1/+1
2008-04-25[PATCH] sanitize unshare_files/reset_files_structGravatar Al Viro 1-30/+24
2008-04-25[PATCH] sanitize handling of shared descriptor tables in failing execve()Gravatar Al Viro 1-2/+0
2008-04-25[PATCH] close race in unshare_files()Gravatar Al Viro 1-11/+9
2008-04-19x86: fpu xstate split fixGravatar Suresh Siddha 1-3/+7
2008-04-19x86, fpu: split FPU state from task struct - v5Gravatar Suresh Siddha 1-6/+25
2008-03-28memcgroup: fix spurious EBUSY on memory cgroup removalGravatar YAMAMOTO Takashi 1-1/+1
2008-02-14Use struct path in fs_structGravatar Jan Blunck 1-9/+9
2008-02-08kernel: remove fastcall in kernel/*Gravatar Harvey Harrison 1-1/+1
2008-02-08Pidns: make full use of xxx_vnr() callsGravatar Pavel Emelyanov 1-7/+1
2008-02-08ITIMER_REAL: convert to use struct pidGravatar Oleg Nesterov 1-1/+1