summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
2013-06-17vmcore-support-mmap-on-proc-vmcore-fixAndrew Morton
2013-06-17vmcore: support mmap() on /proc/vmcoreHATAYAMA Daisuke
2013-06-17vmcore: calculate vmcore file size from buffer size and total size of vmcore ...HATAYAMA Daisuke
2013-06-17vmcore-allow-user-process-to-remap-elf-note-segment-buffer-fixAndrew Morton
2013-06-17vmcore: allow user process to remap ELF note segment bufferHATAYAMA Daisuke
2013-06-17vmcore-allocate-elf-note-segment-in-the-2nd-kernel-vmalloc-memory-fixAndrew Morton
2013-06-17vmcore: allocate ELF note segment in the 2nd kernel vmalloc memoryHATAYAMA Daisuke
2013-06-17vmcore: treat memory chunks referenced by PT_LOAD program header entries in p...HATAYAMA Daisuke
2013-06-17vmcore-allocate-buffer-for-elf-headers-on-page-size-alignment-fixAndrew Morton
2013-06-17vmcore: allocate buffer for ELF headers on page-size alignmentHATAYAMA Daisuke
2013-06-17vmcore: clean up read_vmcore()HATAYAMA Daisuke
2013-06-17pagemap: prepare to reuse constant bits with page-shiftPavel Emelyanov
2013-06-17soft-dirty: call mmu notifiers when write-protecting ptesPavel Emelyanov
2013-06-17mm: soft-dirty bits for user memory changes trackingPavel Emelyanov
2013-06-17pagemap-introduce-pagemap_entry_t-without-pmshift-bits-v4Pavel Emelyanov
2013-06-17pagemap: introduce pagemap_entry_t without pmshift bitsPavel Emelyanov
2013-06-17clear_refs: introduce private struct for mm_walkPavel Emelyanov
2013-06-17clear_refs: sanitize accepted commands declarationPavel Emelyanov
2013-06-17Merge remote-tracking branch 'userns/for-next'Stephen Rothwell
2013-06-12kmsg: honor dmesg_restrict sysctl on /dev/kmsgKees Cook
2013-05-28posix-timers: Show clock ID in proc filePavel Tikhomirov
2013-05-07Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-05-07Merge branch 'slab/next' into slab/for-linusPekka Enberg
2013-05-04proc_devtree: Replace include linux/module.h with linux/export.hSyam Sidhardhan
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-01proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.hDavid Howells
2013-05-01proc: Make the PROC_I() and PDE() macros internal to procfsDavid Howells
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells
2013-05-01take cgroup_open() and cpuset_open() to fs/proc/base.cAl Viro
2013-05-01proc: Supply an accessor for getting the data from a PDE's parentDavid Howells
2013-05-01proc: Add proc_mkdir_data()David Howells
2013-05-01proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}David Howells
2013-05-01proc: Move PDE_NET() to fs/proc/proc_net.cDavid Howells
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells
2013-05-01proc: Move proc_fd() to fs/proc/fd.hDavid Howells
2013-05-01proc: Uninline pid_delete_dentry()David Howells
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells
2013-04-30fs, proc: truncate /proc/pid/comm writes to first TASK_COMM_LEN bytesDavid Rientjes
2013-04-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-04-29fs/proc/kcore.c: use register_hotmemory_notifier()Andrew Morton
2013-04-29mm, vmalloc: move get_vmalloc_info() to vmalloc.cJoonsoo Kim
2013-04-29proc: Split kcore bits from linux/procfs.h into linux/kcore.hDavid Howells
2013-04-29Include missing linux/magic.h inclusionsDavid Howells
2013-04-29Include missing linux/slab.h inclusionsDavid Howells
2013-04-29proc: Delete create_proc_read_entry()David Howells
2013-04-24Merge branch 'linus' into timers/coreThomas Gleixner
2013-04-17posix-timers: Show sigevent info in proc filePavel Emelyanov
2013-04-17posix-timers: Introduce /proc/PID/timers filePavel Emelyanov
2013-04-12kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner
2013-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds