summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
2008-01-02restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pidAl Viro
2008-01-02Unify /proc/slabinfo configurationLinus Torvalds
2008-01-02slub: register slabinfo to procfsPekka Enberg
2007-12-10proc: remove/Fix proc generic d_revalidateEric W. Biederman
2007-12-06proc/base.c: Use task_is_*Matthew Wilcox
2007-12-06proc/array.c: Use TASK_REPORTMatthew Wilcox
2007-12-05proc: fix proc_dir_entry refcountingAlexey Dobriyan
2007-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/net-2.6Linus Torvalds
2007-12-02[NETNS]: Fix /proc/net breakageEric W. Biederman
2007-11-29proc: remove races from proc_id_readdir()Eric W. Biederman
2007-11-29proc: fix NULL ->i_fop oopsAlexey Dobriyan
2007-11-26sched: fix prev_stime calculationIngo Molnar
2007-11-14proc: simplify and correct proc_flush_taskEric W. Biederman
2007-11-14proc: fix proc_kill_inodes to kill dentries on all proc superblocksEric W. Biederman
2007-11-13[NET]: Move unneeded data to initdata section.Denis V. Lunev
2007-11-07[NET]: Kill proc_net_create()David S. Miller
2007-10-30sched: fix /proc/<PID>/stat stime/utime monotonicity, part 2Balbir Singh
2007-10-29sched: keep utime/stime monotonicPeter Zijlstra
2007-10-26[NET]: Marking struct pernet_operations __net_initdata was inappropriateEric W. Biederman
2007-10-26[NET] fs/proc/proc_net.c: make a struct staticAdrian Bunk
2007-10-25Fix pointer mismatches in proc_sysctl.cDavid Howells
2007-10-22procfs: fix kernel-doc param warningsRandy Dunlap
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds
2007-10-19Remove unused variables from fs/proc/base.cPavel Emelyanov
2007-10-19Fix tsk->exit_state usageEugene Teo
2007-10-19proc: export a processes resource limits via /proc/pidNeil Horman
2007-10-19Isolate some explicit usage of task->tgidPavel Emelyanov
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov
2007-10-19pid namespaces: initialize the namespace's proc_mntPavel Emelyanov
2007-10-19pid namespaces: make proc_flush_task() actually from entries from multiple na...Pavel Emelyanov
2007-10-19pid namespaces: make proc have multiple superblocks - one for each namespacePavel Emelyanov
2007-10-19pid namespaces: helpers to find the task by its numerical idsPavel Emelyanov
2007-10-19pid namespaces: prepare proc_flust_task() to flush entries from multiple proc...Pavel Emelyanov
2007-10-19Make access to task's nsproxy lighterPavel Emelyanov
2007-10-19pid namespaces: define and use task_active_pid_ns() wrapperSukadev Bhattiprolu
2007-10-19pid namespaces: round up the APIPavel Emelianov
2007-10-19Task Control Groups: make cpusets a client of cgroupsPaul Menage
2007-10-19Task Control Groups: add procfs interfacePaul Menage
2007-10-19sched: fix guest time accounting going faster than user time accountingChristian Borntraeger
2007-10-17Don't truncate /proc/PID/environ at 4096 charactersJames Pearson
2007-10-17Fix f_version type: should be u64 instead of unsigned longMathieu Desnoyers
2007-10-17report the per-irq statistics on all archesRavikiran G Thirumalai
2007-10-17fs/proc/mmu.c: headers butcheryAlexey Dobriyan
2007-10-17SLAB_PANIC more (proc, posix-timers, shmem)Alexey Dobriyan
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter
2007-10-16Print out statistics in relation to fragmentation avoidance to /proc/pagetype...Mel Gorman
2007-10-16Group short-lived and reclaimable kernel allocationsMel Gorman
2007-10-15Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2007-10-15sched: guest CPU accounting: add guest-CPU /proc/<pid>/stat fieldsLaurent Vivier
2007-10-15sched: guest CPU accounting: add guest-CPU /proc/stat fieldLaurent Vivier