aboutsummaryrefslogtreecommitdiff
path: root/Documentation/filesystems/proc.txt
AgeCommit message (Expand)AuthorFilesLines
2015-04-18Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6Gravatar Linus Torvalds 1-3/+3
2015-04-17proc: show locks in /proc/pid/fdinfo/XGravatar Andrey Vagin 1-0/+4
2015-04-17docs: add missing and new /proc/PID/status file entries, fix typosGravatar Nathan Scott 1-3/+8
2015-04-04doc: Add guest_nice column to example output of `cat /proc/stat'Gravatar Tobias Klauser 1-3/+3
2015-02-12fs: proc: task_mmu: show page size in /proc/<pid>/numa_mapsGravatar Rafael Aquini 1-15/+15
2015-02-12Documentation/filesystems/proc.txt: add /proc/pid/numa_maps interface explana...Gravatar Rafael Aquini 1-0/+33
2015-02-12fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (pea...Gravatar Petr Cermak 1-0/+4
2015-02-11Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+23
2015-02-11Documentation/filesystems/proc.txt: describe /proc/<pid>/map_filesGravatar Cyrill Gorcunov 1-0/+23
2015-01-28Fixes column alignment in table of contents entry 1.9 in Documentation/filesy...Gravatar Trace Pillars 1-1/+1
2014-11-24Documentation: fix formatting to make 's' happyGravatar Maisa Roponen 1-1/+1
2014-07-18docs: Procfs -- Document timerfd outputGravatar Cyrill Gorcunov 1-0/+19
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-3/+4
2014-05-25Documentation: update /proc/stat "intr" count summaryGravatar Jan Moskyto Matejka 1-2/+3
2014-05-22doc: fix incorrect formula to calculate CommitLimit valueGravatar Petr Oros 1-1/+2
2014-05-05doc: spelling error changesGravatar Carlos Garcia 1-2/+2
2014-04-07proc: show mnt_id in /proc/pid/fdinfoGravatar Andrey Vagin 1-5/+12
2014-01-30mm, oom: base root bonus on current usageGravatar David Rientjes 1-2/+2
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2014-01-21/proc/meminfo: provide estimated available memoryGravatar Rik van Riel 1-0/+9
2014-01-02Documentation: update /proc/uptime field descriptionGravatar Rob Landley 1-1/+1
2013-11-13/proc/pid/smaps: show VM_SOFTDIRTY flag in VmFlags lineGravatar Naoya Horiguchi 1-0/+1
2013-09-11Documentation/filesystems/proc.txt: fix mistake in the description of Committ...Gravatar Minto Joseph 1-10/+9
2013-07-03mm: soft-dirty bits for user memory changes trackingGravatar Pavel Emelyanov 1-1/+6
2012-12-17docs: update documentation about /proc/<pid>/fdinfo/<fd> fanotify outputGravatar Cyrill Gorcunov 1-11/+17
2012-12-17docs: add documentation about /proc/<pid>/fdinfo/<fd> outputGravatar Cyrill Gorcunov 1-0/+82
2012-12-17/proc/pid/status: add "Seccomp" fieldGravatar Kees Cook 1-0/+2
2012-12-17procfs: add VmFlags field in smaps outputGravatar Cyrill Gorcunov 1-2/+38
2012-11-16mm, oom: reintroduce /proc/pid/oom_adjGravatar David Rientjes 1-4/+12
2012-10-09oom: remove deprecated oom_adjGravatar Davidlohr Bueso 1-18/+4
2012-05-31c/r: procfs: add arg_start/end, env_start/end and exit_code members to /proc/...Gravatar Cyrill Gorcunov 1-0/+5
2012-05-31fs, proc: introduce /proc/<pid>/task/<tid>/children entryGravatar Cyrill Gorcunov 1-0/+18
2012-05-29mm: document the meminfo and vmstat fields of relevance to transparent hugepagesGravatar Mel Gorman 1-0/+2
2012-05-15tokenring: delete all remaining driver supportGravatar Paul Gortmaker 1-1/+0
2012-03-21procfs: mark thread stack correctly in proc/<pid>/mapsGravatar Siddhesh Poyarekar 1-2/+30
2012-01-12c/r: procfs: add start_data, end_data, start_brk members to /proc/$pid/stat v4Gravatar Cyrill Gorcunov 1-0/+3
2012-01-10procfs: add hidepid= and gid= mount optionsGravatar Vasiliy Kulikov 1-0/+39
2011-09-27doc: fix broken referencesGravatar Paul Bolle 1-1/+1
2011-06-14rcu: Use softirq to address performance regressionGravatar Shaohua Li 1-0/+1
2011-05-25bitmap, irq: add smp_affinity_list interface to /proc/irqGravatar Mike Travis 1-2/+9
2011-05-05rcu: move TREE_RCU from softirq to kthreadGravatar Paul E. McKenney 1-1/+0
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-3/+3
2011-01-13oom: allow a non-CAP_SYS_RESOURCE proces to oom_score_adj downGravatar Mandeep Singh Baines 1-0/+4
2011-01-13mm: smaps: export mlock informationGravatar Nikanth Karthikesan 1-0/+3
2010-11-16console: add /proc/consolesGravatar Jiri Slaby 1-0/+24
2010-10-27/proc/pid/pagemap: document in Documentation/filesystems/proc.txtGravatar Nikanth Karthikesan 1-0/+4
2010-10-27/proc/pid/smaps: export amount of anonymous memory in a mappingGravatar Nikanth Karthikesan 1-3/+10
2010-10-26Documentation/filesystems/proc.txt: improve smaps field documentationGravatar Matt Mackall 1-7/+7
2010-10-23Revert "tty: Add a new file /proc/tty/consoles"Gravatar Linus Torvalds 1-32/+0
2010-10-22tty: Add a new file /proc/tty/consolesGravatar Dr. Werner Fink 1-0/+32