summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* proc: only require mm_struct for writingLinus Torvalds2021-06-151-1/+3
* proc: Track /proc/$pid/attr/ opener mm_structKees Cook2021-06-081-1/+8
* proc: Check /proc/$pid/attr/ writes against file openerKees Cook2021-05-251-0/+4
* proc/sysctl: fix function name error in commentszhouchuangao2021-05-061-1/+1
* proc: delete redundant subset=pid checkAlexey Dobriyan2021-05-061-4/+0
* proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan2021-05-061-12/+2
* proc: save LOC in __xlate_proc_name()Alexey Dobriyan2021-05-061-9/+2
* fs/proc/generic.c: fix incorrect pde_is_permanent checkColin Ian King2021-05-061-1/+1
* userfaultfd: add minor fault registration modeAxel Rasmussen2021-05-051-0/+3
* Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-04-291-6/+1
|\
| * sysctl: use min() helper for namecmp()Masahiro Yamada2021-04-251-6/+1
* | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-291-0/+6
|\ \
| * | sysctl: add proc_dou8vec_minmax()Eric Dumazet2021-03-251-0/+6
| |/
* | Merge tag 'seccomp-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-04-271-0/+2
|\ \ | |/ |/|
| * seccomp: Fix CONFIG tests for Seccomp_filtersKenta.Tada@sony.com2021-03-301-0/+2
* | mm: use is_cow_mapping() across tree where properPeter Xu2021-03-131-2/+0
|/
* Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-272-14/+0
|\
| * Revert "proc: don't allow async path resolution of /proc/self components"Jens Axboe2021-02-231-7/+0
| * Revert "proc: don't allow async path resolution of /proc/thread-self components"Jens Axboe2021-02-232-8/+1
* | proc: use kvzalloc for our kernel bufferJosef Bacik2021-02-261-2/+2
* | proc/wchan: use printk format instead of lookup_symbol_name()Helge Deller2021-02-261-11/+8
* | vmalloc: remove redundant NULL checkYang Li2021-02-241-5/+2
* | mm: memcontrol: convert NR_FILE_PMDMAPPED account to pagesMuchun Song2021-02-241-1/+1
* | mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pagesMuchun Song2021-02-241-1/+1
* | mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song2021-02-241-1/+1
* | mm: memcontrol: convert NR_FILE_THPS account to pagesMuchun Song2021-02-241-1/+1
* | mm: memcontrol: convert NR_ANON_THPS account to pagesMuchun Song2021-02-241-1/+1
* | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-238-32/+47
|\ \ | |/ |/|
| * fs: make helpers idmap mount awareChristian Brauner2021-01-248-17/+32
| * stat: handle idmapped mountsChristian Brauner2021-01-245-6/+6
| * attr: handle idmapped mountsChristian Brauner2021-01-243-6/+6
| * namei: make permission helpers idmapped mount awareChristian Brauner2021-01-242-3/+3
* | Merge tag 'core-mm-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-211-4/+5
|\ \
| * | mm: proc: Invalidate TLB after clearing soft-dirty page stateWill Deacon2021-01-291-4/+5
* | | proc: don't allow async path resolution of /proc/thread-self componentsJens Axboe2021-02-152-1/+8
|/ /
* / 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