aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-21[PATCH] audit: watching subtreesAl Viro6-9/+1301
2007-10-21[PATCH] pass dentry to audit_inode()/audit_inode_child()Al Viro1-2/+4
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds5-11/+11
2007-10-19sysctl: Don't compile sysctl_check when !CONFIG_SYSCTLEric W. Biederman1-1/+2
2007-10-20trivial copy_data_pages() tidy upFengguang Wu1-4/+5
2007-10-20fix comment: unlock_hrtimer_base is the counterpart of lock_hrtimer_baseUwe Kleine-König1-1/+1
2007-10-20kernel/sched.c: remove bogus comment from account_user_timeMichael Neuling1-1/+0
2007-10-20trivial comment wording/typo fix regarding taint flagsDaniel Roesen1-1/+1
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day3-4/+4
2007-10-19Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-0/+16
2007-10-19Uninline fork.c/exit.cAlexey Dobriyan2-13/+13
2007-10-19kernel/fork.c: remove unneeded variable initialization in copy_process()Mariusz Kozlowski1-1/+1
2007-10-19Linux Kernel MarkersMathieu Desnoyers4-0/+562
2007-10-19Combine instrumentation menus in kernel/Kconfig.instrumentationMathieu Desnoyers1-0/+43
2007-10-19Hook up group scheduler with control groupsSrivatsa Vaddagiri1-0/+121
2007-10-19Extended crashkernel command lineBernhard Walle1-0/+166
2007-10-19CPU HOTPLUG: avoid hotadd when proper possible_map isn't specifiedKAMEZAWA Hiroyuki1-0/+9
2007-10-19hotplug cpu: migrate a task within its cpusetCliff Wickman2-2/+25
2007-10-19Control groups: Replace "cont" with "cgrp" and other misc renamingPaul Menage1-247/+247
2007-10-19Use task_pid_nr() instead of pid_nr(task_pid())Pavel Emelyanov1-1/+1
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov9-26/+31
2007-10-19Isolate the explicit usage of signal->pgrpPavel Emelyanov3-4/+4
2007-10-19Fix tsk->exit_state usageEugene Teo2-2/+2
2007-10-19Fix cpusets update_cpumaskPaul Menage2-4/+114
2007-10-19cpusets: decrustify cpuset mask update codePaul Jackson1-30/+20
2007-10-19cpuset sched_load_balance flagPaul Jackson2-19/+351
2007-10-19Uninline the task_xid_nr_ns() callsPavel Emelyanov1-0/+24
2007-10-19Uninline find_pid etc set of functionsPavel Emelyanov2-1/+13
2007-10-19Isolate some explicit usage of task->tgidPavel Emelyanov4-10/+10
2007-10-19pid namespaces: remove the struct pid unneeded fieldsPavel Emelyanov1-1/+0
2007-10-19Uninline find_task_by_xxx set of functionsPavel Emelyanov8-21/+31
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov11-71/+132
2007-10-19pid namespaces: destroy pid namespace on init's deathSukadev Bhattiprolu2-1/+64
2007-10-19pid namespaces: allow signalling cgroup-initSukadev Bhattiprolu1-4/+2
2007-10-19pid namespaces: create a slab-cache for 'struct pid_namespace'Sukadev Bhattiprolu1-3/+6
2007-10-19pid namespaces: initialize the namespace's proc_mntPavel Emelyanov1-0/+7
2007-10-19pid namespaces: allow cloning of new namespacePavel Emelyanov3-22/+112
2007-10-19pid namespaces: miscellaneous preparations for pid namespacesPavel Emelyanov1-7/+14
2007-10-19pid namespaces: move alloc_pid() lower in copy_process()Pavel Emelyanov1-15/+16
2007-10-19pid namespaces: helpers to find the task by its numerical idsPavel Emelyanov1-17/+26
2007-10-19pid namespaces: helpers to obtain pid numbersPavel Emelyanov1-0/+13
2007-10-19pid namespaces: make alloc_pid(), free_pid() and put_pid() work with struct upidPavel Emelyanov2-16/+35
2007-10-19pid namespaces: add support for pid namespaces hierarchyPavel Emelyanov1-1/+2
2007-10-19pid namespaces: prepare proc_flust_task() to flush entries from multiple proc treesPavel Emelyanov1-1/+1
2007-10-19pid namespaces: move exit_task_namespaces()Pavel Emelyanov1-1/+1
2007-10-19pid namespaces: rework forget_original_parent()Oleg Nesterov1-18/+21
2007-10-19whitespace fixes: task exit handlingDaniel Walker1-2/+2
2007-10-19kernel/time/clocksource.c: Use list_for_each_entry instead of list_for_eachMatthias Kaehlcke1-15/+7
2007-10-19kernel/exit.c: Use list_for_each_entry(_safe) instead of list_for_each(_safe)Matthias Kaehlcke1-13/+6
2007-10-19workqueue: debug flushing deadlocks with lockdepJohannes Berg2-4/+34