summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* mm/smaps: don't access young/dirty bit if pte unpresentPeter Xu2022-08-201-3/+4
* take care to handle NULL ->proc_lseek()Al Viro2022-08-141-0/+3
* Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-079-27/+65
|\
| * proc: add some (hopefully) insightful commentsAlexey Dobriyan2022-07-294-5/+27
| * proc: fix a dentry lock race between release_task and lookupZhihao Cheng2022-07-171-8/+38
| * proc: delete unused <linux/uaccess.h> includesAlexey Dobriyan2022-07-178-14/+0
* | mm: thp: kill __transhuge_page_enabled()Yang Shi2022-07-171-1/+1
* | mm: thp: kill transparent_hugepage_active()Yang Shi2022-07-171-1/+1
* | mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra2022-07-171-1/+1
* | mm/smaps: add Pss_DirtyVincent Whitchurch2022-07-031-0/+3
|/
* Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-274-79/+71
|\
| * proc: fix dentry/inode overinstantiating under /proc/${pid}/netAlexey Dobriyan2022-05-092-0/+6
| * vmcore: convert read_from_oldmem() to take an iov_iterMatthew Wilcox (Oracle)2022-04-291-25/+15
| * vmcore: convert __read_vmcore to use an iov_iterMatthew Wilcox (Oracle)2022-04-291-52/+30
| * vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)2022-04-291-20/+34
| * fs/proc/kcore.c: remove check of list iterator against head past the loop bodyJakob Koschel2022-04-291-5/+9
* | Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-261-39/+50
|\ \
| * | sysctl: minor cleanup in new_dir()Vasily Averin2022-04-251-1/+0
| * | fs/proc: Introduce list_for_each_table_entry for proc sysctlMeng Tang2022-04-211-38/+50
| |/
* | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-263-2/+36
|\ \
| * | mm: zswap: add basic meminfo and vmstat coverageJohannes Weiner2022-05-191-0/+7
| * | mm/pagemap: recognize uffd-wp bit for shmem/hugetlbfsPeter Xu2022-05-131-0/+7
| * | ksm: count ksm merging pages for each processxu xin2022-04-281-0/+22
| * | fs/proc/task_mmu.c: remove redundant page validation of pte_pageXianting Tian2022-04-281-2/+0
| |/
* | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-251-2/+2
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-191-1/+22
| |\ \
| * | | memcg: accounting for objects allocated for new netdeviceVasily Averin2022-05-041-1/+1
| * | | net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang2022-05-031-1/+1
| | |/ | |/|
* | | Merge tag 'x86_cleanups_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-231-5/+1
|\ \ \ | |_|/ |/| |
| * | x86/aperfmperf: Replace aperfmperf_get_khz()Thomas Gleixner2022-04-271-5/+1
| |/
* / procfs: prevent unprivileged processes accessing fdinfo dirKalesh Singh2022-05-091-1/+22
|/
* Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2022-04-031-0/+2
|\
| * proc: bootconfig: Add null pointer checkLv Ruyi2022-04-021-0/+2
* | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-282-2/+0
|\ \
| * | tracehook: Remove tracehook.hEric W. Biederman2022-03-102-2/+0
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-242-24/+27
|\ \ \ | |_|/ |/| |
| * | proc/vmcore: fix vmcore_alloc_buf() kernel-doc commentYang Li2022-03-231-1/+1
| * | proc/vmcore: fix possible deadlock on concurrent mmap and readDavid Hildenbrand2022-03-231-19/+22
| * | proc: alloc PATH_MAX bytes for /proc/${pid}/fd/ symlinksHao Lee2022-03-231-4/+4
* | | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-0/+1
|\ \ \
| * | | mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig2022-03-031-0/+1
* | | | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
| |/ / |/| |
* | | proc: fix documentation and description of pagemapYun Zhou2022-03-051-1/+2
* | | mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan2022-03-051-3/+3
|/ /
* / fs/proc: task_mmu.c: don't read mapcount for migration entryYang Shi2022-02-111-9/+31
|/
* proc: remove PDE_DATA() completelyMuchun Song2022-01-221-4/+4
* fs: proc: store PDE()->data into inode->i_privateMuchun Song2022-01-223-11/+1
* kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain2022-01-221-2/+2
* sysctl: add and use base directory declarer and registration helperLuis Chamberlain2022-01-221-0/+9
* sysctl: move maxolduid as a sysctl specific constLuis Chamberlain2022-01-221-1/+1