summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sysctl-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-09-241-3/+8
|\
| * sysctl: avoid spurious permanent empty tablesThomas Weißschuh2024-09-021-3/+8
* | Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-09-212-38/+8
|\ \
| * | proc: use __auto_type moreAlexey Dobriyan2024-09-171-23/+8
| * | fs/procfs: remove build ID-related code duplication in PROCMAP_QUERYAndrii Nakryiko2024-09-011-15/+0
| |/
* | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-212-9/+5
|\ \
| * | x86: remove PG_uncachedMatthew Wilcox (Oracle)2024-09-031-5/+3
| * | mm: rename PG_mappedtodisk to PG_owner_2Matthew Wilcox (Oracle)2024-09-031-1/+1
| * | mm: introduce page_mapcount_is_type()Matthew Wilcox (Oracle)2024-09-031-2/+1
| * | mm: remove PG_errorMatthew Wilcox (Oracle)2024-09-011-1/+0
| |/
* | Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-191-1/+1
|\|
* | Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-09-181-1/+3
|\ \
| * | mm: Define VM_DROPPABLE for powerpc/32Christophe Leroy2024-09-131-1/+3
| |/
* | Merge tag 'printk-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-09-171-2/+5
|\ \
| * | proc: Add nbcon support for /proc/consolesJohn Ogness2024-09-041-2/+3
| * | proc: consoles: Add notation to c_start/c_stopJohn Ogness2024-09-041-0/+2
| |/
* | Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-09-171-7/+8
|\ \
| * | hrtimer: Use and report correct timerslack values for realtime tasksFelix Moessbauer2024-08-231-4/+5
| * | posix-timers: Convert timer list to hlistThomas Gleixner2024-07-291-3/+3
| |/
* | Merge tag 'vfs-6.12.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-09-164-13/+85
|\ \
| * | proc: fold kmalloc() + strcpy() into kmemdup()Alexey Dobriyan2024-09-091-2/+2
| * | Merge patch series "proc: restrict overmounting of ephemeral entities"Christian Brauner2024-08-303-10/+23
| |\ \
| | * | proc: block mounting on top of /proc/<pid>/fdinfo/*Christian Brauner2024-08-301-2/+2
| | * | proc: block mounting on top of /proc/<pid>/fd/*Christian Brauner2024-08-301-2/+2
| | * | proc: block mounting on top of /proc/<pid>/map_files/*Christian Brauner2024-08-301-2/+2
| | * | proc: add proc_splice_unmountable()Christian Brauner2024-08-301-0/+13
| | * | proc: proc_readfdinfo() -> proc_fdinfo_iterate()Christian Brauner2024-08-301-2/+2
| | * | proc: proc_readfd() -> proc_fd_iterate()Christian Brauner2024-08-301-2/+2
| | |/
| * / proc: add config & param to block forcing mem writesAdrian Ratiu2024-08-301-1/+60
| |/
* | Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-09-161-6/+24
|\ \
| * | proc: store cookie in private dataChristian Brauner2024-09-121-6/+24
| |/
* | Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-09-163-8/+6
|\ \
| * | proc: Fix typo in the commentYan Zhen2024-09-092-2/+2
| * | fs: move FMODE_UNSIGNED_OFFSET to fop_flagsChristian Brauner2024-08-301-6/+4
| |/
* / mm: use ARCH_PKEY_BITS to define VM_PKEY_BITNJoey Gouly2024-09-041-0/+2
|/
* Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-07-241-0/+1
|\
| * mm: add MAP_DROPPABLE for designating always lazily freeable mappingsJason A. Donenfeld2024-07-191-0/+1
* | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-213-128/+450
|\ \
| * | kpageflags: detect isolated KPF_THP foliosRan Xiaokai2024-07-121-12/+9
| * | mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy2024-07-121-5/+5
| * | fs/procfs: add build ID fetching to PROCMAP_QUERY APIAndrii Nakryiko2024-07-121-2/+25
| * | fs/procfs: implement efficient VMA querying API for /proc/<pid>/mapsAndrii Nakryiko2024-07-121-0/+235
| * | fs/procfs: extract logic for getting VMA name constituentsAndrii Nakryiko2024-07-121-54/+71
| * | fs/proc/task_mmu: use folio API in pte_is_pinned()Kefeng Wang2024-07-031-4/+4
| * | fs/proc: move page_mapcount() to fs/proc/internal.hDavid Hildenbrand2024-07-033-24/+65
| * | fs/proc/task_mmu: account non-present entries as "maybe shared, but no idea h...David Hildenbrand2024-07-031-22/+31
| * | fs/proc/task_mmu: properly detect PM_MMAP_EXCLUSIVE per page of PMD-mapped THPsDavid Hildenbrand2024-07-031-10/+12
| * | fs/proc/task_mmu: don't indicate PM_MMAP_EXCLUSIVE without PM_PRESENTDavid Hildenbrand2024-07-031-6/+2
| * | fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THPDavid Hildenbrand2024-07-031-0/+2
| |/
* | Merge tag 'sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-07-161-32/+38
|\ \