summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
2014-04-07mm: per-thread vma cachingDavidlohr Bueso
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2014-04-02Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2014-04-01new helper: readlink_copy()Al Viro
2014-04-01Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-03-31Merge remote-tracking branch 'robh/for-next' into devicetree/nextGrant Likely
2014-03-20proc: Update get proc_pid_cmdline() to use mm.h helpersWilliam Roberts
2014-03-13cputime: Default implementation of nsecs -> cputime conversionFrederic Weisbecker
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2014-03-11of: remove /proc/device-treeGrant Likely
2014-03-10fs/proc/base.c: fix GPF in /proc/$PID/map_filesArtem Fetishev
2014-03-04mm: close PageTail raceDavid Rientjes
2014-02-10vmcore: prevent PT_NOTE p_memsz overflow during header updateGreg Pearson
2014-01-23fs/proc/array.c: change do_task_stat() to use while_each_thread()Oleg Nesterov
2014-01-23fs/proc: don't use module_init for non-modular core codePaul Gortmaker
2014-01-23fs/proc/proc_devtree.c: remove empty /proc/device-tree when no openfirmware e...Dave Jones
2014-01-23proc: set attributes of pde using accessor functionsRui Xiang
2014-01-23proc: fix ->f_pos overflows in first_tid()Oleg Nesterov
2014-01-23proc: don't (ab)use ->group_leader in proc_task_readdir() pathsOleg Nesterov
2014-01-23proc: change first_tid() to use while_each_thread() rather than next_thread()Oleg Nesterov
2014-01-23proc: fix the potential use-after-free in first_tid()Oleg Nesterov
2014-01-23proc: cleanup/simplify get_task_state/task_state_arrayOleg Nesterov
2014-01-23fs/proc/page.c: add PageAnon check to surely detect thpNaoya Horiguchi
2014-01-21/proc/meminfo: provide estimated available memoryRik van Riel
2013-12-12procfs: also fix proc_reg_get_unmapped_area() for !MMU caseJan Beulich
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