aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2007-10-22auditsc: fix kernel-doc param warningsGravatar Randy Dunlap 1-2/+2
2007-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi...Gravatar Linus Torvalds 1-1/+0
2007-10-22Fix appletalk sysctl entry nameGravatar Eric W. Biederman 1-1/+1
2007-10-22sched: don't clear PF_VCPU in schedulerGravatar Laurent Vivier 1-1/+0
2007-10-21[PATCH] audit: watching subtreesGravatar Al Viro 6-9/+1301
2007-10-21[PATCH] pass dentry to audit_inode()/audit_inode_child()Gravatar Al Viro 1-2/+4
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialGravatar Linus Torvalds 5-11/+11
2007-10-19sysctl: Don't compile sysctl_check when !CONFIG_SYSCTLGravatar Eric W. Biederman 1-1/+2
2007-10-20trivial copy_data_pages() tidy upGravatar Fengguang Wu 1-4/+5
2007-10-20fix comment: unlock_hrtimer_base is the counterpart of lock_hrtimer_baseGravatar Uwe Kleine-König 1-1/+1
2007-10-20kernel/sched.c: remove bogus comment from account_user_timeGravatar Michael Neuling 1-1/+0
2007-10-20trivial comment wording/typo fix regarding taint flagsGravatar Daniel Roesen 1-1/+1
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Gravatar Robert P. J. Day 3-4/+4
2007-10-19Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 1-0/+16
2007-10-19Uninline fork.c/exit.cGravatar Alexey Dobriyan 2-13/+13
2007-10-19kernel/fork.c: remove unneeded variable initialization in copy_process()Gravatar Mariusz Kozlowski 1-1/+1
2007-10-19Linux Kernel MarkersGravatar Mathieu Desnoyers 4-0/+562
2007-10-19Combine instrumentation menus in kernel/Kconfig.instrumentationGravatar Mathieu Desnoyers 1-0/+43
2007-10-19Hook up group scheduler with control groupsGravatar Srivatsa Vaddagiri 1-0/+121
2007-10-19Extended crashkernel command lineGravatar Bernhard Walle 1-0/+166
2007-10-19CPU HOTPLUG: avoid hotadd when proper possible_map isn't specifiedGravatar KAMEZAWA Hiroyuki 1-0/+9
2007-10-19hotplug cpu: migrate a task within its cpusetGravatar Cliff Wickman 2-2/+25
2007-10-19Control groups: Replace "cont" with "cgrp" and other misc renamingGravatar Paul Menage 1-247/+247
2007-10-19Use task_pid_nr() instead of pid_nr(task_pid())Gravatar Pavel Emelyanov 1-1/+1
2007-10-19Use helpers to obtain task pid in printksGravatar Pavel Emelyanov 9-26/+31
2007-10-19Isolate the explicit usage of signal->pgrpGravatar Pavel Emelyanov 3-4/+4
2007-10-19Fix tsk->exit_state usageGravatar Eugene Teo 2-2/+2
2007-10-19Fix cpusets update_cpumaskGravatar Paul Menage 2-4/+114
2007-10-19cpusets: decrustify cpuset mask update codeGravatar Paul Jackson 1-30/+20
2007-10-19cpuset sched_load_balance flagGravatar Paul Jackson 2-19/+351
2007-10-19Uninline the task_xid_nr_ns() callsGravatar Pavel Emelyanov 1-0/+24
2007-10-19Uninline find_pid etc set of functionsGravatar Pavel Emelyanov 2-1/+13
2007-10-19Isolate some explicit usage of task->tgidGravatar Pavel Emelyanov 4-10/+10
2007-10-19pid namespaces: remove the struct pid unneeded fieldsGravatar Pavel Emelyanov 1-1/+0
2007-10-19Uninline find_task_by_xxx set of functionsGravatar Pavel Emelyanov 8-21/+31
2007-10-19pid namespaces: changes to show virtual ids to userGravatar Pavel Emelyanov 11-71/+132
2007-10-19pid namespaces: destroy pid namespace on init's deathGravatar Sukadev Bhattiprolu 2-1/+64
2007-10-19pid namespaces: allow signalling cgroup-initGravatar Sukadev Bhattiprolu 1-4/+2
2007-10-19pid namespaces: create a slab-cache for 'struct pid_namespace'Gravatar Sukadev Bhattiprolu 1-3/+6
2007-10-19pid namespaces: initialize the namespace's proc_mntGravatar Pavel Emelyanov 1-0/+7
2007-10-19pid namespaces: allow cloning of new namespaceGravatar Pavel Emelyanov 3-22/+112
2007-10-19pid namespaces: miscellaneous preparations for pid namespacesGravatar Pavel Emelyanov 1-7/+14
2007-10-19pid namespaces: move alloc_pid() lower in copy_process()Gravatar Pavel Emelyanov 1-15/+16
2007-10-19pid namespaces: helpers to find the task by its numerical idsGravatar Pavel Emelyanov 1-17/+26
2007-10-19pid namespaces: helpers to obtain pid numbersGravatar Pavel Emelyanov 1-0/+13
2007-10-19pid namespaces: make alloc_pid(), free_pid() and put_pid() work with struct upidGravatar Pavel Emelyanov 2-16/+35
2007-10-19pid namespaces: add support for pid namespaces hierarchyGravatar Pavel Emelyanov 1-1/+2
2007-10-19pid namespaces: prepare proc_flust_task() to flush entries from multiple proc...Gravatar Pavel Emelyanov 1-1/+1
2007-10-19pid namespaces: move exit_task_namespaces()Gravatar Pavel Emelyanov 1-1/+1
2007-10-19pid namespaces: rework forget_original_parent()Gravatar Oleg Nesterov 1-18/+21