index
:
linux.git
dev
master
v4.9.13
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
proc
Age
Commit message (
Expand
)
Author
2019-05-02
coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...
Andrea Arcangeli
2018-12-16
proc: restrict kernel stack dumps to root
Jann Horn
2018-11-20
fs/proc: Stop trying to report thread stacks
Andy Lutomirski
2018-11-20
mm: /proc/pid/pagemap: hide swap entries from unprivileged users
Huang Ying
2018-11-20
pagemap: hide physical addresses from non-privileged users
Konstantin Khlebnikov
2018-10-21
fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl table
Danilo Krummrich
2018-10-03
proc: drop handling non-linear mappings
Kirill A. Shutemov
2018-10-03
proc: Use underscores for SSBD in 'status'
Konrad Rzeszutek Wilk
2018-10-03
prctl: Add force disable speculation
Thomas Gleixner
2018-10-03
proc: Provide details on speculation flaw mitigations
Kees Cook
2017-10-12
sysctl: fix lax sysctl_check_table() sanity check
Luis R. Rodriguez
2017-09-15
ptrace: use fsuid, fsgid, effective creds for fs access checks
Jann Horn
2017-07-02
mm: larger stack guard gap, between vmas
Hugh Dickins
2017-04-04
vfs: Commit to never having exectuables on proc and sysfs.
Eric W. Biederman
2017-02-23
sysctl: Drop reference added by grab_header in proc_sys_readdir
Zhou Chengming
2017-02-23
fs: Give dentry to inode_change_ok() instead of inode
Jan Kara
2017-02-23
Revert "fs: Give dentry to inode_change_ok() instead of inode"
Ben Hutchings
2016-11-20
fs: Give dentry to inode_change_ok() instead of inode
Jan Kara
2016-08-22
proc: prevent stacking filesystems on top
Jann Horn
2016-06-15
proc: prevent accessing /proc/<PID>/environ until it's ready
Mathias Krause
2015-12-13
fs/proc, core/debug: Don't expose absolute kernel addresses via wchan
Ingo Molnar
2015-12-13
proc: actually make proc_fd_permission() thread-friendly
Oleg Nesterov
2015-07-15
proc: Allow creating permanently empty directories that serve as mount points
Eric W. Biederman
2015-07-15
sysctl: Allow creating permanently empty directories that serve as mountpoints.
Eric W. Biederman
2015-07-09
mnt: Refactor the logic for mounting sysfs and proc in a user namespace
Eric W. Biederman
2015-03-30
pagemap: do not leak physical addresses to non-privileged userspace
Kirill A. Shutemov
2015-03-03
proc/pagemap: walk page tables under pte lock
Konstantin Khlebnikov
2015-03-03
mm: softdirty: unmapped addresses between VMAs are clean
Peter Feiner
2015-03-02
procfs: fix race between symlink removals and traversals
Al Viro
2015-01-15
genirq: Prevent proc race against freeing of irq descriptors
Thomas Gleixner
2015-01-15
userns: Add a knob to disable setgroups on a per user namespace basis
Eric W. Biederman
2014-09-17
CAPABILITIES: remove undefined caps from all processes
Eric Paris
2014-07-03
/proc/stat: convert to single_open_size()
Heiko Carstens
2014-06-08
Merge branch 'next' (accumulated 3.16 merge window patches) into master
Linus Torvalds
2014-06-06
fs/proc/vmcore.c: remove NULL assignment to static
Fabian Frederick
2014-06-06
fs/proc/task_mmu.c: replace seq_printf by seq_puts
Fabian Frederick
2014-06-06
mm: add !pte_present() check on existing hugetlb_entry callbacks
Naoya Horiguchi
2014-06-05
Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...
Linus Torvalds
2014-06-04
mm: softdirty: clear VM_SOFTDIRTY flag inside clear_refs_write() instead of c...
Cyrill Gorcunov
2014-05-20
mm, fs: Add vm_ops->name as an alternative to arch_vma_name
Andy Lutomirski
2014-04-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-04-12
Merge git://git.infradead.org/users/eparis/audit
Linus Torvalds
2014-04-07
fault-injection: set bounds on what /proc/self/make-it-fail accepts.
Dave Jones
2014-04-07
vmcore: continue vmcore initialization if PT_NOTE is found empty
WANG Chao
2014-04-07
include/linux/crash_dump.h: add vmcore_cleanup() prototype
Rashika Kheria
2014-04-07
wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-space
Oleg Nesterov
2014-04-07
procfs: make /proc/*/pagemap 0400
Djalal Harouni
2014-04-07
procfs: make /proc/*/{stack,syscall,personality} 0400
Djalal Harouni
2014-04-07
fs/proc/inode.c: use RCU_INIT_POINTER(x, NULL)
Monam Agarwal
2014-04-07
proc: show mnt_id in /proc/pid/fdinfo
Andrey Vagin
[next]