index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
proc
/
base.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2008-02-01
Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2008-01-25
sched: latencytop support
Arjan van de Ven
1
-0
/
+78
2008-01-02
restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pid
Al Viro
1
-0
/
+20
2007-12-06
proc/base.c: Use task_is_*
Matthew Wilcox
1
-1
/
+1
2007-11-29
proc: remove races from proc_id_readdir()
Eric W. Biederman
1
-23
/
+28
2007-11-14
proc: simplify and correct proc_flush_task
Eric W. Biederman
1
-9
/
+6
2007-10-22
procfs: fix kernel-doc param warnings
Randy Dunlap
1
-24
/
+22
2007-10-19
Remove unused variables from fs/proc/base.c
Pavel Emelyanov
1
-4
/
+1
2007-10-19
proc: export a processes resource limits via /proc/pid
Neil Horman
1
-0
/
+75
2007-10-19
Isolate some explicit usage of task->tgid
Pavel Emelyanov
1
-1
/
+1
2007-10-19
pid namespaces: changes to show virtual ids to user
Pavel Emelyanov
1
-14
/
+23
2007-10-19
pid namespaces: initialize the namespace's proc_mnt
Pavel Emelyanov
1
-0
/
+4
2007-10-19
pid namespaces: make proc_flush_task() actually from entries from multiple na...
Pavel Emelyanov
1
-2
/
+16
2007-10-19
pid namespaces: helpers to find the task by its numerical ids
Pavel Emelyanov
1
-1
/
+1
2007-10-19
pid namespaces: prepare proc_flust_task() to flush entries from multiple proc...
Pavel Emelyanov
1
-7
/
+20
2007-10-19
Make access to task's nsproxy lighter
Pavel Emelyanov
1
-10
/
+17
2007-10-19
Task Control Groups: make cpusets a client of cgroups
Paul Menage
1
-2
/
+2
2007-10-19
Task Control Groups: add procfs interface
Paul Menage
1
-0
/
+7
2007-10-17
Don't truncate /proc/PID/environ at 4096 characters
James Pearson
1
-23
/
+72
2007-10-17
Fix f_version type: should be u64 instead of unsigned long
Mathieu Desnoyers
1
-2
/
+2
2007-10-16
Group short-lived and reclaimable kernel allocations
Mel Gorman
1
-6
/
+7
2007-10-15
sched: clean up schedstats, cnt -> count
Ingo Molnar
1
-1
/
+1
2007-07-31
Fix leaks on /proc/{*/sched,sched_debug,timer_list,timer_stats}
Alexey Dobriyan
1
-1
/
+1
2007-07-19
coredump masking: add an interface for core dump filter
Kawai, Hidehiro
1
-0
/
+89
2007-07-19
coredump masking: reimplementation of dumpable using two flags
Kawai, Hidehiro
1
-1
/
+1
2007-07-17
kallsyms: make KSYM_NAME_LEN include space for trailing '\0'
Tejun Heo
1
-1
/
+1
2007-07-16
move seccomp from /proc to a prctl
Andrea Arcangeli
1
-72
/
+0
2007-07-16
/proc/*/environ: wrong placing of ptrace_may_attach() check
Alexey Dobriyan
1
-3
/
+8
2007-07-09
sched: scheduler debugging, core
Ingo Molnar
1
-0
/
+69
2007-07-09
sched: update delay-accounting to use CFS's precise stats
Balbir Singh
1
-1
/
+1
2007-05-08
smaps: only define clear_refs for CONFIG_MMU
David Rientjes
1
-0
/
+2
2007-05-08
procfs: use simple_read_from_buffer()
Akinobu Mita
1
-28
/
+7
2007-05-08
Remove redundant check from proc_setattr()
John Johansen
1
-5
/
+2
2007-05-08
Fix race between cat /proc/*/wchan and rmmod et al
Alexey Dobriyan
1
-6
/
+5
2007-05-08
Simplify kallsyms_lookup()
Alexey Dobriyan
1
-3
/
+2
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2007-05-08
/proc/*/oom_score oops re badness
Alexey Dobriyan
1
-0
/
+2
2007-05-08
add file position info to proc
Miklos Szeredi
1
-18
/
+114
2007-05-08
procfs: reorder struct pid_dentry to save space on 64bit archs, and constify ...
Eric Dumazet
1
-26
/
+27
2007-05-08
proc: maps protection
Kees Cook
1
-0
/
+4
2007-05-08
Allow access to /proc/$PID/fd after setuid()
Alexey Dobriyan
1
-0
/
+18
2007-05-07
smaps: add clear_refs file to clear reference
David Rientjes
1
-0
/
+36
2007-03-14
[PATCH] sanitize security_getprocattr() API
Al Viro
1
-15
/
+6
2007-02-20
[PATCH] Missing __user in pointer referenced within copy_from_user
Glauber de Oliveira Costa
1
-1
/
+1
2007-02-12
[PATCH] mark struct inode_operations const 3
Arjan van de Ven
1
-10
/
+10
[next]