aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-1/+1
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-1/+1
2021-07-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 4-35/+92
2021-07-01procfs/dmabuf: add inode number to /proc/*/fdinfoGravatar Kalesh Singh 1-2/+3
2021-07-01procfs: allow reading fdinfo with PTRACE_MODE_READGravatar Kalesh Singh 2-3/+16
2021-07-01proc: Avoid mixing integer types in mem_rw()Gravatar Marcelo Henrique Cerri 1-1/+1
2021-07-01mm: remove special swap entry functionsGravatar Alistair Popple 1-15/+8
2021-06-30fs/proc/kcore: use page_offline_(freeze|thaw)Gravatar David Hildenbrand 1-0/+13
2021-06-30fs/proc/kcore: don't read offline sections, logically offline pages and hwpoi...Gravatar David Hildenbrand 1-1/+13
2021-06-30fs/proc/kcore: pfn_is_ram check only applies to KCORE_RAMGravatar David Hildenbrand 1-8/+27
2021-06-30fs/proc/kcore: drop KCORE_REMAP and KCORE_OTHERGravatar David Hildenbrand 1-5/+2
2021-06-30mm/pagemap: export uffd-wp protection informationGravatar Peter Xu 1-0/+9
2021-06-30mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...Gravatar Miaohe Lin 1-1/+1
2021-06-29Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2021-06-29mm: gup: pack has_pinned in MMF_HAS_PINNEDGravatar Andrea Arcangeli 1-1/+1
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+1
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-3/+3
2021-06-18Merge branch 'sched/urgent' into sched/core, to resolve conflictsGravatar Ingo Molnar 1-1/+8
2021-06-15proc: only require mm_struct for writingGravatar Linus Torvalds 1-1/+3
2021-06-10bootconfig: Change array value to use child nodeGravatar Masami Hiramatsu 1-1/+1
2021-06-08proc: Track /proc/$pid/attr/ opener mm_structGravatar Kees Cook 1-1/+8
2021-06-03Merge branch 'sched/urgent' into sched/core, to pick up fixesGravatar Ingo Molnar 1-0/+4
2021-05-25proc: Check /proc/$pid/attr/ writes against file openerGravatar Kees Cook 1-0/+4
2021-05-12sched: Make nr_iowait() return 32-bit valueGravatar Alexey Dobriyan 1-1/+1
2021-05-12sched: Make nr_running() return 32-bit valueGravatar Alexey Dobriyan 2-2/+2
2021-05-06proc/sysctl: fix function name error in commentsGravatar zhouchuangao 1-1/+1
2021-05-06proc: delete redundant subset=pid checkGravatar Alexey Dobriyan 1-4/+0
2021-05-06proc: mandate ->proc_lseek in "struct proc_ops"Gravatar Alexey Dobriyan 1-12/+2
2021-05-06proc: save LOC in __xlate_proc_name()Gravatar Alexey Dobriyan 1-9/+2
2021-05-06fs/proc/generic.c: fix incorrect pde_is_permanent checkGravatar Colin Ian King 1-1/+1
2021-05-05userfaultfd: add minor fault registration modeGravatar Axel Rasmussen 1-0/+3
2021-04-30Reimplement RLIMIT_SIGPENDING on top of ucountsGravatar Alexey Gladkov 1-1/+1
2021-04-29Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-6/+1
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-0/+6
2021-04-27Merge tag 'seccomp-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+2
2021-04-25sysctl: use min() helper for namecmp()Gravatar Masahiro Yamada 1-6/+1
2021-04-07switch file_open_root() to struct pathGravatar Al Viro 1-1/+1
2021-03-30seccomp: Fix CONFIG tests for Seccomp_filtersGravatar Kenta.Tada@sony.com 1-0/+2
2021-03-25sysctl: add proc_dou8vec_minmax()Gravatar Eric Dumazet 1-0/+6
2021-03-13mm: use is_cow_mapping() across tree where properGravatar Peter Xu 1-2/+0
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-14/+0
2021-02-26proc: use kvzalloc for our kernel bufferGravatar Josef Bacik 1-2/+2
2021-02-26proc/wchan: use printk format instead of lookup_symbol_name()Gravatar Helge Deller 1-11/+8
2021-02-24vmalloc: remove redundant NULL checkGravatar Yang Li 1-5/+2
2021-02-24mm: memcontrol: convert NR_FILE_PMDMAPPED account to pagesGravatar Muchun Song 1-1/+1
2021-02-24mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pagesGravatar Muchun Song 1-1/+1
2021-02-24mm: memcontrol: convert NR_SHMEM_THPS account to pagesGravatar Muchun Song 1-1/+1
2021-02-24mm: memcontrol: convert NR_FILE_THPS account to pagesGravatar Muchun Song 1-1/+1
2021-02-24mm: memcontrol: convert NR_ANON_THPS account to pagesGravatar Muchun Song 1-1/+1
2021-02-23Revert "proc: don't allow async path resolution of /proc/self components"Gravatar Jens Axboe 1-7/+0