summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-151-1/+2
|\
| * mm: Add PG_arch_3 page flagPeter Collingbourne2022-11-291-0/+1
| * mm: Do not enable PG_arch_2 for all 64-bit architecturesCatalin Marinas2022-11-291-1/+1
* | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-132-27/+22
|\ \
| * | mm: do not show fs mm pc for VM_LOCKONFAULT pagesJason A. Donenfeld2022-12-111-0/+1
| * | mm: anonymous shared memory namingPasha Tatashin2022-11-301-4/+11
| * | Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-11-301-1/+1
| |\ \
| * | | mm: remove kern_addr_valid() completelyKefeng Wang2022-11-081-17/+9
| * | | memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin2022-11-081-1/+1
| * | | fs/proc/kcore.c: use hotplug_memory_notifier() directlyLiu Shixin2022-11-081-6/+1
| | |/ | |/|
* | | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-121-3/+3
|\ \ \
| * | | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-3/+3
| |/ /
* | | Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-12-123-1/+51
|\ \ \
| * | | proc: give /proc/cmdline sizeAlexey Dobriyan2022-11-181-1/+5
| * | | proc: report open files as size in stat() for /proc/pid/fdIvan Babrou2022-11-181-0/+45
| * | | proc/vmcore: fix potential memory leak in vmcore_init()Jianglei Nie2022-11-181-0/+1
| |/ /
* | | Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-12-121-3/+18
|\ \ \ | |_|/ |/| |
| * | proc: consoles: use console_list_lock for list iterationJohn Ogness2022-12-021-7/+12
| * | proc: consoles: document console_lock usageJohn Ogness2022-12-021-0/+9
| * | printk: Convert console_drivers list to hlistThomas Gleixner2022-12-021-1/+2
* | | proc/meminfo: fix spacing in SecPageTablesYosry Ahmed2022-11-221-1/+1
| |/ |/|
* | mm: /proc/pid/smaps_rollup: fix maple tree searchHugh Dickins2022-10-201-1/+1
|/
* Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-129-6/+38
|\
| * proc: mark more files as permanentAlexey Dobriyan2022-10-038-6/+37
| * proc: make config PROC_CHILDREN depend on PROC_FSLukas Bulwahn2022-10-031-0/+1
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-104-63/+100
|\ \
| * | ksm: count allocated ksm rmap_items for each processxu xin2022-09-261-0/+15
| * | fs/proc/task_mmu: stop using linked list and highest_vm_endMatthew Wilcox (Oracle)2022-09-262-33/+42
| * | fs/proc/base: use the vma iterators in place of linked listLiam R. Howlett2022-09-261-1/+4
| * | mm: remove vmacacheLiam R. Howlett2022-09-261-1/+0
| * | proc: remove VMA rbtree use from nommuMatthew Wilcox (Oracle)2022-09-261-24/+21
| * | mm/swap: add swp_offset_pfn() to fetch PFN from swap entryPeter Xu2022-09-261-3/+17
| * | mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()Zach O'Keefe2022-09-111-1/+1
| |/
* | Merge tag 'sysctl-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2022-10-101-8/+1
|\ \
| * | kernel/sysctl.c: move sysctl_vals and sysctl_long_vals to sysctl.cLiu Shixin2022-09-081-7/+0
| * | proc: remove initialization assignmentLi zeming2022-09-081-1/+1
| |/
* | Merge tag 'printk-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-10-101-2/+0
|\ \
| * \ Merge branch 'rework/kthreads' into for-linusPetr Mladek2022-10-041-2/+0
| |\ \
| | * | printk: Declare log_wait properlyThomas Gleixner2022-09-291-2/+0
* | | | Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git.kernel.org/pub/scm...Linus Torvalds2022-10-091-1/+1
|\ \ \ \
| * | | | ucounts: Split rlimit and ucount values and max valuesAlexey Gladkov2022-05-181-1/+1
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-10-091-0/+2
|\ \ \ \ \
| * | | | | mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses.Yosry Ahmed2022-08-241-0/+2
* | | | | | Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-10-061-2/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | do_proc_readlink(): constify pathAl Viro2022-09-011-1/+1
| * | | | | ->getprocattr(): attribute name is const char *, TYVM...Al Viro2022-09-011-1/+1
| |/ / / /
* / / / / mm/smaps: don't access young/dirty bit if pte unpresentPeter Xu2022-08-201-3/+4
|/ / / /
* | | | take care to handle NULL ->proc_lseek()Al Viro2022-08-141-0/+3
* | | | Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-079-27/+65
|\ \ \ \
| * | | | proc: add some (hopefully) insightful commentsAlexey Dobriyan2022-07-294-5/+27