summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
2024-07-03fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THPDavid Hildenbrand
2024-06-25proc: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2024-06-24/proc/pid/smaps: add mseal info for vmaJeff Xu
2024-06-13sysctl: Warn on an empty procname elementJoel Granados
2024-06-13sysctl: Remove ctl_table sentinel code commentsJoel Granados
2024-06-13sysctl: Remove "child" sysctl code commentsJoel Granados
2024-06-13sysctl: Remove superfluous empty allocations from sysctl internalsJoel Granados
2024-06-13sysctl: Replace nr_entries with ctl_table_size in new_linksJoel Granados
2024-06-13sysctl: Remove check for sentinel element in ctl_table arraysJoel Granados
2024-06-05mm/ksm: fix ksm_zero_pages accountingChengming Zhou
2024-06-03sysctl: move the extra1/2 boundary check of u8 to sysctl_check_table_arrayWen Yang
2024-06-03sysctl: always initialize i_uid/i_gidThomas Weißschuh
2024-05-24mm: /proc/pid/smaps_rollup: avoid skipping vma after getting mmap_lock againYuanyuan Zhong
2024-05-21Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-05-19Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-17Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-05-11fs/proc: fix softlockup in __read_vmcoreRik van Riel
2024-05-05mm: simplify thp_vma_allowable_orderMatthew Wilcox
2024-05-05fs/proc/task_mmu: convert smaps_hugetlb_range() to work on foliosDavid Hildenbrand
2024-05-05fs/proc/task_mmu: convert pagemap_hugetlb_range() to work on foliosDavid Hildenbrand
2024-05-05fs/proc/task_mmu: fix uffd-wp confusion in pagemap_scan_pmd_entry()Ryan Roberts
2024-05-05fs/proc/task_mmu: fix loss of young/dirty bits during pagemap scanRyan Roberts
2024-05-02proc: Move fdinfo PTRACE_MODE_READ check into the inode .permission operationTyler Hicks (Microsoft)
2024-04-25vmcore: replace strncpy with strscpy_padJustin Stitt
2024-04-25proc: convert smaps_pmd_entry to use a folioMatthew Wilcox (Oracle)
2024-04-25proc: pass a folio to smaps_page_accumulate()Matthew Wilcox (Oracle)
2024-04-25proc: convert smaps_page_accumulate to use a folioMatthew Wilcox (Oracle)
2024-04-25proc: convert gather_stats to use a folioMatthew Wilcox (Oracle)
2024-04-25proc: convert smaps_account() to use a folioMatthew Wilcox (Oracle)
2024-04-25proc: convert clear_refs_pte_range to use a folioMatthew Wilcox (Oracle)
2024-04-25mm: switch mm->get_unmapped_area() to a flagRick Edgecombe
2024-04-25proc: refactor pde_get_unmapped_area as prepRick Edgecombe
2024-04-25mm: add is_huge_zero_folio()Matthew Wilcox (Oracle)
2024-04-25proc: rewrite stable_page_flags()Matthew Wilcox (Oracle)
2024-04-25mm: zswap: optimize zswap pool size trackingJohannes Weiner
2024-04-24mm: support page_mapcount() on page_has_type() pagesMatthew Wilcox (Oracle)
2024-04-24sysctl: drop now unnecessary out-of-bounds checkThomas Weißschuh
2024-04-24sysctl: move sysctl type to ctl_table_headerThomas Weißschuh
2024-04-24sysctl: drop sysctl_is_perm_empty_ctl_tableThomas Weißschuh
2024-04-24sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table)Thomas Weißschuh
2024-04-15close_on_exec(): pass files_struct instead of fdtableAl Viro
2024-04-09fs/proc: Skip bootloader comment if no embedded kernel parametersMasami Hiramatsu
2024-04-09fs/proc: remove redundant comments from /proc/bootconfigZhenhua Huang
2024-03-31kbuild: make -Woverride-init warnings more consistentArnd Bergmann
2024-03-26fs: Add kernel-doc comments to proc_create_net_data_write()Yang Li
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-02-27proc: remove SLAB_MEM_SPREAD flag usageChengming Zhou