auxv: require the target to be tracable (or yourself), CVE-2011-1020
[linux-flexiantxendom0-natty.git] / fs / proc / base.c
2011-08-29 Al Viroauxv: require the target to be tracable (or yourself...
2011-08-29 Al Viroclose race in /proc/*/environ, CVE-2011-1020
2011-08-29 Al Viroreport errors in /proc/*/*map* sanely, CVE-2011-1020
2011-08-29 Al Viropagemap: close races with suid execve, CVE-2011-1020
2011-04-27 Linus Torvaldsproc: do proper range check on readdir offset
2011-03-28 Kees CookUBUNTU: SAUCE: proc: hide kernel addresses via %pK...
2011-03-10 Al Viro/proc/self is never going to be invalidated...
2011-01-14 Mandeep Singh Bainesoom: allow a non-CAP_SYS_RESOURCE proces to oom_score_a...
2011-01-13 Jovi Zhangproc: use single_open() correctly
2011-01-13 Alexey Dobriyanproc: use seq_puts()/seq_putc() where possible
2011-01-13 Joe Perchesfs/proc/base.c, kernel/latencytop.c: convert sprintf_sy...
2011-01-07 Linus TorvaldsMerge branch 'vfs-scale-working' of git://git./linux...
2011-01-07 Nick Pigginfs: provide rcu-walk aware permission i_ops
2011-01-07 Nick Pigginfs: rcu-walk aware d_revalidate method
2011-01-07 Nick Pigginfs: dcache reduce branches in lookup path
2011-01-07 Nick Pigginfs: change d_delete semantics
2010-12-08 Ingo MolnarMerge branch 'linus' into sched/core
2010-12-06 Eric W. BiedermanRevert "vfs: show unreachable paths in getcwd and proc"
2010-11-30 Mike Galbraithsched: Add 'autogroup' scheduling feature: automated...
2010-10-28 KOSAKI Motohirosignals: move cred_guard_mutex from task_struct to...
2010-10-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-10-26 David Rientjesoom: fix locking for oom_adj and oom_score_adj
2010-10-26 David Rientjesoom: rewrite error handling for oom_adj and oom_score_a...
2010-10-26 Ying Hanoom: add per-mm oom disable count
2010-10-26 Christoph Hellwigfs: do not assign default i_ino in new_inode
2010-10-26 KAMEZAWA Hiroyukivfs: introduce FMODE_UNSIGNED_OFFSET for allowing negat...
2010-10-22 Linus TorvaldsMerge branch 'llseek' of git://git./linux/kernel/git...
2010-10-15 Arnd Bergmannllseek: automatically add .llseek fop
2010-10-01 Jiri Olsaproc: make /proc/pid/limits world readable
2010-08-11 Miklos Szeredivfs: show unreachable paths in getcwd and proc
2010-08-11 Miklos Szeredivfs: add helpers to get root and pwd
2010-08-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-08-10 David Rientjesoom: deprecate oom_adj tunable
2010-08-10 David Rientjesoom: badness heuristic rewrite
2010-08-10 Andrew Mortonoom: move badness() declaration into oom.h
2010-08-10 KOSAKI Motohirooom: /proc/<pid>/oom_score treat kernel thread honestly
2010-08-09 Christoph Hellwigremove inode_setattr
2010-05-27 Dan Carpenterproc: cleanup: remove unused assignments
2010-05-27 Oleg Nesterovproc: get_nr_threads() doesn't need ->siglock any longer
2010-05-20 Linus TorvaldsMerge branch 'bkl/procfs' of git://git./linux/kernel...
2010-04-27 Jerome Marchandprocfs: fix tid fdinfo
2010-04-09 Arnd Bergmannprocfs: Kill BKL in llseek on proc base
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
next