summaryrefslogtreecommitdiff
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Mark Brown2023-04-131-30/+58
|\
| * proc_sysctl: enhance documentationLuis Chamberlain2023-03-201-5/+20
| * sysctl: clarify register_sysctl_init() base directory orderLuis Chamberlain2023-03-201-4/+1
| * proc_sysctl: move helper which creates required subdirectoriesLuis Chamberlain2023-03-201-24/+32
| * proc_sysctl: update docs for __register_sysctl_table()Luis Chamberlain2023-03-201-3/+11
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vbab...Mark Brown2023-04-131-5/+4
|\ \
| * | mm, pagemap: remove SLOB and SLQB from comments and documentationVlastimil Babka2023-03-291-5/+4
| |/
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/ti...Mark Brown2023-04-132-2/+23
|\ \
| * \ Merge branch 'x86/shstk' into x86/merge, to ease integration testingIngo Molnar2023-03-312-0/+9
| |\ \
| | * | x86: Expose thread features in /proc/$PID/statusRick Edgecombe2023-03-201-0/+6
| | * | mm: Introduce VM_SHADOW_STACK for shadow stack memoryYu-cheng Yu2023-03-201-0/+3
| | |/
| * | mm: Expose untagging mask in /proc/$PID/statusKirill A. Shutemov2023-03-161-0/+7
| * | mm: Introduce untagged_addr_remote()Kirill A. Shutemov2023-03-161-2/+7
| |/
* | Merge branch 'for-next' of git://git.kernel.dk/linux-block.gitMark Brown2023-04-132-3/+3
|\ \
| * | tty, proc, kernfs, random: Use direct_splice_read()David Howells2023-03-152-3/+3
| |/
* | Merge branch 'mm-nonmm-unstable' into mm-everythingAndrew Morton2023-04-125-40/+11
|\ \
| * | proc/stat: remove arch_idle_time()Heiko Carstens2023-04-121-26/+0
| * | ELF: fix all "Elf" typosAlexey Dobriyan2023-04-081-11/+11
| * | proc: remove mark_inode_dirty() in .setattr()Chao Yu2023-04-083-3/+0
| |/
* | smaps: fix defined but not used smaps_shmem_walk_opsSteven Price2023-04-121-2/+1
* | mm: vmalloc: convert vread() to vread_iter()Lorenzo Stoakes2023-04-051-21/+23
* | fs/proc/kcore: convert read_kcore() to read_kcore_iter()Lorenzo Stoakes2023-04-051-18/+18
* | fs/proc/kcore: avoid bounce buffer for ktext dataLorenzo Stoakes2023-04-051-12/+5
* | mm/memtest: add results of early memtest to /proc/meminfoTomas Mudrunka2023-04-051-0/+13
|/
* capability: just use a 'u64' instead of a 'u32[2]' arrayLinus Torvalds2023-03-011-6/+1
* Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-02-231-0/+1
|\
| * proc: mark /proc/cmdline as permanentAlexey Dobriyan2023-02-021-0/+1
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-233-19/+17
|\ \
| * | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-092-3/+2
| * | task_mmu: convert to vma iteratorLiam R. Howlett2023-02-091-14/+13
| * | mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple2023-02-021-1/+1
| * | Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton2023-01-311-3/+1
| |\ \
| * | | mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...David Hildenbrand2023-01-181-1/+1
| | |/ | |/|
* | | sysctl: fix proc_dobool() usabilityOndrej Mosnacek2023-02-211-0/+6
* | | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-208-33/+33
|\ \ \
| * | | fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-194-8/+8
| * | | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-197-15/+15
| * | | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-194-10/+10
| |/ /
* | | Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds2023-02-201-0/+1
|\ \ \ | |_|/ |/| |
| * | filelock: move file locking definitions to separate header fileJeff Layton2023-01-111-0/+1
| |/
* | mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz2023-01-311-3/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-151-1/+2
|\
| * mm: Add PG_arch_3 page flagPeter Collingbourne2022-11-291-0/+1
| * mm: Do not enable PG_arch_2 for all 64-bit architecturesCatalin Marinas2022-11-291-1/+1
* | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-132-27/+22
|\ \
| * | mm: do not show fs mm pc for VM_LOCKONFAULT pagesJason A. Donenfeld2022-12-111-0/+1
| * | mm: anonymous shared memory namingPasha Tatashin2022-11-301-4/+11
| * | Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-11-301-1/+1
| |\ \
| * | | mm: remove kern_addr_valid() completelyKefeng Wang2022-11-081-17/+9
| * | | memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin2022-11-081-1/+1