summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-10task_mmu: convert to vma iteratorLiam R. Howlett1-14/+13
2023-02-03proc: mark /proc/cmdline as permanentAlexey Dobriyan1-0/+1
2023-02-03mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple1-1/+1
2023-02-01Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton1-3/+1
2023-02-01mm: 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-19mm/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-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-27/+22
2022-12-13Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-3/+3
2022-12-13Merge 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-12mm: 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-12-01mm: anonymous shared memory namingPasha Tatashin1-4/+11
2022-12-01Merge 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-23proc/meminfo: fix spacing in SecPageTablesYosry Ahmed1-1/+1
2022-11-19proc: give /proc/cmdline sizeAlexey Dobriyan1-1/+5
2022-11-19proc: report open files as size in stat() for /proc/pid/fdIvan Babrou1-0/+45
2022-11-19proc/vmcore: fix potential memory leak in vmcore_init()Jianglei Nie1-0/+1
2022-11-09mm: remove kern_addr_valid() completelyKefeng Wang1-17/+9
2022-11-09memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin1-1/+1
2022-11-09fs/proc/kcore.c: use hotplug_memory_notifier() directlyLiu Shixin1-6/+1
2022-10-21mm: /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-11Merge 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-10Merge 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-07Merge 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-04proc: mark more files as permanentAlexey Dobriyan8-6/+37
2022-10-04proc: make config PROC_CHILDREN depend on PROC_FSLukas Bulwahn1-0/+1
2022-09-29printk: Declare log_wait properlyThomas Gleixner1-2/+0
2022-09-27ksm: count allocated ksm rmap_items for each processxu xin1-0/+15