summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | procfs: don't allow to use proc_create, create_proc_entry, etc. for directoriesAl Viro2013-04-092-34/+27
| * | | procfs: switch /proc/self away from proc_dir_entryAl Viro2013-04-095-12/+55
| * | | mode_t, whack-a-mole at 11...Al Viro2013-04-091-1/+1
* | | | fs, proc: truncate /proc/pid/comm writes to first TASK_COMM_LEN bytesDavid Rientjes2013-04-301-3/+2
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-301-0/+100
|\ \ \ \
| * \ \ \ Merge branch 'linus' into timers/coreThomas Gleixner2013-04-244-33/+97
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | posix-timers: Show sigevent info in proc filePavel Emelyanov2013-04-171-0/+17
| * | | | posix-timers: Introduce /proc/PID/timers filePavel Emelyanov2013-04-171-0/+83
* | | | | fs/proc/kcore.c: use register_hotmemory_notifier()Andrew Morton2013-04-291-3/+6
* | | | | mm, vmalloc: move get_vmalloc_info() to vmalloc.cJoonsoo Kim2013-04-294-79/+2
| |/ / / |/| | |
* | | | kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner2013-04-121-0/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-04-091-30/+89
|\ \ \ \ | | |/ / | |/| |
| * | | procfs: add proc_remove_subtree()Al Viro2013-04-091-30/+89
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-03-281-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | userns: Restrict when proc and sysfs can be mountedEric W. Biederman2013-03-271-0/+4
| |/ /
* | | vfs,proc: guarantee unique inodes in /procLinus Torvalds2013-03-221-3/+3
|/ /
* | proc: Use nd_jump_link in proc_ns_follow_linkEric W. Biederman2013-03-091-6/+6
* | fs/proc/vmcore.c: put if tests in the top of the while loop to reduce duplica...Zhang Yanfei2013-02-271-13/+7
* | fs/proc: clean up printksAndrew Morton2013-02-277-46/+39
* | coredump: remove redundant defines for dumpable statesKees Cook2013-02-271-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-268-68/+67
|\ \
| * | saner proc_get_inode() calling conventionsAl Viro2013-02-262-21/+10
| * | proc: avoid extra pde_put() in proc_fill_super()Maxim Patlasov2013-02-261-6/+15
| * | fs: change return values from -EACCES to -EPERMZhao Hongjiang2013-02-261-3/+3
| * | d_hash_and_lookup(): export, switch open-coded instancesAl Viro2013-02-261-0/+1
| * | new helper: file_inode(file)Al Viro2013-02-228-39/+39
* | | swap: make each swap partition have one address_spaceShaohua Li2013-02-231-2/+2
* | | memory-failure: use num_poisoned_pages instead of mce_bad_pagesXishi Qiu2013-02-231-1/+1
* | | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-211-1/+2
|\ \ \
| * | | tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-181-1/+2
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-02-201-14/+0
|\ \ \
| * | | net: proc: remove proc_net_removeGao feng2013-02-181-6/+0
| * | | net: proc: remove proc_net_fops_createGao feng2013-02-181-8/+0
| |/ /
* | | cputime: Use accessors to read task cputime statsFrederic Weisbecker2013-01-271-2/+2
|/ /
* | mempolicy: remove arg from mpol_parse_str, mpol_to_strHugh Dickins2013-01-021-1/+1
* | proc: Allow proc_free_inum to be called from any contextEric W. Biederman2012-12-251-6/+7
|/
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-201-6/+6
|\
| * proc: fix inconsistent lock stateXiaotian Feng2012-12-201-6/+6
* | procfs: drop vmtruncateMarco Stornelli2012-12-203-22/+1
|/
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-174-7/+75
|\
| * fs, epoll: add procfs fdinfo helperCyrill Gorcunov2012-12-171-1/+1
| * procfs: add ability to plug in auxiliary fdinfo providersCyrill Gorcunov2012-12-171-0/+2
| * proc: pid/status: show all supplementary groupsArtem Bityutskiy2012-12-171-1/+1
| * /proc/pid/status: add "Seccomp" fieldKees Cook2012-12-171-0/+8
| * procfs: add VmFlags field in smaps outputCyrill Gorcunov2012-12-171-0/+53
| * proc: don't show nonexistent capabilitiesAndrew Vagin2012-12-171-0/+9
| * procfs: use kbasename()Andy Shevchenko2012-12-171-5/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-179-217/+249
|\ \ | |/ |/|
| * proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman2012-11-201-10/+14
| * proc: Fix the namespace inode permission checks.Eric W. Biederman2012-11-202-23/+152
OpenPOWER on IntegriCloud