summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
4 daysfs/proc: fix build with GCC 15 due to -Werror=unterminated-string-initializationBrahmajit Das1-6/+10
11 daysfs/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
2024-09-02mm: remove PG_errorMatthew Wilcox (Oracle)1-1/+0
2024-08-30fs: move FMODE_UNSIGNED_OFFSET to fop_flagsChristian Brauner1-6/+4
2024-08-30Merge patch series "proc: restrict overmounting of ephemeral entities"Christian Brauner3-10/+23
2024-08-30proc: block mounting on top of /proc/<pid>/fdinfo/*Christian Brauner1-2/+2
2024-08-30proc: block mounting on top of /proc/<pid>/fd/*Christian Brauner1-2/+2
2024-08-30proc: block mounting on top of /proc/<pid>/map_files/*Christian Brauner1-2/+2
2024-08-30proc: add proc_splice_unmountable()Christian Brauner1-0/+13
2024-08-30proc: proc_readfdinfo() -> proc_fdinfo_iterate()Christian Brauner1-2/+2
2024-08-30proc: proc_readfd() -> proc_fd_iterate()Christian Brauner1-2/+2
2024-08-30proc: add config & param to block forcing mem writesAdrian Ratiu1-1/+60
2024-08-23hrtimer: Use and report correct timerslack values for realtime tasksFelix Moessbauer1-4/+5
2024-07-29posix-timers: Convert timer list to hlistThomas Gleixner1-3/+3
2024-07-24Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2024-07-22Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-128/+450
2024-07-19mm: add MAP_DROPPABLE for designating always lazily freeable mappingsJason A. Donenfeld1-0/+1
2024-07-17Merge tag 'sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-32/+38
2024-07-15Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-3/+3
2024-07-13kpageflags: detect isolated KPF_THP foliosRan Xiaokai1-12/+9
2024-07-13mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy1-5/+5
2024-07-13fs/procfs: add build ID fetching to PROCMAP_QUERY APIAndrii Nakryiko1-2/+25
2024-07-13fs/procfs: implement efficient VMA querying API for /proc/<pid>/mapsAndrii Nakryiko1-0/+235
2024-07-13fs/procfs: extract logic for getting VMA name constituentsAndrii Nakryiko1-54/+71
2024-07-04fs/proc/task_mmu: use folio API in pte_is_pinned()Kefeng Wang1-4/+4
2024-07-04fs/proc: move page_mapcount() to fs/proc/internal.hDavid Hildenbrand3-24/+65
2024-07-04fs/proc/task_mmu: account non-present entries as "maybe shared, but no idea h...David Hildenbrand1-22/+31