aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2023-05-02sysctl: remove register_sysctl_paths()Gravatar Luis Chamberlain 1-51/+4
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 2-2/+14
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 6-40/+13
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 4-47/+57
2023-04-27Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-30/+58
2023-04-21fs/proc: add Kthread flag to /proc/$pid/statusGravatar Chunguang Wu 1-0/+2
2023-04-21mm: add new KSM process and sysfs knobsGravatar Stefan Roesch 1-0/+3
2023-04-18proc/stat: remove arch_idle_time()Gravatar Heiko Carstens 1-26/+0
2023-04-18smaps: fix defined but not used smaps_shmem_walk_opsGravatar Steven Price 1-2/+1
2023-04-13proc_sysctl: enhance documentationGravatar Luis Chamberlain 1-5/+20
2023-04-13sysctl: clarify register_sysctl_init() base directory orderGravatar Luis Chamberlain 1-4/+1
2023-04-13proc_sysctl: move helper which creates required subdirectoriesGravatar Luis Chamberlain 1-24/+32
2023-04-13proc_sysctl: update docs for __register_sysctl_table()Gravatar Luis Chamberlain 1-3/+11
2023-04-08ELF: fix all "Elf" typosGravatar Alexey Dobriyan 1-11/+11
2023-04-08proc: remove mark_inode_dirty() in .setattr()Gravatar Chao Yu 3-3/+0
2023-04-05mm: vmalloc: convert vread() to vread_iter()Gravatar Lorenzo Stoakes 1-21/+23
2023-04-05fs/proc/kcore: convert read_kcore() to read_kcore_iter()Gravatar Lorenzo Stoakes 1-18/+18
2023-04-05fs/proc/kcore: avoid bounce buffer for ktext dataGravatar Lorenzo Stoakes 1-12/+5
2023-04-05mm/memtest: add results of early memtest to /proc/meminfoGravatar Tomas Mudrunka 1-0/+13
2023-03-29mm, pagemap: remove SLOB and SLQB from comments and documentationGravatar Vlastimil Babka 1-5/+4
2023-03-16mm: Expose untagging mask in /proc/$PID/statusGravatar Kirill A. Shutemov 1-0/+7
2023-03-16mm: Introduce untagged_addr_remote()Gravatar Kirill A. Shutemov 1-2/+7
2023-03-01capability: just use a 'u64' instead of a 'u32[2]' arrayGravatar Linus Torvalds 1-6/+1
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-0/+1
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-19/+17
2023-02-21sysctl: fix proc_dobool() usabilityGravatar Ondrej Mosnacek 1-0/+6
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 8-33/+33
2023-02-20Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Gravatar Linus Torvalds 1-0/+1
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsGravatar Suren Baghdasaryan 2-3/+2
2023-02-09task_mmu: convert to vma iteratorGravatar Liam R. Howlett 1-14/+13
2023-02-02proc: mark /proc/cmdline as permanentGravatar Alexey Dobriyan 1-0/+1
2023-02-02mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportGravatar Alistair Popple 1-1/+1
2023-01-31Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesGravatar Andrew Morton 1-3/+1
2023-01-31mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsGravatar Mike Kravetz 1-3/+1
2023-01-19fs: port ->permission() to pass mnt_idmapGravatar Christian Brauner 4-8/+8
2023-01-19fs: port ->getattr() to pass mnt_idmapGravatar Christian Brauner 7-15/+15
2023-01-19fs: port ->setattr() to pass mnt_idmapGravatar Christian Brauner 4-10/+10
2023-01-18mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...Gravatar David Hildenbrand 1-1/+1
2023-01-11filelock: move file locking definitions to separate header fileGravatar Jeff Layton 1-0/+1
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