summaryrefslogtreecommitdiffstats
path: root/fs/proc
AgeCommit message (Expand)AuthorLines
2013-10-16procfs: call default get_unmapped_area on MMU-present architecturesHATAYAMA Daisuke-2/+6
2013-10-16procfs: fix unintended truncation of returned mapped addressHATAYAMA Daisuke-1/+1
2013-10-16mm: /proc/pid/pagemap: inspect _PAGE_SOFT_DIRTY only on present pagesCyrill Gorcunov-1/+3
2013-09-12thp: account anon transparent huge pages into NR_ANON_PAGESKirill A. Shutemov-6/+0
2013-09-11vmcore: enable /proc/vmcore mmap for s390Michael Holzheu-1/+1
2013-09-11vmcore: introduce remap_oldmem_pfn_range()Michael Holzheu-8/+83
2013-09-11vmcore: introduce ELF header in new memory featureMichael Holzheu-10/+51
2013-09-11proc: make proc_fd_permission() thread-friendlyOleg Nesterov-1/+1
2013-09-11fs/proc/task_mmu.c: check the return value of mpol_to_str()Chen Gang-1/+3
2013-09-11mm: track vma changes with VM_SOFTDIRTY bitCyrill Gorcunov-10/+36
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-1/+5
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds-0/+16
2013-09-05sparc: fix PCI device proc file mmap(2)Alexey Dobriyan-0/+16
2013-08-26userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman-2/+5
2013-08-26proc: Restrict mounting the proc filesystemEric W. Biederman-1/+2
2013-08-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+0
2013-08-24proc: kill the extra proc_readfd_common()->dir_emit_dots()Oleg Nesterov-2/+0
2013-08-19proc: more readdir conversion bug-fixesLinus Torvalds-1/+1
2013-08-19proc: return on proc_readdir errorRichard Genoud-1/+3
2013-08-13fs/proc/task_mmu.c: fix buffer overflow in add_page_map()yonghua zheng-4/+4
2013-08-13mm: save soft-dirty bits on file pagesCyrill Gorcunov-0/+2
2013-08-13mm: save soft-dirty bits on swapped pagesCyrill Gorcunov-6/+15
2013-07-18s390/kdump: Disable mmap for s390Michael Holzheu-1/+1
2013-07-03fs/proc/kcore.c: using strlcpy() instead of strncpy()Zhao Hongjiang-1/+1
2013-07-03fs/proc/uptime.c:uptime_proc_show(): use get_monotonic_boottime()Oleg Nesterov-2/+1
2013-07-03vmcore: support mmap() on /proc/vmcoreHATAYAMA Daisuke-20/+116
2013-07-03vmcore: calculate vmcore file size from buffer size and total size of vmcore ...HATAYAMA Daisuke-33/+11
2013-07-03vmcore: allow user process to remap ELF note segment bufferHATAYAMA Daisuke-0/+18
2013-07-03vmcore: allocate ELF note segment in the 2nd kernel vmalloc memoryHATAYAMA Daisuke-73/+286
2013-07-03vmcore: treat memory chunks referenced by PT_LOAD program header entries in p...HATAYAMA Daisuke-8/+22
2013-07-03vmcore: allocate buffer for ELF headers on page-size alignmentHATAYAMA Daisuke-68/+51
2013-07-03vmcore: clean up read_vmcore()HATAYAMA Daisuke-48/+20
2013-07-03pagemap: prepare to reuse constant bits with page-shiftPavel Emelyanov-1/+34
2013-07-03mm: soft-dirty bits for user memory changes trackingPavel Emelyanov-5/+42
2013-07-03pagemap: introduce pagemap_entry_t without pmshift bitsPavel Emelyanov-18/+22
2013-07-03clear_refs: introduce private struct for mm_walkPavel Emelyanov-2/+10
2013-07-03clear_refs: sanitize accepted commands declarationPavel Emelyanov-7/+12
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds-3/+4
2013-06-29proc_fill_cache(): clean up, get rid of pointless find_inode_number() useAl Viro-23/+13
2013-06-29proc_fill_cache(): just make instantiate_t return intAl Viro-49/+43
2013-06-29proc_pid_readdir(): stop wanking with proc_fill_cache() for /proc/selfAl Viro-3/+3
2013-06-29proc_fill_cache(): kill pointless checkAl Viro-4/+2
2013-06-29[readdir] convert procfsAl Viro-470/+270
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