aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-03vmcore: treat memory chunks referenced by PT_LOAD program header entries in page-size boundary in vmcore_listHATAYAMA Daisuke1-8/+22
2013-07-03vmcore: allocate buffer for ELF headers on page-size alignmentHATAYAMA Daisuke1-68/+51
2013-07-03vmcore: clean up read_vmcore()HATAYAMA Daisuke1-48/+20
2013-07-03pagemap: prepare to reuse constant bits with page-shiftPavel Emelyanov1-1/+34
2013-07-03mm: soft-dirty bits for user memory changes trackingPavel Emelyanov1-5/+42
2013-07-03pagemap: introduce pagemap_entry_t without pmshift bitsPavel Emelyanov1-18/+22
2013-07-03clear_refs: introduce private struct for mm_walkPavel Emelyanov1-2/+10
2013-07-03clear_refs: sanitize accepted commands declarationPavel Emelyanov1-7/+12
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds1-3/+4
2013-06-29proc_fill_cache(): clean up, get rid of pointless find_inode_number() useAl Viro1-23/+13
2013-06-29proc_fill_cache(): just make instantiate_t return intAl Viro4-49/+43
2013-06-29proc_pid_readdir(): stop wanking with proc_fill_cache() for /proc/selfAl Viro1-3/+3
2013-06-29proc_fill_cache(): kill pointless checkAl Viro1-4/+2
2013-06-29[readdir] convert procfsAl Viro8-470/+270
2013-06-12kmsg: honor dmesg_restrict sysctl on /dev/kmsgKees Cook1-5/+5
2013-05-28posix-timers: Show clock ID in proc filePavel Tikhomirov1-0/+1
2013-05-07Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds1-1/+1
2013-05-07Merge branch 'slab/next' into slab/for-linusPekka Enberg1-1/+1
2013-05-04proc_devtree: Replace include linux/module.h with linux/export.hSyam Sidhardhan1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds12-612/+501
2013-05-01proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.hDavid Howells2-111/+197
2013-05-01proc: Make the PROC_I() and PDE() macros internal to procfsDavid Howells3-2/+26
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells2-1/+8
2013-05-01take cgroup_open() and cpuset_open() to fs/proc/base.cAl Viro1-0/+31
2013-05-01proc: Supply an accessor for getting the data from a PDE's parentDavid Howells1-0/+7
2013-05-01proc: Add proc_mkdir_data()David Howells1-18/+12
2013-05-01proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}David Howells1-0/+16
2013-05-01proc: Move PDE_NET() to fs/proc/proc_net.cDavid Howells1-0/+4
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells2-10/+15
2013-05-01proc: Move proc_fd() to fs/proc/fd.hDavid Howells2-5/+5
2013-05-01proc: Uninline pid_delete_dentry()David Howells2-9/+14
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells1-0/+13
2013-04-30fs, proc: truncate /proc/pid/comm writes to first TASK_COMM_LEN bytesDavid Rientjes1-3/+2
2013-04-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+100
2013-04-29fs/proc/kcore.c: use register_hotmemory_notifier()Andrew Morton1-3/+6
2013-04-29mm, vmalloc: move get_vmalloc_info() to vmalloc.cJoonsoo Kim4-79/+2
2013-04-29proc: Split kcore bits from linux/procfs.h into linux/kcore.hDavid Howells2-1/+3
2013-04-29Include missing linux/magic.h inclusionsDavid Howells1-0/+1
2013-04-29Include missing linux/slab.h inclusionsDavid Howells1-0/+1
2013-04-29proc: Delete create_proc_read_entry()David Howells3-204/+1
2013-04-24Merge branch 'linus' into timers/coreThomas Gleixner4-33/+97
2013-04-17posix-timers: Show sigevent info in proc filePavel Emelyanov1-0/+17
2013-04-17posix-timers: Introduce /proc/PID/timers filePavel Emelyanov1-0/+83
2013-04-12kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner1-0/+1
2013-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-30/+89
2013-04-09try a saner locking for pde_opener...Al Viro2-43/+23
2013-04-09deal with races between remove_proc_entry() and proc_reg_release()Al Viro2-53/+34
2013-04-09procfs: preparations for remove_proc_entry() race fixesAl Viro3-205/+133
2013-04-09procfs: Clean up huge if-statement in __proc_file_read()David Howells1-51/+47
2013-04-09proc: Kill create_proc_entry()David Howells1-3/+6