summaryrefslogtreecommitdiffstats
path: root/fs/proc
AgeCommit message (Expand)Author
2021-07-28proc: Avoid mixing integer types in mem_rw()Marcelo Henrique Cerri
2021-07-14mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...Miaohe Lin
2021-06-15proc: only require mm_struct for writingLinus Torvalds
2021-06-08proc: Track /proc/$pid/attr/ opener mm_structKees Cook
2021-05-25proc: Check /proc/$pid/attr/ writes against file openerKees Cook
2021-05-06proc/sysctl: fix function name error in commentszhouchuangao
2021-05-06proc: delete redundant subset=pid checkAlexey Dobriyan
2021-05-06proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan
2021-05-06proc: save LOC in __xlate_proc_name()Alexey Dobriyan
2021-05-06fs/proc/generic.c: fix incorrect pde_is_permanent checkColin Ian King
2021-05-05userfaultfd: add minor fault registration modeAxel Rasmussen
2021-04-29Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-04-27Merge tag 'seccomp-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-04-25sysctl: use min() helper for namecmp()Masahiro Yamada
2021-03-30seccomp: Fix CONFIG tests for Seccomp_filtersKenta.Tada@sony.com
2021-03-25sysctl: add proc_dou8vec_minmax()Eric Dumazet
2021-03-13mm: use is_cow_mapping() across tree where properPeter Xu
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-26proc: use kvzalloc for our kernel bufferJosef Bacik
2021-02-26proc/wchan: use printk format instead of lookup_symbol_name()Helge Deller
2021-02-24vmalloc: remove redundant NULL checkYang Li
2021-02-24mm: memcontrol: convert NR_FILE_PMDMAPPED account to pagesMuchun Song
2021-02-24mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pagesMuchun Song
2021-02-24mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song
2021-02-24mm: memcontrol: convert NR_FILE_THPS account to pagesMuchun Song
2021-02-24mm: memcontrol: convert NR_ANON_THPS account to pagesMuchun Song
2021-02-23Revert "proc: don't allow async path resolution of /proc/self components"Jens Axboe
2021-02-23Revert "proc: don't allow async path resolution of /proc/thread-self components"Jens Axboe
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-21Merge tag 'core-mm-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-02-15proc: don't allow async path resolution of /proc/thread-self componentsJens Axboe
2021-01-29mm: proc: Invalidate TLB after clearing soft-dirty page stateWill Deacon
2021-01-24proc_sysctl: fix oops caused by incorrect command parametersXiaoming Ni
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner
2021-01-16mm: don't play games with pinned pages in clear_page_refsLinus Torvalds
2021-01-16mm: fix clear_refs_write lockingLinus Torvalds
2020-12-16Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-12-15fs/proc: make pde_get() return nothingHui Su
2020-12-15proc: fix lookup in /proc/net subdirectories after setns(2)Alexey Dobriyan
2020-12-15proc: provide details on indirect branch speculationAnand K Mistry
2020-12-15procfs: delete duplicated words + other fixesRandy Dunlap
2020-12-15Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2020-12-15Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-12-15arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport