index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
proc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-23
fs/proc: do_task_stat: move thread_group_cputime_adjusted() outside of lock_t...
Oleg Nesterov
1
-4
/
+6
2023-11-28
watchdog: move softlockup_panic back to early_param
Krister Johansen
1
-1
/
+0
2023-11-28
proc: sysctl: prevent aliased sysctls from getting passed to init
Krister Johansen
1
-0
/
+7
2023-10-06
proc: nommu: fix empty /proc/<pid>/maps
Ben Wolsieffer
2
-17
/
+22
2023-10-06
proc: nommu: /proc/<pid>/maps: release mmap read lock
Ben Wolsieffer
1
-12
/
+15
2023-09-13
procfs: block chmod on /proc/thread-self/comm
Aleksa Sarai
1
-1
/
+2
2023-08-03
proc/vmcore: fix signedness bug in read_from_oldmem()
Dan Carpenter
1
-1
/
+1
2023-05-17
sysctl: clarify register_sysctl_init() base directory order
Luis Chamberlain
1
-4
/
+1
2023-05-17
proc_sysctl: enhance documentation
Luis Chamberlain
1
-5
/
+20
2023-05-17
proc_sysctl: update docs for __register_sysctl_table()
Luis Chamberlain
1
-3
/
+11
2023-02-09
mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smaps
Mike Kravetz
1
-3
/
+1
2023-02-09
use less confusing names for iov_iter direction initializers
Al Viro
1
-3
/
+3
2022-11-22
proc/meminfo: fix spacing in SecPageTables
Yosry Ahmed
1
-1
/
+1
2022-10-20
mm: /proc/pid/smaps_rollup: fix maple tree search
Hugh Dickins
1
-1
/
+1
2022-10-12
Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
9
-6
/
+38
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-63
/
+100
2022-10-10
Merge tag 'sysctl-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-8
/
+1
2022-10-10
Merge tag 'printk-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-2
/
+0
2022-10-09
Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git.kernel.org/pub/scm...
Linus Torvalds
1
-1
/
+1
2022-10-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+2
2022-10-06
Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-2
/
+2
2022-10-04
Merge branch 'rework/kthreads' into for-linus
Petr Mladek
1
-2
/
+0
2022-10-03
proc: mark more files as permanent
Alexey Dobriyan
8
-6
/
+37
2022-10-03
proc: make config PROC_CHILDREN depend on PROC_FS
Lukas Bulwahn
1
-0
/
+1
2022-09-29
printk: Declare log_wait properly
Thomas Gleixner
1
-2
/
+0
2022-09-26
ksm: count allocated ksm rmap_items for each process
xu xin
1
-0
/
+15
2022-09-26
fs/proc/task_mmu: stop using linked list and highest_vm_end
Matthew Wilcox (Oracle)
2
-33
/
+42
2022-09-26
fs/proc/base: use the vma iterators in place of linked list
Liam R. Howlett
1
-1
/
+4
2022-09-26
mm: remove vmacache
Liam R. Howlett
1
-1
/
+0
2022-09-26
proc: remove VMA rbtree use from nommu
Matthew Wilcox (Oracle)
1
-24
/
+21
2022-09-26
mm/swap: add swp_offset_pfn() to fetch PFN from swap entry
Peter Xu
1
-3
/
+17
2022-09-11
mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()
Zach O'Keefe
1
-1
/
+1
2022-09-08
kernel/sysctl.c: move sysctl_vals and sysctl_long_vals to sysctl.c
Liu Shixin
1
-7
/
+0
2022-09-08
proc: remove initialization assignment
Li zeming
1
-1
/
+1
2022-09-01
do_proc_readlink(): constify path
Al Viro
1
-1
/
+1
2022-09-01
->getprocattr(): attribute name is const char *, TYVM...
Al Viro
1
-1
/
+1
2022-08-24
mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses.
Yosry Ahmed
1
-0
/
+2
2022-08-20
mm/smaps: don't access young/dirty bit if pte unpresent
Peter Xu
1
-3
/
+4
2022-08-14
take care to handle NULL ->proc_lseek()
Al Viro
1
-0
/
+3
2022-08-07
Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
9
-27
/
+65
2022-07-29
proc: add some (hopefully) insightful comments
Alexey Dobriyan
4
-5
/
+27
2022-07-17
proc: fix a dentry lock race between release_task and lookup
Zhihao Cheng
1
-8
/
+38
2022-07-17
proc: delete unused <linux/uaccess.h> includes
Alexey Dobriyan
8
-14
/
+0
2022-07-17
mm: thp: kill __transhuge_page_enabled()
Yang Shi
1
-1
/
+1
2022-07-17
mm: thp: kill transparent_hugepage_active()
Yang Shi
1
-1
/
+1
2022-07-17
mm: handling Non-LRU pages returned by vm_normal_pages
Alex Sierra
1
-1
/
+1
2022-07-03
mm/smaps: add Pss_Dirty
Vincent Whitchurch
1
-0
/
+3
2022-05-27
Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4
-79
/
+71
2022-05-26
Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-39
/
+50
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-2
/
+36
[next]