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
2017-06-26
mm: larger stack guard gap, between vmas
Hugh Dickins
1
-4
/
+0
2016-07-12
proc: prevent accessing /proc/<PID>/environ until it's ready
Mathias Krause
1
-1
/
+2
2016-06-19
proc: prevent stacking filesystems on top
Jann Horn
1
-0
/
+7
2016-06-03
mm: fix huge zero page accounting in smaps report
Kirill A. Shutemov
1
-36
/
+68
2016-04-12
ptrace: use fsuid, fsgid, effective creds for fs access checks
Jann Horn
3
-13
/
+13
2015-07-12
mnt: Refactor the logic for mounting sysfs and proc in a user namespace
Eric W. Biederman
1
-4
/
+1
2015-03-28
pagemap: do not leak physical addresses to non-privileged userspace
Kirill A. Shutemov
1
-0
/
+3
2015-03-14
procfs: fix race between symlink removals and traversals
Al Viro
3
-12
/
+22
2015-03-06
proc/pagemap: walk page tables under pte lock
Konstantin Khlebnikov
1
-5
/
+9
2015-01-27
genirq: Prevent proc race against freeing of irq descriptors
Thomas Gleixner
1
-1
/
+1
2015-01-08
userns: Add a knob to disable setgroups on a per user namespace basis
Eric W. Biederman
1
-0
/
+53
2014-10-14
mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY cleared
Peter Feiner
1
-5
/
+14
2014-10-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-10
/
+2
2014-10-10
Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
1
-35
/
+4
2014-10-09
mm/balloon_compaction: add vmstat counters and kpageflags bit
Konstantin Khlebnikov
1
-0
/
+3
2014-10-09
mm: softdirty: unmapped addresses between VMAs are clean
Peter Feiner
1
-21
/
+40
2014-10-09
mempolicy: fix show_numa_map() vs exec() + do_set_mempolicy() race
Oleg Nesterov
1
-24
/
+9
2014-10-09
fs/proc/kcore.c: don't add modules range to kcore if it's equal to vmcore range
Baoquan He
1
-1
/
+3
2014-10-09
proc/maps: make vm_is_stack() logic namespace-friendly
Oleg Nesterov
2
-5
/
+41
2014-10-09
proc/maps: replace proc_maps_private->pid with "struct inode *inode"
Oleg Nesterov
3
-5
/
+5
2014-10-09
fs/proc/task_nommu.c: don't use priv->task->mm
Oleg Nesterov
1
-8
/
+10
2014-10-09
fs/proc/task_nommu.c: shift mm_access() from m_start() to proc_maps_open()
Oleg Nesterov
1
-6
/
+26
2014-10-09
fs/proc/task_nommu.c: change maps_open() to use __seq_open_private()
Oleg Nesterov
1
-14
/
+7
2014-10-09
fs/proc/task_mmu.c: update m->version in the main loop in m_start()
Oleg Nesterov
1
-1
/
+4
2014-10-09
fs/proc/task_mmu.c: reintroduce m->version logic
Oleg Nesterov
1
-0
/
+21
2014-10-09
fs/proc/task_mmu.c: introduce m_next_vma() helper
Oleg Nesterov
1
-5
/
+10
2014-10-09
fs/proc/task_mmu.c: simplify m_start() to make it readable
Oleg Nesterov
1
-24
/
+10
2014-10-09
fs/proc/task_mmu.c: kill the suboptimal and confusing m->version logic
Oleg Nesterov
1
-34
/
+1
2014-10-09
fs/proc/task_mmu.c: shift "priv->task = NULL" from m_start() to m_stop()
Oleg Nesterov
1
-6
/
+3
2014-10-09
fs/proc/task_mmu.c: cleanup the "tail_vma" horror in m_next()
Oleg Nesterov
1
-5
/
+3
2014-10-09
fs/proc/task_mmu.c: simplify the vma_stop() logic
Oleg Nesterov
1
-16
/
+19
2014-10-09
fs/proc/task_mmu.c: shift mm_access() from m_start() to proc_maps_open()
Oleg Nesterov
2
-9
/
+29
2014-10-09
proc: introduce proc_mem_open()
Oleg Nesterov
2
-15
/
+23
2014-10-09
fs/proc/task_mmu.c: unify/simplify do_maps_open() and numa_maps_open()
Oleg Nesterov
1
-28
/
+16
2014-10-09
fs/proc/task_mmu.c: don't use task->mm in m_start() and show_*map()
Oleg Nesterov
1
-5
/
+3
2014-10-09
proc: Update proc_flush_task_mnt to use d_invalidate
Eric W. Biederman
1
-4
/
+2
2014-10-09
vfs: Remove d_drop calls from d_revalidate implementations
Eric W. Biederman
2
-6
/
+0
2014-09-26
mm: softdirty: addresses before VMAs in PTE holes aren't softdirty
Peter Feiner
1
-9
/
+18
2014-09-18
cpuset: simplify proc_cpuset_show()
Zefan Li
1
-18
/
+2
2014-09-18
cgroup: simplify proc_cgroup_show()
Zefan Li
1
-17
/
+2
2014-08-10
Revert "proc: Point /proc/{mounts,net} at /proc/thread-self/{mounts,net} inst...
Linus Torvalds
2
-2
/
+2
2014-08-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
7
-9
/
+119
2014-08-08
sysctl: remove typedef ctl_table
Joe Perches
1
-1
/
+1
2014-08-08
fs/proc/vmcore.c:mmap_vmcore: skip non-ram pages reported by hypervisors
Vitaly Kuznetsov
1
-3
/
+79
2014-08-08
proc: remove INF macro
Alexey Dobriyan
2
-42
/
+0
2014-08-08
proc: convert /proc/$PID/hardwall to seq_file interface
Alexey Dobriyan
1
-2
/
+2
2014-08-08
proc: convert /proc/$PID/io to seq_file interface
Alexey Dobriyan
1
-8
/
+10
2014-08-08
proc: convert /proc/$PID/oom_score to seq_file interface
Alexey Dobriyan
1
-4
/
+5
2014-08-08
proc: convert /proc/$PID/schedstat to seq_file interface
Alexey Dobriyan
1
-4
/
+5
2014-08-08
proc: convert /proc/$PID/wchan to seq_file interface
Alexey Dobriyan
1
-5
/
+6
[next]