summaryrefslogtreecommitdiffstats
path: root/fs/proc
AgeCommit message (Expand)AuthorLines
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse-29/+29
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport-4/+0
2020-06-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+145
2020-06-08kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliasesGuilherme G. Piccoli-2/+5
2020-06-08kernel/hung_task convert hung_task_panic boot parameter to sysctlVlastimil Babka-0/+1
2020-06-08kernel/sysctl: support handling command line aliasesVlastimil Babka-7/+41
2020-06-08kernel/sysctl: support setting sysctl parameters from kernel command lineVlastimil Babka-0/+107
2020-06-07Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+13
2020-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds-4/+4
2020-06-04proc: rename "catch" function argumentAlexey Dobriyan-4/+4
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-79/+183
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-18/+48
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds-7/+12
2020-06-02/proc/PID/smaps: Add PMD migration entry parsingHuang Ying-5/+11
2020-06-02mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown-2/+1
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds-2/+2
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+7
2020-06-01Merge tag 'x86-cleanups-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+0
2020-05-28Merge branch 'for-next/scs' into for-next/coreWill Deacon-0/+4
2020-05-19proc: proc_pid_ns takes super_block as an argumentAlexey Gladkov-8/+8
2020-05-15scs: Add page accounting for shadow call stack allocationsSami Tolvanen-0/+4
2020-05-09net: bpf: Add netlink and ipv6_route bpf_iter targetsYonghong Song-0/+19
2020-05-05Merge branch 'for-next/bti-user' into for-next/btiWill Deacon-0/+3
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann-18/+29
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig-18/+29
2020-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-1/+0
2020-04-24proc: Use PIDTYPE_TGID in next_tgidEric W. Biederman-14/+2
2020-04-24proc: modernize proc to support multiple private instancesEric W. Biederman-57/+173
2020-04-24proc: Put thread_pid in release_task not proc_flush_pidEric W. Biederman-1/+0
2020-04-22mm: Remove MPX leftoversJimmy Assarsson-3/+0
2020-04-22proc: use named enums for better readabilityAlexey Gladkov-4/+4
2020-04-22proc: use human-readable values for hidepidAlexey Gladkov-5/+48
2020-04-22proc: add option to mount only a pids subsetAlexey Gladkov-0/+48
2020-04-22proc: instantiate only pids that we can ptrace on 'hidepid=4' mount optionAlexey Gladkov-3/+25
2020-04-22proc: allow to mount many instances of proc in one pid namespaceAlexey Gladkov-50/+53
2020-04-21vmalloc: fix remap_vmalloc_range() bounds checksJann Horn-2/+3
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab-2/+2
2020-04-19Merge tag 'timers-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+13
2020-04-16proc, time/namespace: Show clock symbolic names in /proc/pid/timens_offsetsAndrei Vagin-1/+13
2020-04-15proc: Handle umounts cleanlyEric W. Biederman-0/+7
2020-04-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-5/+5
2020-04-09proc: Use a dedicated lock in struct pidEric W. Biederman-5/+5
2020-04-07proc: inline m_next_vma into m_nextMatthew Wilcox (Oracle)-10/+8
2020-04-07proc: use ppos instead of m->versionMatthew Wilcox (Oracle)-4/+3
2020-04-07proc: remove m_cache_vmaMatthew Wilcox (Oracle)-32/+6
2020-04-07proc: inline vma_stop into m_stopMatthew Wilcox (Oracle)-19/+15
2020-04-07proc: speed up /proc/*/statmAlexey Dobriyan-16/+23
2020-04-07proc: faster open/read/close with "permanent" filesAlexey Dobriyan-53/+174
2020-04-07fs/proc/inode.c: annotate close_pdeo() for sparseJules Irenge-0/+1
2020-03-25proc: io_accounting: Use new infrastructure to fix deadlocks in execveBernd Edlinger-2/+2