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
*
mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY cleared
Peter Feiner
2014-10-14
1
-5
/
+14
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-10-13
2
-10
/
+2
|
\
|
*
proc: Update proc_flush_task_mnt to use d_invalidate
Eric W. Biederman
2014-10-09
1
-4
/
+2
|
*
vfs: Remove d_drop calls from d_revalidate implementations
Eric W. Biederman
2014-10-09
2
-6
/
+0
*
|
Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2014-10-10
1
-35
/
+4
|
\
\
|
*
|
cpuset: simplify proc_cpuset_show()
Zefan Li
2014-09-18
1
-18
/
+2
|
*
|
cgroup: simplify proc_cgroup_show()
Zefan Li
2014-09-18
1
-17
/
+2
*
|
|
mm/balloon_compaction: add vmstat counters and kpageflags bit
Konstantin Khlebnikov
2014-10-09
1
-0
/
+3
*
|
|
mm: softdirty: unmapped addresses between VMAs are clean
Peter Feiner
2014-10-09
1
-21
/
+40
*
|
|
mempolicy: fix show_numa_map() vs exec() + do_set_mempolicy() race
Oleg Nesterov
2014-10-09
1
-24
/
+9
*
|
|
fs/proc/kcore.c: don't add modules range to kcore if it's equal to vmcore range
Baoquan He
2014-10-09
1
-1
/
+3
*
|
|
proc/maps: make vm_is_stack() logic namespace-friendly
Oleg Nesterov
2014-10-09
2
-5
/
+41
*
|
|
proc/maps: replace proc_maps_private->pid with "struct inode *inode"
Oleg Nesterov
2014-10-09
3
-5
/
+5
*
|
|
fs/proc/task_nommu.c: don't use priv->task->mm
Oleg Nesterov
2014-10-09
1
-8
/
+10
*
|
|
fs/proc/task_nommu.c: shift mm_access() from m_start() to proc_maps_open()
Oleg Nesterov
2014-10-09
1
-6
/
+26
*
|
|
fs/proc/task_nommu.c: change maps_open() to use __seq_open_private()
Oleg Nesterov
2014-10-09
1
-14
/
+7
*
|
|
fs/proc/task_mmu.c: update m->version in the main loop in m_start()
Oleg Nesterov
2014-10-09
1
-1
/
+4
*
|
|
fs/proc/task_mmu.c: reintroduce m->version logic
Oleg Nesterov
2014-10-09
1
-0
/
+21
*
|
|
fs/proc/task_mmu.c: introduce m_next_vma() helper
Oleg Nesterov
2014-10-09
1
-5
/
+10
*
|
|
fs/proc/task_mmu.c: simplify m_start() to make it readable
Oleg Nesterov
2014-10-09
1
-24
/
+10
*
|
|
fs/proc/task_mmu.c: kill the suboptimal and confusing m->version logic
Oleg Nesterov
2014-10-09
1
-34
/
+1
*
|
|
fs/proc/task_mmu.c: shift "priv->task = NULL" from m_start() to m_stop()
Oleg Nesterov
2014-10-09
1
-6
/
+3
*
|
|
fs/proc/task_mmu.c: cleanup the "tail_vma" horror in m_next()
Oleg Nesterov
2014-10-09
1
-5
/
+3
*
|
|
fs/proc/task_mmu.c: simplify the vma_stop() logic
Oleg Nesterov
2014-10-09
1
-16
/
+19
*
|
|
fs/proc/task_mmu.c: shift mm_access() from m_start() to proc_maps_open()
Oleg Nesterov
2014-10-09
2
-9
/
+29
*
|
|
proc: introduce proc_mem_open()
Oleg Nesterov
2014-10-09
2
-15
/
+23
*
|
|
fs/proc/task_mmu.c: unify/simplify do_maps_open() and numa_maps_open()
Oleg Nesterov
2014-10-09
1
-28
/
+16
*
|
|
fs/proc/task_mmu.c: don't use task->mm in m_start() and show_*map()
Oleg Nesterov
2014-10-09
1
-5
/
+3
|
|
/
|
/
|
*
|
mm: softdirty: addresses before VMAs in PTE holes aren't softdirty
Peter Feiner
2014-09-26
1
-9
/
+18
|
/
*
Revert "proc: Point /proc/{mounts,net} at /proc/thread-self/{mounts,net} inst...
Linus Torvalds
2014-08-10
2
-2
/
+2
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2014-08-09
7
-9
/
+119
|
\
|
*
proc: Point /proc/mounts at /proc/thread-self/mounts instead of /proc/self/mo...
Eric W. Biederman
2014-08-04
1
-1
/
+1
|
*
proc: Point /proc/net at /proc/thread-self/net instead of /proc/self/net
Eric W. Biederman
2014-08-04
1
-1
/
+1
|
*
proc: Implement /proc/thread-self to point at the directory of the current th...
Eric W. Biederman
2014-08-04
6
-6
/
+111
|
*
proc: Have net show up under /proc/<tgid>/task/<tid>
Eric W. Biederman
2014-08-04
1
-0
/
+3
|
*
namespaces: Use task_lock and not rcu to protect nsproxy
Eric W. Biederman
2014-07-29
1
-1
/
+3
*
|
sysctl: remove typedef ctl_table
Joe Perches
2014-08-08
1
-1
/
+1
*
|
fs/proc/vmcore.c:mmap_vmcore: skip non-ram pages reported by hypervisors
Vitaly Kuznetsov
2014-08-08
1
-3
/
+79
*
|
proc: remove INF macro
Alexey Dobriyan
2014-08-08
2
-42
/
+0
*
|
proc: convert /proc/$PID/hardwall to seq_file interface
Alexey Dobriyan
2014-08-08
1
-2
/
+2
*
|
proc: convert /proc/$PID/io to seq_file interface
Alexey Dobriyan
2014-08-08
1
-8
/
+10
*
|
proc: convert /proc/$PID/oom_score to seq_file interface
Alexey Dobriyan
2014-08-08
1
-4
/
+5
*
|
proc: convert /proc/$PID/schedstat to seq_file interface
Alexey Dobriyan
2014-08-08
1
-4
/
+5
*
|
proc: convert /proc/$PID/wchan to seq_file interface
Alexey Dobriyan
2014-08-08
1
-5
/
+6
*
|
proc: convert /proc/$PID/cmdline to seq_file interface
Alexey Dobriyan
2014-08-08
1
-4
/
+11
*
|
proc: convert /proc/$PID/syscall to seq_file interface
Alexey Dobriyan
2014-08-08
1
-6
/
+7
*
|
proc: convert /proc/$PID/limits to seq_file interface
Alexey Dobriyan
2014-08-08
1
-15
/
+12
*
|
proc: convert /proc/$PID/auxv to seq_file interface
Alexey Dobriyan
2014-08-08
1
-10
/
+8
*
|
proc: more "const char *" pointers
Alexey Dobriyan
2014-08-08
1
-4
/
+4
*
|
proc: remove proc_tty_ldisc variable
Alexey Dobriyan
2014-08-08
1
-2
/
+2
[next]