summaryrefslogtreecommitdiffstats
path: root/fs/proc
AgeCommit message (Expand)AuthorLines
2013-06-12kmsg: honor dmesg_restrict sysctl on /dev/kmsgKees Cook-5/+5
2013-05-28posix-timers: Show clock ID in proc filePavel Tikhomirov-0/+1
2013-05-07Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2013-05-07Merge branch 'slab/next' into slab/for-linusPekka Enberg-1/+1
2013-05-04proc_devtree: Replace include linux/module.h with linux/export.hSyam Sidhardhan-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-612/+501
2013-05-01proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.hDavid Howells-111/+197
2013-05-01proc: Make the PROC_I() and PDE() macros internal to procfsDavid Howells-2/+26
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells-1/+8
2013-05-01take cgroup_open() and cpuset_open() to fs/proc/base.cAl Viro-0/+31
2013-05-01proc: Supply an accessor for getting the data from a PDE's parentDavid Howells-0/+7
2013-05-01proc: Add proc_mkdir_data()David Howells-18/+12
2013-05-01proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}David Howells-0/+16
2013-05-01proc: Move PDE_NET() to fs/proc/proc_net.cDavid Howells-0/+4
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells-10/+15
2013-05-01proc: Move proc_fd() to fs/proc/fd.hDavid Howells-5/+5
2013-05-01proc: Uninline pid_delete_dentry()David Howells-9/+14
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells-0/+13
2013-04-30fs, proc: truncate /proc/pid/comm writes to first TASK_COMM_LEN bytesDavid Rientjes-3/+2
2013-04-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+100
2013-04-29fs/proc/kcore.c: use register_hotmemory_notifier()Andrew Morton-3/+6
2013-04-29mm, vmalloc: move get_vmalloc_info() to vmalloc.cJoonsoo Kim-79/+2
2013-04-29proc: Split kcore bits from linux/procfs.h into linux/kcore.hDavid Howells-1/+3
2013-04-29Include missing linux/magic.h inclusionsDavid Howells-0/+1
2013-04-29Include missing linux/slab.h inclusionsDavid Howells-0/+1
2013-04-29proc: Delete create_proc_read_entry()David Howells-204/+1
2013-04-24Merge branch 'linus' into timers/coreThomas Gleixner-33/+97
2013-04-17posix-timers: Show sigevent info in proc filePavel Emelyanov-0/+17
2013-04-17posix-timers: Introduce /proc/PID/timers filePavel Emelyanov-0/+83
2013-04-12kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner-0/+1
2013-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-30/+89
2013-04-09try a saner locking for pde_opener...Al Viro-43/+23
2013-04-09deal with races between remove_proc_entry() and proc_reg_release()Al Viro-53/+34
2013-04-09procfs: preparations for remove_proc_entry() race fixesAl Viro-205/+133
2013-04-09procfs: Clean up huge if-statement in __proc_file_read()David Howells-51/+47
2013-04-09proc: Kill create_proc_entry()David Howells-3/+6
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro-2/+2
2013-04-09procfs: kill ->write_proc()Al Viro-25/+0
2013-04-09procfs: don't allow to use proc_create, create_proc_entry, etc. for directoriesAl Viro-34/+27
2013-04-09procfs: switch /proc/self away from proc_dir_entryAl Viro-12/+55
2013-04-09mode_t, whack-a-mole at 11...Al Viro-1/+1
2013-04-09procfs: add proc_remove_subtree()Al Viro-30/+89
2013-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-0/+4
2013-03-27userns: Restrict when proc and sysfs can be mountedEric W. Biederman-0/+4
2013-03-22vfs,proc: guarantee unique inodes in /procLinus Torvalds-3/+3
2013-03-09proc: Use nd_jump_link in proc_ns_follow_linkEric W. Biederman-6/+6
2013-02-27fs/proc/vmcore.c: put if tests in the top of the while loop to reduce duplica...Zhang Yanfei-13/+7
2013-02-27fs/proc: clean up printksAndrew Morton-46/+39
2013-02-27coredump: remove redundant defines for dumpable statesKees Cook-1/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-68/+67