Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
2022-10-21mm: /proc/pid/smaps_rollup: fix maple tree searchHugh Dickins
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-10Merge tag 'sysctl-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2022-10-10Merge tag 'printk-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-10-10Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git.kernel.org/pub/scm...Linus Torvalds
2022-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-10-07Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2022-10-04Merge branch 'rework/kthreads' into for-linusPetr Mladek
2022-10-04proc: mark more files as permanentAlexey Dobriyan
2022-10-04proc: make config PROC_CHILDREN depend on PROC_FSLukas Bulwahn
2022-09-29printk: Declare log_wait properlyThomas Gleixner
2022-09-27ksm: count allocated ksm rmap_items for each processxu xin
2022-09-27fs/proc/task_mmu: stop using linked list and highest_vm_endMatthew Wilcox (Oracle)
2022-09-27fs/proc/base: use the vma iterators in place of linked listLiam R. Howlett
2022-09-27mm: remove vmacacheLiam R. Howlett
2022-09-27proc: remove VMA rbtree use from nommuMatthew Wilcox (Oracle)
2022-09-27mm/swap: add swp_offset_pfn() to fetch PFN from swap entryPeter Xu
2022-09-12mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()Zach O'Keefe
2022-09-09kernel/sysctl.c: move sysctl_vals and sysctl_long_vals to sysctl.cLiu Shixin
2022-09-09proc: remove initialization assignmentLi zeming
2022-09-02do_proc_readlink(): constify pathAl Viro
2022-09-02->getprocattr(): attribute name is const char *, TYVM...Al Viro
2022-08-24mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses.Yosry Ahmed
2022-08-21mm/smaps: don't access young/dirty bit if pte unpresentPeter Xu
2022-08-14take care to handle NULL ->proc_lseek()Al Viro
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-07-30proc: add some (hopefully) insightful commentsAlexey Dobriyan
2022-07-18proc: fix a dentry lock race between release_task and lookupZhihao Cheng
2022-07-18proc: delete unused <linux/uaccess.h> includesAlexey Dobriyan
2022-07-18mm: thp: kill __transhuge_page_enabled()Yang Shi
2022-07-18mm: thp: kill transparent_hugepage_active()Yang Shi
2022-07-18mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra
2022-07-04mm/smaps: add Pss_DirtyVincent Whitchurch
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-27Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-05-24Merge tag 'x86_cleanups_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-20mm: zswap: add basic meminfo and vmstat coverageJohannes Weiner
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-19ucounts: Split rlimit and ucount values and max valuesAlexey Gladkov
2022-05-13mm/pagemap: recognize uffd-wp bit for shmem/hugetlbfsPeter Xu
2022-05-10proc: fix dentry/inode overinstantiating under /proc/${pid}/netAlexey Dobriyan
2022-05-10procfs: prevent unprivileged processes accessing fdinfo dirKalesh Singh
2022-05-05memcg: accounting for objects allocated for new netdeviceVasily Averin
2022-05-03net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang
2022-04-30vmcore: convert read_from_oldmem() to take an iov_iterMatthew Wilcox (Oracle)
2022-04-30vmcore: convert __read_vmcore to use an iov_iterMatthew Wilcox (Oracle)
2022-04-30vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)