summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* proc: Avoid mixing integer types in mem_rw()Marcelo Henrique Cerri2021-07-281-1/+1
* mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...Miaohe Lin2021-07-141-1/+1
* proc: only require mm_struct for writingLinus Torvalds2021-06-161-1/+3
* proc: Track /proc/$pid/attr/ opener mm_structKees Cook2021-06-161-1/+8
* proc: Check /proc/$pid/attr/ writes against file openerKees Cook2021-06-031-0/+4
* fs/proc/generic.c: fix incorrect pde_is_permanent checkColin Ian King2021-05-191-1/+1
* seccomp: Fix CONFIG tests for Seccomp_filtersKenta.Tada@sony.com2021-05-141-0/+2
* proc: don't allow async path resolution of /proc/thread-self componentsJens Axboe2021-03-042-1/+8
* proc: use kvzalloc for our kernel bufferJosef Bacik2021-03-041-2/+2
* mm: proc: Invalidate TLB after clearing soft-dirty page stateWill Deacon2021-03-041-4/+5
* proc_sysctl: fix oops caused by incorrect command parametersXiaoming Ni2021-01-271-1/+6
* mm: don't play games with pinned pages in clear_page_refsLinus Torvalds2021-01-191-0/+21
* mm: fix clear_refs_write lockingLinus Torvalds2021-01-191-23/+9
* exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman2021-01-091-5/+5
* proc: fix lookup in /proc/net subdirectories after setns(2)Alexey Dobriyan2020-12-303-18/+29
* 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
|/
* mm, oom: make the calculation of oom badness more accurateYafang Shao2020-08-121-1/+10
* /proc/PID/smaps: consistent whitespace output formatMichal Koutný2020-08-121-2/+2
* proc/meminfo: avoid open coded reading of vm_committed_asFeng Tang2020-08-071-1/+1
* mm: memcontrol: account kernel stack per nodeShakeel Butt2020-08-071-2/+2
* mm: memcg: convert vmstat slab counters to bytesRoman Gushchin2020-08-071-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-051-1/+1
|\
| * bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song2020-07-251-1/+1
* | Merge tag 'cap-checkpoint-restore-v5.9' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-08-041-4/+4
|\ \
| * | proc: allow access in init userns for map_files with CAP_CHECKPOINT_RESTOREAdrian Reber2020-07-191-4/+4
| |/
* | Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-041-0/+2
|\ \
| * | seccomp: Report number of loaded filters in /proc/$pid/statusKees Cook2020-07-101-0/+2
* | | Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-031-0/+1
|\ \ \ | |_|/ |/| |