summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2025-09-09proc: fix missing pde_set_flags() for net proc fileswangzijie1-17/+21
2025-08-15proc: use the same treatment to check proc_lseek as ones for proc_read_iter e...wangzijie3-1/+8
2025-07-17mm: fix the inaccurate memory statistics issue for usersBaolin Wang1-7/+7
2025-07-17fix proc_sys_compare() handling of in-lookup dentriesAl Viro2-8/+12
2025-04-10fs/procfs: fix the comment above proc_pid_wchan()Bart Van Assche1-1/+1
2025-03-28proc: fix UAF in proc_get_inode()Ye Bin3-4/+26
2025-03-22hrtimer: Use and report correct timerslack values for realtime tasksFelix Moessbauer1-4/+5
2025-02-17fs/proc: do_task_stat: Fix ESP not readable during coredumpNam Cao1-1/+1
2025-01-23fs/proc: fix softlockup in __read_vmcore (part 2)Rik van Riel1-0/+2
2025-01-09fs/proc/task_mmu: fix pagemap flags with PMD THP entries on 32bitDavid Hildenbrand1-1/+1
2024-12-09fs/proc/kcore.c: Clear ret value in read_kcore_iter after successful iov_iter...Jiri Olsa1-0/+1
2024-12-09fs/proc/kcore.c: fix coccinelle reported ERROR instancesMirsad Todorovac1-5/+5
2024-12-09fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children statsOleg Nesterov1-25/+32
2024-12-09proc/softirqs: replace seq_printf with seq_put_decimal_ull_widthDavid Wang1-1/+1
2024-11-14fs/proc: fix compile warning about variable 'vmcore_mmap_ops'Qi Xi1-4/+5
2024-10-17fs/proc/kcore.c: allow translation of physical memory addressesAlexander Gordeev1-2/+34
2024-10-10proc: add config & param to block forcing mem writesAdrian Ratiu1-1/+60
2024-08-11sysctl: always initialize i_uid/i_gidThomas Weißschuh1-4/+2
2024-08-11sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table)Thomas Weißschuh1-1/+1
2024-08-03fs/proc/task_mmu: properly detect PM_MMAP_EXCLUSIVE per page of PMD-mapped THPsDavid Hildenbrand1-10/+12
2024-08-03fs/proc/task_mmu: don't indicate PM_MMAP_EXCLUSIVE without PM_PRESENTDavid Hildenbrand1-6/+2
2024-08-03fs/proc/task_mmu.c: add_to_pagemap: remove useless parameter addrHui Zhu1-7/+6
2024-08-03fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THPDavid Hildenbrand1-0/+2
2024-06-21fs/proc: fix softlockup in __read_vmcoreRik van Riel1-0/+2
2024-06-16mm: /proc/pid/smaps_rollup: avoid skipping vma after getting mmap_lock againYuanyuan Zhong1-2/+7
2024-06-16mm/ksm: fix ksm_zero_pages accountingChengming Zhou1-1/+1
2024-06-16proc: Move fdinfo PTRACE_MODE_READ check into the inode .permission operationTyler Hicks (Microsoft)1-22/+20
2024-05-02mm: support page_mapcount() on page_has_type() pagesMatthew Wilcox (Oracle)1-5/+2
2024-02-23fs/proc: do_task_stat: move thread_group_cputime_adjusted() outside of lock_t...Oleg Nesterov1-4/+6
2024-02-05sysctl: Fix out of bounds access for empty sysctl registersJoel Granados1-2/+7
2023-11-28watchdog: move softlockup_panic back to early_paramKrister Johansen1-1/+0
2023-11-28proc: sysctl: prevent aliased sysctls from getting passed to initKrister Johansen1-0/+7
2023-09-19proc: nommu: fix empty /proc/<pid>/mapsBen Wolsieffer2-17/+22
2023-09-19proc: nommu: /proc/<pid>/maps: release mmap read lockBen Wolsieffer1-12/+15
2023-09-05Merge tag 'mm-stable-2023-09-04-14-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+6
2023-09-03proc/ksm: add ksm stats to /proc/pid/smapsStefan Roesch1-0/+6
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+9
2023-08-30Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-44/+46
2023-08-30Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-3/+2
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-46/+9
2023-08-28Merge tag 'v6.6-fs.proc.uapi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+3
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds9-12/+13
2023-08-25Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/s...Linus Torvalds1-2/+6
2023-08-25document while_each_thread(), change first_tid() to use for_each_thread()Oleg Nesterov1-3/+2
2023-08-22merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton2-5/+33
2023-08-21mm,thp: fix smaps THPeligible output alignmentHugh Dickins1-1/+1
2023-08-21mm: memtest: convert to memtest_report_meminfo()Kefeng Wang1-11/+1
2023-08-21mm: factor out VMA stack and heap checksKefeng Wang2-34/+5
2023-08-21mm: kill frontswapJohannes Weiner1-0/+1
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan1-0/+5