summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2022-04-08proc: bootconfig: Add null pointer checkLv Ruyi1-0/+2
2022-03-08proc: fix documentation and description of pagemapYun Zhou1-1/+2
2022-02-23fs/proc: task_mmu.c: don't read mapcount for migration entryYang Shi1-9/+31
2021-12-01proc/vmcore: fix clearing user buffer by properly using clear_user()David Hildenbrand1-6/+10
2021-11-18fs/proc/uptime.c: Fix idle time reporting in /proc/uptimeJosh Don2-7/+11
2021-11-12Revert "proc/wchan: use printk format instead of lookup_symbol_name()"Kees Cook1-8/+11
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/vi...Linus Torvalds1-1/+1
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus 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-07-01fs/proc/kcore: use page_offline_(freeze|thaw)David Hildenbrand1-0/+13
2021-07-01fs/proc/kcore: don't read offline sections, logically offline pages and hwpoi...David Hildenbrand1-1/+13
2021-07-01fs/proc/kcore: pfn_is_ram check only applies to KCORE_RAMDavid Hildenbrand1-8/+27
2021-07-01fs/proc/kcore: drop KCORE_REMAP and KCORE_OTHERDavid Hildenbrand1-5/+2
2021-07-01mm/pagemap: export uffd-wp protection informationPeter Xu1-0/+9
2021-07-01mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...Miaohe Lin1-1/+1
2021-06-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-06-29mm: gup: pack has_pinned in MMF_HAS_PINNEDAndrea Arcangeli1-1/+1
2021-06-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-1/+1
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+3
2021-06-18Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar1-1/+8
2021-06-15proc: only require mm_struct for writingLinus Torvalds1-1/+3
2021-06-10bootconfig: Change array value to use child nodeMasami Hiramatsu1-1/+1
2021-06-08proc: Track /proc/$pid/attr/ opener mm_structKees Cook1-1/+8
2021-06-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar1-0/+4
2021-05-25proc: Check /proc/$pid/attr/ writes against file openerKees Cook1-0/+4
2021-05-12sched: Make nr_iowait() return 32-bit valueAlexey Dobriyan1-1/+1
2021-05-12sched: Make nr_running() return 32-bit valueAlexey Dobriyan2-2/+2
2021-05-07proc/sysctl: fix function name error in commentszhouchuangao1-1/+1
2021-05-07proc: delete redundant subset=pid checkAlexey Dobriyan1-4/+0
2021-05-07proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan1-12/+2
2021-05-07proc: save LOC in __xlate_proc_name()Alexey Dobriyan1-9/+2
2021-05-07fs/proc/generic.c: fix incorrect pde_is_permanent checkColin Ian King1-1/+1
2021-05-05userfaultfd: add minor fault registration modeAxel Rasmussen1-0/+3
2021-04-30Reimplement RLIMIT_SIGPENDING on top of ucountsAlexey Gladkov1-1/+1
2021-04-30Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-6/+1
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+6
2021-04-27Merge tag 'seccomp-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2021-04-24sysctl: use min() helper for namecmp()Masahiro Yamada1-6/+1
2021-04-07switch file_open_root() to struct pathAl Viro1-1/+1
2021-03-31seccomp: Fix CONFIG tests for Seccomp_filtersKenta.Tada@sony.com1-0/+2
2021-03-26sysctl: add proc_dou8vec_minmax()Eric Dumazet1-0/+6
2021-03-13mm: use is_cow_mapping() across tree where properPeter Xu1-2/+0