aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-20mm/smaps: don't access young/dirty bit if pte unpresentPeter Xu1-3/+4
2022-08-14take care to handle NULL ->proc_lseek()Al Viro1-0/+3
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds9-27/+65
2022-07-29proc: add some (hopefully) insightful commentsAlexey Dobriyan4-5/+27
2022-07-17proc: fix a dentry lock race between release_task and lookupZhihao Cheng1-8/+38
2022-07-17proc: delete unused <linux/uaccess.h> includesAlexey Dobriyan8-14/+0
2022-07-17mm: thp: kill __transhuge_page_enabled()Yang Shi1-1/+1
2022-07-17mm: thp: kill transparent_hugepage_active()Yang Shi1-1/+1
2022-07-17mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra1-1/+1
2022-07-03mm/smaps: add Pss_DirtyVincent Whitchurch1-0/+3
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds4-79/+71
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds1-39/+50
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-2/+36
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+2
2022-05-23Merge tag 'x86_cleanups_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+1
2022-05-19mm: zswap: add basic meminfo and vmstat coverageJohannes Weiner1-0/+7
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+22
2022-05-13mm/pagemap: recognize uffd-wp bit for shmem/hugetlbfsPeter Xu1-0/+7
2022-05-09proc: fix dentry/inode overinstantiating under /proc/${pid}/netAlexey Dobriyan2-0/+6
2022-05-09procfs: prevent unprivileged processes accessing fdinfo dirKalesh Singh1-1/+22
2022-05-04memcg: accounting for objects allocated for new netdeviceVasily Averin1-1/+1
2022-05-03net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang1-1/+1
2022-04-29vmcore: convert read_from_oldmem() to take an iov_iterMatthew Wilcox (Oracle)1-25/+15
2022-04-29vmcore: convert __read_vmcore to use an iov_iterMatthew Wilcox (Oracle)1-52/+30
2022-04-29vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)1-20/+34
2022-04-29fs/proc/kcore.c: remove check of list iterator against head past the loop bodyJakob Koschel1-5/+9
2022-04-28ksm: count ksm merging pages for each processxu xin1-0/+22
2022-04-28fs/proc/task_mmu.c: remove redundant page validation of pte_pageXianting Tian1-2/+0
2022-04-27x86/aperfmperf: Replace aperfmperf_get_khz()Thomas Gleixner1-5/+1
2022-04-25sysctl: minor cleanup in new_dir()Vasily Averin1-1/+0
2022-04-21fs/proc: Introduce list_for_each_table_entry for proc sysctlMeng Tang1-38/+50
2022-04-03Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+2
2022-04-02proc: bootconfig: Add null pointer checkLv Ruyi1-0/+2
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-2/+0
2022-03-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-24/+27
2022-03-23proc/vmcore: fix vmcore_alloc_buf() kernel-doc commentYang Li1-1/+1
2022-03-23proc/vmcore: fix possible deadlock on concurrent mmap and readDavid Hildenbrand1-19/+22
2022-03-23proc: alloc PATH_MAX bytes for /proc/${pid}/fd/ symlinksHao Lee1-4/+4
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-10tracehook: Remove tracehook.hEric W. Biederman2-2/+0
2022-03-05proc: fix documentation and description of pagemapYun Zhou1-1/+2
2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan1-3/+3
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig1-0/+1
2022-02-11fs/proc: task_mmu.c: don't read mapcount for migration entryYang Shi1-9/+31
2022-01-22proc: remove PDE_DATA() completelyMuchun Song1-4/+4
2022-01-22fs: proc: store PDE()->data into inode->i_privateMuchun Song3-11/+1
2022-01-22kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain1-2/+2
2022-01-22sysctl: add and use base directory declarer and registration helperLuis Chamberlain1-0/+9
2022-01-22sysctl: move maxolduid as a sysctl specific constLuis Chamberlain1-1/+1