summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
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
2021-07-01procfs/dmabuf: add inode number to /proc/*/fdinfoKalesh Singh
2021-07-01procfs: allow reading fdinfo with PTRACE_MODE_READKalesh Singh
2021-07-01proc: Avoid mixing integer types in mem_rw()Marcelo Henrique Cerri
2021-07-01mm: remove special swap entry functionsAlistair Popple
2021-06-30fs/proc/kcore: use page_offline_(freeze|thaw)David Hildenbrand
2021-06-30fs/proc/kcore: don't read offline sections, logically offline pages and hwpoi...David Hildenbrand
2021-06-30fs/proc/kcore: pfn_is_ram check only applies to KCORE_RAMDavid Hildenbrand
2021-06-30fs/proc/kcore: drop KCORE_REMAP and KCORE_OTHERDavid Hildenbrand
2021-06-30mm/pagemap: export uffd-wp protection informationPeter Xu
2021-06-30mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...Miaohe Lin
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-29mm: gup: pack has_pinned in MMF_HAS_PINNEDAndrea Arcangeli
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-18Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar
2021-06-15proc: only require mm_struct for writingLinus Torvalds
2021-06-10bootconfig: Change array value to use child nodeMasami Hiramatsu
2021-06-08proc: Track /proc/$pid/attr/ opener mm_structKees Cook
2021-06-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar
2021-05-25proc: Check /proc/$pid/attr/ writes against file openerKees Cook
2021-05-12sched: Make nr_iowait() return 32-bit valueAlexey Dobriyan
2021-05-12sched: Make nr_running() return 32-bit valueAlexey Dobriyan
2021-05-06proc/sysctl: fix function name error in commentszhouchuangao
2021-05-06proc: delete redundant subset=pid checkAlexey Dobriyan
2021-05-06proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan
2021-05-06proc: save LOC in __xlate_proc_name()Alexey Dobriyan
2021-05-06fs/proc/generic.c: fix incorrect pde_is_permanent checkColin Ian King