summaryrefslogtreecommitdiffstats
path: root/fs/proc
AgeCommit message (Expand)Author
2013-11-21Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2013-11-15consolidate simple ->d_delete() instancesAl Viro
2013-11-15seq_file: remove "%n" usage from seq_file usersTetsuo Handa
2013-11-15mm, hugetlb: convert hugetlbfs to use split pmd lockKirill A. Shutemov
2013-11-15mm, thp: change pmd_trans_huge_lock() to return taken lockKirill A. Shutemov
2013-11-15mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-11-13kcore: add Kconfig help textRandy Dunlap
2013-11-13procfs: clean up proc_reg_get_unmapped_area for 80-column limitHATAYAMA Daisuke
2013-11-13mm: factor commit limit calculationJerome Marchand
2013-11-13/proc/pid/smaps: show VM_SOFTDIRTY flag in VmFlags lineNaoya Horiguchi
2013-11-13mm, mempolicy: make mpol_to_str robust and always succeedDavid Rientjes
2013-11-13mm: use pgdat_end_pfn() to simplify the code in othersXishi Qiu
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-11-05audit: allow unsetting the loginuid (with priv)Eric Paris
2013-11-01Merge branch 'linus' into sched/coreIngo Molnar
2013-10-24new helper: kfree_put_link()Al Viro
2013-10-16procfs: call default get_unmapped_area on MMU-present architecturesHATAYAMA Daisuke
2013-10-16procfs: fix unintended truncation of returned mapped addressHATAYAMA Daisuke
2013-10-16mm: /proc/pid/pagemap: inspect _PAGE_SOFT_DIRTY only on present pagesCyrill Gorcunov
2013-10-09of: remove HAVE_ARCH_DEVTREE_FIXUPSRob Herring
2013-10-09sched/numa: Report a NUMA task group IDMel Gorman
2013-09-12thp: account anon transparent huge pages into NR_ANON_PAGESKirill A. Shutemov
2013-09-11vmcore: enable /proc/vmcore mmap for s390Michael Holzheu
2013-09-11vmcore: introduce remap_oldmem_pfn_range()Michael Holzheu
2013-09-11vmcore: introduce ELF header in new memory featureMichael Holzheu
2013-09-11proc: make proc_fd_permission() thread-friendlyOleg Nesterov
2013-09-11fs/proc/task_mmu.c: check the return value of mpol_to_str()Chen Gang
2013-09-11mm: track vma changes with VM_SOFTDIRTY bitCyrill Gorcunov
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2013-09-05sparc: fix PCI device proc file mmap(2)Alexey Dobriyan
2013-08-26userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman
2013-08-26proc: Restrict mounting the proc filesystemEric W. Biederman
2013-08-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-08-24proc: kill the extra proc_readfd_common()->dir_emit_dots()Oleg Nesterov
2013-08-19proc: more readdir conversion bug-fixesLinus Torvalds
2013-08-19proc: return on proc_readdir errorRichard Genoud
2013-08-13fs/proc/task_mmu.c: fix buffer overflow in add_page_map()yonghua zheng
2013-08-13mm: save soft-dirty bits on file pagesCyrill Gorcunov
2013-08-13mm: save soft-dirty bits on swapped pagesCyrill Gorcunov
2013-07-18s390/kdump: Disable mmap for s390Michael Holzheu
2013-07-03fs/proc/kcore.c: using strlcpy() instead of strncpy()Zhao Hongjiang
2013-07-03fs/proc/uptime.c:uptime_proc_show(): use get_monotonic_boottime()Oleg Nesterov
2013-07-03vmcore: support mmap() on /proc/vmcoreHATAYAMA Daisuke
2013-07-03vmcore: calculate vmcore file size from buffer size and total size of vmcore ...HATAYAMA Daisuke
2013-07-03vmcore: allow user process to remap ELF note segment bufferHATAYAMA Daisuke
2013-07-03vmcore: allocate ELF note segment in the 2nd kernel vmalloc memoryHATAYAMA Daisuke
2013-07-03vmcore: treat memory chunks referenced by PT_LOAD program header entries in p...HATAYAMA Daisuke