aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner1-0/+2
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+3
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linusThomas Gleixner1-43/+54
2008-10-17Merge commit 'linus/master' into merge-linusArjan van de Ven1-1/+4
2008-10-14tracing, sched: LTTng instrumentation - schedulerMathieu Desnoyers1-0/+3
2008-10-13tty: Add a kref countAlan Cox1-1/+4
2008-09-23timers: fix itimer/many thread hang, v2Frank Mayhar1-4/+1
2008-09-14timers: fix itimer/many thread hang, fixIngo Molnar1-1/+0
2008-09-14timers: fix itimer/many thread hangFrank Mayhar1-38/+50
2008-09-05hrtimer: create a "timer_slack" field in the task structArjan van de Ven1-0/+2
2008-07-28mmu-notifiers: coreAndrea Arcangeli1-0/+3
2008-07-27task IO accounting: improve code readabilityAndrea Righi1-13/+2
2008-07-26[PATCH] kill altrootAl Viro1-7/+0
2008-07-26tracehook: vfork-doneRoland McGrath1-4/+1
2008-07-26tracehook: cloneRoland McGrath1-41/+28
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-25task IO accounting: provide distinct tgid/tid I/O statisticsAndrea Righi1-0/+6
2008-07-25coredump: move mm->core_waiters into struct core_stateOleg Nesterov1-1/+1
2008-07-25kill PF_BORROWED_MM in favour of PF_KTHREADOleg Nesterov1-2/+2
2008-07-25cgroup_clone: use pid of newly created task for new cgroupSerge E. Hallyn1-0/+6
2008-07-25clean up duplicated alloc/free_thread_infoFUJITA Tomonori1-0/+17
2008-07-24hugetlb: reserve huge pages for reliable MAP_PRIVATE hugetlbfs mappings until fork()Mel Gorman1-0/+9
2008-07-16ptrace children revampRoland McGrath1-3/+3
2008-07-14Merge branch 'core/locking' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-07-14Merge branch 'tracing/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-07-14lockdep: fix kernel/fork.c warningIngo Molnar1-1/+1
2008-07-03block: blkdev.h cleanup, move iocontext stuff to iocontext.hJens Axboe1-0/+1
2008-05-23ftrace: trace irq disabled critical timingsSteven Rostedt1-1/+1
2008-05-16[PATCH] dup_fd() fixes, part 1Al Viro1-130/+0
2008-05-01[PATCH] split linux/file.hAl Viro1-0/+1
2008-04-30signals: microoptimize the usage of ->curr_targetOleg Nesterov1-1/+1
2008-04-29procfs task exe symlinkMatt Helsley1-0/+3
2008-04-29ipc: sysvsem: force unshare(CLONE_SYSVSEM) when CLONE_NEWIPCManfred Spraul1-1/+6
2008-04-29ipc: sysvsem: implement sys_unshare(CLONE_SYSVSEM)Manfred Spraul1-18/+11
2008-04-29cgroups: add an owner to the mm_structBalbir Singh1-3/+8
2008-04-28mempolicy: rename mpol_copy to mpol_dupLee Schermerhorn1-2/+2
2008-04-28mempolicy: rename mpol_free to mpol_putLee Schermerhorn1-1/+1
2008-04-27s390: KVM preparation: provide hook to enable pgstes in user pagetableCarsten Otte1-1/+1
2008-04-26Fix uninitialized 'copy' in unshare_filesAl Viro1-1/+1
2008-04-25[PATCH] sanitize unshare_files/reset_files_structAl Viro1-30/+24
2008-04-25[PATCH] sanitize handling of shared descriptor tables in failing execve()Al Viro1-2/+0
2008-04-25[PATCH] close race in unshare_files()Al Viro1-11/+9
2008-04-19x86: fpu xstate split fixSuresh Siddha1-3/+7
2008-04-19x86, fpu: split FPU state from task struct - v5Suresh Siddha1-6/+25
2008-03-28memcgroup: fix spurious EBUSY on memory cgroup removalYAMAMOTO Takashi1-1/+1
2008-02-14Use struct path in fs_structJan Blunck1-9/+9
2008-02-08kernel: remove fastcall in kernel/*Harvey Harrison1-1/+1
2008-02-08Pidns: make full use of xxx_vnr() callsPavel Emelyanov1-7/+1
2008-02-08ITIMER_REAL: convert to use struct pidOleg Nesterov1-1/+1
2008-02-07Memory controller: accounting setupPavel Emelianov1-3/+8