summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* procfs: also fix proc_reg_get_unmapped_area() for !MMU caseJan Beulich2013-12-121-5/+9
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2013-11-211-4/+10
|\
| * audit: allow unsetting the loginuid (with priv)Eric Paris2013-11-051-4/+10
* | consolidate simple ->d_delete() instancesAl Viro2013-11-152-24/+2
* | seq_file: remove "%n" usage from seq_file usersTetsuo Handa2013-11-154-40/+21
* | mm, hugetlb: convert hugetlbfs to use split pmd lockKirill A. Shutemov2013-11-151-1/+1
* | mm, thp: change pmd_trans_huge_lock() to return taken lockKirill A. Shutemov2013-11-151-6/+7
* | mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov2013-11-151-1/+2
* | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-11-135-20/+25
|\ \
| * | kcore: add Kconfig help textRandy Dunlap2013-11-131-0/+4
| * | procfs: clean up proc_reg_get_unmapped_area for 80-column limitHATAYAMA Daisuke2013-11-131-6/+10
| * | mm: factor commit limit calculationJerome Marchand2013-11-131-4/+1
| * | /proc/pid/smaps: show VM_SOFTDIRTY flag in VmFlags lineNaoya Horiguchi2013-11-131-0/+3
| * | mm, mempolicy: make mpol_to_str robust and always succeedDavid Rientjes2013-11-131-8/+6
| * | mm: use pgdat_end_pfn() to simplify the code in othersXishi Qiu2013-11-131-2/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-131-9/+1
|\ \ \ | |/ / |/| |
| * | new helper: kfree_put_link()Al Viro2013-10-241-9/+1
* | | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-121-3/+0
|\ \ \
| * | | of: remove HAVE_ARCH_DEVTREE_FIXUPSRob Herring2013-10-091-3/+0
| |/ /
* | | Merge branch 'linus' into sched/coreIngo Molnar2013-11-012-4/+10
|\ \ \
| * | | procfs: call default get_unmapped_area on MMU-present architecturesHATAYAMA Daisuke2013-10-161-2/+6
| * | | procfs: fix unintended truncation of returned mapped addressHATAYAMA Daisuke2013-10-161-1/+1
| * | | mm: /proc/pid/pagemap: inspect _PAGE_SOFT_DIRTY only on present pagesCyrill Gorcunov2013-10-161-1/+3
| |/ /
* | | sched/numa: Report a NUMA task group IDMel Gorman2013-10-091-0/+2
|/ /
* | thp: account anon transparent huge pages into NR_ANON_PAGESKirill A. Shutemov2013-09-121-6/+0
* | vmcore: enable /proc/vmcore mmap for s390Michael Holzheu2013-09-111-1/+1
* | vmcore: introduce remap_oldmem_pfn_range()Michael Holzheu2013-09-111-8/+83
* | vmcore: introduce ELF header in new memory featureMichael Holzheu2013-09-111-10/+51
* | proc: make proc_fd_permission() thread-friendlyOleg Nesterov2013-09-111-1/+1
* | fs/proc/task_mmu.c: check the return value of mpol_to_str()Chen Gang2013-09-111-1/+3
* | mm: track vma changes with VM_SOFTDIRTY bitCyrill Gorcunov2013-09-111-10/+36
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-09-071-1/+5
|\ \
| * | userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman2013-08-261-2/+5
| * | proc: Restrict mounting the proc filesystemEric W. Biederman2013-08-261-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2013-09-051-0/+16
|\ \ \ | |_|/ |/| |
| * | sparc: fix PCI device proc file mmap(2)Alexey Dobriyan2013-09-051-0/+16
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-08-251-2/+0
|\ \ \
| * | | proc: kill the extra proc_readfd_common()->dir_emit_dots()Oleg Nesterov2013-08-241-2/+0
* | | | proc: more readdir conversion bug-fixesLinus Torvalds2013-08-191-1/+1
* | | | proc: return on proc_readdir errorRichard Genoud2013-08-191-1/+3
|/ / /
* | | fs/proc/task_mmu.c: fix buffer overflow in add_page_map()yonghua zheng2013-08-131-4/+4
* | | mm: save soft-dirty bits on file pagesCyrill Gorcunov2013-08-131-0/+2
* | | mm: save soft-dirty bits on swapped pagesCyrill Gorcunov2013-08-131-6/+15
|/ /
* | s390/kdump: Disable mmap for s390Michael Holzheu2013-07-181-1/+1
|/
* fs/proc/kcore.c: using strlcpy() instead of strncpy()Zhao Hongjiang2013-07-031-1/+1
* fs/proc/uptime.c:uptime_proc_show(): use get_monotonic_boottime()Oleg Nesterov2013-07-031-2/+1
* vmcore: support mmap() on /proc/vmcoreHATAYAMA Daisuke2013-07-031-20/+116
* vmcore: calculate vmcore file size from buffer size and total size of vmcore ...HATAYAMA Daisuke2013-07-031-33/+11
* vmcore: allow user process to remap ELF note segment bufferHATAYAMA Daisuke2013-07-031-0/+18
* vmcore: allocate ELF note segment in the 2nd kernel vmalloc memoryHATAYAMA Daisuke2013-07-031-73/+286
OpenPOWER on IntegriCloud