aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-10-19fs/select, remove unused macrosJiri Slaby1-5/+0
2007-10-19Misc: phantom, improved data passingJiri Slaby2-19/+81
2007-10-19Misc: phantom, add comment about openhapticsJiri Slaby1-0/+1
2007-10-19Misc: phantom, synchronize_irq() on suspendJiri Slaby1-0/+2
2007-10-19Fix cpusets update_cpumaskPaul Menage5-5/+243
2007-10-19cpusets: decrustify cpuset mask update codePaul Jackson1-30/+20
2007-10-19cpuset sched_load_balance flagPaul Jackson4-21/+492
2007-10-19Uninline the task_xid_nr_ns() callsPavel Emelyanov2-20/+28
2007-10-19Uninline find_pid etc set of functionsPavel Emelyanov3-4/+15
2007-10-19Isolate some explicit usage of task->tgidPavel Emelyanov8-14/+20
2007-10-19pid namespaces: remove the struct pid unneeded fieldsPavel Emelyanov3-7/+0
2007-10-19Uninline find_task_by_xxx set of functionsPavel Emelyanov12-38/+41
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov32-144/+241
2007-10-19pid namespaces: destroy pid namespace on init's deathSukadev Bhattiprolu3-1/+65
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 Emelyanov4-0/+39
2007-10-19pid namespaces: make proc_flush_task() actually from entries from multiple namespacesPavel Emelyanov1-2/+16
2007-10-19pid namespaces: allow cloning of new namespacePavel Emelyanov4-22/+113
2007-10-19pid namespaces: miscellaneous preparations for pid namespacesPavel Emelyanov3-18/+25
2007-10-19pid namespaces: make proc have multiple superblocks - one for each namespacePavel Emelyanov4-6/+69
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 Emelyanov4-22/+70
2007-10-19pid namespaces: helpers to obtain pid numbersPavel Emelyanov3-11/+134
2007-10-19pid namespaces: make alloc_pid(), free_pid() and put_pid() work with struct upidPavel Emelyanov3-17/+36
2007-10-19pid namespaces: add support for pid namespaces hierarchyPavel Emelyanov2-1/+4
2007-10-19pid namespaces: introduce struct upidSukadev Bhattiprolu2-0/+22
2007-10-19pid namespaces: prepare proc_flust_task() to flush entries from multiple proc treesPavel Emelyanov3-9/+24
2007-10-19pid namespaces: introduce MS_KERNMOUNT flagPavel Emelyanov3-5/+7
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-19mm/oom_kill.c: Use list_for_each_entry instead of list_for_eachMatthias Kaehlcke1-3/+1
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-19fs/super.c: use list_for_each_entry() instead of list_for_each()Matthias Kaehlcke1-11/+11
2007-10-19fs/eventpoll.c: use list_for_each_entry() instead of list_for_each()Matthias Kaehlcke1-3/+2
2007-10-19fs/file_table.c: use list_for_each_entry() instead of list_for_each()Matthias Kaehlcke1-3/+2
2007-10-19workqueue: debug flushing deadlocks with lockdepJohannes Berg4-7/+88
2007-10-19Make access to task's nsproxy lighterPavel Emelyanov6-45/+91
2007-10-19pid namespaces: move alloc_pid() to copy_process()Sukadev Bhattiprolu1-6/+13
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn32-37/+52
2007-10-19pid namespaces: use task_pid() to find leader's pidSukadev Bhattiprolu1-1/+1
2007-10-19pid namespaces: rename child_reaper() functionSukadev Bhattiprolu4-5/+5
2007-10-19pid namespaces: define and use task_active_pid_ns() wrapperSukadev Bhattiprolu5-5/+11
2007-10-19pid namespaces: dynamic kmem cache allocator for pid namespacesPavel Emelianov2-6/+65
2007-10-19pid namespaces: make get_pid_ns() return the namespace itselfPavel Emelianov1-1/+2
2007-10-19pid namespaces: round up the APIPavel Emelianov19-53/+48
2007-10-19cgroups: implement namespace tracking subsystemSerge E. Hallyn6-8/+146
2007-10-19Add cgroupstatsBalbir Singh7-0/+241