summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2023-02-15mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz1-3/+1
2023-02-01sysctl: add a new register_sysctl_init() interfaceXiaoming Ni1-0/+33
2023-01-04Revert "proc: don't allow async path resolution of /proc/self components"Jens Axboe1-7/+0
2023-01-04Revert "proc: don't allow async path resolution of /proc/thread-self components"Jens Axboe2-8/+1
2022-10-30mm: /proc/pid/smaps_rollup: fix no vma's null-derefSeth Jenkins1-1/+1
2022-08-31mm/smaps: don't access young/dirty bit if pte unpresentPeter Xu1-3/+4
2022-06-09proc: fix dentry/inode overinstantiating under /proc/${pid}/netAlexey Dobriyan2-0/+6
2022-05-15arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport1-2/+0
2022-04-08proc: bootconfig: Add null pointer checkLv Ruyi1-0/+2
2022-02-23fs/proc: task_mmu.c: don't read mapcount for migration entryYang Shi1-11/+32
2021-12-01proc/vmcore: fix clearing user buffer by properly using clear_user()David Hildenbrand1-6/+10
2021-11-18fs/proc/uptime.c: Fix idle time reporting in /proc/uptimeJosh Don2-7/+11
2021-07-28proc: Avoid mixing integer types in mem_rw()Marcelo Henrique Cerri1-1/+1
2021-07-14mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...Miaohe Lin1-1/+1
2021-06-16proc: only require mm_struct for writingLinus Torvalds1-1/+3
2021-06-16proc: Track /proc/$pid/attr/ opener mm_structKees Cook1-1/+8
2021-06-03proc: Check /proc/$pid/attr/ writes against file openerKees Cook1-0/+4
2021-05-19fs/proc/generic.c: fix incorrect pde_is_permanent checkColin Ian King1-1/+1
2021-05-14seccomp: Fix CONFIG tests for Seccomp_filtersKenta.Tada@sony.com1-0/+2
2021-03-04proc: don't allow async path resolution of /proc/thread-self componentsJens Axboe2-1/+8
2021-03-04proc: use kvzalloc for our kernel bufferJosef Bacik1-2/+2
2021-03-04mm: proc: Invalidate TLB after clearing soft-dirty page stateWill Deacon1-4/+5
2021-01-27proc_sysctl: fix oops caused by incorrect command parametersXiaoming Ni1-1/+6
2021-01-19mm: don't play games with pinned pages in clear_page_refsLinus Torvalds1-0/+21
2021-01-19mm: fix clear_refs_write lockingLinus Torvalds1-23/+9
2021-01-09exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman1-5/+5
2020-12-30proc: fix lookup in /proc/net subdirectories after setns(2)Alexey Dobriyan3-18/+29
2020-12-12proc: use untagged_addr() for pagemap_read addressesMiles Chen1-2/+6
2020-11-20Merge tag 'io_uring-5.10-2020-11-20' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+7
2020-11-14proc: don't allow async path resolution of /proc/self componentsJens Axboe1-0/+7
2020-11-08Merge branch 'hch' (patches from Christoph)Linus Torvalds4-4/+6
2020-11-06proc "seq files": switch to ->read_iterChristoph Hellwig1-1/+1
2020-11-06proc "single files": switch to ->read_iterGreg Kroah-Hartman1-1/+1
2020-11-06proc/stat: switch to ->read_iterChristoph Hellwig1-1/+1
2020-11-06proc/cpuinfo: switch to ->read_iterChristoph Hellwig1-1/+1
2020-11-06proc: wire up generic_file_splice_read for iter opsChristoph Hellwig1-0/+2
2020-11-02mm, oom: keep oom_adj under or at upper limit when printingCharles Haithcock1-0/+2
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-60/+107
2020-10-17io-wq: inherit audit loginuid and sessionidJens Axboe1-0/+4
2020-10-16mm: remove the now-unnecessary mmget_still_valid() hackJann Horn1-18/+0
2020-10-14mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan1-2/+1
2020-10-14mm: proc: smaps_rollup: do not stall write attempts on mmap_lockChinwen Chang1-1/+65
2020-10-14mm: smaps*: extend smap_gather_stats to support specified beginningChinwen Chang1-8/+22
2020-10-14proc: optimise smaps for shmem entriesMatthew Wilcox (Oracle)1-7/+1
2020-09-09sysctl: Convert to iter interfacesMatthew Wilcox (Oracle)1-24/+24
2020-09-04arm64: mte: Add PROT_MTE support to mmap() and mprotect()Catalin Marinas1-0/+4
2020-09-04mm: Add PG_arch_2 page flagSteven Price1-0/+3
2020-09-04proc: add a read_iter method to proc proc_opsChristoph Hellwig1-3/+50
2020-09-04proc: cleanup the compat vs no compat file opsChristoph Hellwig1-6/+4
2020-09-04proc: remove a level of indentation in proc_get_inodeChristoph Hellwig1-35/+37