aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-11-03Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-3/+3
2021-11-01Merge tag 'x86_cc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2021-10-15proc: Use task_is_running() for wchan in /proc/$pid/statKees Cook1-5/+2
2021-10-15Revert "proc/wchan: use printk format instead of lookup_symbol_name()"Kees Cook1-8/+11
2021-10-08coredump: Limit coredumps to a single thread groupEric W. Biederman1-3/+3
2021-10-05fs/proc/uptime.c: Fix idle time reporting in /proc/uptimeJosh Don2-7/+11
2021-10-04treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky1-3/+3
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-15/+8
2021-09-08connector: send event on write to /proc/[pid]/commOhhoon Kwon1-1/+4
2021-09-08proc: stop using seq_get_buf in proc_task_nameChristoph Hellwig1-14/+4
2021-09-03mm: remove VM_DENYWRITEDavid Hildenbrand1-1/+0
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-35/+92
2021-07-01procfs/dmabuf: add inode number to /proc/*/fdinfoKalesh Singh1-2/+3
2021-07-01procfs: allow reading fdinfo with PTRACE_MODE_READKalesh Singh2-3/+16
2021-07-01proc: Avoid mixing integer types in mem_rw()Marcelo Henrique Cerri1-1/+1
2021-07-01mm: remove special swap entry functionsAlistair Popple1-15/+8
2021-06-30fs/proc/kcore: use page_offline_(freeze|thaw)David Hildenbrand1-0/+13
2021-06-30fs/proc/kcore: don't read offline sections, logically offline pages and hwpoisoned pagesDavid Hildenbrand1-1/+13
2021-06-30fs/proc/kcore: pfn_is_ram check only applies to KCORE_RAMDavid Hildenbrand1-8/+27
2021-06-30fs/proc/kcore: drop KCORE_REMAP and KCORE_OTHERDavid Hildenbrand1-5/+2
2021-06-30mm/pagemap: export uffd-wp protection informationPeter Xu1-0/+9
2021-06-30mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_enabled()Miaohe Lin1-1/+1
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1