aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2020-08-12mm, oom: make the calculation of oom badness more accurateGravatar Yafang Shao 1-1/+10
2020-08-12/proc/PID/smaps: consistent whitespace output formatGravatar Michal Koutný 1-2/+2
2020-08-07proc/meminfo: avoid open coded reading of vm_committed_asGravatar Feng Tang 1-1/+1
2020-08-07mm: memcontrol: account kernel stack per nodeGravatar Shakeel Butt 1-2/+2
2020-08-07mm: memcg: convert vmstat slab counters to bytesGravatar Roman Gushchin 1-2/+2
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-1/+1
2020-08-04Merge tag 'cap-checkpoint-restore-v5.9' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-4/+4
2020-08-04Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+2
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+1
2020-07-25bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tGravatar Yonghong Song 1-1/+1
2020-07-19proc: allow access in init userns for map_files with CAP_CHECKPOINT_RESTOREGravatar Adrian Reber 1-4/+4
2020-07-10seccomp: Report number of loaded filters in /proc/$pid/statusGravatar Kees Cook 1-0/+2
2020-07-03Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-3/+3
2020-07-03Call sysctl_head_finish on errorGravatar Matthew Wilcox (Oracle) 1-3/+3
2020-06-24block: move block-related definitions out of fs.hGravatar Christoph Hellwig 1-0/+1
2020-06-20Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 1-5/+10
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultGravatar Christoph Hellwig 1-1/+2
2020-06-16proc/bootconfig: Fix to use correct quotes for valueGravatar Masami Hiramatsu 1-5/+10
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-1/+1
2020-06-12Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Gravatar Linus Torvalds 3-3/+3
2020-06-12proc: Use new_inode not new_inode_pseudoGravatar Eric W. Biederman 3-3/+3
2020-06-10Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-0/+4
2020-06-10Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Gravatar Linus Torvalds 1-4/+6
2020-06-10proc: s_fs_info may be NULL when proc_kill_sb is calledGravatar Alexey Gladkov 1-4/+6
2020-06-10sysctl: reject gigantic reads/write to sysctl filesGravatar Christoph Hellwig 1-0/+4
2020-06-09mmap locking API: convert mmap_sem commentsGravatar Michel Lespinasse 2-6/+6
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleGravatar Michel Lespinasse 1-3/+3
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 3-29/+29
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 4-4/+0
2020-06-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+145
2020-06-08kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliasesGravatar Guilherme G. Piccoli 1-2/+5
2020-06-08kernel/hung_task convert hung_task_panic boot parameter to sysctlGravatar Vlastimil Babka 1-0/+1
2020-06-08kernel/sysctl: support handling command line aliasesGravatar Vlastimil Babka 1-7/+41
2020-06-08kernel/sysctl: support setting sysctl parameters from kernel command lineGravatar Vlastimil Babka 1-0/+107
2020-06-07Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+13
2020-06-04Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-4/+4
2020-06-04proc: rename "catch" function argumentGravatar Alexey Dobriyan 1-4/+4
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Gravatar Linus Torvalds 7-79/+183
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 2-18/+48
2020-06-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-7/+12
2020-06-02/proc/PID/smaps: Add PMD migration entry parsingGravatar Huang Ying 1-5/+11
2020-06-02mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadGravatar NeilBrown 1-2/+1
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-2/+2
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-0/+7
2020-06-01Merge tag 'x86-cleanups-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+0
2020-05-28Merge branch 'for-next/scs' into for-next/coreGravatar Will Deacon 1-0/+4
2020-05-19proc: proc_pid_ns takes super_block as an argumentGravatar Alexey Gladkov 4-8/+8
2020-05-15scs: Add page accounting for shadow call stack allocationsGravatar Sami Tolvanen 1-0/+4
2020-05-09net: bpf: Add netlink and ipv6_route bpf_iter targetsGravatar Yonghong Song 1-0/+19