summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* posix-timers: Show clock ID in proc filePavel Tikhomirov2013-05-281-0/+1
* Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-071-1/+1
|\
| * Merge branch 'slab/next' into slab/for-linusPekka Enberg2013-05-071-1/+1
| |\
| | * stat: Use size_t for sizes instead of unsignedChristoph Lameter2013-02-011-1/+1
* | | proc_devtree: Replace include linux/module.h with linux/export.hSyam Sidhardhan2013-05-041-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-0212-612/+501Star
|\ \ \
| * | | proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.hDavid Howells2013-05-012-111/+197
| * | | proc: Make the PROC_I() and PDE() macros internal to procfsDavid Howells2013-05-013-2/+26
| * | | proc: Supply a function to remove a proc entry by PDEDavid Howells2013-05-012-1/+8
| * | | take cgroup_open() and cpuset_open() to fs/proc/base.cAl Viro2013-05-011-0/+31
| * | | proc: Supply an accessor for getting the data from a PDE's parentDavid Howells2013-05-011-0/+7
| * | | proc: Add proc_mkdir_data()David Howells2013-05-011-18/+12Star
| * | | proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}David Howells2013-05-011-0/+16
| * | | proc: Move PDE_NET() to fs/proc/proc_net.cDavid Howells2013-05-011-0/+4
| * | | proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells2013-05-012-10/+15
| * | | proc: Move proc_fd() to fs/proc/fd.hDavid Howells2013-05-012-5/+5
| * | | proc: Uninline pid_delete_dentry()David Howells2013-05-012-9/+14
| * | | proc: Supply PDE attribute setting accessor functionsDavid Howells2013-05-011-0/+13
| * | | proc: Split kcore bits from linux/procfs.h into linux/kcore.hDavid Howells2013-04-292-1/+3
| * | | Include missing linux/magic.h inclusionsDavid Howells2013-04-291-0/+1
| * | | Include missing linux/slab.h inclusionsDavid Howells2013-04-291-0/+1
| * | | proc: Delete create_proc_read_entry()David Howells2013-04-293-204/+1Star
| * | | try a saner locking for pde_opener...Al Viro2013-04-092-43/+23Star
| * | | deal with races between remove_proc_entry() and proc_reg_release()Al Viro2013-04-092-53/+34Star
| * | | procfs: preparations for remove_proc_entry() race fixesAl Viro2013-04-093-205/+133Star
| * | | procfs: Clean up huge if-statement in __proc_file_read()David Howells2013-04-091-51/+47Star
| * | | proc: Kill create_proc_entry()David Howells2013-04-091-3/+6
| * | | procfs: new helper - PDE_DATA(inode)Al Viro2013-04-092-2/+2
| * | | procfs: kill ->write_proc()Al Viro2013-04-091-25/+0Star
| * | | procfs: don't allow to use proc_create, create_proc_entry, etc. for directoriesAl Viro2013-04-092-34/+27Star
| * | | procfs: switch /proc/self away from proc_dir_entryAl Viro2013-04-095-12/+55
| * | | mode_t, whack-a-mole at 11...Al Viro2013-04-091-1/+1
* | | | fs, proc: truncate /proc/pid/comm writes to first TASK_COMM_LEN bytesDavid Rientjes2013-05-011-3/+2Star
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-301-0/+100
|\ \ \ \
| * \ \ \ Merge branch 'linus' into timers/coreThomas Gleixner2013-04-244-33/+97
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | posix-timers: Show sigevent info in proc filePavel Emelyanov2013-04-171-0/+17
| * | | | posix-timers: Introduce /proc/PID/timers filePavel Emelyanov2013-04-171-0/+83
* | | | | fs/proc/kcore.c: use register_hotmemory_notifier()Andrew Morton2013-04-301-3/+6
* | | | | mm, vmalloc: move get_vmalloc_info() to vmalloc.cJoonsoo Kim2013-04-304-79/+2Star
| |/ / / |/| | |
* | | | kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner2013-04-121-0/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-04-091-30/+89
|\ \ \ \ | | |/ / | |/| |
| * | | procfs: add proc_remove_subtree()Al Viro2013-04-091-30/+89
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-03-281-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | userns: Restrict when proc and sysfs can be mountedEric W. Biederman2013-03-271-0/+4
| |/ /
* / / vfs,proc: guarantee unique inodes in /procLinus Torvalds2013-03-221-3/+3
|/ /
* | proc: Use nd_jump_link in proc_ns_follow_linkEric W. Biederman2013-03-091-6/+6
* | fs/proc/vmcore.c: put if tests in the top of the while loop to reduce duplica...Zhang Yanfei2013-02-281-13/+7Star
* | fs/proc: clean up printksAndrew Morton2013-02-287-46/+39Star
* | coredump: remove redundant defines for dumpable statesKees Cook2013-02-281-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-278-68/+67Star
|\ \