index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
proc
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-15
proc: use the same treatment to check proc_lseek as ones for proc_read_iter e...
wangzijie
3
-1
/
+8
2025-07-17
fix proc_sys_compare() handling of in-lookup dentries
Al Viro
2
-8
/
+12
2025-04-10
fs/procfs: fix the comment above proc_pid_wchan()
Bart Van Assche
1
-1
/
+1
2025-03-28
proc: fix UAF in proc_get_inode()
Ye Bin
3
-4
/
+26
2025-03-28
hrtimer: Use and report correct timerslack values for realtime tasks
Felix Moessbauer
1
-4
/
+5
2025-02-21
fs/proc: do_task_stat: Fix ESP not readable during coredump
Nam Cao
1
-1
/
+1
2025-01-23
fs/proc: fix softlockup in __read_vmcore (part 2)
Rik van Riel
1
-0
/
+2
2024-12-14
fs/proc/kcore.c: Clear ret value in read_kcore_iter after successful iov_iter...
Jiri Olsa
1
-0
/
+1
2024-12-14
fs/proc/kcore.c: fix coccinelle reported ERROR instances
Mirsad Todorovac
1
-5
/
+5
2024-12-14
proc/softirqs: replace seq_printf with seq_put_decimal_ull_width
David Wang
1
-1
/
+1
2024-11-14
fs/proc: fix compile warning about variable 'vmcore_mmap_ops'
Qi Xi
1
-4
/
+5
2024-11-08
fs/proc/kcore.c: allow translation of physical memory addresses
Alexander Gordeev
1
-2
/
+34
2024-11-08
fs/proc/kcore: reinstate bounce buffer for KCORE_TEXT regions
Lorenzo Stoakes
1
-3
/
+14
2024-11-08
fs/proc/kcore: convert read_kcore() to read_kcore_iter()
Lorenzo Stoakes
1
-18
/
+18
2024-11-08
fs/proc/kcore: avoid bounce buffer for ktext data
Lorenzo Stoakes
1
-12
/
+5
2024-11-08
mm: remove kern_addr_valid() completely
Kefeng Wang
1
-17
/
+9
2024-10-17
proc: add config & param to block forcing mem writes
Adrian Ratiu
1
-1
/
+60
2024-08-11
sysctl: always initialize i_uid/i_gid
Thomas Weißschuh
1
-4
/
+2
2024-08-11
sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table)
Thomas Weißschuh
1
-1
/
+1
2024-08-03
fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THP
David Hildenbrand
1
-0
/
+2
2024-06-21
fs/proc: fix softlockup in __read_vmcore
Rik van Riel
1
-0
/
+2
2024-03-15
fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children stats
Oleg Nesterov
1
-26
/
+32
2024-03-15
fs/proc: do_task_stat: use __for_each_thread()
Oleg Nesterov
1
-3
/
+4
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-23
proc/meminfo: fix spacing in SecPageTables
Yosry Ahmed
1
-1
/
+1
2022-10-21
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-11
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-10
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-07
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-04
proc: mark more files as permanent
Alexey Dobriyan
8
-6
/
+37
2022-10-04
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-27
ksm: count allocated ksm rmap_items for each process
xu xin
1
-0
/
+15
2022-09-27
fs/proc/task_mmu: stop using linked list and highest_vm_end
Matthew Wilcox (Oracle)
2
-33
/
+42
[next]