summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* mm, oom: make the calculation of oom badness more accurateYafang Shao2020-08-121-1/+10
* /proc/PID/smaps: consistent whitespace output formatMichal Koutný2020-08-121-2/+2
* proc/meminfo: avoid open coded reading of vm_committed_asFeng Tang2020-08-071-1/+1
* mm: memcontrol: account kernel stack per nodeShakeel Butt2020-08-071-2/+2
* mm: memcg: convert vmstat slab counters to bytesRoman Gushchin2020-08-071-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-051-1/+1
|\
| * bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song2020-07-251-1/+1
* | Merge tag 'cap-checkpoint-restore-v5.9' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-08-041-4/+4
|\ \
| * | proc: allow access in init userns for map_files with CAP_CHECKPOINT_RESTOREAdrian Reber2020-07-191-4/+4
| |/
* | Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-041-0/+2
|\ \
| * | seccomp: Report number of loaded filters in /proc/$pid/statusKees Cook2020-07-101-0/+2
* | | Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-031-0/+1
|\ \ \ | |_|/ |/| |
| * | block: move block-related definitions out of fs.hChristoph Hellwig2020-06-241-0/+1
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-07-031-3/+3
|\ \ \ | |/ / |/| |
| * | Call sysctl_head_finish on errorMatthew Wilcox (Oracle)2020-07-031-3/+3
| |/
* | Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-06-201-5/+10
|\ \
| * | proc/bootconfig: Fix to use correct quotes for valueMasami Hiramatsu2020-06-161-5/+10
| |/
* / maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-1/+2
|/
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-131-1/+1
|\
| * treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-123-3/+3
|\ \ | |/ |/|
| * proc: Use new_inode not new_inode_pseudoEric W. Biederman2020-06-123-3/+3
* | Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-101-0/+4
|\ \
| * | sysctl: reject gigantic reads/write to sysctl filesChristoph Hellwig2020-06-101-0/+4
* | | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-101-4/+6
|\ \ \ | | |/ | |/|
| * | proc: s_fs_info may be NULL when proc_kill_sb is calledAlexey Gladkov2020-06-101-4/+6
* | | mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-092-6/+6
* | | mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse2020-06-091-3/+3
* | | mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-093-29/+29
* | | mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-094-4/+0
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-081-0/+145
|\ \ \
| * | | kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliasesGuilherme G. Piccoli2020-06-081-2/+5
| * | | kernel/hung_task convert hung_task_panic boot parameter to sysctlVlastimil Babka2020-06-081-0/+1
| * | | kernel/sysctl: support handling command line aliasesVlastimil Babka2020-06-081-7/+41
| * | | kernel/sysctl: support setting sysctl parameters from kernel command lineVlastimil Babka2020-06-081-0/+107
* | | | Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-071-0/+13
|\ \ \ \ | |/ / / |/| | |
| * | | apparmor: add proc subdir to attrsJohn Johansen2020-01-181-0/+13
* | | | 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