summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-022-7/+12
|\
| * /proc/PID/smaps: Add PMD migration entry parsingHuang Ying2020-06-021-5/+11
| * mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown2020-06-021-2/+1
* | Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2020-06-011-2/+2
|\ \
| * | docs: filesystems: fix renamed referencesMauro Carvalho Chehab2020-04-201-2/+2
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-012-0/+7
|\ \ \
| * \ \ Merge branch 'for-next/scs' into for-next/coreWill Deacon2020-05-281-0/+4
| |\ \ \
| | * | | scs: Add page accounting for shadow call stack allocationsSami Tolvanen2020-05-151-0/+4
| | | |/ | | |/|
| * | | Merge branch 'for-next/bti-user' into for-next/btiWill Deacon2020-05-051-0/+3
| |\ \ \ | | |/ / | |/| |
| | * | mm: smaps: Report arm64 guarded pages in smapsDaniel Kiss2020-03-161-0/+3
* | | | Merge tag 'x86-cleanups-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-011-3/+0
|\ \ \ \ | |/ / / |/| | |
| * | | mm: Remove MPX leftoversJimmy Assarsson2020-04-221-3/+0
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2020-04-251-1/+0
|\ \ \
| * | | proc: Put thread_pid in release_task not proc_flush_pidEric W. Biederman2020-04-241-1/+0
* | | | vmalloc: fix remap_vmalloc_range() bounds checksJann Horn2020-04-211-2/+3
* | | | Merge tag 'timers-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-04-191-1/+13
|\ \ \ \ | |/ / / |/| | |
| * | | proc, time/namespace: Show clock symbolic names in /proc/pid/timens_offsetsAndrei Vagin2020-04-161-1/+13
| |/ /
* / / proc: Handle umounts cleanlyEric W. Biederman2020-04-151-0/+7
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2020-04-101-5/+5
|\ \
| * | proc: Use a dedicated lock in struct pidEric W. Biederman2020-04-091-5/+5
* | | proc: inline m_next_vma into m_nextMatthew Wilcox (Oracle)2020-04-071-10/+8
* | | proc: use ppos instead of m->versionMatthew Wilcox (Oracle)2020-04-071-4/+3
* | | proc: remove m_cache_vmaMatthew Wilcox (Oracle)2020-04-071-32/+6
* | | proc: inline vma_stop into m_stopMatthew Wilcox (Oracle)2020-04-071-19/+15
* | | proc: speed up /proc/*/statmAlexey Dobriyan2020-04-071-16/+23
* | | proc: faster open/read/close with "permanent" filesAlexey Dobriyan2020-04-076-53/+174
* | | fs/proc/inode.c: annotate close_pdeo() for sparseJules Irenge2020-04-071-0/+1
|/ /
* | proc: io_accounting: Use new infrastructure to fix deadlocks in execveBernd Edlinger2020-03-251-2/+2
* | proc: Use new infrastructure to fix deadlocks in execveBernd Edlinger2020-03-251-3/+3
* | proc: Remove the now unnecessary internal mount of procEric W. Biederman2020-02-281-36/+0
* | proc: Use a list of inodes to flush from procEric W. Biederman2020-02-243-76/+38
* | proc: Clear the pieces of proc_inode that proc_evict_inode cares aboutEric W. Biederman2020-02-241-5/+11
* | proc: Use d_invalidate in proc_prune_siblings_dcacheEric W. Biederman2020-02-243-7/+19
* | proc: In proc_prune_siblings_dcache cache an aquired super blockEric W. Biederman2020-02-211-4/+10
* | proc: Generalize proc_sys_prune_dcache into proc_prune_siblings_dcacheEric W. Biederman2020-02-203-34/+40
* | proc: Rename in proc_inode rename sysctl_inodes sibling_inodesEric W. Biederman2020-02-203-5/+6
|/
* Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-081-9/+4
|\
| * procfs: switch to use of invalfc()Al Viro2020-02-071-1/+1
| * fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-7/+3
| * fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-1/+0
* | Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2020-02-062-0/+90
|\ \
| * | proc: bootconfig: Add /proc/bootconfig to show boot config listMasami Hiramatsu2020-01-132-0/+90
| |/
* | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-046-43/+42
* | proc: decouple proc from VFS with "struct proc_ops"Alexey Dobriyan2020-02-046-76/+79
* | mm: pagewalk: add 'depth' parameter to pte_holeSteven Price2020-02-041-2/+2
* | fs/proc/page.c: allow inspection of last section and fix end detectionDavid Hildenbrand2020-02-041-3/+27
* | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-292-10/+13
|\ \
| * | namei: allow nd_jump_link() to produce errorsAleksa Sarai2019-12-082-7/+10
| * | nsfs: clean-up ns_get_path() signature to return intAleksa Sarai2019-12-081-3/+3
* | | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-282-0/+11
|\ \ \