summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2412-12/+12
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-173-28/+0
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-093-3/+0
| * proc/self: use generic_readlinkMiklos Szeredi2016-12-092-27/+2
* | Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-12-141-1/+1
|\ \
| * | audit: less stack usage for /proc/*/loginuidAlexey Dobriyan2016-11-031-1/+1
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-12-144-21/+13
|\ \ \
| * \ \ Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2016-11-244-21/+13
| |\ \ \ | | |_|/ | |/| |
| | * | proc: Pass file mode to proc_pid_make_inodeAndreas Gruenbacher2016-11-144-21/+13
* | | | Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-132-1/+1
|\ \ \ \
| * | | | xenfs: Use proc_create_mount_point() to create /proc/xenSeth Forshee2016-11-172-1/+1
| |/ / /
* | | | fs/proc: calculate /proc/* and /proc/*/task/* nlink at init timeAlexey Dobriyan2016-12-123-6/+15
* | | | fs/proc/base.c: save decrement during lookup/readdir in /proc/$PIDAlexey Dobriyan2016-12-121-4/+4
* | | | fs/proc/array.c: slightly improve render_sigset_tRasmus Villemoes2016-12-121-1/+1
* | | | proc: tweak comments about 2 stage open and everythingAlexey Dobriyan2016-12-121-8/+21
* | | | proc: kmalloc struct pde_openerAlexey Dobriyan2016-12-121-1/+3
* | | | proc: fix type of struct pde_opener::closing fieldAlexey Dobriyan2016-12-122-2/+2
* | | | proc: just list_del() struct pde_openerAlexey Dobriyan2016-12-121-1/+1
* | | | proc: make struct struct map_files_info::len unsigned intAlexey Dobriyan2016-12-121-1/+1
* | | | proc: make struct pid_entry::len unsignedAlexey Dobriyan2016-12-121-1/+1
* | | | proc: report no_new_privs stateKees Cook2016-12-121-2/+3
* | | | mm: add cond_resched() in gather_pte_stats()Hugh Dickins2016-12-121-0/+1
|/ / /
* | | proc: fix NULL dereference when reading /proc/<pid>/auxvLeon Yu2016-10-271-0/+3
* | | proc: don't use FOLL_FORCE for reading cmdline and environmentLinus Torvalds2016-10-241-10/+8
|/ /
* | Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-10-223-41/+25
|\ \
| * | fs/proc: Stop trying to report thread stacksAndy Lutomirski2016-10-202-37/+20
| * | fs/proc: Stop reporting eip and esp in /proc/PID/statAndy Lutomirski2016-10-201-4/+5
* | | mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes2016-10-191-6/+13
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-105-6/+5
|\ \
| * \ Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-11/+20
| |\ \ | | |/
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-275-5/+5
| * | fs: proc: Delete inode time initializations in proc_alloc_inode()Deepa Dinamani2016-09-271-1/+0
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-106-28/+35
|\ \ \
| * \ \ Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-083-3/+3
| |\ \ \
| | * | | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-223-3/+3
| * | | | proc: switch auxv to use of __mem_open()Al Viro2016-10-051-19/+26
| * | | | proc: unsigned file descriptorsAlexey Dobriyan2016-09-273-6/+6
| | |_|/ | |/| |
* | | | cred: simpler, 1D supplementary groupsAlexey Dobriyan2016-10-071-1/+1
* | | | mm, proc: fix region lost in /proc/self/smapsRobert Ho2016-10-071-3/+5
* | | | proc: fix timerslack_ns CAP_SYS_NICE check when adjusting selfJohn Stultz2016-10-071-15/+19
* | | | proc: add LSM hook checks to /proc/<tid>/timerslack_nsJohn Stultz2016-10-071-0/+10
* | | | proc: relax /proc/<tid>/timerslack_ns capability requirementsJohn Stultz2016-10-071-14/+20
* | | | meminfo: break apart a very long seq_printf with #ifdefsJoe Perches2016-10-071-116/+95
* | | | seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches2016-10-072-120/+107
* | | | proc: faster /proc/*/statusAlexey Dobriyan2016-10-071-40/+47
* | | | fs/proc/task_mmu.c: make the task_mmu walk_page_range() limit in clear_refs_w...James Morse2016-10-071-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-10-061-7/+7
|\ \ \ \
| * | | | sysctl: Stop implicitly passing current into sysctl_table_root.lookupEric W. Biederman2016-08-081-7/+7
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-10-053-0/+20
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-11/+20
| |\ \ \ \ | | | |/ / | | |/| |
OpenPOWER on IntegriCloud