index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
proc
/
base.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-21
[PATCH] introduce fmode_t, do annotations
Al Viro
1
-2
/
+2
2008-10-10
proc: remove kernel.maps_protect
Alexey Dobriyan
1
-3
/
+0
2008-10-10
[PATCH] proc: show personality via /proc/pid/personality
Kees Cook
1
-0
/
+9
2008-10-10
[PATCH] signal, procfs: some lock_task_sighand() users do not need rcu_read_l...
Lai Jiangshan
1
-8
/
+1
2008-08-05
proc: fix warnings
Alexander Beregalov
1
-4
/
+7
2008-07-27
task IO accounting: move all IO statistics in struct task_io_accounting
Andrea Righi
1
-5
/
+5
2008-07-27
task IO accounting: improve code readability
Andrea Righi
1
-41
/
+16
2008-07-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+1
2008-07-26
task IO accounting: correctly account threads IO statistics
Andrea Righi
1
-34
/
+22
2008-07-26
[PATCH] sanitize ->permission() prototype
Al Viro
1
-2
/
+1
2008-07-26
/proc/PID/syscall
Roland McGrath
1
-0
/
+26
2008-07-26
tracehook: tracehook_tracer_task
Roland McGrath
1
-4
/
+9
2008-07-25
task IO accounting: provide distinct tgid/tid I/O statistics
Andrea Righi
1
-15
/
+71
2008-07-14
Security: split proc ptrace checking into read vs. attach
Stephen Smalley
1
-4
/
+5
2008-06-06
proc: calculate the correct /proc/<pid> link count
Vegard Nossum
1
-8
/
+25
2008-05-17
[PATCH] open sessionid permissions
Steve Grubb
1
-1
/
+1
2008-05-01
[PATCH] split linux/file.h
Al Viro
1
-0
/
+1
2008-04-29
procfs: mem permission cleanup
Roland McGrath
1
-9
/
+29
2008-04-29
procfs task exe symlink
Matt Helsley
1
-0
/
+75
2008-04-23
[patch 6/7] vfs: mountinfo: add /proc/<pid>/mountinfo
Ram Pai
1
-0
/
+15
2008-04-23
[patch 5/7] vfs: mountinfo: allow using process root
Miklos Szeredi
1
-57
/
+51
2008-04-22
[PATCH] proc_readfd_common() race fix
Al Viro
1
-3
/
+1
2008-03-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-1
/
+1
2008-03-20
[NET]: Fix permissions of /proc/net
Andre Noll
1
-1
/
+1
2008-03-18
[PATCH] export sessionid alongside the loginuid in procfs
Eric Paris
1
-0
/
+22
2008-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-0
/
+3
2008-03-11
net: fix build with CONFIG_NET=n
Andrew Morton
1
-0
/
+2
2008-03-07
[NET]: Make /proc/net a symlink on /proc/self/net (v3)
Pavel Emelyanov
1
-0
/
+1
2008-02-25
latencytop: change /proc task_struct access method
Hiroshi Shimamoto
1
-28
/
+12
2008-02-25
latencytop: fix memory leak on latency proc file
Hiroshi Shimamoto
1
-1
/
+10
2008-02-25
latencytop: fix kernel panic while reading latency proc file
Hiroshi Shimamoto
1
-0
/
+2
2008-02-23
proc: add RLIMIT_RTTIME to /proc/<pid>/limits
Eugene Teo
1
-0
/
+1
2008-02-14
d_path: Make d_path() use a struct path
Jan Blunck
1
-1
/
+1
2008-02-14
d_path: Make proc_get_link() use a struct path argument
Jan Blunck
1
-34
/
+26
2008-02-14
Use struct path in fs_struct
Jan Blunck
1
-4
/
+4
2008-02-14
Introduce path_put()
Jan Blunck
1
-1
/
+1
2008-02-14
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
Jan Blunck
1
-1
/
+2
2008-02-08
revert "proc: fix the threaded proc self"
Andrew Morton
1
-6
/
+6
2008-02-08
procfs: constify function pointer tables
Jan Engelhardt
1
-2
/
+2
2008-02-08
proc: fix the threaded /proc/self
Eric W. Biederman
1
-6
/
+6
2008-02-08
proc: proper pidns handling for /proc/self
Eric W. Biederman
1
-2
/
+10
2008-02-08
proc: seqfile convert proc_pid_status to properly handle pid namespaces
Eric W. Biederman
1
-2
/
+2
2008-02-08
seqfile convert proc_pid_statm
Eric W. Biederman
1
-2
/
+2
2008-02-08
proc: rewrite do_task_stat to correctly handle pid namespaces.
Eric W. Biederman
1
-2
/
+2
2008-02-08
proc: implement proc_single_file_operations
Eric W. Biederman
1
-0
/
+43
2008-02-05
Fix /proc dcache deadlock in do_exit
Andrea Arcangeli
1
-1
/
+2
2008-02-05
maps4: make page monitoring /proc file optional
Matt Mackall
1
-2
/
+2
2008-02-05
maps4: add /proc/pid/pagemap interface
Matt Mackall
1
-1
/
+3
2008-02-05
maps4: move clear_refs code to task_mmu.c
Matt Mackall
1
-40
/
+0
2008-02-01
[PATCH] switch audit_get_loginuid() to task_struct *
Al Viro
1
-1
/
+1
[next]