Age | Commit message (Expand) | Author | Files | Lines |
2011-06-28 | proc: restrict access to /proc/PID/io | Vasiliy Kulikov | 1 | -2/+5 |
2011-06-20 | proc_sys_permission() is OK in RCU mode | Al Viro | 1 | -3/+0 |
2011-06-20 | proc_fd_permission() is doesn't need to bail out in RCU mode | Al Viro | 1 | -5/+1 |
2011-06-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfd | Linus Torvalds | 1 | -3/+6 |
2011-06-15 | proc: Fix Oops on stat of /proc/<zombie pid>/ns/net | Eric W. Biederman | 1 | -3/+6 |
2011-06-12 | fix leak in proc_set_super() | Al Viro | 1 | -5/+6 |
2011-05-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 1 | -0/+9 |
2011-05-27 | arch/tile: more /proc and /sys file support | Chris Metcalf | 1 | -0/+9 |
2011-05-26 | fs/proc/vmcore.c: add hook to read_from_oldmem() to check for non-ram pages | Olaf Hering | 1 | -3/+49 |
2011-05-26 | proc: fix pagemap_read() error case | KOSAKI Motohiro | 1 | -10/+9 |
2011-05-26 | proc: put check_mem_permission after __get_free_page in mem_write | KOSAKI Motohiro | 1 | -7/+9 |
2011-05-26 | proc/stat: use defined macro KMALLOC_MAX_SIZE | Yuanhan Liu | 1 | -3/+3 |
2011-05-26 | proc: constify status array | Mike Frysinger | 1 | -2/+2 |
2011-05-26 | fs/proc: convert to kstrtoX() | Alexey Dobriyan | 2 | -11/+13 |
2011-05-26 | mm: extract exe_file handling from procfs | Jiri Slaby | 1 | -51/+0 |
2011-05-26 | mm: don't access vm_flags as 'int' | KOSAKI Motohiro | 1 | -1/+1 |
2011-05-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfd | Linus Torvalds | 5 | -11/+233 |
2011-05-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -0/+1 |
2011-05-25 | proc: allocate storage for numa_maps statistics once | Stephen Wilson | 1 | -9/+27 |
2011-05-25 | proc: make struct proc_maps_private truly private | Stephen Wilson | 1 | -0/+8 |
2011-05-25 | mm: proc: move show_numa_map() to fs/proc/task_mmu.c | Stephen Wilson | 1 | -2/+182 |
2011-05-24 | ns proc: Return -ENOENT for a nonexistent /proc/self/ns/ entry. | Eric W. Biederman | 1 | -0/+1 |
2011-05-24 | Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next... | John W. Linville | 1 | -0/+1 |
2011-05-16 | airo: correct proc entry creation interfaces | Alexey Dobriyan | 1 | -0/+1 |
2011-05-10 | ns proc: Add support for the ipc namespace | Eric W. Biederman | 1 | -0/+3 |
2011-05-10 | ns proc: Add support for the uts namespace | Eric W. Biederman | 1 | -0/+3 |
2011-05-10 | ns proc: Add support for the network namespace. | Eric W. Biederman | 1 | -0/+3 |
2011-05-10 | ns: proc files for namespace naming policy. | Eric W. Biederman | 5 | -11/+223 |
2011-05-09 | Don't lock guardpage if the stack is growing up | Mikulas Patocka | 1 | -5/+7 |
2011-04-18 | proc: do proper range check on readdir offset | Linus Torvalds | 1 | -2/+7 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2011-03-27 | proc: fix oops on invalid /proc/<pid>/maps access | Linus Torvalds | 1 | -1/+2 |
2011-03-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -78/+132 |
2011-03-23 | procfs: kill the global proc_mnt variable | Oleg Nesterov | 3 | -6/+4 |
2011-03-23 | pidns: call pid_ns_prepare_proc() from create_pid_namespace() | Eric W. Biederman | 1 | -18/+7 |
2011-03-23 | proc: protect mm start_code/end_code in /proc/pid/stat | Kees Cook | 1 | -2/+2 |
2011-03-23 | proc: make struct proc_dir_entry::namelen unsigned int | Alexey Dobriyan | 1 | -4/+4 |
2011-03-23 | procfs: fix some wrong error code usage | Jovi Zhang | 1 | -2/+5 |
2011-03-23 | procfs: fix /proc/<pid>/maps heap check | Aaro Koskinen | 1 | -2/+2 |
2011-03-23 | proc: hide kernel addresses via %pK in /proc/<pid>/stack | Konstantin Khlebnikov | 1 | -1/+1 |
2011-03-23 | deal with races in /proc/*/{syscall,stack,personality} | Al Viro | 1 | -19/+50 |
2011-03-23 | proc: enable writing to /proc/pid/mem | Stephen Wilson | 1 | -5/+0 |
2011-03-23 | proc: make check_mem_permission() return an mm_struct on success | Stephen Wilson | 1 | -24/+34 |
2011-03-23 | proc: hold cred_guard_mutex in check_mem_permission() | Stephen Wilson | 1 | -4/+22 |
2011-03-23 | proc: disable mem_write after exec | Stephen Wilson | 1 | -0/+4 |
2011-03-23 | mm: arch: make get_gate_vma take an mm_struct instead of a task_struct | Stephen Wilson | 1 | -3/+5 |
2011-03-23 | auxv: require the target to be tracable (or yourself) | Al Viro | 1 | -3/+3 |
2011-03-23 | close race in /proc/*/environ | Al Viro | 1 | -6/+4 |
2011-03-23 | report errors in /proc/*/*map* sanely | Al Viro | 3 | -11/+13 |
2011-03-23 | pagemap: close races with suid execve | Al Viro | 2 | -7/+4 |