summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
2025-01-09fs/proc/task_mmu: fix pagemap flags with PMD THP entries on 32bitDavid Hildenbrand
2024-12-09fs/proc/kcore.c: Clear ret value in read_kcore_iter after successful iov_iter...Jiri Olsa
2024-12-09fs/proc/kcore.c: fix coccinelle reported ERROR instancesMirsad Todorovac
2024-12-09fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children statsOleg Nesterov
2024-12-09proc/softirqs: replace seq_printf with seq_put_decimal_ull_widthDavid Wang
2024-11-14fs/proc: fix compile warning about variable 'vmcore_mmap_ops'Qi Xi
2024-10-17fs/proc/kcore.c: allow translation of physical memory addressesAlexander Gordeev
2024-10-10proc: add config & param to block forcing mem writesAdrian Ratiu
2024-08-11sysctl: always initialize i_uid/i_gidThomas Weißschuh
2024-08-11sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table)Thomas Weißschuh
2024-08-03fs/proc/task_mmu: properly detect PM_MMAP_EXCLUSIVE per page of PMD-mapped THPsDavid Hildenbrand
2024-08-03fs/proc/task_mmu: don't indicate PM_MMAP_EXCLUSIVE without PM_PRESENTDavid Hildenbrand
2024-08-03fs/proc/task_mmu.c: add_to_pagemap: remove useless parameter addrHui Zhu
2024-08-03fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THPDavid Hildenbrand
2024-06-21fs/proc: fix softlockup in __read_vmcoreRik van Riel
2024-06-16mm: /proc/pid/smaps_rollup: avoid skipping vma after getting mmap_lock againYuanyuan Zhong
2024-06-16mm/ksm: fix ksm_zero_pages accountingChengming Zhou
2024-06-16proc: Move fdinfo PTRACE_MODE_READ check into the inode .permission operationTyler Hicks (Microsoft)
2024-05-02mm: support page_mapcount() on page_has_type() pagesMatthew Wilcox (Oracle)
2024-02-23fs/proc: do_task_stat: move thread_group_cputime_adjusted() outside of lock_t...Oleg Nesterov
2024-02-05sysctl: Fix out of bounds access for empty sysctl registersJoel Granados
2023-11-28watchdog: move softlockup_panic back to early_paramKrister Johansen
2023-11-28proc: sysctl: prevent aliased sysctls from getting passed to initKrister Johansen
2023-09-19proc: nommu: fix empty /proc/<pid>/mapsBen Wolsieffer
2023-09-19proc: nommu: /proc/<pid>/maps: release mmap read lockBen Wolsieffer
2023-09-05Merge tag 'mm-stable-2023-09-04-14-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-09-02proc/ksm: add ksm stats to /proc/pid/smapsStefan Roesch
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-28Merge tag 'v6.6-fs.proc.uapi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-25Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/s...Linus Torvalds
2023-08-24document while_each_thread(), change first_tid() to use for_each_thread()Oleg Nesterov
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton
2023-08-21mm,thp: fix smaps THPeligible output alignmentHugh Dickins
2023-08-21mm: memtest: convert to memtest_report_meminfo()Kefeng Wang
2023-08-21mm: factor out VMA stack and heap checksKefeng Wang
2023-08-21mm: kill frontswapJohannes Weiner
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan
2023-08-21smaps: use vm_normal_page_pmd() instead of follow_trans_huge_pmd()David Hildenbrand
2023-08-18ksm: add ksm zero pages for each processxu xin
2023-08-15sysctl: Use ctl_table_size as stopping criteria for list macroJoel Granados
2023-08-15sysctl: Add size arg to __register_sysctl_initJoel Granados
2023-08-15sysctl: Add size to register_sysctlJoel Granados
2023-08-15sysctl: Add a size arg to __register_sysctl_tableJoel Granados
2023-08-15sysctl: Add size argument to init_headerJoel Granados
2023-08-15sysctl: Use ctl_table_header in list_for_each_table_entryJoel Granados
2023-08-15sysctl: Prefer ctl_table_header in proc_sysctlJoel Granados