aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
2013-04-12kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner
2013-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-09procfs: add proc_remove_subtree()Al Viro
2013-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-03-27userns: Restrict when proc and sysfs can be mountedEric W. Biederman
2013-03-22vfs,proc: guarantee unique inodes in /procLinus Torvalds
2013-03-09proc: Use nd_jump_link in proc_ns_follow_linkEric W. Biederman
2013-02-27fs/proc/vmcore.c: put if tests in the top of the while loop to reduce duplica...Zhang Yanfei
2013-02-27fs/proc: clean up printksAndrew Morton
2013-02-27coredump: remove redundant defines for dumpable statesKees Cook
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26saner proc_get_inode() calling conventionsAl Viro
2013-02-26proc: avoid extra pde_put() in proc_fill_super()Maxim Patlasov
2013-02-26fs: change return values from -EACCES to -EPERMZhao Hongjiang
2013-02-26d_hash_and_lookup(): export, switch open-coded instancesAl Viro
2013-02-23swap: make each swap partition have one address_spaceShaohua Li
2013-02-23memory-failure: use num_poisoned_pages instead of mce_bad_pagesXishi Qiu
2013-02-22new helper: file_inode(file)Al Viro
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2013-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-02-18net: proc: remove proc_net_removeGao feng
2013-02-18net: proc: remove proc_net_fops_createGao feng
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach
2013-01-02mempolicy: remove arg from mpol_parse_str, mpol_to_strHugh Dickins
2012-12-25proc: Allow proc_free_inum to be called from any contextEric W. Biederman
2012-12-20Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-12-20proc: fix inconsistent lock stateXiaotian Feng
2012-12-20procfs: drop vmtruncateMarco Stornelli
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-12-17fs, epoll: add procfs fdinfo helperCyrill Gorcunov
2012-12-17procfs: add ability to plug in auxiliary fdinfo providersCyrill Gorcunov
2012-12-17proc: pid/status: show all supplementary groupsArtem Bityutskiy
2012-12-17/proc/pid/status: add "Seccomp" fieldKees Cook
2012-12-17procfs: add VmFlags field in smaps outputCyrill Gorcunov
2012-12-17proc: don't show nonexistent capabilitiesAndrew Vagin
2012-12-17procfs: use kbasename()Andy Shevchenko
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-12-13Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-12-12procfs: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan
2012-12-12thp: change split_huge_page_pmd() interfaceKirill A. Shutemov
2012-12-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-12-11mm, oom: change type of oom_score_adj to shortDavid Rientjes
2012-12-11Revert "sched/autogroup: Fix crash on reboot when autogroup is disabled"Ingo Molnar
2012-12-08Merge tag 'cputime-adjustment-cleanups' of git://git.kernel.org/pub/scm/linux...Ingo Molnar
2012-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-28cputime: Rename thread_group_times to thread_group_cputime_adjustedFrederic Weisbecker
2012-11-26proc: check vma->vm_file before dereferencingStanislav Kinsbursky
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman