aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-08ITIMER_REAL: convert to use struct pidOleg Nesterov3-16/+2
2008-02-08uglify kill_pid_info() to fix kill() vs exec() raceOleg Nesterov1-3/+12
2008-02-08sys_getsid: don't use ->nsproxy directlyOleg Nesterov1-7/+4
2008-02-08pid: Extend/Fix pid_vnrEric W. Biederman1-0/+6
2008-02-08pid: sys_wait... fixesEric W. Biederman1-24/+56
2008-02-08move the related code from exit_notify() to exit_signals()Oleg Nesterov2-23/+22
2008-02-08sys_setsid: remove now unneeded session != 1 checkOleg Nesterov1-4/+1
2008-02-08fix group stop with exit raceOleg Nesterov2-2/+27
2008-02-08start the global /sbin/init with 0,0 special pidsOleg Nesterov1-5/+4
2008-02-08move daemonized kernel threads into the swapper's sessionOleg Nesterov1-1/+1
2008-02-08teach set_special_pids() to use struct pidOleg Nesterov2-16/+16
2008-02-08fix setsid() for sub-namespace /sbin/initOleg Nesterov1-12/+10
2008-02-08sys_setpgid(): simplify pid/ns interactionOleg Nesterov1-13/+10
2008-02-08wait_task_zombie: remove ->exit_state/exit_signal checks for WNOWAITOleg Nesterov1-4/+0
2008-02-08wait_task_continued/zombie: don't use task_pid_nr_ns() locklessOleg Nesterov1-10/+5
2008-02-08do_wait: fix security checksOleg Nesterov1-21/+18
2008-02-08do_wait: cleanup delay_group_leader() usageOleg Nesterov1-13/+4
2008-02-08wait_task_stopped(): remove unneeded delay_group_leader checkOleg Nesterov1-4/+3
2008-02-08ptrace_stop: fix racy nonstop_code settingOleg Nesterov1-6/+7
2008-02-08do_wait: factor out "retval != 0" checksOleg Nesterov1-8/+4
2008-02-08wait_task_stopped: simplify and fix races with SIGCONT/SIGKILL/untraceOleg Nesterov1-62/+26
2008-02-08ptrace_stop: fix the race with ptrace detach+attachOleg Nesterov1-3/+3
2008-02-08ptrace_check_attach: remove unneeded ->signal != NULL checkOleg Nesterov1-2/+5
2008-02-08kill my_ptrace_child()Oleg Nesterov1-20/+3
2008-02-08kill PT_ATTACHEDOleg Nesterov3-21/+3
2008-02-08fix "modules: make module_address_lookup() safe"Andrew Morton1-2/+2
2008-02-08modules: include sections.h to avoid defining linker variables explicitlyChristoph Lameter1-3/+1
2008-02-08Modules: handle symbols that have a zero valueChristoph Lameter1-9/+14
2008-02-08proc: seqfile convert proc_pid_status to properly handle pid namespacesEric W. Biederman1-9/+10
2008-02-08namespaces: cleanup the code managed with PID_NS optionPavel Emelyanov3-181/+201
2008-02-08namespaces: cleanup the code managed with the USER_NS optionPavel Emelyanov3-15/+13
2008-02-08namespaces: move the IPC namespace under IPC_NS optionPavel Emelyanov1-0/+1
2008-02-08namespaces: move the UTS namespace under UTS_NS optionPavel Emelyanov1-1/+2
2008-02-08hugetlb: add locking for overcommit sysctlNishanth Aravamudan1-1/+1
2008-02-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds2-5/+9
2008-02-07vmcoreinfo: add "VMCOREINFO_" to all the call for vmcoreinfo_append_str()Ken'ichi Ohmichi1-2/+2
2008-02-07vmcoreinfo: rename vmcoreinfo's macros returning the sizeKen'ichi Ohmichi1-7/+7
2008-02-07Handle pid namespaces in cgroups codePavel Emelyanov1-2/+2
2008-02-07hotplug cpu move tasks in empty cpusets - refinementsPaul Jackson1-8/+13
2008-02-07hotplug cpu: move tasks in empty cpusets to parent various other fixesPaul Jackson1-26/+15
2008-02-07cgroups: update comments in cpuset.cPaul Menage1-85/+43
2008-02-07cpusets: update_cpumask revisionCliff Wickman1-61/+46
2008-02-07hotplug cpu: move tasks in empty cpusets to parentCliff Wickman2-45/+144
2008-02-07cgroups: mechanism to process each task in a cgroupCliff Wickman1-12/+186
2008-02-07memory cgroup enhancements: add- pre_destroy() handlerKAMEZAWA Hiroyuki1-0/+22
2008-02-07oom: add sysctl to enable task memory dumpDavid Rientjes1-0/+9
2008-02-07Memory controller improve user interfaceBalbir Singh1-11/+25
2008-02-07Memory controller: accounting setupPavel Emelianov1-3/+8
2008-02-07Memory controller: resource countersPavel Emelianov2-0/+121
2008-02-07kernel/cgroup.c: make 2 functions staticAdrian Bunk1-2/+2