aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2022-01-22sysctl: share unsigned long const valuesLuis Chamberlain1-0/+3
2022-01-22sysctl: add helper to register a sysctl mount pointLuis Chamberlain1-0/+14
2022-01-22sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni1-1/+1
2022-01-22sysctl: add a new register_sysctl_init() interfaceXiaoming Ni1-0/+33
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-15/+11
2022-01-20kthread: dynamically allocate memory to store kthread's full nameYafang Shao1-0/+3
2022-01-20sysctl: remove redundant ret assignmentluo penghao1-1/+0
2022-01-20sysctl: fix duplicate path separator in printed entriesGeert Uytterhoeven1-4/+4
2022-01-20proc: convert the return type of proc_fd_access_allowed() to be booleanQi Zheng1-2/+2
2022-01-20proc/vmcore: don't fake reading zeroes on surprise vmcore_cb unregistrationDavid Hildenbrand1-8/+2
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+5
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+12
2022-01-15mm: move anon_vma declarations to linux/mm_inline.hArnd Bergmann1-0/+1
2022-01-15mm: add a field to store names for private anonymous memoryColin Cross1-1/+11
2022-01-08exit: Use the correct exit_code in /proc/<pid>/statEric W. Biederman1-1/+5
2021-12-10net: add netns refcount tracker to struct seq_net_privateEric Dumazet1-3/+16
2021-11-20proc/vmcore: fix clearing user buffer by properly using clear_user()David Hildenbrand1-8/+12
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-41/+85
2021-11-09proc: allow pid_revalidate() during LOOKUP_RCUStephen Brennan1-8/+10
2021-11-09proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacksDavid Hildenbrand1-30/+69
2021-11-09proc/vmcore: let pfn_is_ram() return a boolDavid Hildenbrand1-4/+4
2021-11-09procfs: do not list TID 0 in /proc/<pid>/taskFlorian Weimer1-0/+3
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-12/+16
2021-11-06mm/smaps: simplify shmem handling of pte holesPeter Xu1-10/+12
2021-11-06mm/smaps: fix shmem pte hole swap calculationPeter Xu1-2/+4