summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2013-09-13thp: account anon transparent huge pages into NR_ANON_PAGESKirill A. Shutemov1-6/+0
2013-09-12vmcore: enable /proc/vmcore mmap for s390Michael Holzheu1-1/+1
2013-09-12vmcore: introduce remap_oldmem_pfn_range()Michael Holzheu1-8/+83
2013-09-12vmcore: introduce ELF header in new memory featureMichael Holzheu1-10/+51
2013-09-12proc: make proc_fd_permission() thread-friendlyOleg Nesterov1-1/+1
2013-09-12fs/proc/task_mmu.c: check the return value of mpol_to_str()Chen Gang1-1/+3
2013-09-12mm: track vma changes with VM_SOFTDIRTY bitCyrill Gorcunov1-10/+36
2013-09-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-1/+5
2013-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-0/+16
2013-09-05sparc: fix PCI device proc file mmap(2)Alexey Dobriyan1-0/+16
2013-08-27userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman1-2/+5
2013-08-26proc: Restrict mounting the proc filesystemEric W. Biederman1-1/+2
2013-08-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+0
2013-08-24proc: kill the extra proc_readfd_common()->dir_emit_dots()Oleg Nesterov1-2/+0
2013-08-20proc: more readdir conversion bug-fixesLinus Torvalds1-1/+1
2013-08-19proc: return on proc_readdir errorRichard Genoud1-1/+3
2013-08-14fs/proc/task_mmu.c: fix buffer overflow in add_page_map()yonghua zheng1-4/+4
2013-08-14mm: save soft-dirty bits on file pagesCyrill Gorcunov1-0/+2
2013-08-14mm: save soft-dirty bits on swapped pagesCyrill Gorcunov1-6/+15
2013-07-18s390/kdump: Disable mmap for s390Michael Holzheu1-1/+1
2013-07-04fs/proc/kcore.c: using strlcpy() instead of strncpy()Zhao Hongjiang1-1/+1
2013-07-04fs/proc/uptime.c:uptime_proc_show(): use get_monotonic_boottime()Oleg Nesterov1-2/+1
2013-07-04vmcore: support mmap() on /proc/vmcoreHATAYAMA Daisuke1-20/+116
2013-07-04vmcore: calculate vmcore file size from buffer size and total size of vmcore ...HATAYAMA Daisuke1-33/+11
2013-07-04vmcore: allow user process to remap ELF note segment bufferHATAYAMA Daisuke1-0/+18
2013-07-04vmcore: allocate ELF note segment in the 2nd kernel vmalloc memoryHATAYAMA Daisuke1-73/+286
2013-07-04vmcore: treat memory chunks referenced by PT_LOAD program header entries in p...HATAYAMA Daisuke1-8/+22
2013-07-04vmcore: allocate buffer for ELF headers on page-size alignmentHATAYAMA Daisuke1-68/+51
2013-07-04vmcore: clean up read_vmcore()HATAYAMA Daisuke1-48/+20
2013-07-04pagemap: prepare to reuse constant bits with page-shiftPavel Emelyanov1-1/+34
2013-07-04mm: soft-dirty bits for user memory changes trackingPavel Emelyanov1-5/+42
2013-07-04pagemap: introduce pagemap_entry_t without pmshift bitsPavel Emelyanov1-18/+22
2013-07-04clear_refs: introduce private struct for mm_walkPavel Emelyanov1-2/+10
2013-07-04clear_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-13kmsg: 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/gi...Linus 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-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds12-612/+501
2013-05-02proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.hDavid Howells2-111/+197
2013-05-02proc: Make the PROC_I() and PDE() macros internal to procfsDavid Howells3-2/+26
2013-05-02proc: Supply a function to remove a proc entry by PDEDavid Howells2-1/+8
2013-05-02take cgroup_open() and cpuset_open() to fs/proc/base.cAl Viro1-0/+31