summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* proc_sysctl: fix oops caused by incorrect command parametersXiaoming Ni2021-01-241-1/+6
* mm: don't play games with pinned pages in clear_page_refsLinus Torvalds2021-01-161-0/+21
* mm: fix clear_refs_write lockingLinus Torvalds2021-01-161-23/+9
* Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-161-0/+6
|\
| * seccomp/cache: Report cache data through /proc/pid/seccomp_cacheYiFei Zhu2020-11-201-0/+6
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-155-23/+61
|\ \
| * | fs/proc: make pde_get() return nothingHui Su2020-12-151-2/+1
| * | proc: fix lookup in /proc/net subdirectories after setns(2)Alexey Dobriyan2020-12-153-18/+29
| * | proc: provide details on indirect branch speculationAnand K Mistry2020-12-151-0/+28
| * | procfs: delete duplicated words + other fixesRandy Dunlap2020-12-152-3/+3
* | | Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-12-151-5/+5
|\ \ \
| * | | exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman2020-12-101-5/+5
* | | | Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-151-33/+15
|\ \ \ \ | |_|/ / |/| | |
| * | | proc/fd: In fdinfo seq_show don't use get_files_structEric W. Biederman2020-12-101-4/+5
| * | | proc/fd: In proc_readfd_common use task_lookup_next_fd_rcuEric W. Biederman2020-12-101-12/+5
| * | | proc/fd: In tid_fd_mode use task_lookup_fd_rcuEric W. Biederman2020-12-101-6/+1
| * | | file: Replace fcheck_files with files_lookup_fd_rcuEric W. Biederman2020-12-101-2/+2
| * | | file: Factor files_lookup_fd_locked out of fcheck_filesEric W. Biederman2020-12-101-1/+1
| * | | proc/fd: In proc_fd_link use fget_taskEric W. Biederman2020-12-101-10/+3
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-152-3/+1
|\ \ \ \
| * | | | arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport2020-12-151-2/+0
| * | | | mm: memcontrol: account pagetables per nodeShakeel Butt2020-12-151-1/+1
* | | | | Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-141-2/+2
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar2020-11-276-4/+15
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | sched/proc: Print accurate cpumask vs migrate_disable()Peter Zijlstra2020-11-101-2/+2
| | |_|/ / | |/| | |
* | | | | Merge tag 'time-namespace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-142-2/+7
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | fs/proc: apply the time namespace offset to /proc/stat btimeMichael Weiß2020-11-032-2/+7
| |/ / /
* | / / proc: use untagged_addr() for pagemap_read addressesMiles Chen2020-12-111-2/+6
| |/ / |/| |
* | | 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 '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
|/