aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-10vmcore: prevent PT_NOTE p_memsz overflow during header updateGreg Pearson1-6/+20
2014-01-23fs/proc/array.c: change do_task_stat() to use while_each_thread()Oleg Nesterov1-2/+1
2014-01-23fs/proc: don't use module_init for non-modular core codePaul Gortmaker16-16/+16
2014-01-23fs/proc/proc_devtree.c: remove empty /proc/device-tree when no openfirmware exists.Dave Jones1-0/+1
2014-01-23proc: set attributes of pde using accessor functionsRui Xiang2-4/+3
2014-01-23proc: fix ->f_pos overflows in first_tid()Oleg Nesterov1-5/+9
2014-01-23proc: don't (ab)use ->group_leader in proc_task_readdir() pathsOleg Nesterov1-28/+24
2014-01-23proc: change first_tid() to use while_each_thread() rather than next_thread()Oleg Nesterov1-10/+10
2014-01-23proc: fix the potential use-after-free in first_tid()Oleg Nesterov1-0/+3
2014-01-23proc: cleanup/simplify get_task_state/task_state_arrayOleg Nesterov1-12/+3
2014-01-23fs/proc/page.c: add PageAnon check to surely detect thpNaoya Horiguchi1-3/+5
2014-01-21/proc/meminfo: provide estimated available memoryRik van Riel1-0/+37
2013-12-12procfs: also fix proc_reg_get_unmapped_area() for !MMU caseJan Beulich1-5/+9
2013-11-21Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-4/+10
2013-11-15consolidate simple ->d_delete() instancesAl Viro2-24/+2
2013-11-15seq_file: remove "%n" usage from seq_file usersTetsuo Handa4-40/+21
2013-11-15mm, hugetlb: convert hugetlbfs to use split pmd lockKirill A. Shutemov1-1/+1
2013-11-15mm, thp: change pmd_trans_huge_lock() to return taken lockKirill A. Shutemov1-6/+7
2013-11-15mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov1-1/+2
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds5-20/+25
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+1
2013-11-13kcore: add Kconfig help textRandy Dunlap1-0/+4
2013-11-13procfs: clean up proc_reg_get_unmapped_area for 80-column limitHATAYAMA Daisuke1-6/+10
2013-11-13mm: factor commit limit calculationJerome Marchand1-4/+1
2013-11-13/proc/pid/smaps: show VM_SOFTDIRTY flag in VmFlags lineNaoya Horiguchi1-0/+3
2013-11-13mm, mempolicy: make mpol_to_str robust and always succeedDavid Rientjes1-8/+6
2013-11-13mm: use pgdat_end_pfn() to simplify the code in othersXishi Qiu1-2/+1
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-3/+0
2013-11-05audit: allow unsetting the loginuid (with priv)Eric Paris1-4/+10
2013-11-01Merge branch 'linus' into sched/coreIngo Molnar2-4/+10
2013-10-24new helper: kfree_put_link()Al Viro1-9/+1
2013-10-16procfs: call default get_unmapped_area on MMU-present architecturesHATAYAMA Daisuke1-2/+6
2013-10-16procfs: fix unintended truncation of returned mapped addressHATAYAMA Daisuke1-1/+1
2013-10-16mm: /proc/pid/pagemap: inspect _PAGE_SOFT_DIRTY only on present pagesCyrill Gorcunov1-1/+3
2013-10-09of: remove HAVE_ARCH_DEVTREE_FIXUPSRob Herring1-3/+0
2013-10-09sched/numa: Report a NUMA task group IDMel Gorman1-0/+2
2013-09-12thp: account anon transparent huge pages into NR_ANON_PAGESKirill A. Shutemov1-6/+0
2013-09-11vmcore: enable /proc/vmcore mmap for s390Michael Holzheu1-1/+1
2013-09-11vmcore: introduce remap_oldmem_pfn_range()Michael Holzheu1-8/+83
2013-09-11vmcore: introduce ELF header in new memory featureMichael Holzheu1-10/+51
2013-09-11proc: make proc_fd_permission() thread-friendlyOleg Nesterov1-1/+1
2013-09-11fs/proc/task_mmu.c: check the return value of mpol_to_str()Chen Gang1-1/+3
2013-09-11mm: track vma changes with VM_SOFTDIRTY bitCyrill Gorcunov1-10/+36
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+5
2013-09-05Merge 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-26userns: 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/viro/vfsLinus Torvalds1-2/+0
2013-08-24proc: kill the extra proc_readfd_common()->dir_emit_dots()Oleg Nesterov1-2/+0