summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | sysctl: Remove the now unused ctl_table parent field.Eric W. Biederman2012-01-241-11/+1
| * | | sysctl: Improve the sysctl sanity checksEric W. Biederman2012-01-241-136/+86
| * | | sysctl: register only tables of sysctl filesEric W. Biederman2012-01-241-18/+147
| * | | sysctl: Add ctl_table chains into cstring pathsEric W. Biederman2012-01-241-0/+9
| * | | sysctl: Add support for register sysctl tables with a normal cstring path.Eric W. Biederman2012-01-241-10/+84
| * | | sysctl: Create local copies of directory names used in pathsEric W. Biederman2012-01-241-3/+8
| * | | sysctl: Remove the unnecessary sysctl_set parent concept.Eric W. Biederman2012-01-241-3/+8
| * | | sysctl: Implement retire_sysctl_setEric W. Biederman2012-01-241-0/+4
| * | | sysctl: Make the directories have nlink == 1Eric W. Biederman2012-01-241-1/+0
| * | | sysctl: Move the implementation into fs/proc/proc_sysctl.cEric W. Biederman2012-01-242-0/+625
| * | | sysctl: Register the base sysctl table like any other sysctl table.Eric W. Biederman2012-01-241-1/+2
| * | | sysctl: remove impossible condition checkLucas De Marchi2012-01-241-12/+2
* | | | proc-ns: use d_set_d_op() API to set dentry ops in proc_ns_instantiate().Pravin B Shelar2012-03-231-1/+1
* | | | procfs: speed up /proc/pid/stat, statmKAMEZAWA Hiroyuki2012-03-231-55/+64
* | | | procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki2012-03-231-28/+27
* | | | proc: speed up /proc/stat handlingEric Dumazet2012-03-231-2/+5
* | | | fs/proc/kcore.c: make get_sparsemem_vmemmap_info() staticDjalal Harouni2012-03-231-2/+4
| |/ / |/| |
* | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-225-116/+333
|\ \ \
| * | | procfs: mark thread stack correctly in proc/<pid>/mapsSiddhesh Poyarekar2012-03-214-61/+239
| * | | pagemap: introduce data structure for pagemap entryNaoya Horiguchi2012-03-211-31/+38
| * | | pagemap: export KPF_THPNaoya Horiguchi2012-03-211-0/+2
| * | | thp: optimize away unnecessary page table lockingNaoya Horiguchi2012-03-211-48/+25
| * | | pagemap: avoid splitting thp when reading /proc/pid/pagemapNaoya Horiguchi2012-03-211-4/+48
| * | | mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli2012-03-211-0/+9
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-211-0/+23
|\ \ \ \
| * | | | fadump: Introduce cleanup routine to invalidate /proc/vmcore.Mahesh Salgaonkar2012-02-231-0/+23
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-13/+3
|\ \ \ \
| * | | | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-12/+3
| * | | | procfs: clean proc_fill_super() upAl Viro2012-03-201-4/+3
| |/ / /
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-03-211-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | security: trim security.hAl Viro2012-02-141-0/+2
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-03-201-1/+1
|\ \ \
| * | | kcore: fix spelling in read_kcore() commentLaura Vasilescu2012-03-201-1/+1
| |/ /
* | | sched: Clean up parameter passing of proc_sched_autogroup_set_nice()Hiroshi Shimamoto2012-03-021-2/+1
|/ /
* | Fix race in process_vm_rw_coreChristopher Yeoh2012-02-021-20/+0
* | proc: make sure mem_open() doesn't pin the target's memoryOleg Nesterov2012-02-011-1/+13
* | proc: unify mem_read() and mem_write()Oleg Nesterov2012-02-011-58/+32
* | proc: mem_release() should check mm != NULLOleg Nesterov2012-02-011-2/+2
* | proc: clear_refs: do not clear reserved pagesWill Deacon2012-01-231-0/+3
|/
*-. Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urg...Linus Torvalds2012-01-191-0/+2
|\ \
| * | sched/accounting, proc: Fix /proc/stat interrupts sumRussell King2012-01-161-0/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-01-171-4/+1
|\ \ \
| * | | audit: only allow tasks to set their loginuid if it is -1Eric Paris2012-01-171-3/+0
| * | | audit: remove task argument to audit_set_loginuidEric Paris2012-01-171-1/+1
* | | | proc: clean up and fix /proc/<pid>/mem handlingLinus Torvalds2012-01-171-106/+39
* | | | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-141-1/+1
|\ \ \ \
| * | | | ptrace: do not audit capability check when outputing /proc/pid/statEric Paris2012-01-051-1/+1
* | | | | c/r: procfs: add start_data, end_data, start_brk members to /proc/$pid/stat v4Cyrill Gorcunov2012-01-121-2/+5
* | | | | proc: fix null pointer deref in proc_pid_permission()Xiaotian Feng2012-01-121-0/+2
| |/ / / |/| | |
* | | | procfs: add hidepid= and gid= mount optionsVasiliy Kulikov2012-01-103-4/+94
OpenPOWER on IntegriCloud