aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* [NET]: Kill proc_net_create()David S. Miller2007-11-071-7/+0
* 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-261-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-251-2/+4
* procfs: fix kernel-doc param warningsRandy Dunlap2007-10-221-24/+22
* 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/+1
* | Fix tsk->exit_state usageEugene Teo2007-10-191-2/+1
* | 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/+0
* fs/proc/mmu.c: headers butcheryAlexey Dobriyan2007-10-171-19/+2
* SLAB_PANIC more (proc, posix-timers, shmem)Alexey Dobriyan2007-10-171-3/+1
* 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-151-9/+10
|\
| * Rework /proc/locks via seq_files and seq_list helpersPavel Emelyanov2007-10-091-9/+10
* | sched: guest CPU accounting: add guest-CPU /proc/<pid>/stat fieldsLaurent Vivier2007-10-151-2/+15
* | sched: guest CPU accounting: add guest-CPU /proc/stat fieldLaurent Vivier2007-10-151-4/+11
* | sched: clean up schedstats, cnt -> countIngo Molnar2007-10-151-1/+1
* | [NETNS]: Move some code into __init section when CONFIG_NET_NS=nPavel Emelyanov2007-10-101-4/+4
* | [NET]: Fix race when opening a proc file while a network namespace is exiting.Eric W. Biederman2007-10-101-0/+6
* | [NETNS]: Fix export symbols.Daniel Lezcano2007-10-101-1/+3
* | [NET]: Fix missed addition of fs/proc/proc_net.cDavid S. Miller2007-10-101-0/+192
* | [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-103-5/+9
|/
* Fix select on /proc files without ->pollAlexey Dobriyan2007-09-111-1/+2
* sched: accounting regression since rc1Christian Borntraeger2007-08-231-15/+29
* Fix leaks on /proc/{*/sched,sched_debug,timer_list,timer_stats}Alexey Dobriyan2007-07-311-1/+1
* Fix procfs compat_ioctl regressionDavid Miller2007-07-281-2/+22
* x86_64: Avoid too many remote cpu references due to /proc/statRavikiran G Thirumalai2007-07-211-1/+2
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-2/+2
* coredump masking: add an interface for core dump filterKawai, Hidehiro2007-07-191-0/+89
* coredump masking: reimplementation of dumpable using two flagsKawai, Hidehiro2007-07-191-1/+1