aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-24stat: handle idmapped mountsChristian Brauner5-6/+6
2021-01-24attr: handle idmapped mountsChristian Brauner3-6/+6
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner2-3/+3
2021-01-16mm: don't play games with pinned pages in clear_page_refsLinus Torvalds1-0/+21
2021-01-16mm: fix clear_refs_write lockingLinus Torvalds1-23/+9
2020-12-16Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+6
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-23/+61
2020-12-15fs/proc: make pde_get() return nothingHui Su1-2/+1
2020-12-15proc: fix lookup in /proc/net subdirectories after setns(2)Alexey Dobriyan3-18/+29
2020-12-15proc: provide details on indirect branch speculationAnand K Mistry1-0/+28
2020-12-15procfs: delete duplicated words + other fixesRandy Dunlap2-3/+3
2020-12-15Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-5/+5
2020-12-15Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-33/+15
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+1
2020-12-15arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport1-2/+0
2020-12-15mm: memcontrol: account pagetables per nodeShakeel Butt1-1/+1
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2020-12-14Merge tag 'time-namespace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds2-2/+7
2020-12-11proc: use untagged_addr() for pagemap_read addressesMiles Chen1-2/+6
2020-12-10exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman1-5/+5
2020-12-10proc/fd: In fdinfo seq_show don't use get_files_structEric W. Biederman1-4/+5
2020-12-10proc/fd: In proc_readfd_common use task_lookup_next_fd_rcuEric W. Biederman1-12/+5
2020-12-10proc/fd: In tid_fd_mode use task_lookup_fd_rcuEric W. Biederman1-6/+1
2020-12-10file: Replace fcheck_files with files_lookup_fd_rcuEric W. Biederman1-2/+2
2020-12-10file: Factor files_lookup_fd_locked out of fcheck_filesEric W. Biederman1-1/+1
2020-12-10proc/fd: In proc_fd_link use fget_taskEric W. Biederman1-10/+3
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar6-4/+15
2020-11-20Merge tag 'io_uring-5.10-2020-11-20' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+7
2020-11-20seccomp/cache: Report cache data through /proc/pid/seccomp_cacheYiFei Zhu1-0/+6
2020-11-13proc: don't allow async path resolution of /proc/self componentsJens Axboe1-0/+7
2020-11-10sched/proc: Print accurate cpumask vs migrate_disable()Peter Zijlstra1-2/+2
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-03fs/proc: apply the time namespace offset to /proc/stat btimeMichael Weiß2-2/+7
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/viro/vfsLinus 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-13mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan1-2/+1
2020-10-13mm: proc: smaps_rollup: do not stall write attempts on mmap_lockChinwen Chang1-1/+65
2020-10-13mm: smaps*: extend smap_gather_stats to support specified beginningChinwen Chang1-8/+22
2020-10-13proc: optimise smaps for shmem entriesMatthew Wilcox (Oracle)1-7/+1
2020-09-08sysctl: 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-03proc: add a read_iter method to proc proc_opsChristoph Hellwig1-3/+50