summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2023-07-27proc/vmcore: fix signedness bug in read_from_oldmem()Dan Carpenter1-1/+1
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-07-01sysctl: set variable sysctl_mount_point storage-class-specifier to staticTom Rix1-1/+1
2023-06-29Merge 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-28Merge tag 'execve-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2023-06-27Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+5
2023-06-24mm: nommu: correct the range of mmap_sem_read_lock in task_mem()lipeifeng1-3/+3
2023-06-20mm: ptep_get() conversionRyan Roberts1-15/+18
2023-06-20mm/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-10procfs: replace all non-returning strlcpy with strscpyAzeem Shaikh1-1/+1
2023-06-10mm: 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-24sysctl: Remove register_sysctl_tableJoel Granados1-159/+0
2023-05-24sysctl: stop exporting register_sysctl_tableJoel Granados1-3/+2
2023-05-17coredump, vmcore: Set p_align to 4 for PT_NOTEFangrui Song1-2/+2
2023-05-03sysctl: 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-28Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds6-40/+13
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-47/+57
2023-04-28Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-30/+58
2023-04-22fs/proc: add Kthread flag to /proc/$pid/statusChunguang Wu1-0/+2
2023-04-22mm: add new KSM process and sysfs knobsStefan Roesch1-0/+3
2023-04-19proc/stat: remove arch_idle_time()Heiko Carstens1-26/+0
2023-04-19smaps: 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-06mm: vmalloc: convert vread() to vread_iter()Lorenzo Stoakes1-21/+23
2023-04-06fs/proc/kcore: convert read_kcore() to read_kcore_iter()Lorenzo Stoakes1-18/+18
2023-04-06fs/proc/kcore: avoid bounce buffer for ktext dataLorenzo Stoakes1-12/+5
2023-04-06mm/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-24Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-19/+17
2023-02-22sysctl: 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-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2-3/+2