aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2007-10-17Fix f_version type: should be u64 instead of unsigned longGravatar Mathieu Desnoyers 1-2/+2
2007-10-17report the per-irq statistics on all archesGravatar Ravikiran G Thirumalai 1-3/+0
2007-10-17fs/proc/mmu.c: headers butcheryGravatar Alexey Dobriyan 1-19/+2
2007-10-17SLAB_PANIC more (proc, posix-timers, shmem)Gravatar Alexey Dobriyan 1-3/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersGravatar Christoph Lameter 1-1/+1
2007-10-16Print out statistics in relation to fragmentation avoidance to /proc/pagetype...Gravatar Mel Gorman 1-0/+14
2007-10-16Group short-lived and reclaimable kernel allocationsGravatar Mel Gorman 2-7/+8
2007-10-15Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-9/+10
2007-10-15sched: guest CPU accounting: add guest-CPU /proc/<pid>/stat fieldsGravatar Laurent Vivier 1-2/+15
2007-10-15sched: guest CPU accounting: add guest-CPU /proc/stat fieldGravatar Laurent Vivier 1-4/+11
2007-10-15sched: clean up schedstats, cnt -> countGravatar Ingo Molnar 1-1/+1
2007-10-10[NETNS]: Move some code into __init section when CONFIG_NET_NS=nGravatar Pavel Emelyanov 1-4/+4
2007-10-10[NET]: Fix race when opening a proc file while a network namespace is exiting.Gravatar Eric W. Biederman 1-0/+6
2007-10-10[NETNS]: Fix export symbols.Gravatar Daniel Lezcano 1-1/+3
2007-10-10[NET]: Fix missed addition of fs/proc/proc_net.cGravatar David S. Miller 1-0/+192
2007-10-10[NET]: Make /proc/net per network namespaceGravatar Eric W. Biederman 3-5/+9
2007-10-09Rework /proc/locks via seq_files and seq_list helpersGravatar Pavel Emelyanov 1-9/+10
2007-09-11Fix select on /proc files without ->pollGravatar Alexey Dobriyan 1-1/+2
2007-08-23sched: accounting regression since rc1Gravatar Christian Borntraeger 1-15/+29
2007-07-31Fix leaks on /proc/{*/sched,sched_debug,timer_list,timer_stats}Gravatar Alexey Dobriyan 1-1/+1
2007-07-28Fix procfs compat_ioctl regressionGravatar David Miller 1-2/+22
2007-07-21x86_64: Avoid too many remote cpu references due to /proc/statGravatar Ravikiran G Thirumalai 1-1/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-2/+2
2007-07-19coredump masking: add an interface for core dump filterGravatar Kawai, Hidehiro 1-0/+89
2007-07-19coredump masking: reimplementation of dumpable using two flagsGravatar Kawai, Hidehiro 1-1/+1
2007-07-19Avoid too many remote cpu references due to /proc/statGravatar Ravikiran G Thirumalai 1-3/+12
2007-07-17kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Gravatar Tejun Heo 1-1/+1
2007-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedGravatar Linus Torvalds 1-27/+26
2007-07-16move seccomp from /proc to a prctlGravatar Andrea Arcangeli 1-72/+0
2007-07-16taskstats: add context-switch countersGravatar Maxim Uvarov 1-0/+10
2007-07-16/proc/*/environ: wrong placing of ptrace_may_attach() checkGravatar Alexey Dobriyan 1-3/+8
2007-07-16procfs directory entry cleanupGravatar Changli Gao 1-13/+7
2007-07-16Make /proc/tty/drivers use seq_list_xxx helpersGravatar Pavel Emelianov 1-12/+3
2007-07-16Use boot based time for uptime in /procGravatar Tomas Janousek 1-0/+1
2007-07-16Use boot based time for process start time and boot time in /procGravatar Tomas Janousek 2-5/+6
2007-07-16Fix rmmod/read/write races in /proc entriesGravatar Alexey Dobriyan 2-3/+283
2007-07-16[PATCH] sched: fix up fs/proc/array.c whitespace problemsGravatar Ingo Molnar 1-26/+25
2007-07-16[PATCH] sched: remove dead code from task_stime()Gravatar Ingo Molnar 1-1/+1
2007-07-09sched: scheduler debugging, coreGravatar Ingo Molnar 1-0/+69
2007-07-09sched: update delay-accounting to use CFS's precise statsGravatar Balbir Singh 1-1/+1
2007-07-09sched: make use of precise accounting for /proc task statsGravatar Ingo Molnar 1-10/+47
2007-07-09sched: remove the SleepAVG fieldGravatar Ingo Molnar 1-2/+0
2007-05-17Remove SLAB_CTOR_CONSTRUCTORGravatar Christoph Lameter 1-2/+1
2007-05-08smaps: only define clear_refs for CONFIG_MMUGravatar David Rientjes 1-0/+2
2007-05-08procfs: use simple_read_from_buffer()Gravatar Akinobu Mita 1-28/+7
2007-05-08Remove redundant check from proc_sys_setattr()Gravatar John Johansen 1-5/+2
2007-05-08Remove redundant check from proc_setattr()Gravatar John Johansen 1-5/+2
2007-05-08proc: cleanup: use seq_release_private() where appropriateGravatar Martin Peschke 1-8/+1
2007-05-08Fix race between cat /proc/*/wchan and rmmod et alGravatar Alexey Dobriyan 1-6/+5
2007-05-08Simplify kallsyms_lookup()Gravatar Alexey Dobriyan 1-3/+2