aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-24sysctl: Add sysctl_print_dir and use it in get_subdirEric W. Biederman1-1/+10
2012-01-24sysctl: Stop requiring explicit management of sysctl directoriesEric W. Biederman1-199/+143
2012-01-24sysctl: Add a root pointer to ctl_table_setEric W. Biederman1-0/+3
2012-01-24sysctl: Rewrite proc_sys_readdir in terms of first_entry and next_entryEric W. Biederman1-36/+62
2012-01-24sysctl: Rewrite proc_sys_lookup introducing find_entry and lookup_entry.Eric W. Biederman1-26/+76
2012-01-24sysctl: Normalize the root_table data structure.Eric W. Biederman1-4/+11
2012-01-24sysctl: Factor out insert_header and erase_headerEric W. Biederman1-3/+13
2012-01-24sysctl: Factor out init_header from __register_sysctl_pathsEric W. Biederman1-8/+17
2012-01-24sysctl: Initial support for auto-unregistering sysctl tables.Eric W. Biederman1-9/+19
2012-01-24sysctl: A more obvious version of grab_header.Eric W. Biederman1-4/+4
2012-01-24sysctl: Remove the now unused ctl_table parent field.Eric W. Biederman1-11/+1
2012-01-24sysctl: Improve the sysctl sanity checksEric W. Biederman1-136/+86
2012-01-24sysctl: register only tables of sysctl filesEric W. Biederman1-18/+147
2012-01-24sysctl: Add ctl_table chains into cstring pathsEric W. Biederman1-0/+9
2012-01-24sysctl: Add support for register sysctl tables with a normal cstring path.Eric W. Biederman1-10/+84
2012-01-24sysctl: Create local copies of directory names used in pathsEric W. Biederman1-3/+8
2012-01-24sysctl: Remove the unnecessary sysctl_set parent concept.Eric W. Biederman1-3/+8
2012-01-24sysctl: Implement retire_sysctl_setEric W. Biederman1-0/+4
2012-01-24sysctl: Make the directories have nlink == 1Eric W. Biederman1-1/+0
2012-01-24sysctl: Move the implementation into fs/proc/proc_sysctl.cEric W. Biederman2-0/+625
2012-01-24sysctl: Register the base sysctl table like any other sysctl table.Eric W. Biederman1-1/+2
2012-01-24sysctl: remove impossible condition checkLucas De Marchi1-12/+2
2012-01-23proc: clear_refs: do not clear reserved pagesWill Deacon1-0/+3
2012-01-19Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/auditLinus Torvalds1-4/+1
2012-01-17proc: clean up and fix /proc/<pid>/mem handlingLinus Torvalds1-106/+39
2012-01-17audit: only allow tasks to set their loginuid if it is -1Eric Paris1-3/+0
2012-01-17audit: remove task argument to audit_set_loginuidEric Paris1-1/+1
2012-01-16sched/accounting, proc: Fix /proc/stat interrupts sumRussell King1-0/+2
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-1/+1
2012-01-12c/r: procfs: add start_data, end_data, start_brk members to /proc/$pid/stat v4Cyrill Gorcunov1-2/+5
2012-01-12proc: fix null pointer deref in proc_pid_permission()Xiaotian Feng1-0/+2
2012-01-10procfs: add hidepid= and gid= mount optionsVasiliy Kulikov3-4/+94
2012-01-10procfs: parse mount optionsVasiliy Kulikov3-2/+64
2012-01-10procfs: introduce the /proc/<pid>/map_files/ directoryPavel Emelyanov1-0/+355
2012-01-10procfs: make proc_get_link to use dentry instead of inodeCyrill Gorcunov1-10/+10
2012-01-10tracepoint: add tracepoints for debugging oom_score_adjKAMEZAWA Hiroyuki1-0/+3
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-122/+6
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro3-6/+6
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-41/+41
2012-01-05ptrace: do not audit capability check when outputing /proc/pid/statEric Paris1-1/+1
2012-01-03vfs: trim includes a bitAl Viro1-1/+0
2012-01-03vfs: take /proc/*/mounts and friends to fs/proc_namespace.cAl Viro1-114/+0
2012-01-03switch procfs to umode_t useAl Viro3-6/+6
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-12-29procfs: do not confuse jiffies with cputime64_tAndreas Schwab1-2/+2
2011-12-19Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into cputime-tipMartin Schwidefsky2-30/+26
2011-12-15[S390] fix cputime overflow in uptime_proc_showMartin Schwidefsky1-2/+7
2011-12-15[S390] cputime: add sparse checking and cleanupMartin Schwidefsky3-20/+19
2011-12-15Merge commit 'v3.2-rc5' into sched/coreIngo Molnar2-5/+6