summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds2014-06-051-0/+6
|\
| * mm, fs: Add vm_ops->name as an alternative to arch_vma_nameAndy Lutomirski2014-05-201-0/+6
* | mm: softdirty: clear VM_SOFTDIRTY flag inside clear_refs_write() instead of c...Cyrill Gorcunov2014-06-041-5/+9
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-122-11/+5
|\
| * new helper: readlink_copy()Al Viro2014-04-012-11/+5
* | Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-04-121-34/+2
|\ \
| * | proc: Update get proc_pid_cmdline() to use mm.h helpersWilliam Roberts2014-03-201-34/+2
* | | fault-injection: set bounds on what /proc/self/make-it-fail accepts.Dave Jones2014-04-071-0/+3
* | | vmcore: continue vmcore initialization if PT_NOTE is found emptyWANG Chao2014-04-071-2/+0
* | | include/linux/crash_dump.h: add vmcore_cleanup() prototypeRashika Kheria2014-04-071-1/+0
* | | wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-spaceOleg Nesterov2014-04-071-2/+2
* | | procfs: make /proc/*/pagemap 0400Djalal Harouni2014-04-071-2/+2
* | | procfs: make /proc/*/{stack,syscall,personality} 0400Djalal Harouni2014-04-071-6/+6
* | | fs/proc/inode.c: use RCU_INIT_POINTER(x, NULL)Monam Agarwal2014-04-071-1/+1
* | | proc: show mnt_id in /proc/pid/fdinfoAndrey Vagin2014-04-071-2/+4
* | | fs/proc/meminfo: meminfo_proc_show(): fix typo in commentLuiz Capitulino2014-04-071-1/+1
* | | mm: per-thread vma cachingDavidlohr Bueso2014-04-071-1/+2
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-041-0/+2
|\ \ \
| * | | fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+2
* | | | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-1/+1
* | | | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-04-024-252/+0
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'robh/for-next' into devicetree/nextGrant Likely2014-03-311-3/+2
| |\ \ \ \
| * | | | | of: remove /proc/device-treeGrant Likely2014-03-114-252/+0
* | | | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-012-2/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | cputime: Default implementation of nsecs -> cputime conversionFrederic Weisbecker2014-03-132-2/+2
| | |_|/ / | |/| | |
* | | | | fs/proc/base.c: fix GPF in /proc/$PID/map_filesArtem Fetishev2014-03-101-0/+1
| |_|/ / |/| | |
* | | | mm: close PageTail raceDavid Rientjes2014-03-041-3/+2
| |/ / |/| |
* | | vmcore: prevent PT_NOTE p_memsz overflow during header updateGreg Pearson2014-02-101-6/+20
|/ /
* | fs/proc/array.c: change do_task_stat() to use while_each_thread()Oleg Nesterov2014-01-231-2/+1
* | fs/proc: don't use module_init for non-modular core codePaul Gortmaker2014-01-2316-16/+16
* | fs/proc/proc_devtree.c: remove empty /proc/device-tree when no openfirmware e...Dave Jones2014-01-231-0/+1
* | proc: set attributes of pde using accessor functionsRui Xiang2014-01-232-4/+3
* | proc: fix ->f_pos overflows in first_tid()Oleg Nesterov2014-01-231-5/+9
* | proc: don't (ab)use ->group_leader in proc_task_readdir() pathsOleg Nesterov2014-01-231-28/+24
* | proc: change first_tid() to use while_each_thread() rather than next_thread()Oleg Nesterov2014-01-231-10/+10
* | proc: fix the potential use-after-free in first_tid()Oleg Nesterov2014-01-231-0/+3
* | proc: cleanup/simplify get_task_state/task_state_arrayOleg Nesterov2014-01-231-12/+3
* | fs/proc/page.c: add PageAnon check to surely detect thpNaoya Horiguchi2014-01-231-3/+5
* | /proc/meminfo: provide estimated available memoryRik van Riel2014-01-211-0/+37
|/
* 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
OpenPOWER on IntegriCloud