summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds2014-06-082-10/+20
|\
| * fs/proc/vmcore.c: remove NULL assignment to staticFabian Frederick2014-06-071-1/+1
| * fs/proc/task_mmu.c: replace seq_printf by seq_putsFabian Frederick2014-06-071-4/+4
| * 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-051-5/+9
| |/
* / mm: add !pte_present() check on existing hugetlb_entry callbacksNaoya Horiguchi2014-06-061-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-122-11/+5Star
|\
| * new helper: readlink_copy()Al Viro2014-04-022-11/+5Star
* | Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-04-121-34/+2Star
|\ \
| * | proc: Update get proc_pid_cmdline() to use mm.h helpersWilliam Roberts2014-03-201-34/+2Star
* | | fault-injection: set bounds on what /proc/self/make-it-fail accepts.Dave Jones2014-04-081-0/+3
* | | vmcore: continue vmcore initialization if PT_NOTE is found emptyWANG Chao2014-04-081-2/+0Star
* | | include/linux/crash_dump.h: add vmcore_cleanup() prototypeRashika Kheria2014-04-081-1/+0Star
* | | wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-spaceOleg Nesterov2014-04-081-2/+2
* | | procfs: make /proc/*/pagemap 0400Djalal Harouni2014-04-081-2/+2
* | | procfs: make /proc/*/{stack,syscall,personality} 0400Djalal Harouni2014-04-081-6/+6
* | | fs/proc/inode.c: use RCU_INIT_POINTER(x, NULL)Monam Agarwal2014-04-081-1/+1
* | | proc: show mnt_id in /proc/pid/fdinfoAndrey Vagin2014-04-081-2/+4
* | | fs/proc/meminfo: meminfo_proc_show(): fix typo in commentLuiz Capitulino2014-04-081-1/+1
* | | mm: per-thread vma cachingDavidlohr Bueso2014-04-081-1/+2
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-051-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-041-1/+1
* | | | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-04-024-252/+0Star
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'robh/for-next' into devicetree/nextGrant Likely2014-03-311-3/+2Star
| |\ \ \ \
| * | | | | of: remove /proc/device-treeGrant Likely2014-03-114-252/+0Star
* | | | | | 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-111-0/+1
| |_|/ / |/| | |
* | | | mm: close PageTail raceDavid Rientjes2014-03-041-3/+2Star
| |/ / |/| |
* | | vmcore: prevent PT_NOTE p_memsz overflow during header updateGreg Pearson2014-02-111-6/+20
|/ /
* | fs/proc/array.c: change do_task_stat() to use while_each_thread()Oleg Nesterov2014-01-241-2/+1Star
* | fs/proc: don't use module_init for non-modular core codePaul Gortmaker2014-01-2416-16/+16
* | fs/proc/proc_devtree.c: remove empty /proc/device-tree when no openfirmware e...Dave Jones2014-01-241-0/+1
* | proc: set attributes of pde using accessor functionsRui Xiang2014-01-242-4/+3Star
* | proc: fix ->f_pos overflows in first_tid()Oleg Nesterov2014-01-241-5/+9
* | proc: don't (ab)use ->group_leader in proc_task_readdir() pathsOleg Nesterov2014-01-241-28/+24Star
* | proc: change first_tid() to use while_each_thread() rather than next_thread()Oleg Nesterov2014-01-241-10/+10
* | proc: fix the potential use-after-free in first_tid()Oleg Nesterov2014-01-241-0/+3
* | proc: cleanup/simplify get_task_state/task_state_arrayOleg Nesterov2014-01-241-12/+3Star
* | fs/proc/page.c: add PageAnon check to surely detect thpNaoya Horiguchi2014-01-241-3/+5
* | /proc/meminfo: provide estimated available memoryRik van Riel2014-01-221-0/+37
|/
* procfs: also fix proc_reg_get_unmapped_area() for !MMU caseJan Beulich2013-12-131-5/+9
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2013-11-221-4/+10
|\
| * audit: allow unsetting the loginuid (with priv)Eric Paris2013-11-051-4/+10
* | consolidate simple ->d_delete() instancesAl Viro2013-11-162-24/+2Star
* | seq_file: remove "%n" usage from seq_file usersTetsuo Handa2013-11-154-40/+21Star
* | 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