summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2025-11-24proc: proc_maps_open allow proc_mem_open to return NULLJialin Wang1-2/+2
2025-11-24fs/proc: fix uaf in proc_readdir_de()Wei Yang1-3/+9
2025-11-24proc: fix the issue of proc_mem_open returning NULLPenglei Jiang3-11/+17
2025-10-02fs/proc/task_mmu: check p->vec_buf for NULLJakub Acs1-0/+3
2025-09-19proc: fix type confusion in pde_set_flags()wangzijie1-1/+2
2025-09-09proc: fix missing pde_set_flags() for net proc fileswangzijie1-17/+21
2025-08-20mm/smaps: fix race between smaps_hugetlb_range and migrationJinjiang Tu1-1/+5
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-07-06fs/proc/task_mmu: fix PAGE_IS_PFNZERO detection for the huge zero folioDavid Hildenbrand1-1/+1
2025-04-10fs/procfs: fix the comment above proc_pid_wchan()Bart Van Assche1-1/+1
2025-03-29proc: fix UAF in proc_get_inode()Ye Bin3-4/+26
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-05fs/proc/kcore.c: fix coccinelle reported ERROR instancesMirsad Todorovac1-5/+5
2024-11-17Merge tag 'mm-hotfixes-stable-2024-11-16-15-33' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+3
2024-11-15fs/proc/task_mmu: prevent integer overflow in pagemap_scan_get_args()Dan Carpenter1-1/+3
2024-11-10Merge tag 'mm-hotfixes-stable-2024-11-09-22-40' of git://git.kernel.org/pub/s...Linus Torvalds1-4/+5
2024-11-08fs/proc: fix compile warning about variable 'vmcore_mmap_ops'Qi Xi1-4/+5
2024-11-07proc/softirqs: replace seq_printf with seq_put_decimal_ull_widthDavid Wang1-1/+1
2024-10-21Merge tag 'vfs-6.12-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-10-18proc: Fix W=1 build kernel-doc warningThorsten Blum1-1/+1
2024-10-17fs/proc: fix build with GCC 15 due to -Werror=unterminated-string-initializationBrahmajit Das1-6/+10
2024-10-09fs/proc/kcore.c: allow translation of physical memory addressesAlexander Gordeev1-2/+34
2024-09-24Merge tag 'sysctl-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+8
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds2-38/+8
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-9/+5
2024-09-19Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2024-09-18Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+3
2024-09-17proc: use __auto_type moreAlexey Dobriyan1-23/+8
2024-09-17Merge tag 'printk-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+5
2024-09-17Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+8
2024-09-16Merge tag 'vfs-6.12.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-13/+85
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-6/+24
2024-09-16Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds3-8/+6
2024-09-13mm: Define VM_DROPPABLE for powerpc/32Christophe Leroy1-1/+3
2024-09-12proc: store cookie in private dataChristian Brauner1-6/+24
2024-09-09proc: fold kmalloc() + strcpy() into kmemdup()Alexey Dobriyan1-2/+2
2024-09-09proc: Fix typo in the commentYan Zhen2-2/+2
2024-09-04proc: Add nbcon support for /proc/consolesJohn Ogness1-2/+3
2024-09-04proc: consoles: Add notation to c_start/c_stopJohn Ogness1-0/+2
2024-09-04mm: use ARCH_PKEY_BITS to define VM_PKEY_BITNJoey Gouly1-0/+2
2024-09-04x86: remove PG_uncachedMatthew Wilcox (Oracle)1-5/+3
2024-09-04mm: rename PG_mappedtodisk to PG_owner_2Matthew Wilcox (Oracle)1-1/+1
2024-09-04mm: introduce page_mapcount_is_type()Matthew Wilcox (Oracle)1-2/+1
2024-09-02sysctl: avoid spurious permanent empty tablesThomas Weißschuh1-3/+8
2024-09-02fs/procfs: remove build ID-related code duplication in PROCMAP_QUERYAndrii Nakryiko1-15/+0