index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
proc
Commit message (
Expand
)
Author
Age
Files
Lines
*
vmalloc: fix remap_vmalloc_range() bounds checks
Jann Horn
2020-05-02
1
-1
/
+1
*
proc/vmcore: Fix i386 build error of missing copy_oldmem_page_encrypted()
Borislav Petkov
2019-11-25
1
-0
/
+10
*
coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...
Andrea Arcangeli
2019-08-06
1
-0
/
+18
*
fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino...
Radoslaw Burny
2019-08-04
1
-0
/
+4
*
fs/proc/array.c: allow reporting eip/esp for all coredumping threads
John Ogness
2019-07-10
1
-1
/
+1
*
fs/proc/proc_sysctl.c: Fix a NULL pointer dereference
YueHaibing
2019-05-02
1
-2
/
+4
*
fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links
YueHaibing
2019-04-03
1
-1
/
+2
*
proc, oom: do not report alien mms when setting oom_score_adj
Michal Hocko
2019-02-27
1
-4
/
+0
*
proc: Remove empty line in /proc/self/status
Guenter Roeck
2019-01-23
1
-1
/
+2
*
proc/sysctl: don't return ENOMEM on lookup when a table is unregistering
Ivan Delalande
2018-12-29
1
-7
/
+6
*
sched/cputime: Convert kcpustat to nsecs
Frederic Weisbecker
2018-10-20
2
-39
/
+36
*
proc: restrict kernel stack dumps to root
Jann Horn
2018-10-10
1
-0
/
+14
*
proc: Fix proc_sys_prune_dcache to hold a sb reference
Eric W. Biederman
2018-08-15
2
-14
/
+31
*
proc/sysctl: Don't grab i_lock under sysctl_lock.
Eric W. Biederman
2018-08-15
1
-13
/
+18
*
proc/sysctl: prune stale dentries during unregistering
Konstantin Khlebnikov
2018-08-15
3
-19
/
+50
*
fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl table
Danilo Krummrich
2018-05-30
1
-0
/
+3
*
vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user page
Jia Zhang
2018-05-30
1
-0
/
+4
*
proc: fix /proc/*/map_files lookup
Alexey Dobriyan
2018-05-30
1
-1
/
+28
*
proc: Use underscores for SSBD in 'status'
Konrad Rzeszutek Wilk
2018-05-22
1
-1
/
+1
*
prctl: Add force disable speculation
Thomas Gleixner
2018-05-22
1
-0
/
+3
*
proc: Provide details on speculation flaw mitigations
Kees Cook
2018-05-22
1
-1
/
+23
*
proc: do not access cmdline nor environ from file-backed areas
Willy Tarreau
2018-05-19
1
-5
/
+5
*
fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()
Heiko Carstens
2018-02-17
1
-13
/
+5
*
proc: fix coredump vs read /proc/*/stat race
Alexey Dobriyan
2018-01-23
1
-2
/
+5
*
tty fix oops when rmmod 8250
nixiaoming
2017-12-20
1
-1
/
+2
*
fs/proc: Report eip/esp in /prod/PID/stat for coredumping
John Ogness
2017-10-05
1
-0
/
+9
*
mm: larger stack guard gap, between vmas
Hugh Dickins
2017-06-24
1
-4
/
+0
*
proc: add a schedule point in proc_pid_readdir()
Eric Dumazet
2017-06-17
1
-0
/
+2
*
proc: Fix unbalanced hard link numbers
Takashi Iwai
2017-05-25
1
-0
/
+1
*
thp: fix MADV_DONTNEED vs clear soft dirty race
Kirill A. Shutemov
2017-04-21
1
-1
/
+8
*
sysctl: Drop reference added by grab_header in proc_sys_readdir
Zhou Chengming
2017-01-19
1
-1
/
+2
*
proc: fix NULL dereference when reading /proc/<pid>/auxv
Leon Yu
2016-10-27
1
-0
/
+3
*
proc: don't use FOLL_FORCE for reading cmdline and environment
Linus Torvalds
2016-10-24
1
-10
/
+8
*
Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2016-10-22
3
-41
/
+25
|
\
|
*
fs/proc: Stop trying to report thread stacks
Andy Lutomirski
2016-10-20
2
-37
/
+20
|
*
fs/proc: Stop reporting eip and esp in /proc/PID/stat
Andy Lutomirski
2016-10-20
1
-4
/
+5
*
|
mm: replace access_remote_vm() write parameter with gup_flags
Lorenzo Stoakes
2016-10-19
1
-6
/
+13
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-10-10
5
-6
/
+5
|
\
|
*
Merge remote-tracking branch 'ovl/rename2' into for-linus
Al Viro
2016-10-10
1
-11
/
+20
|
|
\
|
*
|
fs: Replace CURRENT_TIME with current_time() for inode timestamps
Deepa Dinamani
2016-09-27
5
-5
/
+5
|
*
|
fs: proc: Delete inode time initializations in proc_alloc_inode()
Deepa Dinamani
2016-09-27
1
-1
/
+0
*
|
|
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-10-10
6
-28
/
+35
|
\
\
\
|
*
\
\
Merge remote-tracking branch 'jk/vfs' into work.misc
Al Viro
2016-10-08
3
-3
/
+3
|
|
\
\
\
|
|
*
|
|
fs: Give dentry to inode_change_ok() instead of inode
Jan Kara
2016-09-22
3
-3
/
+3
|
*
|
|
|
proc: switch auxv to use of __mem_open()
Al Viro
2016-10-05
1
-19
/
+26
|
*
|
|
|
proc: unsigned file descriptors
Alexey Dobriyan
2016-09-27
3
-6
/
+6
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
cred: simpler, 1D supplementary groups
Alexey Dobriyan
2016-10-07
1
-1
/
+1
*
|
|
|
mm, proc: fix region lost in /proc/self/smaps
Robert Ho
2016-10-07
1
-3
/
+5
*
|
|
|
proc: fix timerslack_ns CAP_SYS_NICE check when adjusting self
John Stultz
2016-10-07
1
-15
/
+19
*
|
|
|
proc: add LSM hook checks to /proc/<tid>/timerslack_ns
John Stultz
2016-10-07
1
-0
/
+10
[next]