aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-1/+2
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-27/+22
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-3/+3
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-1/+51
2022-12-12Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-3/+18
2022-12-11mm: do not show fs mm pc for VM_LOCKONFAULT pagesGravatar Jason A. Donenfeld 1-0/+1
2022-12-02proc: consoles: use console_list_lock for list iterationGravatar John Ogness 1-7/+12
2022-12-02proc: consoles: document console_lock usageGravatar John Ogness 1-0/+9
2022-12-02printk: Convert console_drivers list to hlistGravatar Thomas Gleixner 1-1/+2
2022-11-30mm: anonymous shared memory namingGravatar Pasha Tatashin 1-4/+11
2022-11-30Merge branch 'mm-hotfixes-stable' into mm-stableGravatar Andrew Morton 1-1/+1
2022-11-29mm: Add PG_arch_3 page flagGravatar Peter Collingbourne 1-0/+1
2022-11-29mm: Do not enable PG_arch_2 for all 64-bit architecturesGravatar Catalin Marinas 1-1/+1
2022-11-25use less confusing names for iov_iter direction initializersGravatar Al Viro 1-3/+3
2022-11-22proc/meminfo: fix spacing in SecPageTablesGravatar Yosry Ahmed 1-1/+1
2022-11-18proc: give /proc/cmdline sizeGravatar Alexey Dobriyan 1-1/+5
2022-11-18proc: report open files as size in stat() for /proc/pid/fdGravatar Ivan Babrou 1-0/+45
2022-11-18proc/vmcore: fix potential memory leak in vmcore_init()Gravatar Jianglei Nie 1-0/+1
2022-11-08mm: remove kern_addr_valid() completelyGravatar Kefeng Wang 1-17/+9
2022-11-08memory: move hotplug memory notifier priority to same file for easy sortingGravatar Liu Shixin 1-1/+1
2022-11-08fs/proc/kcore.c: use hotplug_memory_notifier() directlyGravatar Liu Shixin 1-6/+1
2022-10-20mm: /proc/pid/smaps_rollup: fix maple tree searchGravatar Hugh Dickins 1-1/+1
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 9-6/+38
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 4-63/+100
2022-10-10Merge tag 'sysctl-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-8/+1
2022-10-10Merge tag 'printk-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-2/+0
2022-10-09Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git.kernel.org/pub/scm...Gravatar Linus Torvalds 1-1/+1
2022-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+2
2022-10-06Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-2/+2
2022-10-04Merge branch 'rework/kthreads' into for-linusGravatar Petr Mladek 1-2/+0
2022-10-03proc: mark more files as permanentGravatar Alexey Dobriyan 8-6/+37
2022-10-03proc: make config PROC_CHILDREN depend on PROC_FSGravatar Lukas Bulwahn 1-0/+1
2022-09-29printk: Declare log_wait properlyGravatar Thomas Gleixner 1-2/+0
2022-09-26ksm: count allocated ksm rmap_items for each processGravatar xu xin 1-0/+15
2022-09-26fs/proc/task_mmu: stop using linked list and highest_vm_endGravatar Matthew Wilcox (Oracle) 2-33/+42
2022-09-26fs/proc/base: use the vma iterators in place of linked listGravatar Liam R. Howlett 1-1/+4
2022-09-26mm: remove vmacacheGravatar Liam R. Howlett 1-1/+0
2022-09-26proc: remove VMA rbtree use from nommuGravatar Matthew Wilcox (Oracle) 1-24/+21
2022-09-26mm/swap: add swp_offset_pfn() to fetch PFN from swap entryGravatar Peter Xu 1-3/+17
2022-09-11mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()Gravatar Zach O'Keefe 1-1/+1
2022-09-08kernel/sysctl.c: move sysctl_vals and sysctl_long_vals to sysctl.cGravatar Liu Shixin 1-7/+0
2022-09-08proc: remove initialization assignmentGravatar Li zeming 1-1/+1
2022-09-01do_proc_readlink(): constify pathGravatar Al Viro 1-1/+1
2022-09-01->getprocattr(): attribute name is const char *, TYVM...Gravatar Al Viro 1-1/+1
2022-08-24mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses.Gravatar Yosry Ahmed 1-0/+2
2022-08-20mm/smaps: don't access young/dirty bit if pte unpresentGravatar Peter Xu 1-3/+4
2022-08-14take care to handle NULL ->proc_lseek()Gravatar Al Viro 1-0/+3
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 9-27/+65
2022-07-29proc: add some (hopefully) insightful commentsGravatar Alexey Dobriyan 4-5/+27
2022-07-17proc: fix a dentry lock race between release_task and lookupGravatar Zhihao Cheng 1-8/+38