summaryrefslogtreecommitdiff
path: root/Documentation/filesystems/proc.rst
AgeCommit message (Expand)Author
2024-02-12docs: proc.rst: comm: mention the included NULChristoph Anton Mitterer
2023-12-20mm: thp: introduce multi-size THP sysfs interfaceRyan Roberts
2023-10-31doc: Add /proc/bootconfig to proc.rstPaul E. McKenney
2023-10-07doc: Update /proc/cmdline documentation to include boot configPaul E. McKenney
2023-09-05Merge tag 'mm-stable-2023-09-04-14-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-09-02proc/ksm: add ksm stats to /proc/pid/smapsStefan Roesch
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-18Documentation: Fix typosBjorn Helgaas
2023-07-11mm: Introduce VM_SHADOW_STACK for shadow stack memoryYu-cheng Yu
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-21fs/proc: add Kthread flag to /proc/$pid/statusChunguang Wu
2023-04-05mm/memtest: add results of early memtest to /proc/meminfoTomas Mudrunka
2023-03-14Documentation: fs/proc: corrections and updateRandy Dunlap
2023-01-02docs: proc.rst: add softnet_stat to /proc/net tableYang Yang
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-11-30mm: anonymous shared memory namingPasha Tatashin
2022-11-18proc: report open files as size in stat() for /proc/pid/fdIvan Babrou
2022-11-15Documentation: update the description of TracerPid in procfs.rstChen Linxuan
2022-08-24mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses.Yosry Ahmed
2022-07-17doc: proc: fix the description to THPeligibleYang Shi
2022-07-03mm/smaps: add Pss_DirtyVincent Whitchurch
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-19mm: zswap: add basic meminfo and vmstat coverageJohannes Weiner
2022-05-19Documentation: filesystems: proc: update meminfo sectionJohannes Weiner
2022-05-15block: remove last remaining traces of IDE documentationPaul Gortmaker
2022-01-15mm: add a field to store names for private anonymous memoryColin Cross
2021-10-12docs: proc.rst: mountinfo: align columnsChristoph Anton Mitterer
2021-10-12docs: proc.rst: mountinfo: improved field numberingChristoph Anton Mitterer
2021-07-01procfs/dmabuf: add inode number to /proc/*/fdinfoKalesh Singh
2021-06-30docs: proc.rst: meminfo: briefly describe gaps in memory accountingMike Rapoport
2021-03-08docs: filesystem: Update smaps vm flag list to latestPeter Xu
2021-02-25docs: proc.rst: fix indentation warningRandy Dunlap
2021-02-22Documentation: proc.rst: add more about the 6 fields in loadavgRandy Dunlap
2021-02-04Documentation: /proc/loadavg: add 3 more field descriptionsRandy Dunlap
2020-12-15proc: provide details on indirect branch speculationAnand K Mistry
2020-12-01Documentation: document /proc api for arm64 MTE vm flagsSzabolcs Nagy
2020-08-12doc, mm: clarify /proc/<pid>/oom_score value rangeMichal Hocko
2020-08-12doc, mm: sync up oom_score_adj documentationMichal Hocko
2020-07-13Documentation/filesystems/proc.rst: copy-editing cleanupRandy Dunlap
2020-06-26docs: fs: proc.rst: convert a new chapter to ReSTMauro Carvalho Chehab
2020-06-19docs: fs: proc.rst: fix a warning due to a merge conflictMauro Carvalho Chehab
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-02mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds
2020-05-05docs: filesystems: convert sharedsubtree.txt to ReSTMauro Carvalho Chehab
2020-05-05Merge branch 'for-next/bti-user' into for-next/btiWill Deacon