summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | proc: fix a dentry lock race between release_task and lookupZhihao Cheng2022-07-171-8/+38
| * | | | proc: delete unused <linux/uaccess.h> includesAlexey Dobriyan2022-07-178-14/+0
| | |/ / | |/| |
* | | | mm: thp: kill __transhuge_page_enabled()Yang Shi2022-07-171-1/+1
* | | | mm: thp: kill transparent_hugepage_active()Yang Shi2022-07-171-1/+1
* | | | mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra2022-07-171-1/+1
* | | | mm/smaps: add Pss_DirtyVincent Whitchurch2022-07-031-0/+3
|/ / /
* | | Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-274-79/+71
|\ \ \
| * | | proc: fix dentry/inode overinstantiating under /proc/${pid}/netAlexey Dobriyan2022-05-092-0/+6
| * | | vmcore: convert read_from_oldmem() to take an iov_iterMatthew Wilcox (Oracle)2022-04-291-25/+15
| * | | vmcore: convert __read_vmcore to use an iov_iterMatthew Wilcox (Oracle)2022-04-291-52/+30
| * | | vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)2022-04-291-20/+34
| * | | fs/proc/kcore.c: remove check of list iterator against head past the loop bodyJakob Koschel2022-04-291-5/+9
| |/ /
* | | Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-261-39/+50
|\ \ \
| * | | sysctl: minor cleanup in new_dir()Vasily Averin2022-04-251-1/+0
| * | | fs/proc: Introduce list_for_each_table_entry for proc sysctlMeng Tang2022-04-211-38/+50
| |/ /
* | | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-263-2/+36
|\ \ \
| * | | mm: zswap: add basic meminfo and vmstat coverageJohannes Weiner2022-05-191-0/+7
| * | | mm/pagemap: recognize uffd-wp bit for shmem/hugetlbfsPeter Xu2022-05-131-0/+7
| * | | ksm: count ksm merging pages for each processxu xin2022-04-281-0/+22
| * | | fs/proc/task_mmu.c: remove redundant page validation of pte_pageXianting Tian2022-04-281-2/+0
| |/ /