aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-10-19Use task_pid_nr() in ip_vs_sync.cPavel Emelyanov1-1/+1
2007-10-19Remove unused variables from fs/proc/base.cPavel Emelyanov1-4/+1
2007-10-19Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan37-157/+163
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov47-90/+97
2007-10-19Isolate the explicit usage of signal->pgrpPavel Emelyanov5-9/+21
2007-10-19Fix tsk->exit_state usageEugene Teo3-4/+3
2007-10-19proc: export a processes resource limits via /proc/pidNeil Horman1-0/+75
2007-10-19remove BITS_TO_TYPE macroJiri Slaby2-2/+2
2007-10-19FlashPoint, use BIT instead of BITWJiri Slaby1-42/+40
2007-10-19define global BIT macroJiri Slaby18-38/+1
2007-10-19get rid of input BIT* duplicate definesJiri Slaby110-327/+410
2007-10-19define first set of BIT* macrosJiri Slaby4-34/+33
2007-10-19amba-pl011, rename BIT macroJiri Slaby1-13/+13
2007-10-19s2io, rename BIT macroJiri Slaby3-366/+366
2007-10-19i2c-pxa, rename BIT macro to PXA_BITJiri Slaby1-27/+27
2007-10-19cyber2000fb: checkpatch fixesKrzysztof Helt1-103/+105
2007-10-19cyber2000fb, rename BIT macroJiri Slaby1-22/+22
2007-10-19forbid asm/bitops.h direct inclusionJiri Slaby25-0/+102
2007-10-19remove asm/bitops.h includesJiri Slaby57-60/+58
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