aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-28proc: restrict access to /proc/PID/ioVasiliy Kulikov1-2/+5
2011-06-20proc_sys_permission() is OK in RCU modeAl Viro1-3/+0
2011-06-20proc_fd_permission() is doesn't need to bail out in RCU modeAl Viro1-5/+1
2011-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds1-3/+6
2011-06-15proc: Fix Oops on stat of /proc/<zombie pid>/ns/netEric W. Biederman1-3/+6
2011-06-12fix leak in proc_set_super()Al Viro1-5/+6
2011-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-0/+9
2011-05-27arch/tile: more /proc and /sys file supportChris Metcalf1-0/+9
2011-05-26fs/proc/vmcore.c: add hook to read_from_oldmem() to check for non-ram pagesOlaf Hering1-3/+49
2011-05-26proc: fix pagemap_read() error caseKOSAKI Motohiro1-10/+9
2011-05-26proc: put check_mem_permission after __get_free_page in mem_writeKOSAKI Motohiro1-7/+9
2011-05-26proc/stat: use defined macro KMALLOC_MAX_SIZEYuanhan Liu1-3/+3
2011-05-26proc: constify status arrayMike Frysinger1-2/+2
2011-05-26fs/proc: convert to kstrtoX()Alexey Dobriyan2-11/+13
2011-05-26mm: extract exe_file handling from procfsJiri Slaby1-51/+0
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro1-1/+1
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds5-11/+233
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+1
2011-05-25proc: allocate storage for numa_maps statistics onceStephen Wilson1-9/+27
2011-05-25proc: make struct proc_maps_private truly privateStephen Wilson1-0/+8
2011-05-25mm: proc: move show_numa_map() to fs/proc/task_mmu.cStephen Wilson1-2/+182
2011-05-24ns proc: Return -ENOENT for a nonexistent /proc/self/ns/ entry.Eric W. Biederman1-0/+1
2011-05-24Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-0/+1
2011-05-16airo: correct proc entry creation interfacesAlexey Dobriyan1-0/+1
2011-05-10ns proc: Add support for the ipc namespaceEric W. Biederman1-0/+3
2011-05-10ns proc: Add support for the uts namespaceEric W. Biederman1-0/+3
2011-05-10ns proc: Add support for the network namespace.Eric W. Biederman1-0/+3
2011-05-10ns: proc files for namespace naming policy.Eric W. Biederman5-11/+223
2011-05-09Don't lock guardpage if the stack is growing upMikulas Patocka1-5/+7
2011-04-18proc: do proper range check on readdir offsetLinus Torvalds1-2/+7
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-27proc: fix oops on invalid /proc/<pid>/maps accessLinus Torvalds1-1/+2
2011-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds3-78/+132
2011-03-23procfs: kill the global proc_mnt variableOleg Nesterov3-6/+4
2011-03-23pidns: call pid_ns_prepare_proc() from create_pid_namespace()Eric W. Biederman1-18/+7
2011-03-23proc: protect mm start_code/end_code in /proc/pid/statKees Cook1-2/+2
2011-03-23proc: make struct proc_dir_entry::namelen unsigned intAlexey Dobriyan1-4/+4
2011-03-23procfs: fix some wrong error code usageJovi Zhang1-2/+5
2011-03-23procfs: fix /proc/<pid>/maps heap checkAaro Koskinen1-2/+2
2011-03-23proc: hide kernel addresses via %pK in /proc/<pid>/stackKonstantin Khlebnikov1-1/+1
2011-03-23deal with races in /proc/*/{syscall,stack,personality}Al Viro1-19/+50
2011-03-23proc: enable writing to /proc/pid/memStephen Wilson1-5/+0
2011-03-23proc: make check_mem_permission() return an mm_struct on successStephen Wilson1-24/+34
2011-03-23proc: hold cred_guard_mutex in check_mem_permission()Stephen Wilson1-4/+22
2011-03-23proc: disable mem_write after execStephen Wilson1-0/+4
2011-03-23mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson1-3/+5
2011-03-23auxv: require the target to be tracable (or yourself)Al Viro1-3/+3
2011-03-23close race in /proc/*/environAl Viro1-6/+4
2011-03-23report errors in /proc/*/*map* sanelyAl Viro3-11/+13
2011-03-23pagemap: close races with suid execveAl Viro2-7/+4