aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2012-02-07block: strip out locking optimization in put_io_context()Tejun Heo1-1/+1
2012-02-02Fix race in process_vm_rw_coreChristopher Yeoh1-0/+20
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/auditLinus Torvalds1-2/+0
2012-01-17audit: remove audit_finish_fork as it can't be calledEric Paris1-2/+0
2012-01-15Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+5
2012-01-10Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-0/+1
2012-01-10tracepoint: add tracepoints for debugging oom_score_adjKAMEZAWA Hiroyuki1-0/+6
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-4/+4
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+0
2011-12-18writeback: dirty ratelimit - think time compensationWu Fengguang1-0/+1
2011-12-15[S390] cputime: add sparse checking and cleanupMartin Schwidefsky1-9/+5
2011-12-14block, cfq: unlink cfq_io_context's immediatelyTejun Heo1-1/+1
2011-12-14block: make ioc get/put interface more conventional and fix race on alloctionTejun Heo1-3/+5
2011-12-12threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsemTejun Heo1-4/+4
2011-11-23Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into pm-freezerRafael J. Wysocki1-1/+0
2011-11-21freezer: make freezing() test freeze conditions in effect instead of TIF_FREEZETejun Heo1-1/+0
2011-11-17writeback: remove vm_dirties and task->dirtiesWu Fengguang1-5/+0
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-0/+3
2011-10-31oom: remove oom_disable_countDavid Rientjes1-9/+1
2011-10-03writeback: per task dirty rate limitWu Fengguang1-0/+3
2011-08-11move RLIMIT_NPROC check from set_user() to do_execve_common()Vasiliy Kulikov1-0/+1
2011-07-26kernel/fork.c: fix a few coding style issuesDaniel Rebelo de Oliveira1-35/+48
2011-07-26cpusets: randomize node rotor used in cpuset_mem_spread_node()Michal Hocko1-0/+4
2011-07-25Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-0/+1
2011-07-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2011-07-20make sure that nsproxy_cache is initialized early enoughAl Viro1-0/+1
2011-07-17ptrace: mv send-SIGSTOP from do_fork() to ptrace_init_task()Oleg Nesterov1-12/+0
2011-07-12fixlet: Remove fs_excl from struct task.Justin TerAvest1-1/+0
2011-07-08plist: Remove the need to supply locks to plist headsDima Zavin1-1/+1
2011-06-22ptrace: kill clone/exec tracehooksTejun Heo1-9/+32
2011-06-22ptrace: kill trivial tracehooksTejun Heo1-1/+1
2011-05-29mm: Fix boot crash in mm_alloc()Linus Torvalds1-32/+10
2011-05-26mm: extract exe_file handling from procfsJiri Slaby1-1/+51
2011-05-26cgroup: remove the ns_cgroupDaniel Lezcano1-6/+0
2011-05-26cgroups: read-write lock CLONE_THREAD forking per threadgroupBen Blum1-0/+10
2011-05-25mm: convert mm->cpu_vm_cpumask into cpumask_var_tKOSAKI Motohiro1-3/+34
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra1-2/+2
2011-05-25mm: Remove i_mmap_lock lockbreakPeter Zijlstra1-1/+0
2011-05-12sched: Remove unused parameters from sched_fork() and wake_up_new_task()Samir Bellabes1-2/+2
2011-04-24sched: Get rid of lock_depthJonathan Corbet1-1/+0
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+3
2011-03-23pidns: call pid_ns_prepare_proc() from create_pid_namespace()Eric W. Biederman1-6/+0
2011-03-23pid: remove the child_reaper special case in init/main.cEric W. Biederman1-1/+1
2011-03-22sys_unshare: remove the dead CLONE_THREAD/SIGHAND/VM codeOleg Nesterov1-98/+25
2011-03-22kthread: NUMA aware kthread_create_on_node()Eric Dumazet1-1/+2
2011-03-22mm: NUMA aware alloc_thread_info_node()Eric Dumazet1-3/+6
2011-03-22mm: NUMA aware alloc_task_struct_node()Eric Dumazet1-4/+6
2011-03-17export pid symbols needed for kvm_vcpu_on_spinRik van Riel1-0/+1