summaryrefslogtreecommitdiffstats
path: root/fs/proc
AgeCommit message (Expand)AuthorLines
2024-09-09proc: Fix typo in the commentYan Zhen-2/+2
2024-09-04proc: Add nbcon support for /proc/consolesJohn Ogness-2/+3
2024-09-04proc: consoles: Add notation to c_start/c_stopJohn Ogness-0/+2
2024-09-04mm: use ARCH_PKEY_BITS to define VM_PKEY_BITNJoey Gouly-0/+2
2024-09-03x86: remove PG_uncachedMatthew Wilcox (Oracle)-5/+3
2024-09-03mm: rename PG_mappedtodisk to PG_owner_2Matthew Wilcox (Oracle)-1/+1
2024-09-03mm: introduce page_mapcount_is_type()Matthew Wilcox (Oracle)-2/+1
2024-09-02sysctl: avoid spurious permanent empty tablesThomas Weißschuh-3/+8
2024-09-01fs/procfs: remove build ID-related code duplication in PROCMAP_QUERYAndrii Nakryiko-15/+0
2024-09-01mm: remove PG_errorMatthew Wilcox (Oracle)-1/+0
2024-08-30fs: move FMODE_UNSIGNED_OFFSET to fop_flagsChristian Brauner-6/+4
2024-08-30Merge patch series "proc: restrict overmounting of ephemeral entities"Christian Brauner-10/+23
2024-08-30proc: block mounting on top of /proc/<pid>/fdinfo/*Christian Brauner-2/+2
2024-08-30proc: block mounting on top of /proc/<pid>/fd/*Christian Brauner-2/+2
2024-08-30proc: block mounting on top of /proc/<pid>/map_files/*Christian Brauner-2/+2
2024-08-30proc: add proc_splice_unmountable()Christian Brauner-0/+13
2024-08-30proc: proc_readfdinfo() -> proc_fdinfo_iterate()Christian Brauner-2/+2
2024-08-30proc: proc_readfd() -> proc_fd_iterate()Christian Brauner-2/+2
2024-08-30proc: add config & param to block forcing mem writesAdrian Ratiu-1/+60
2024-08-23hrtimer: Use and report correct timerslack values for realtime tasksFelix Moessbauer-4/+5
2024-07-29posix-timers: Convert timer list to hlistThomas Gleixner-3/+3
2024-07-24Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+1
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-128/+450
2024-07-19mm: add MAP_DROPPABLE for designating always lazily freeable mappingsJason A. Donenfeld-0/+1
2024-07-16Merge tag 'sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-32/+38
2024-07-15Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds-3/+3
2024-07-12kpageflags: detect isolated KPF_THP foliosRan Xiaokai-12/+9
2024-07-12mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy-5/+5
2024-07-12fs/procfs: add build ID fetching to PROCMAP_QUERY APIAndrii Nakryiko-2/+25
2024-07-12fs/procfs: implement efficient VMA querying API for /proc/<pid>/mapsAndrii Nakryiko-0/+235
2024-07-12fs/procfs: extract logic for getting VMA name constituentsAndrii Nakryiko-54/+71
2024-07-03fs/proc/task_mmu: use folio API in pte_is_pinned()Kefeng Wang-4/+4
2024-07-03fs/proc: move page_mapcount() to fs/proc/internal.hDavid Hildenbrand-24/+65
2024-07-03fs/proc/task_mmu: account non-present entries as "maybe shared, but no idea h...David Hildenbrand-22/+31
2024-07-03fs/proc/task_mmu: properly detect PM_MMAP_EXCLUSIVE per page of PMD-mapped THPsDavid Hildenbrand-10/+12
2024-07-03fs/proc/task_mmu: don't indicate PM_MMAP_EXCLUSIVE without PM_PRESENTDavid Hildenbrand-6/+2
2024-07-03fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THPDavid Hildenbrand-0/+2
2024-06-25proc: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET-3/+3
2024-06-24/proc/pid/smaps: add mseal info for vmaJeff Xu-0/+3
2024-06-13sysctl: Warn on an empty procname elementJoel Granados-0/+2
2024-06-13sysctl: Remove ctl_table sentinel code commentsJoel Granados-1/+1
2024-06-13sysctl: Remove "child" sysctl code commentsJoel Granados-16/+10
2024-06-13sysctl: Remove superfluous empty allocations from sysctl internalsJoel Granados-4/+4
2024-06-13sysctl: Replace nr_entries with ctl_table_size in new_linksJoel Granados-8/+6
2024-06-13sysctl: Remove check for sentinel element in ctl_table arraysJoel Granados-1/+1
2024-06-05mm/ksm: fix ksm_zero_pages accountingChengming Zhou-1/+1
2024-06-03sysctl: move the extra1/2 boundary check of u8 to sysctl_check_table_arrayWen Yang-0/+14
2024-06-03sysctl: always initialize i_uid/i_gidThomas Weißschuh-4/+2
2024-05-24mm: /proc/pid/smaps_rollup: avoid skipping vma after getting mmap_lock againYuanyuan Zhong-2/+7
2024-05-21Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-3/+1