aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2023-12-20mm: thp: introduce multi-size THP sysfs interfaceGravatar Ryan Roberts 1-1/+2
2023-12-10fs/proc/task_mmu: report SOFT_DIRTY bits through the PAGEMAP_SCAN ioctlGravatar Andrei Vagin 1-1/+16
2023-12-06mm/pagemap: fix wr-protect even if PM_SCAN_WP_MATCHING not setGravatar Peter Xu 1-1/+1
2023-12-06mm/pagemap: fix ioctl(PAGEMAP_SCAN) on vma checkGravatar Peter Xu 1-4/+20
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 4-41/+40
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-4/+734
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-1/+7
2023-11-01Merge tag 'bootconfig-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+6
2023-11-01fs/proc/base.c: remove unneeded semicolonGravatar Yang Li 1-1/+1
2023-11-01do_io_accounting: use sig->stats_lockGravatar Oleg Nesterov 1-6/+14
2023-11-01do_io_accounting: use __for_each_thread()Gravatar Oleg Nesterov 1-4/+8
2023-11-01watchdog: move softlockup_panic back to early_paramGravatar Krister Johansen 1-1/+0
2023-11-01proc: sysctl: prevent aliased sysctls from getting passed to initGravatar Krister Johansen 1-0/+7
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 5-5/+5
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsGravatar Linus Torvalds 5-9/+12
2023-10-25mempolicy: alloc_pages_mpol() for NUMA policy without vmaGravatar Hugh Dickins 1-2/+3
2023-10-19fs: create helper file_user_path() for user displayed mapped file pathGravatar Amir Goldstein 4-5/+5
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUGravatar Christian Brauner 1-4/+7
2023-10-18proc: save LOC by using while loopGravatar Alexey Dobriyan 1-7/+4
2023-10-18proc: use initializer for clearing some buffersGravatar Alexey Dobriyan 2-18/+9
2023-10-18fs/proc/task_mmu: add fast paths to get/clear PAGE_IS_WRITTEN flagGravatar Muhammad Usama Anjum 1-0/+36
2023-10-18fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEsGravatar Muhammad Usama Anjum 1-0/+692
2023-10-18proc: convert to new timestamp accessorsGravatar Jeff Layton 5-5/+5
2023-10-07fs/proc: Add boot loader arguments as comment to /proc/bootconfigGravatar Paul E. McKenney 1-0/+6
2023-10-04fs/proc: do_task_stat: use __for_each_thread()Gravatar Oleg Nesterov 1-3/+4
2023-10-04introduce __next_thread(), fix next_tid() vs exec() raceGravatar Oleg Nesterov 1-4/+2
2023-10-04fs: super: dynamically allocate the s_shrinkGravatar Qi Zheng 1-1/+1
2023-10-04proc/kcore: do not try to access unaccepted memoryGravatar Adrian Hunter 1-1/+2
2023-09-19proc: nommu: fix empty /proc/<pid>/mapsGravatar Ben Wolsieffer 2-17/+22
2023-09-19proc: nommu: /proc/<pid>/maps: release mmap read lockGravatar Ben Wolsieffer 1-12/+15
2023-09-05Merge tag 'mm-stable-2023-09-04-14-00' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+6
2023-09-02proc/ksm: add ksm stats to /proc/pid/smapsGravatar Stefan Roesch 1-0/+6
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-0/+9
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-44/+46
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-3/+2
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 4-46/+9
2023-08-28Merge tag 'v6.6-fs.proc.uapi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-1/+3
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 9-12/+13
2023-08-25Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-2/+6
2023-08-24document while_each_thread(), change first_tid() to use for_each_thread()Gravatar Oleg Nesterov 1-3/+2
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesGravatar Andrew Morton 2-5/+33
2023-08-21mm,thp: fix smaps THPeligible output alignmentGravatar Hugh Dickins 1-1/+1
2023-08-21mm: memtest: convert to memtest_report_meminfo()Gravatar Kefeng Wang 1-11/+1
2023-08-21mm: factor out VMA stack and heap checksGravatar Kefeng Wang 2-34/+5
2023-08-21mm: kill frontswapGravatar Johannes Weiner 1-0/+1
2023-08-21mm: enable page walking API to lock vmas during the walkGravatar Suren Baghdasaryan 1-0/+5
2023-08-21smaps: use vm_normal_page_pmd() instead of follow_trans_huge_pmd()Gravatar David Hildenbrand 1-2/+1
2023-08-18ksm: add ksm zero pages for each processGravatar xu xin 1-0/+1
2023-08-15sysctl: Use ctl_table_size as stopping criteria for list macroGravatar Joel Granados 1-2/+3
2023-08-15sysctl: Add size arg to __register_sysctl_initGravatar Joel Granados 1-9/+3