aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-23proc: clear_refs: do not clear reserved pagesWill Deacon1-0/+3
2012-01-19Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/auditLinus Torvalds1-4/+1
2012-01-17proc: clean up and fix /proc/<pid>/mem handlingLinus Torvalds1-106/+39
2012-01-17audit: only allow tasks to set their loginuid if it is -1Eric Paris1-3/+0
2012-01-17audit: remove task argument to audit_set_loginuidEric Paris1-1/+1
2012-01-16sched/accounting, proc: Fix /proc/stat interrupts sumRussell King1-0/+2
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-1/+1
2012-01-12c/r: procfs: add start_data, end_data, start_brk members to /proc/$pid/stat v4Cyrill Gorcunov1-2/+5
2012-01-12proc: fix null pointer deref in proc_pid_permission()Xiaotian Feng1-0/+2
2012-01-10procfs: add hidepid= and gid= mount optionsVasiliy Kulikov3-4/+94
2012-01-10procfs: parse mount optionsVasiliy Kulikov3-2/+64
2012-01-10procfs: introduce the /proc/<pid>/map_files/ directoryPavel Emelyanov1-0/+355
2012-01-10procfs: make proc_get_link to use dentry instead of inodeCyrill Gorcunov1-10/+10
2012-01-10tracepoint: add tracepoints for debugging oom_score_adjKAMEZAWA Hiroyuki1-0/+3
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-122/+6
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro3-6/+6
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-41/+41
2012-01-05ptrace: do not audit capability check when outputing /proc/pid/statEric Paris1-1/+1
2012-01-03vfs: trim includes a bitAl Viro1-1/+0
2012-01-03vfs: take /proc/*/mounts and friends to fs/proc_namespace.cAl Viro1-114/+0
2012-01-03switch procfs to umode_t useAl Viro3-6/+6
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-12-29procfs: do not confuse jiffies with cputime64_tAndreas Schwab1-2/+2
2011-12-19Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into cputime-tipMartin Schwidefsky2-30/+26
2011-12-15[S390] fix cputime overflow in uptime_proc_showMartin Schwidefsky1-2/+7
2011-12-15[S390] cputime: add sparse checking and cleanupMartin Schwidefsky3-20/+19
2011-12-15Merge commit 'v3.2-rc5' into sched/coreIngo Molnar2-5/+6
2011-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+3
2011-12-09procfs: do not overflow get_{idle,iowait}_time for nohzMichal Hocko1-2/+2
2011-12-09fs/proc/meminfo.c: fix compilation errorClaudio Scordino1-3/+4
2011-12-09procfs: fix a vfsmount longterm reference leakAl Viro1-5/+3
2011-12-06sched/accounting: Change cpustat fields to an arrayGlauber Costa2-36/+31
2011-11-09Revert "proc: fix races against execve() of /proc/PID/fd**"Linus Torvalds1-103/+43
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-11-02Merge branch 'akpm' (Andrew's incoming - part two)Linus Torvalds2-43/+149
2011-11-02sysctl: add support for poll()Lucas De Marchi1-0/+45
2011-11-02proc: fix races against execve() of /proc/PID/fd**Vasiliy Kulikov1-43/+103
2011-11-02procfs: report EISDIR when reading sysctl dirs in procPavel Emelyanov1-0/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi3-8/+8
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-1/+1
2011-10-31mm: distinguish between mlocked and pinned pagesChristoph Lameter1-0/+2
2011-10-31oom: remove oom_disable_countDavid Rientjes1-13/+0
2011-10-31/proc/self/numa_maps: restore "huge" tag for hugetlb vmasAndrew Morton1-0/+3
2011-10-31fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker1-0/+1
2011-10-26Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+34
2011-09-21teach /proc/$pid/numa_maps about transparent hugepagesDave Hansen1-0/+20
2011-09-21break out numa_maps gather_pte_stats() checksDave Hansen1-15/+24
2011-09-21make /proc/$pid/numa_maps gather_stats() take variable page sizeDave Hansen1-10/+11
2011-09-08proc: Consider NO_HZ when printing idle and iowait timesMichal Hocko1-7/+34