summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* sched: latencytop supportArjan van de Ven2008-01-251-0/+78
* fix the "remove task_ppid_nr_ns" commitOleg Nesterov2008-01-141-1/+1
* remove task_ppid_nr_nsRoland McGrath2008-01-131-2/+2
* restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pidAl Viro2008-01-024-5/+24
* Unify /proc/slabinfo configurationLinus Torvalds2008-01-021-19/+2Star
* slub: register slabinfo to procfsPekka Enberg2008-01-021-0/+17
* proc: remove/Fix proc generic d_revalidateEric W. Biederman2007-12-111-7/+0Star
* proc: fix proc_dir_entry refcountingAlexey Dobriyan2007-12-053-14/+5Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/net-2.6Linus Torvalds2007-12-032-82/+16Star
|\
| * [NETNS]: Fix /proc/net breakageEric W. Biederman2007-12-012-82/+16Star
* | proc: remove races from proc_id_readdir()Eric W. Biederman2007-11-291-23/+28
* | proc: fix NULL ->i_fop oopsAlexey Dobriyan2007-11-293-40/+1Star
* | sched: fix prev_stime calculationIngo Molnar2007-11-261-1/+3
|/
* proc: simplify and correct proc_flush_taskEric W. Biederman2007-11-151-9/+6Star
* proc: fix proc_kill_inodes to kill dentries on all proc superblocksEric W. Biederman2007-11-153-18/+25
* [NET]: Move unneeded data to initdata section.Denis V. Lunev2007-11-131-1/+1
* [NET]: Kill proc_net_create()David S. Miller2007-11-071-7/+0Star
* sched: fix /proc/<PID>/stat stime/utime monotonicity, part 2Balbir Singh2007-10-301-1/+2
* sched: keep utime/stime monotonicPeter Zijlstra2007-10-291-1/+2
* [NET]: Marking struct pernet_operations __net_initdata was inappropriateEric W. Biederman2007-10-271-1/+1
* [NET] fs/proc/proc_net.c: make a struct staticAdrian Bunk2007-10-261-1/+1
* Fix pointer mismatches in proc_sysctl.cDavid Howells2007-10-261-2/+4
* procfs: fix kernel-doc param warningsRandy Dunlap2007-10-231-24/+22Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-10-191-1/+1
|\
| * sched: fix guest time accounting going faster than user time accountingChristian Borntraeger2007-10-191-1/+1
* | Remove unused variables from fs/proc/base.cPavel Emelyanov2007-10-191-4/+1Star
* | Fix tsk->exit_state usageEugene Teo2007-10-191-2/+1Star
* | proc: export a processes resource limits via /proc/pidNeil Horman2007-10-191-0/+75
* | Isolate some explicit usage of task->tgidPavel Emelyanov2007-10-191-1/+1
* | pid namespaces: changes to show virtual ids to userPavel Emelyanov2007-10-192-22/+42
* | pid namespaces: initialize the namespace's proc_mntPavel Emelyanov2007-10-192-0/+20
* | pid namespaces: make proc_flush_task() actually from entries from multiple na...Pavel Emelyanov2007-10-191-2/+16
* | pid namespaces: make proc have multiple superblocks - one for each namespacePavel Emelyanov2007-10-192-5/+64
* | pid namespaces: helpers to find the task by its numerical idsPavel Emelyanov2007-10-191-1/+1
* | pid namespaces: prepare proc_flust_task() to flush entries from multiple proc...Pavel Emelyanov2007-10-191-7/+20
* | Make access to task's nsproxy lighterPavel Emelyanov2007-10-191-10/+17
* | pid namespaces: define and use task_active_pid_ns() wrapperSukadev Bhattiprolu2007-10-191-1/+2
* | pid namespaces: round up the APIPavel Emelianov2007-10-191-2/+2
* | Task Control Groups: make cpusets a client of cgroupsPaul Menage2007-10-191-2/+2
* | Task Control Groups: add procfs interfacePaul Menage2007-10-191-0/+7
|/
* Don't truncate /proc/PID/environ at 4096 charactersJames Pearson2007-10-171-23/+72
* Fix f_version type: should be u64 instead of unsigned longMathieu Desnoyers2007-10-171-2/+2
* report the per-irq statistics on all archesRavikiran G Thirumalai2007-10-171-3/+0Star
* fs/proc/mmu.c: headers butcheryAlexey Dobriyan2007-10-171-19/+2Star
* SLAB_PANIC more (proc, posix-timers, shmem)Alexey Dobriyan2007-10-171-3/+1Star
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-1/+1
* Print out statistics in relation to fragmentation avoidance to /proc/pagetype...Mel Gorman2007-10-161-0/+14
* Group short-lived and reclaimable kernel allocationsMel Gorman2007-10-162-7/+8
* Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2007-10-161-9/+10
|\
| * Rework /proc/locks via seq_files and seq_list helpersPavel Emelyanov2007-10-101-9/+10