summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* 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
* sysctl: share unsigned long const valuesLuis Chamberlain2022-01-221-0/+3
* sysctl: add helper to register a sysctl mount pointLuis Chamberlain2022-01-221-0/+14
* sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni2022-01-221-1/+1
* sysctl: add a new register_sysctl_init() interfaceXiaoming Ni2022-01-221-0/+33
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-204-15/+11
|\
| * kthread: dynamically allocate memory to store kthread's full nameYafang Shao2022-01-201-0/+3
| * sysctl: remove redundant ret assignmentluo penghao2022-01-201-1/+0
| * sysctl: fix duplicate path separator in printed entriesGeert Uytterhoeven2022-01-201-4/+4
| * proc: convert the return type of proc_fd_access_allowed() to be booleanQi Zheng2022-01-201-2/+2
| * proc/vmcore: don't fake reading zeroes on surprise vmcore_cb unregistrationDavid Hildenbrand2022-01-201-8/+2
* | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-1/+5
|\ \
| * | exit: Use the correct exit_code in /proc/<pid>/statEric W. Biederman2022-01-081-1/+5
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-1/+12
|\ \ \
| * | | mm: move anon_vma declarations to linux/mm_inline.hArnd Bergmann2022-01-151-0/+1
| * | | mm: add a field to store names for private anonymous memoryColin Cross2022-01-151-1/+11
| | |/ | |/|
* / | net: add netns refcount tracker to struct seq_net_privateEric Dumazet2021-12-101-3/+16
|/ /
* / proc/vmcore: fix clearing user buffer by properly using clear_user()David Hildenbrand2021-11-201-8/+12
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-092-41/+85
|\
| * proc: allow pid_revalidate() during LOOKUP_RCUStephen Brennan2021-11-091-8/+10
| * proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacksDavid Hildenbrand2021-11-091-30/+69
| * proc/vmcore: let pfn_is_ram() return a boolDavid Hildenbrand2021-11-091-4/+4
| * procfs: do not list TID 0 in /proc/<pid>/taskFlorian Weimer2021-11-091-0/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-12/+16
|\|
| * mm/smaps: simplify shmem handling of pte holesPeter Xu2021-11-061-10/+12
| * mm/smaps: fix shmem pte hole swap calculationPeter Xu2021-11-061-2/+4
* | Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Linus Torvalds2021-11-031-3/+3
|\ \
| * | coredump: Limit coredumps to a single thread groupEric W. Biederman2021-10-081-3/+3
| |/
* | Merge tag 'x86_cc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-011-3/+3
|\ \
| * | treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky2021-10-041-3/+3
| |/
* | proc: Use task_is_running() for wchan in /proc/$pid/statKees Cook2021-10-151-5/+2
* | Revert "proc/wchan: use printk format instead of lookup_symbol_name()"Kees Cook2021-10-151-8/+11
* | fs/proc/uptime.c: Fix idle time reporting in /proc/uptimeJosh Don2021-10-052-7/+11
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-082-15/+8
|\
| * connector: send event on write to /proc/[pid]/commOhhoon Kwon2021-09-081-1/+4
| * proc: stop using seq_get_buf in proc_task_nameChristoph Hellwig2021-09-081-14/+4
* | mm: remove VM_DENYWRITEDavid Hildenbrand2021-09-031-1/+0
|/
* Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2021-07-031-1/+1
|\
| * switch file_open_root() to struct pathAl Viro2021-04-071-1/+1
* | Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-07-031-1/+1
|\ \
| * | bootconfig: Change array value to use child nodeMasami Hiramatsu2021-06-101-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-024-35/+92
|\ \ \
| * | | procfs/dmabuf: add inode number to /proc/*/fdinfoKalesh Singh2021-07-011-2/+3
| * | | procfs: allow reading fdinfo with PTRACE_MODE_READKalesh Singh2021-07-012-3/+16
| * | | proc: Avoid mixing integer types in mem_rw()Marcelo Henrique Cerri2021-07-011-1/+1
| * | | mm: remove special swap entry functionsAlistair Popple2021-07-011-15/+8
| * | | fs/proc/kcore: use page_offline_(freeze|thaw)David Hildenbrand2021-06-301-0/+13
| * | | fs/proc/kcore: don't read offline sections, logically offline pages and hwpoi...David Hildenbrand2021-06-301-1/+13