summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-041-4/+4
|\ \ \ \
| * | | | proc: rename "catch" function argumentAlexey Dobriyan2020-06-041-4/+4
* | | | | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-047-79/+183
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | proc: proc_pid_ns takes super_block as an argumentAlexey Gladkov2020-05-194-8/+8
| * | | proc: Use PIDTYPE_TGID in next_tgidEric W. Biederman2020-04-241-14/+2
| * | | proc: modernize proc to support multiple private instancesEric W. Biederman2020-04-246-57/+173
| |\ \ \
| | * | | proc: use named enums for better readabilityAlexey Gladkov2020-04-223-4/+4
| | * | | proc: use human-readable values for hidepidAlexey Gladkov2020-04-222-5/+48
| | * | | proc: add option to mount only a pids subsetAlexey Gladkov2020-04-223-0/+48
| | * | | proc: instantiate only pids that we can ptrace on 'hidepid=4' mount optionAlexey Gladkov2020-04-222-3/+25
| | * | | proc: allow to mount many instances of proc in one pid namespaceAlexey Gladkov2020-04-225-50/+53
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-032-18/+48
|\ \ \ \ \
| * | | | | net: bpf: Add netlink and ipv6_route bpf_iter targetsYonghong Song2020-05-091-0/+19
| * | | | | Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann2020-04-281-18/+29
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-18/+29
* | | | | | 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