summaryrefslogtreecommitdiff
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm-current/current'Stephen Rothwell2020-11-266-26/+54
|\
| * proc-provide-details-on-indirect-branch-speculation-v2Anand K Mistry2020-11-241-1/+1
| * proc: provide details on indirect branch speculationAnand K Mistry2020-11-241-0/+28
| * procfs: delete duplicated words + other fixesRandy Dunlap2020-11-242-3/+3
| * arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport2020-11-241-2/+0
| * /proc/kpageflags: do not use uninitialized struct pagesToshiki Fukasawa2020-11-241-0/+3
| * /proc/kpageflags: prevent an integer overflow in stable_page_flags()Toshiki Fukasawa2020-11-241-19/+18
| * proc: use untagged_addr() for pagemap_read addressesMiles Chen2020-11-241-2/+2
* | Merge remote-tracking branch 'seccomp/for-next/seccomp'Stephen Rothwell2020-11-261-0/+6
|\ \
| * | seccomp/cache: Report cache data through /proc/pid/seccomp_cacheYiFei Zhu2020-11-201-0/+6
* | | Merge remote-tracking branch 'userns/for-next'Stephen Rothwell2020-11-261-33/+15
|\ \ \
| * \ \ Merge of signal-for-v5.11, and exec-for-v5.11 for testing in linux-nextEric W. Biederman2020-11-251-33/+15
| |\ \ \ | | |/ / | |/| |
| | * | proc/fd: In fdinfo seq_show don't use get_files_structEric W. Biederman2020-11-241-4/+5
| | * | proc/fd: In proc_readfd_common use task_lookup_next_fd_rcuEric W. Biederman2020-11-241-12/+5
| | * | proc/fd: In tid_fd_mode use task_lookup_fd_rcuEric W. Biederman2020-11-241-6/+1
| | * | file: Replace fcheck_files with files_lookup_fd_rcuEric W. Biederman2020-11-241-2/+2
| | * | file: Factor files_lookup_fd_locked out of fcheck_filesEric W. Biederman2020-11-241-1/+1
| | * | proc/fd: In proc_fd_link use fget_taskEric W. Biederman2020-11-241-10/+3
* | | | Merge branch 'linus'Ingo Molnar2020-11-221-0/+7
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge tag 'io_uring-5.10-2020-11-20' of git://git.kernel.dk/linux-blockLinus Torvalds2020-11-201-0/+7
| |\ \ \ | | |/ / | |/| |
| | * | proc: don't allow async path resolution of /proc/self componentsJens Axboe2020-11-131-0/+7
| | |/
* | | Merge branch 'sched/migrate-disable'Ingo Molnar2020-11-201-2/+2
|\ \ \ | |/ / |/| |
| * | sched/proc: Print accurate cpumask vs migrate_disable()Peter Zijlstra2020-11-101-2/+2
| |/
* | Merge branch 'hch' (patches from Christoph)Linus Torvalds2020-11-084-4/+6
|\ \
| * | proc "seq files": switch to ->read_iterChristoph Hellwig2020-11-061-1/+1
| * | proc "single files": switch to ->read_iterGreg Kroah-Hartman2020-11-061-1/+1
| * | proc/stat: switch to ->read_iterChristoph Hellwig2020-11-061-1/+1
| * | proc/cpuinfo: switch to ->read_iterChristoph Hellwig2020-11-061-1/+1
| * | proc: wire up generic_file_splice_read for iter opsChristoph Hellwig2020-11-061-0/+2
| |/
* | mm, oom: keep oom_adj under or at upper limit when printingCharles Haithcock2020-11-021-0/+2
|/
* Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-222-60/+107
|\
| * sysctl: Convert to iter interfacesMatthew Wilcox (Oracle)2020-09-081-24/+24
| * proc: add a read_iter method to proc proc_opsChristoph Hellwig2020-09-031-3/+50
| * proc: cleanup the compat vs no compat file opsChristoph Hellwig2020-09-031-6/+4
| * proc: remove a level of indentation in proc_get_inodeChristoph Hellwig2020-09-031-35/+37
* | io-wq: inherit audit loginuid and sessionidJens Axboe2020-10-171-0/+4
* | mm: remove the now-unnecessary mmget_still_valid() hackJann Horn2020-10-161-18/+0
* | mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan2020-10-131-2/+1
* | mm: proc: smaps_rollup: do not stall write attempts on mmap_lockChinwen Chang2020-10-131-1/+65
* | mm: smaps*: extend smap_gather_stats to support specified beginningChinwen Chang2020-10-131-8/+22
* | proc: optimise smaps for shmem entriesMatthew Wilcox (Oracle)2020-10-131-7/+1
* | arm64: mte: Add PROT_MTE support to mmap() and mprotect()Catalin Marinas2020-09-041-0/+4
* | mm: Add PG_arch_2 page flagSteven Price2020-09-041-0/+3
|/
* 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