summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | fs/proc/kcore: pfn_is_ram check only applies to KCORE_RAMDavid Hildenbrand2021-06-301-8/+27
| * | | fs/proc/kcore: drop KCORE_REMAP and KCORE_OTHERDavid Hildenbrand2021-06-301-5/+2
| * | | mm/pagemap: export uffd-wp protection informationPeter Xu2021-06-301-0/+9
| * | | mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...Miaohe Lin2021-06-301-1/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-1/+1
|\| | |
| * | | mm: gup: pack has_pinned in MMF_HAS_PINNEDAndrea Arcangeli2021-06-291-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2021-06-281-1/+1
|\ \ \ \
| * | | | Reimplement RLIMIT_SIGPENDING on top of ucountsAlexey Gladkov2021-04-301-1/+1
* | | | | Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-282-3/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar2021-06-181-1/+8
| |\ \ \ \
| * \ \ \ \ Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2021-06-031-0/+4
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | sched: Make nr_iowait() return 32-bit valueAlexey Dobriyan2021-05-121-1/+1
| * | | | | sched: Make nr_running() return 32-bit valueAlexey Dobriyan2021-05-122-2/+2
* | | | | | proc: only require mm_struct for writingLinus Torvalds2021-06-151-1/+3
| |_|/ / / |/| | | |
* | | | | proc: Track /proc/$pid/attr/ opener mm_structKees Cook2021-06-081-1/+8
| |/ / / |/| | |
* | | | proc: Check /proc/$pid/attr/ writes against file openerKees Cook2021-05-251-0/+4
|/ / /
* | | proc/sysctl: fix function name error in commentszhouchuangao2021-05-061-1/+1
* | | proc: delete redundant subset=pid checkAlexey Dobriyan2021-05-061-4/+0
* | | proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan2021-05-061-12/+2
* | | proc: save LOC in __xlate_proc_name()Alexey Dobriyan2021-05-061-9/+2
* | | fs/proc/generic.c: fix incorrect pde_is_permanent checkColin Ian King2021-05-061-1/+1
* | | userfaultfd: add minor fault registration modeAxel Rasmussen2021-05-051-0/+3
* | | Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-04-291-6/+1
|\ \ \
| * | | sysctl: use min() helper for namecmp()Masahiro Yamada2021-04-251-6/+1
| |/ /
* | | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-291-0/+6
|\ \ \
| * | | sysctl: add proc_dou8vec_minmax()Eric Dumazet2021-03-251-0/+6
| |/ /
* | | Merge tag 'seccomp-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-04-271-0/+2
|\ \ \ | |/ / |/| |
| * | seccomp: Fix CONFIG tests for Seccomp_filtersKenta.Tada@sony.com2021-03-301-0/+2
| |/
* / mm: use is_cow_mapping() across tree where properPeter Xu2021-03-131-2/+0
|/
* Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-272-14/+0
|\
| * Revert "proc: don't allow async path resolution of /proc/self components"Jens Axboe2021-02-231-7/+0
| * Revert "proc: don't allow async path resolution of /proc/thread-self components"Jens Axboe2021-02-232-8/+1
* | proc: use kvzalloc for our kernel bufferJosef Bacik2021-02-261-2/+2
* | proc/wchan: use printk format instead of lookup_symbol_name()Helge Deller2021-02-261-11/+8
* | vmalloc: remove redundant NULL checkYang Li2021-02-241-5/+2