index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
proc
/
base.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
proc: fix warnings
Alexander Beregalov
2008-08-05
1
-4
/
+7
*
task IO accounting: move all IO statistics in struct task_io_accounting
Andrea Righi
2008-07-27
1
-5
/
+5
*
task IO accounting: improve code readability
Andrea Righi
2008-07-27
1
-41
/
+16
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2008-07-26
1
-2
/
+1
|
\
|
*
[PATCH] sanitize ->permission() prototype
Al Viro
2008-07-26
1
-2
/
+1
*
|
task IO accounting: correctly account threads IO statistics
Andrea Righi
2008-07-26
1
-34
/
+22
|
/
*
/proc/PID/syscall
Roland McGrath
2008-07-26
1
-0
/
+26
*
tracehook: tracehook_tracer_task
Roland McGrath
2008-07-26
1
-4
/
+9
*
task IO accounting: provide distinct tgid/tid I/O statistics
Andrea Righi
2008-07-25
1
-15
/
+71
*
Security: split proc ptrace checking into read vs. attach
Stephen Smalley
2008-07-14
1
-4
/
+5
*
proc: calculate the correct /proc/<pid> link count
Vegard Nossum
2008-06-06
1
-8
/
+25
*
[PATCH] open sessionid permissions
Steve Grubb
2008-05-17
1
-1
/
+1
*
[PATCH] split linux/file.h
Al Viro
2008-05-01
1
-0
/
+1
*
procfs: mem permission cleanup
Roland McGrath
2008-04-29
1
-9
/
+29
*
procfs task exe symlink
Matt Helsley
2008-04-29
1
-0
/
+75
*
[patch 6/7] vfs: mountinfo: add /proc/<pid>/mountinfo
Ram Pai
2008-04-23
1
-0
/
+15
*
[patch 5/7] vfs: mountinfo: allow using process root
Miklos Szeredi
2008-04-23
1
-57
/
+51
*
[PATCH] proc_readfd_common() race fix
Al Viro
2008-04-22
1
-3
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2008-03-21
1
-1
/
+1
|
\
|
*
[NET]: Fix permissions of /proc/net
Andre Noll
2008-03-20
1
-1
/
+1
*
|
[PATCH] export sessionid alongside the loginuid in procfs
Eric Paris
2008-03-18
1
-0
/
+22
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2008-03-12
1
-0
/
+3
|
\
|
*
net: fix build with CONFIG_NET=n
Andrew Morton
2008-03-11
1
-0
/
+2
|
*
[NET]: Make /proc/net a symlink on /proc/self/net (v3)
Pavel Emelyanov
2008-03-07
1
-0
/
+1
*
|
latencytop: change /proc task_struct access method
Hiroshi Shimamoto
2008-02-25
1
-28
/
+12
*
|
latencytop: fix memory leak on latency proc file
Hiroshi Shimamoto
2008-02-25
1
-1
/
+10
*
|
latencytop: fix kernel panic while reading latency proc file
Hiroshi Shimamoto
2008-02-25
1
-0
/
+2
|
/
*
proc: add RLIMIT_RTTIME to /proc/<pid>/limits
Eugene Teo
2008-02-23
1
-0
/
+1
*
d_path: Make d_path() use a struct path
Jan Blunck
2008-02-14
1
-1
/
+1
*
d_path: Make proc_get_link() use a struct path argument
Jan Blunck
2008-02-14
1
-34
/
+26
*
Use struct path in fs_struct
Jan Blunck
2008-02-14
1
-4
/
+4
*
Introduce path_put()
Jan Blunck
2008-02-14
1
-1
/
+1
*
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
Jan Blunck
2008-02-14
1
-1
/
+2
*
revert "proc: fix the threaded proc self"
Andrew Morton
2008-02-08
1
-6
/
+6
*
procfs: constify function pointer tables
Jan Engelhardt
2008-02-08
1
-2
/
+2
*
proc: fix the threaded /proc/self
Eric W. Biederman
2008-02-08
1
-6
/
+6
*
proc: proper pidns handling for /proc/self
Eric W. Biederman
2008-02-08
1
-2
/
+10
*
proc: seqfile convert proc_pid_status to properly handle pid namespaces
Eric W. Biederman
2008-02-08
1
-2
/
+2
*
seqfile convert proc_pid_statm
Eric W. Biederman
2008-02-08
1
-2
/
+2
*
proc: rewrite do_task_stat to correctly handle pid namespaces.
Eric W. Biederman
2008-02-08
1
-2
/
+2
*
proc: implement proc_single_file_operations
Eric W. Biederman
2008-02-08
1
-0
/
+43
*
Fix /proc dcache deadlock in do_exit
Andrea Arcangeli
2008-02-05
1
-1
/
+2
*
maps4: make page monitoring /proc file optional
Matt Mackall
2008-02-05
1
-2
/
+2
*
maps4: add /proc/pid/pagemap interface
Matt Mackall
2008-02-05
1
-1
/
+3
*
maps4: move clear_refs code to task_mmu.c
Matt Mackall
2008-02-05
1
-40
/
+0
*
[PATCH] switch audit_get_loginuid() to task_struct *
Al Viro
2008-02-01
1
-1
/
+1
*
Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2008-02-01
1
-1
/
+1
|
\
|
*
proc/base.c: Use task_is_*
Matthew Wilcox
2007-12-06
1
-1
/
+1
*
|
sched: latencytop support
Arjan van de Ven
2008-01-25
1
-0
/
+78
*
|
restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pid
Al Viro
2008-01-02
1
-0
/
+20
|
/
[next]