aboutsummaryrefslogtreecommitdiff
path: root/kernel/fork.c
AgeCommit message (Expand)Author
2008-07-26[PATCH] kill altrootAl Viro
2008-07-26tracehook: vfork-doneRoland McGrath
2008-07-26tracehook: cloneRoland McGrath
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-25task IO accounting: provide distinct tgid/tid I/O statisticsAndrea Righi
2008-07-25coredump: move mm->core_waiters into struct core_stateOleg Nesterov
2008-07-25kill PF_BORROWED_MM in favour of PF_KTHREADOleg Nesterov
2008-07-25cgroup_clone: use pid of newly created task for new cgroupSerge E. Hallyn
2008-07-25clean up duplicated alloc/free_thread_infoFUJITA Tomonori
2008-07-24hugetlb: reserve huge pages for reliable MAP_PRIVATE hugetlbfs mappings until...Mel Gorman
2008-07-16ptrace children revampRoland McGrath
2008-07-14Merge branch 'core/locking' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2008-07-14Merge branch 'tracing/for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2008-07-14lockdep: fix kernel/fork.c warningIngo Molnar
2008-07-03block: blkdev.h cleanup, move iocontext stuff to iocontext.hJens Axboe
2008-05-23ftrace: trace irq disabled critical timingsSteven Rostedt
2008-05-16[PATCH] dup_fd() fixes, part 1Al Viro
2008-05-01[PATCH] split linux/file.hAl Viro
2008-04-30signals: microoptimize the usage of ->curr_targetOleg Nesterov
2008-04-29procfs task exe symlinkMatt Helsley
2008-04-29ipc: sysvsem: force unshare(CLONE_SYSVSEM) when CLONE_NEWIPCManfred Spraul
2008-04-29ipc: sysvsem: implement sys_unshare(CLONE_SYSVSEM)Manfred Spraul
2008-04-29cgroups: add an owner to the mm_structBalbir Singh
2008-04-28mempolicy: rename mpol_copy to mpol_dupLee Schermerhorn
2008-04-28mempolicy: rename mpol_free to mpol_putLee Schermerhorn
2008-04-27s390: KVM preparation: provide hook to enable pgstes in user pagetableCarsten Otte
2008-04-26Fix uninitialized 'copy' in unshare_filesAl Viro
2008-04-25[PATCH] sanitize unshare_files/reset_files_structAl Viro
2008-04-25[PATCH] sanitize handling of shared descriptor tables in failing execve()Al Viro
2008-04-25[PATCH] close race in unshare_files()Al Viro
2008-04-19x86: fpu xstate split fixSuresh Siddha
2008-04-19x86, fpu: split FPU state from task struct - v5Suresh Siddha
2008-03-28memcgroup: fix spurious EBUSY on memory cgroup removalYAMAMOTO Takashi
2008-02-14Use struct path in fs_structJan Blunck
2008-02-08kernel: remove fastcall in kernel/*Harvey Harrison
2008-02-08Pidns: make full use of xxx_vnr() callsPavel Emelyanov
2008-02-08ITIMER_REAL: convert to use struct pidOleg Nesterov
2008-02-07Memory controller: accounting setupPavel Emelianov
2008-02-06idle_regs() must be __cpuinitAdrian Bunk
2008-02-06use __set_task_state() for TRACED/STOPPED tasksOleg Nesterov
2008-02-05capabilities: introduce per-process capability bounding setSerge E. Hallyn
2008-02-05add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt
2008-02-05clone: prepare to recycle CLONE_STOPPEDAndrew Morton
2008-01-30KVM: Disallow fork() and similar games when using a VMAvi Kivity
2008-01-28kernel: add CLONE_IO to specifically request sharing of IO contextsJens Axboe
2008-01-28io context sharing: preliminary supportJens Axboe
2008-01-28ioprio: move io priority from task_struct to io_contextJens Axboe
2008-01-25sched: latencytop supportArjan van de Ven
2008-01-25sched: rt group schedulingPeter Zijlstra
2008-01-25Preempt-RCU: implementationPaul E. McKenney