aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc
AgeCommit message (Expand)Author
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-05proc: fix documentation and description of pagemapYun Zhou
2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig
2022-02-11fs/proc: task_mmu.c: don't read mapcount for migration entryYang Shi
2022-01-22proc: remove PDE_DATA() completelyMuchun Song
2022-01-22fs: proc: store PDE()->data into inode->i_privateMuchun Song
2022-01-22kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain
2022-01-22sysctl: add and use base directory declarer and registration helperLuis Chamberlain
2022-01-22sysctl: move maxolduid as a sysctl specific constLuis Chamberlain
2022-01-22sysctl: share unsigned long const valuesLuis Chamberlain
2022-01-22sysctl: add helper to register a sysctl mount pointLuis Chamberlain
2022-01-22sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni
2022-01-22sysctl: add a new register_sysctl_init() interfaceXiaoming Ni
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-20kthread: dynamically allocate memory to store kthread's full nameYafang Shao
2022-01-20sysctl: remove redundant ret assignmentluo penghao
2022-01-20sysctl: fix duplicate path separator in printed entriesGeert Uytterhoeven
2022-01-20proc: convert the return type of proc_fd_access_allowed() to be booleanQi Zheng
2022-01-20proc/vmcore: don't fake reading zeroes on surprise vmcore_cb unregistrationDavid Hildenbrand
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15mm: move anon_vma declarations to linux/mm_inline.hArnd Bergmann
2022-01-15mm: add a field to store names for private anonymous memoryColin Cross
2022-01-08exit: Use the correct exit_code in /proc/<pid>/statEric W. Biederman
2021-12-10net: add netns refcount tracker to struct seq_net_privateEric Dumazet
2021-11-20proc/vmcore: fix clearing user buffer by properly using clear_user()David Hildenbrand
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-09proc: allow pid_revalidate() during LOOKUP_RCUStephen Brennan
2021-11-09proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacksDavid Hildenbrand
2021-11-09proc/vmcore: let pfn_is_ram() return a boolDavid Hildenbrand
2021-11-09procfs: do not list TID 0 in /proc/<pid>/taskFlorian Weimer
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06mm/smaps: simplify shmem handling of pte holesPeter Xu
2021-11-06mm/smaps: fix shmem pte hole swap calculationPeter Xu
2021-11-03Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Linus Torvalds
2021-11-01Merge tag 'x86_cc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-10-15proc: Use task_is_running() for wchan in /proc/$pid/statKees Cook
2021-10-15Revert "proc/wchan: use printk format instead of lookup_symbol_name()"Kees Cook
2021-10-08coredump: Limit coredumps to a single thread groupEric W. Biederman
2021-10-05fs/proc/uptime.c: Fix idle time reporting in /proc/uptimeJosh Don
2021-10-04treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08connector: send event on write to /proc/[pid]/commOhhoon Kwon
2021-09-08proc: stop using seq_get_buf in proc_task_nameChristoph Hellwig
2021-09-03mm: remove VM_DENYWRITEDavid Hildenbrand
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds