aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-09proc: Use nd_jump_link in proc_ns_follow_linkEric W. Biederman1-6/+6
2013-02-27fs/proc/vmcore.c: put if tests in the top of the while loop to reduce duplicationZhang Yanfei1-13/+7
2013-02-27fs/proc: clean up printksAndrew Morton7-46/+39
2013-02-27coredump: remove redundant defines for dumpable statesKees Cook1-1/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds8-68/+67
2013-02-26saner proc_get_inode() calling conventionsAl Viro2-21/+10
2013-02-26proc: avoid extra pde_put() in proc_fill_super()Maxim Patlasov1-6/+15
2013-02-26fs: change return values from -EACCES to -EPERMZhao Hongjiang1-3/+3
2013-02-26d_hash_and_lookup(): export, switch open-coded instancesAl Viro1-0/+1
2013-02-23swap: make each swap partition have one address_spaceShaohua Li1-2/+2
2013-02-23memory-failure: use num_poisoned_pages instead of mce_bad_pagesXishi Qiu1-1/+1
2013-02-22new helper: file_inode(file)Al Viro8-39/+39
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+2
2013-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-14/+0
2013-02-18net: proc: remove proc_net_removeGao feng1-6/+0
2013-02-18net: proc: remove proc_net_fops_createGao feng1-8/+0
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker1-2/+2
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-1/+2
2013-01-02mempolicy: remove arg from mpol_parse_str, mpol_to_strHugh Dickins1-1/+1
2012-12-25proc: Allow proc_free_inum to be called from any contextEric W. Biederman1-6/+7
2012-12-20Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-6/+6
2012-12-20proc: fix inconsistent lock stateXiaotian Feng1-6/+6
2012-12-20procfs: drop vmtruncateMarco Stornelli3-22/+1
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds4-7/+75
2012-12-17fs, epoll: add procfs fdinfo helperCyrill Gorcunov1-1/+1
2012-12-17procfs: add ability to plug in auxiliary fdinfo providersCyrill Gorcunov1-0/+2
2012-12-17proc: pid/status: show all supplementary groupsArtem Bityutskiy1-1/+1
2012-12-17/proc/pid/status: add "Seccomp" fieldKees Cook1-0/+8
2012-12-17procfs: add VmFlags field in smaps outputCyrill Gorcunov1-0/+53
2012-12-17proc: don't show nonexistent capabilitiesAndrew Vagin1-0/+9
2012-12-17procfs: use kbasename()Andy Shevchenko1-5/+1
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds9-217/+249
2012-12-13Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2-4/+4
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+5
2012-12-12procfs: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2-3/+3
2012-12-12thp: change split_huge_page_pmd() interfaceKirill A. Shutemov1-1/+1
2012-12-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2012-12-11mm, oom: change type of oom_score_adj to shortDavid Rientjes1-5/+5
2012-12-11Revert "sched/autogroup: Fix crash on reboot when autogroup is disabled"Ingo Molnar1-0/+78
2012-12-08Merge tag 'cputime-adjustment-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/coreIngo Molnar2-80/+2
2012-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2012-11-28cputime: Rename thread_group_times to thread_group_cputime_adjustedFrederic Weisbecker1-2/+2
2012-11-26proc: check vma->vm_file before dereferencingStanislav Kinsbursky1-2/+3
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman1-10/+14
2012-11-20proc: Fix the namespace inode permission checks.Eric W. Biederman2-23/+152
2012-11-20proc: Generalize proc inode allocationEric W. Biederman1-13/+13
2012-11-20userns: Allow unprivilged mounts of proc and sysfsEric W. Biederman1-0/+1
2012-11-20procfs: Print task uids and gids in the userns that opened the proc fileEric W. Biederman1-1/+1
2012-11-20userns: Implent proc namespace operationsEric W. Biederman1-0/+4
2012-11-19vfs: Add setns support for the mount namespaceEric W. Biederman1-0/+5