summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | 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