summaryrefslogtreecommitdiffstats
path: root/fs/proc
AgeCommit message (Expand)AuthorLines
2022-08-20mm/smaps: don't access young/dirty bit if pte unpresentPeter Xu-3/+4
2022-08-14take care to handle NULL ->proc_lseek()Al Viro-0/+3
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-27/+65
2022-07-29proc: add some (hopefully) insightful commentsAlexey Dobriyan-5/+27
2022-07-17proc: fix a dentry lock race between release_task and lookupZhihao Cheng-8/+38
2022-07-17proc: delete unused <linux/uaccess.h> includesAlexey Dobriyan-14/+0
2022-07-17mm: thp: kill __transhuge_page_enabled()Yang Shi-1/+1
2022-07-17mm: thp: kill transparent_hugepage_active()Yang Shi-1/+1
2022-07-17mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra-1/+1
2022-07-03mm/smaps: add Pss_DirtyVincent Whitchurch-0/+3
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-79/+71
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-39/+50
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+36
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-2/+2
2022-05-23Merge tag 'x86_cleanups_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-5/+1
2022-05-19mm: zswap: add basic meminfo and vmstat coverageJohannes Weiner-0/+7
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+22
2022-05-13mm/pagemap: recognize uffd-wp bit for shmem/hugetlbfsPeter Xu-0/+7
2022-05-09proc: fix dentry/inode overinstantiating under /proc/${pid}/netAlexey Dobriyan-0/+6
2022-05-09procfs: prevent unprivileged processes accessing fdinfo dirKalesh Singh-1/+22
2022-05-04memcg: accounting for objects allocated for new netdeviceVasily Averin-1/+1
2022-05-03net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang-1/+1
2022-04-29vmcore: convert read_from_oldmem() to take an iov_iterMatthew Wilcox (Oracle)-25/+15
2022-04-29vmcore: convert __read_vmcore to use an iov_iterMatthew Wilcox (Oracle)-52/+30
2022-04-29vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)-20/+34
2022-04-29fs/proc/kcore.c: remove check of list iterator against head past the loop bodyJakob Koschel-5/+9
2022-04-28ksm: count ksm merging pages for each processxu xin-0/+22
2022-04-28fs/proc/task_mmu.c: remove redundant page validation of pte_pageXianting Tian-2/+0
2022-04-27x86/aperfmperf: Replace aperfmperf_get_khz()Thomas Gleixner-5/+1
2022-04-25sysctl: minor cleanup in new_dir()Vasily Averin-1/+0
2022-04-21fs/proc: Introduce list_for_each_table_entry for proc sysctlMeng Tang-38/+50
2022-04-03Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds-0/+2
2022-04-02proc: bootconfig: Add null pointer checkLv Ruyi-0/+2
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+0
2022-03-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds-24/+27
2022-03-23proc/vmcore: fix vmcore_alloc_buf() kernel-doc commentYang Li-1/+1
2022-03-23proc/vmcore: fix possible deadlock on concurrent mmap and readDavid Hildenbrand-19/+22
2022-03-23proc: alloc PATH_MAX bytes for /proc/${pid}/fd/ symlinksHao Lee-4/+4
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-0/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song-1/+1
2022-03-10tracehook: Remove tracehook.hEric W. Biederman-2/+0
2022-03-05proc: fix documentation and description of pagemapYun Zhou-1/+2
2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan-3/+3
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig-0/+1
2022-02-11fs/proc: task_mmu.c: don't read mapcount for migration entryYang Shi-9/+31
2022-01-22proc: remove PDE_DATA() completelyMuchun Song-4/+4
2022-01-22fs: proc: store PDE()->data into inode->i_privateMuchun Song-11/+1
2022-01-22kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain-2/+2
2022-01-22sysctl: add and use base directory declarer and registration helperLuis Chamberlain-0/+9
2022-01-22sysctl: move maxolduid as a sysctl specific constLuis Chamberlain-1/+1