aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2024-04-24mm: support page_mapcount() on page_has_type() pagesMatthew Wilcox (Oracle)1-5/+2
2024-04-09fs/proc: Skip bootloader comment if no embedded kernel parametersMasami Hiramatsu1-1/+1
2024-04-09fs/proc: remove redundant comments from /proc/bootconfigZhenhua Huang1-6/+6
2024-03-31kbuild: make -Woverride-init warnings more consistentArnd Bergmann1-1/+1
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-11/+10
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-1/+1
2024-02-27proc: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-1/+1
2024-02-25Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-14/+9
2024-02-25procfs: make freeing proc_fs_info rcu-delayedAl Viro1-1/+1
2024-02-25procfs: move dropping pde and pid from ->evict_inode() to ->free_inode()Al Viro2-13/+8
2024-02-23crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He2-2/+2
2024-02-21fs/proc/task_mmu.c: add_to_pagemap: remove useless parameter addrHui Zhu1-7/+6
2024-02-21proc: use pfn_swap_entry_folio where obviousMatthew Wilcox (Oracle)1-2/+2
2024-02-07fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children statsOleg Nesterov1-26/+32
2024-02-07fs/proc: do_task_stat: move thread_group_cputime_adjusted() outside of lock_t...Oleg Nesterov1-4/+6
2024-01-17Merge branch 'master' into mm-hotfixes-stableAndrew Morton1-15/+9
2024-01-17Merge tag 'mm-hotfixes-stable-2024-01-12-16-52' of git://git.kernel.org/pub/s...Linus Torvalds1-11/+13
2024-01-12fs/proc/task_mmu: move mmu notification mechanism inside mm lockMuhammad Usama Anjum1-11/+13
2024-01-11Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+2
2024-01-10Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-3/+7
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-15/+16
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+18
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-1/+2
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
2023-12-28sysctl: Fix out of bounds access for empty sysctl registersJoel Granados1-2/+7
2023-12-21/proc/sys: use d_splice_alias() calling conventions to simplify failure exitsAl Viro1-12/+2
2023-12-21fs/proc: show correct device and inode numbers in /proc/pid/mapsAndrei Vagin1-1/+2
2023-12-20mm: thp: introduce multi-size THP sysfs interfaceRyan Roberts1-1/+2
2023-12-10fs/proc/task_mmu: report SOFT_DIRTY bits through the PAGEMAP_SCAN ioctlAndrei Vagin1-1/+16
2023-12-06mm/pagemap: fix wr-protect even if PM_SCAN_WP_MATCHING not setPeter Xu1-1/+1
2023-12-06mm/pagemap: fix ioctl(PAGEMAP_SCAN) on vma checkPeter Xu1-4/+20
2023-11-12proc: Use lsmids instead of lsm names for attrsCasey Schaufler2-15/+16
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds4-41/+40
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-4/+734
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+7
2023-11-01Merge tag 'bootconfig-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+6
2023-11-01fs/proc/base.c: remove unneeded semicolonYang Li1-1/+1
2023-11-01do_io_accounting: use sig->stats_lockOleg Nesterov1-6/+14
2023-11-01do_io_accounting: use __for_each_thread()Oleg Nesterov1-4/+8
2023-11-01watchdog: move softlockup_panic back to early_paramKrister Johansen1-1/+0
2023-11-01proc: sysctl: prevent aliased sysctls from getting passed to initKrister Johansen1-0/+7
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds5-5/+5
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds5-9/+12
2023-10-25mempolicy: alloc_pages_mpol() for NUMA policy without vmaHugh Dickins1-2/+3
2023-10-19fs: create helper file_user_path() for user displayed mapped file pathAmir Goldstein4-5/+5
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner1-4/+7
2023-10-18proc: save LOC by using while loopAlexey Dobriyan1-7/+4
2023-10-18proc: use initializer for clearing some buffersAlexey Dobriyan2-18/+9
2023-10-18fs/proc/task_mmu: add fast paths to get/clear PAGE_IS_WRITTEN flagMuhammad Usama Anjum1-0/+36
2023-10-18fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEsMuhammad Usama Anjum1-0/+692
2023-10-18proc: convert to new timestamp accessorsJeff Layton5-5/+5
2023-10-07fs/proc: Add boot loader arguments as comment to /proc/bootconfigPaul E. McKenney1-0/+6
2023-10-04fs/proc: do_task_stat: use __for_each_thread()Oleg Nesterov1-3/+4
2023-10-04introduce __next_thread(), fix next_tid() vs exec() raceOleg Nesterov1-4/+2
2023-10-04fs: super: dynamically allocate the s_shrinkQi Zheng1-1/+1
2023-10-04proc/kcore: do not try to access unaccepted memoryAdrian Hunter1-1/+2
2023-09-19proc: nommu: fix empty /proc/<pid>/mapsBen Wolsieffer2-17/+22
2023-09-19proc: nommu: /proc/<pid>/maps: release mmap read lockBen Wolsieffer1-12/+15
2023-09-05Merge tag 'mm-stable-2023-09-04-14-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+6
2023-09-02proc/ksm: add ksm stats to /proc/pid/smapsStefan Roesch1-0/+6
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+9
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-44/+46
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-3/+2
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-46/+9
2023-08-28Merge tag 'v6.6-fs.proc.uapi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+3
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds9-12/+13
2023-08-25Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/s...Linus Torvalds1-2/+6
2023-08-24document while_each_thread(), change first_tid() to use for_each_thread()Oleg Nesterov1-3/+2
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton2-5/+33
2023-08-21mm,thp: fix smaps THPeligible output alignmentHugh Dickins1-1/+1
2023-08-21mm: memtest: convert to memtest_report_meminfo()Kefeng Wang1-11/+1
2023-08-21mm: factor out VMA stack and heap checksKefeng Wang2-34/+5
2023-08-21mm: kill frontswapJohannes Weiner1-0/+1
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan1-0/+5
2023-08-21smaps: use vm_normal_page_pmd() instead of follow_trans_huge_pmd()David Hildenbrand1-2/+1
2023-08-18ksm: add ksm zero pages for each processxu xin1-0/+1
2023-08-15sysctl: Use ctl_table_size as stopping criteria for list macroJoel Granados1-2/+3
2023-08-15sysctl: Add size arg to __register_sysctl_initJoel Granados1-9/+3
2023-08-15sysctl: Add size to register_sysctlJoel Granados1-14/+16
2023-08-15sysctl: Add a size arg to __register_sysctl_tableJoel Granados1-11/+12
2023-08-15sysctl: Add size argument to init_headerJoel Granados1-5/+7
2023-08-15sysctl: Use ctl_table_header in list_for_each_table_entryJoel Granados1-12/+14
2023-08-15sysctl: Prefer ctl_table_header in proc_sysctlJoel Granados1-18/+18
2023-08-11Merge tag 'mm-hotfixes-stable-2023-08-11-13-44' of git://git.kernel.org/pub/s...Linus Torvalds1-3/+27
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton6-7/+8
2023-08-06proc: fix missing conversion to 'iterate_shared'Linus Torvalds1-1/+1
2023-08-04fs/proc/kcore: reinstate bounce buffer for KCORE_TEXT regionsLorenzo Stoakes1-3/+27
2023-08-02x86: Expose thread features in /proc/$PID/statusRick Edgecombe1-0/+6
2023-07-27proc/vmcore: fix signedness bug in read_from_oldmem()Dan Carpenter1-1/+1
2023-07-24procfs: convert to ctime accessor functionsJeff Layton5-5/+5
2023-07-13procfs: block chmod on /proc/thread-self/commAleksa Sarai1-1/+2
2023-07-13proc: use generic setattr() for /proc/$PID/netThomas Weißschuh1-0/+1
2023-07-11mm: Introduce VM_SHADOW_STACK for shadow stack memoryYu-cheng Yu1-0/+3
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-06-30sysctl: set variable sysctl_mount_point storage-class-specifier to staticTom Rix1-1/+1
2023-06-28Merge tag 'v6.5-rc1-sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-225/+19
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-40/+43
2023-06-27Merge tag 'execve-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2023-06-26Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+5
2023-06-23mm: nommu: correct the range of mmap_sem_read_lock in task_mem()lipeifeng1-3/+3
2023-06-19mm: ptep_get() conversionRyan Roberts1-15/+18
2023-06-19mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() failsHugh Dickins1-16/+16
2023-06-18sysctl: replace child with an enumerationJoel Granados1-63/+18
2023-06-18sysctl: Remove debugging dump_stackJoel Granados1-1/+0
2023-06-09procfs: replace all non-returning strlcpy with strscpyAzeem Shaikh1-1/+1
2023-06-09mm: pagemap: restrict pagewalk to the requested rangeYuanchu Xie1-6/+6
2023-06-06mm: Add support for unaccepted memoryKirill A. Shutemov1-0/+5
2023-05-29fs/proc/kcore.c: Pass a pointer to virt_addr_valid()Linus Walleij1-1/+1
2023-05-24tty, proc, kernfs, random: Use copy_splice_read()David Howells2-3/+3
2023-05-23sysctl: Remove register_sysctl_tableJoel Granados1-159/+0
2023-05-23sysctl: stop exporting register_sysctl_tableJoel Granados1-3/+2
2023-05-16coredump, vmcore: Set p_align to 4 for PT_NOTEFangrui Song1-2/+2
2023-05-02sysctl: remove register_sysctl_paths()Luis Chamberlain1-51/+4
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-2/+14
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds6-40/+13
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-47/+57
2023-04-27Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-30/+58
2023-04-21fs/proc: add Kthread flag to /proc/$pid/statusChunguang Wu1-0/+2
2023-04-21mm: add new KSM process and sysfs knobsStefan Roesch1-0/+3
2023-04-18proc/stat: remove arch_idle_time()Heiko Carstens1-26/+0
2023-04-18smaps: fix defined but not used smaps_shmem_walk_opsSteven Price1-2/+1
2023-04-13proc_sysctl: enhance documentationLuis Chamberlain1-5/+20
2023-04-13sysctl: clarify register_sysctl_init() base directory orderLuis Chamberlain1-4/+1
2023-04-13proc_sysctl: move helper which creates required subdirectoriesLuis Chamberlain1-24/+32
2023-04-13proc_sysctl: update docs for __register_sysctl_table()Luis Chamberlain1-3/+11
2023-04-08ELF: fix all "Elf" typosAlexey Dobriyan1-11/+11
2023-04-08proc: remove mark_inode_dirty() in .setattr()Chao Yu3-3/+0
2023-04-05mm: vmalloc: convert vread() to vread_iter()Lorenzo Stoakes1-21/+23
2023-04-05fs/proc/kcore: convert read_kcore() to read_kcore_iter()Lorenzo Stoakes1-18/+18
2023-04-05fs/proc/kcore: avoid bounce buffer for ktext dataLorenzo Stoakes1-12/+5
2023-04-05mm/memtest: add results of early memtest to /proc/meminfoTomas Mudrunka1-0/+13
2023-03-29mm, pagemap: remove SLOB and SLQB from comments and documentationVlastimil Babka1-5/+4
2023-03-16mm: Expose untagging mask in /proc/$PID/statusKirill A. Shutemov1-0/+7
2023-03-16mm: Introduce untagged_addr_remote()Kirill A. Shutemov1-2/+7
2023-03-01capability: just use a 'u64' instead of a 'u32[2]' arrayLinus Torvalds1-6/+1
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-19/+17
2023-02-21sysctl: fix proc_dobool() usabilityOndrej Mosnacek1-0/+6
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-33/+33
2023-02-20Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds1-0/+1
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2-3/+2
2023-02-09task_mmu: convert to vma iteratorLiam R. Howlett1-14/+13
2023-02-02proc: mark /proc/cmdline as permanentAlexey Dobriyan1-0/+1
2023-02-02mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple1-1/+1
2023-01-31Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton1-3/+1
2023-01-31mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz1-3/+1
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner4-8/+8
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner7-15/+15
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner4-10/+10
2023-01-18mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...David Hildenbrand1-1/+1
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton1-0/+1
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+2
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-27/+22
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-3/+3
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-1/+51
2022-12-12Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-3/+18
2022-12-11mm: do not show fs mm pc for VM_LOCKONFAULT pagesJason A. Donenfeld1-0/+1
2022-12-02proc: consoles: use console_list_lock for list iterationJohn Ogness1-7/+12
2022-12-02proc: consoles: document console_lock usageJohn Ogness1-0/+9
2022-12-02printk: Convert console_drivers list to hlistThomas Gleixner1-1/+2
2022-11-30mm: anonymous shared memory namingPasha Tatashin1-4/+11
2022-11-30Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-1/+1
2022-11-29mm: Add PG_arch_3 page flagPeter Collingbourne1-0/+1
2022-11-29mm: Do not enable PG_arch_2 for all 64-bit architecturesCatalin Marinas1-1/+1
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-3/+3
2022-11-22proc/meminfo: fix spacing in SecPageTablesYosry Ahmed1-1/+1
2022-11-18proc: give /proc/cmdline sizeAlexey Dobriyan1-1/+5
2022-11-18proc: report open files as size in stat() for /proc/pid/fdIvan Babrou1-0/+45
2022-11-18proc/vmcore: fix potential memory leak in vmcore_init()Jianglei Nie1-0/+1
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang1-17/+9
2022-11-08memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin1-1/+1
2022-11-08fs/proc/kcore.c: use hotplug_memory_notifier() directlyLiu Shixin1-6/+1
2022-10-20mm: /proc/pid/smaps_rollup: fix maple tree searchHugh Dickins1-1/+1
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds9-6/+38
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-63/+100
2022-10-10Merge tag 'sysctl-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-8/+1
2022-10-10Merge tag 'printk-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-2/+0
2022-10-09Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git.kernel.org/pub/scm...Linus Torvalds1-1/+1
2022-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2022-10-06Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2022-10-04Merge branch 'rework/kthreads' into for-linusPetr Mladek1-2/+0
2022-10-03proc: mark more files as permanentAlexey Dobriyan8-6/+37
2022-10-03proc: make config PROC_CHILDREN depend on PROC_FSLukas Bulwahn1-0/+1
2022-09-29printk: Declare log_wait properlyThomas Gleixner1-2/+0
2022-09-26ksm: count allocated ksm rmap_items for each processxu xin1-0/+15
2022-09-26fs/proc/task_mmu: stop using linked list and highest_vm_endMatthew Wilcox (Oracle)2-33/+42
2022-09-26fs/proc/base: use the vma iterators in place of linked listLiam R. Howlett1-1/+4
2022-09-26mm: remove vmacacheLiam R. Howlett1-1/+0
2022-09-26proc: remove VMA rbtree use from nommuMatthew Wilcox (Oracle)1-24/+21
2022-09-26mm/swap: add swp_offset_pfn() to fetch PFN from swap entryPeter Xu1-3/+17
2022-09-11mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()Zach O'Keefe1-1/+1
2022-09-08kernel/sysctl.c: move sysctl_vals and sysctl_long_vals to sysctl.cLiu Shixin1-7/+0
2022-09-08proc: remove initialization assignmentLi zeming1-1/+1
2022-09-01do_proc_readlink(): constify pathAl Viro1-1/+1
2022-09-01->getprocattr(): attribute name is const char *, TYVM...Al Viro1-1/+1
2022-08-24mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses.Yosry Ahmed1-0/+2
2022-08-20mm/smaps: don't access young/dirty bit if pte unpresentPeter Xu1-3/+4
2022-08-14take care to handle NULL ->proc_lseek()Al Viro1-0/+3
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds9-27/+65