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
2023-11-28
watchdog: move softlockup_panic back to early_param
Krister Johansen
1
-1
/
+0
2023-10-10
proc: nommu: /proc/<pid>/maps: release mmap read lock
Ben Wolsieffer
1
-12
/
+15
2023-09-23
proc: fix a dentry lock race between release_task and lookup
Zhihao Cheng
1
-8
/
+38
2023-09-19
procfs: block chmod on /proc/thread-self/comm
Aleksa Sarai
1
-1
/
+2
2023-06-28
sysctl: move some boundary constants from sysctl.c to sysctl_vals
Xiaoming Ni
1
-1
/
+1
2023-04-20
sysctl: add proc_dou8vec_minmax()
Eric Dumazet
1
-0
/
+6
2023-02-15
mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smaps
Mike Kravetz
1
-3
/
+1
2023-02-01
sysctl: add a new register_sysctl_init() interface
Xiaoming Ni
1
-0
/
+33
2023-01-04
Revert "proc: don't allow async path resolution of /proc/self components"
Jens Axboe
1
-7
/
+0
2023-01-04
Revert "proc: don't allow async path resolution of /proc/thread-self components"
Jens Axboe
2
-8
/
+1
2022-10-30
mm: /proc/pid/smaps_rollup: fix no vma's null-deref
Seth Jenkins
1
-1
/
+1
2022-08-31
mm/smaps: don't access young/dirty bit if pte unpresent
Peter Xu
1
-3
/
+4
2022-06-09
proc: fix dentry/inode overinstantiating under /proc/${pid}/net
Alexey Dobriyan
2
-0
/
+6
2022-05-15
arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODEL
Mike Rapoport
1
-2
/
+0
2022-04-08
proc: bootconfig: Add null pointer check
Lv Ruyi
1
-0
/
+2
2022-02-23
fs/proc: task_mmu.c: don't read mapcount for migration entry
Yang Shi
1
-11
/
+32
2021-12-01
proc/vmcore: fix clearing user buffer by properly using clear_user()
David Hildenbrand
1
-6
/
+10
2021-11-18
fs/proc/uptime.c: Fix idle time reporting in /proc/uptime
Josh Don
2
-7
/
+11
2021-07-28
proc: Avoid mixing integer types in mem_rw()
Marcelo Henrique Cerri
1
-1
/
+1
2021-07-14
mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...
Miaohe Lin
1
-1
/
+1
2021-06-16
proc: only require mm_struct for writing
Linus Torvalds
1
-1
/
+3
2021-06-16
proc: Track /proc/$pid/attr/ opener mm_struct
Kees Cook
1
-1
/
+8
2021-06-03
proc: Check /proc/$pid/attr/ writes against file opener
Kees Cook
1
-0
/
+4
2021-05-19
fs/proc/generic.c: fix incorrect pde_is_permanent check
Colin Ian King
1
-1
/
+1
2021-05-14
seccomp: Fix CONFIG tests for Seccomp_filters
Kenta.Tada@sony.com
1
-0
/
+2
2021-03-04
proc: don't allow async path resolution of /proc/thread-self components
Jens Axboe
2
-1
/
+8
2021-03-04
proc: use kvzalloc for our kernel buffer
Josef Bacik
1
-2
/
+2
2021-03-04
mm: proc: Invalidate TLB after clearing soft-dirty page state
Will Deacon
1
-4
/
+5
2021-01-27
proc_sysctl: fix oops caused by incorrect command parameters
Xiaoming Ni
1
-1
/
+6
2021-01-19
mm: don't play games with pinned pages in clear_page_refs
Linus Torvalds
1
-0
/
+21
2021-01-19
mm: fix clear_refs_write locking
Linus Torvalds
1
-23
/
+9
2021-01-09
exec: Transform exec_update_mutex into a rw_semaphore
Eric W. Biederman
1
-5
/
+5
2020-12-30
proc: fix lookup in /proc/net subdirectories after setns(2)
Alexey Dobriyan
3
-18
/
+29
2020-12-11
proc: use untagged_addr() for pagemap_read addresses
Miles Chen
1
-2
/
+6
2020-11-20
Merge tag 'io_uring-5.10-2020-11-20' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+7
2020-11-13
proc: don't allow async path resolution of /proc/self components
Jens Axboe
1
-0
/
+7
2020-11-08
Merge branch 'hch' (patches from Christoph)
Linus Torvalds
4
-4
/
+6
2020-11-06
proc "seq files": switch to ->read_iter
Christoph Hellwig
1
-1
/
+1
2020-11-06
proc "single files": switch to ->read_iter
Greg Kroah-Hartman
1
-1
/
+1
2020-11-06
proc/stat: switch to ->read_iter
Christoph Hellwig
1
-1
/
+1
2020-11-06
proc/cpuinfo: switch to ->read_iter
Christoph Hellwig
1
-1
/
+1
2020-11-06
proc: wire up generic_file_splice_read for iter ops
Christoph Hellwig
1
-0
/
+2
2020-11-02
mm, oom: keep oom_adj under or at upper limit when printing
Charles Haithcock
1
-0
/
+2
2020-10-22
Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2
-60
/
+107
2020-10-17
io-wq: inherit audit loginuid and sessionid
Jens Axboe
1
-0
/
+4
2020-10-16
mm: remove the now-unnecessary mmget_still_valid() hack
Jann Horn
1
-18
/
+0
2020-10-13
mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary
Suren Baghdasaryan
1
-2
/
+1
2020-10-13
mm: proc: smaps_rollup: do not stall write attempts on mmap_lock
Chinwen Chang
1
-1
/
+65
2020-10-13
mm: smaps*: extend smap_gather_stats to support specified beginning
Chinwen Chang
1
-8
/
+22
2020-10-13
proc: optimise smaps for shmem entries
Matthew Wilcox (Oracle)
1
-7
/
+1
[next]