summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2008-02-08time: fix typo in commentsLi Zefan
2008-02-08timekeeping: rename timekeeping_is_continuous to timekeeping_valid_for_hresLi Zefan
2008-02-08clockevent: simplify list operationsLi Zefan
2008-02-08clocksource: remove redundant codeLi Zefan
2008-02-08Get rid of the kill_pgrp_info() functionPavel Emelyanov
2008-02-08Clean up the kill_something_infoPavel Emelyanov
2008-02-08Pidns: make full use of xxx_vnr() callsPavel Emelyanov
2008-02-08ITIMER_REAL: convert to use struct pidOleg Nesterov
2008-02-08uglify kill_pid_info() to fix kill() vs exec() raceOleg Nesterov
2008-02-08sys_getsid: don't use ->nsproxy directlyOleg Nesterov
2008-02-08pid: Extend/Fix pid_vnrEric W. Biederman
2008-02-08pid: sys_wait... fixesEric W. Biederman
2008-02-08move the related code from exit_notify() to exit_signals()Oleg Nesterov
2008-02-08sys_setsid: remove now unneeded session != 1 checkOleg Nesterov
2008-02-08fix group stop with exit raceOleg Nesterov
2008-02-08start the global /sbin/init with 0,0 special pidsOleg Nesterov
2008-02-08move daemonized kernel threads into the swapper's sessionOleg Nesterov
2008-02-08teach set_special_pids() to use struct pidOleg Nesterov
2008-02-08fix setsid() for sub-namespace /sbin/initOleg Nesterov
2008-02-08sys_setpgid(): simplify pid/ns interactionOleg Nesterov
2008-02-08wait_task_zombie: remove ->exit_state/exit_signal checks for WNOWAITOleg Nesterov
2008-02-08wait_task_continued/zombie: don't use task_pid_nr_ns() locklessOleg Nesterov
2008-02-08do_wait: fix security checksOleg Nesterov
2008-02-08do_wait: cleanup delay_group_leader() usageOleg Nesterov
2008-02-08wait_task_stopped(): remove unneeded delay_group_leader checkOleg Nesterov
2008-02-08ptrace_stop: fix racy nonstop_code settingOleg Nesterov
2008-02-08do_wait: factor out "retval != 0" checksOleg Nesterov
2008-02-08wait_task_stopped: simplify and fix races with SIGCONT/SIGKILL/untraceOleg Nesterov
2008-02-08ptrace_stop: fix the race with ptrace detach+attachOleg Nesterov
2008-02-08ptrace_check_attach: remove unneeded ->signal != NULL checkOleg Nesterov
2008-02-08kill my_ptrace_child()Oleg Nesterov
2008-02-08kill PT_ATTACHEDOleg Nesterov
2008-02-08fix "modules: make module_address_lookup() safe"Andrew Morton
2008-02-08modules: include sections.h to avoid defining linker variables explicitlyChristoph Lameter
2008-02-08Modules: handle symbols that have a zero valueChristoph Lameter
2008-02-08proc: seqfile convert proc_pid_status to properly handle pid namespacesEric W. Biederman
2008-02-08namespaces: cleanup the code managed with PID_NS optionPavel Emelyanov
2008-02-08namespaces: cleanup the code managed with the USER_NS optionPavel Emelyanov
2008-02-08namespaces: move the IPC namespace under IPC_NS optionPavel Emelyanov
2008-02-08namespaces: move the UTS namespace under UTS_NS optionPavel Emelyanov
2008-02-08hugetlb: add locking for overcommit sysctlNishanth Aravamudan
2008-02-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2008-02-07vmcoreinfo: add "VMCOREINFO_" to all the call for vmcoreinfo_append_str()Ken'ichi Ohmichi
2008-02-07vmcoreinfo: rename vmcoreinfo's macros returning the sizeKen'ichi Ohmichi
2008-02-07Handle pid namespaces in cgroups codePavel Emelyanov
2008-02-07hotplug cpu move tasks in empty cpusets - refinementsPaul Jackson
2008-02-07hotplug cpu: move tasks in empty cpusets to parent various other fixesPaul Jackson
2008-02-07cgroups: update comments in cpuset.cPaul Menage
2008-02-07cpusets: update_cpumask revisionCliff Wickman
2008-02-07hotplug cpu: move tasks in empty cpusets to parentCliff Wickman