Merge branch 'topic/core-cleanup' into for-linus
[safe/jmp/linux-2.6] / fs / proc / base.c
2010-04-27 Jerome Marchandprocfs: fix tid fdinfo
2010-04-05 Tejun HeoMerge branch 'master' into export-slabh
2010-04-01 Oleg Nesterovoom: fix the unsafe usage of badness() in proc_oom_score()
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-04 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-03-03 Al Virotake check for new events in namespace (guts of mounts_...
2010-02-25 Paul E. McKenneyvfs: Apply lockdep-based checking to rcu_dereference...
2010-02-19 Al ViroSwitch proc/self to nd_set_link()
2010-01-14 Al Virofix autofs/afs/etc. magic mountpoint breakage
2009-12-16 Christoph Hellwigelf: kill USE_ELF_CORE_DUMP
2009-12-15 john stultzprocfs: allow threads to rename siblings via /proc...
2009-11-12 Sukadev Bhattiprolupidns: fix a leak in /proc dentries and inodes with...
2009-09-23 Vincent Lifs/proc/base.c: fix proc_fault_inject_write() input...
2009-09-23 Oleg Nesterovproc_flush_task: flush /proc/tid/task/pid when a sub...
2009-09-23 Kees Cookproc: fix reported unit for RLIMIT_CPU
2009-09-22 KOSAKI Motohirooom: fix oom_adjust_write() input sanity check
2009-09-22 KOSAKI Motohirooom: make oom_score to per-process value
2009-09-22 KOSAKI Motohirooom: move oom_adj value from task_struct to signal_struct
2009-08-18 KOSAKI Motohiromm: revert "oom: move oom_adj value"
2009-08-10 Oleg Nesterovmm_for_maps: take ->cred_guard_mutex to fix the race...
2009-08-10 Oleg Nesterovmm_for_maps: shift down_read(mmap_sem) to the caller
2009-08-10 Oleg Nesterovmm_for_maps: simplify, use ptrace_may_access()
2009-08-10 Oleg Nesterovmm_for_maps: take ->cred_guard_mutex to fix the race...
2009-08-10 Oleg Nesterovmm_for_maps: shift down_read(mmap_sem) to the caller
2009-06-24 Oleg Nesterovmm_for_maps: simplify, use ptrace_may_access()
2009-06-17 David Rientjesoom: move oom_adj value from task_struct to mm_struct
2009-06-08 James MorrisMerge branch 'master' into next
2009-05-29 KOSAKI Motohiroprocfs: make errno values consistent when open pident...
2009-05-10 David HowellsCRED: Guard the setprocattr security hook against ptrace
2009-05-04 Jake Edgeproc: avoid information leaks to non-privileged processes
2009-04-16 KOSAKI Motohiroproc: mounts_poll() make consistent to mdstat_poll
2009-04-01 Al ViroGet rid of indirect include of fs_struct.h
2009-03-29 Hugh Dickinsfix setuid sometimes wouldn't
2009-03-27 Al Viroconstify dentry_operations: procfs
2009-03-17 Linus TorvaldsAvoid 64-bit "switch()" statements on 32-bit architectures
2009-03-16 Zhang Lefilp->f_pos not correctly updated in proc_task_readdir
2009-01-07 Linus TorvaldsMerge branch 'proc-linus' of git://git./linux/kernel...
2009-01-05 Al Virozero i_uid/i_gid on inode allocation
2009-01-05 WANG Congproc: remove write-only variable in proc_pident_lookup()
2009-01-05 Hannes Ederproc: fix sparse warning
2009-01-05 Ken Chenproc: add /proc/*/stack
2009-01-05 Alexey Dobriyanproc: remove '##' usage
2009-01-05 Alexey Dobriyanproc: remove useless WARN_ONs
2008-12-28 Linus TorvaldsMerge branch 'sched-core-for-linus' of git://git./linux...
2008-12-25 James MorrisMerge branch 'next' into for-linus
2008-12-22 Ingo Molnarsched: fix warning in fs/proc/base.c
2008-12-18 Ken Chenschedstat: consolidate per-task cpu runtime stats
2008-12-10 Hugh DickinsKSYM_SYMBOL_LEN fixes
2008-11-13 David HowellsCRED: Use RCU to access another task's creds and to...
2008-11-13 David HowellsCRED: Separate task security context from task_struct
2008-10-21 Al Viro[PATCH] introduce fmode_t, do annotations
2008-10-10 Alexey Dobriyanproc: remove kernel.maps_protect
2008-10-10 Kees Cook[PATCH] proc: show personality via /proc/pid/personality
2008-10-10 Lai Jiangshan[PATCH] signal, procfs: some lock_task_sighand() users...
2008-08-05 Alexander Beregalovproc: fix warnings
2008-07-27 Andrea Righitask IO accounting: move all IO statistics in struct...
2008-07-27 Andrea Righitask IO accounting: improve code readability
2008-07-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-07-27 Andrea Righitask IO accounting: correctly account threads IO statistics
2008-07-27 Al Viro[PATCH] sanitize ->permission() prototype
2008-07-26 Roland McGrath/proc/PID/syscall
2008-07-26 Roland McGrathtracehook: tracehook_tracer_task
2008-07-25 Andrea Righitask IO accounting: provide distinct tgid/tid I/O stati...
2008-07-14 Stephen SmalleySecurity: split proc ptrace checking into read vs....
2008-06-06 Vegard Nossumproc: calculate the correct /proc/<pid> link count
2008-05-17 Steve Grubb[PATCH] open sessionid permissions
2008-05-01 Al Viro[PATCH] split linux/file.h
2008-04-29 Roland McGrathprocfs: mem permission cleanup
2008-04-29 Matt Helsleyprocfs task exe symlink
2008-04-23 Ram Pai[patch 6/7] vfs: mountinfo: add /proc/<pid>/mountinfo
2008-04-23 Miklos Szeredi[patch 5/7] vfs: mountinfo: allow using process root
2008-04-22 Al Viro[PATCH] proc_readfd_common() race fix
2008-03-21 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-03-20 Andre Noll[NET]: Fix permissions of /proc/net
2008-03-18 Eric Paris[PATCH] export sessionid alongside the loginuid in...
2008-03-12 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-03-12 Andrew Mortonnet: fix build with CONFIG_NET=n
2008-03-07 Pavel Emelyanov[NET]: Make /proc/net a symlink on /proc/self/net (v3)
2008-02-25 Hiroshi Shimamotolatencytop: change /proc task_struct access method
2008-02-25 Hiroshi Shimamotolatencytop: fix memory leak on latency proc file
2008-02-25 Hiroshi Shimamotolatencytop: fix kernel panic while reading latency...
2008-02-24 Eugene Teoproc: add RLIMIT_RTTIME to /proc/<pid>/limits
2008-02-15 Jan Blunckd_path: Make d_path() use a struct path
2008-02-15 Jan Blunckd_path: Make proc_get_link() use a struct path argument
2008-02-15 Jan BlunckUse struct path in fs_struct
2008-02-15 Jan BlunckIntroduce path_put()
2008-02-15 Jan BlunckEmbed a struct path into struct nameidata instead of...
2008-02-08 Andrew Mortonrevert "proc: fix the threaded proc self"
2008-02-08 Jan Engelhardtprocfs: constify function pointer tables
2008-02-08 Eric W. Biedermanproc: fix the threaded /proc/self
2008-02-08 Eric W. Biedermanproc: proper pidns handling for /proc/self
2008-02-08 Eric W. Biedermanproc: seqfile convert proc_pid_status to properly handl...
2008-02-08 Eric W. Biedermanseqfile convert proc_pid_statm
2008-02-08 Eric W. Biedermanproc: rewrite do_task_stat to correctly handle pid...
2008-02-08 Eric W. Biedermanproc: implement proc_single_file_operations
2008-02-05 Andrea ArcangeliFix /proc dcache deadlock in do_exit
2008-02-05 Matt Mackallmaps4: make page monitoring /proc file optional
2008-02-05 Matt Mackallmaps4: add /proc/pid/pagemap interface
2008-02-05 Matt Mackallmaps4: move clear_refs code to task_mmu.c
2008-02-01 Al Viro[PATCH] switch audit_get_loginuid() to task_struct *
next