summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-142-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-133-6/+15
* | fs/proc/base.c: save decrement during lookup/readdir in /proc/$PIDAlexey Dobriyan2016-12-131-4/+4
* | fs/proc/array.c: slightly improve render_sigset_tRasmus Villemoes2016-12-131-1/+1
* | proc: tweak comments about 2 stage open and everythingAlexey Dobriyan2016-12-131-8/+21
* | proc: kmalloc struct pde_openerAlexey Dobriyan2016-12-131-1/+3
* | proc: fix type of struct pde_opener::closing fieldAlexey Dobriyan2016-12-132-2/+2
* | proc: just list_del() struct pde_openerAlexey Dobriyan2016-12-131-1/+1
* | proc: make struct struct map_files_info::len unsigned intAlexey Dobriyan2016-12-131-1/+1
* | proc: make struct pid_entry::len unsignedAlexey Dobriyan2016-12-131-1/+1
* | proc: report no_new_privs stateKees Cook2016-12-131-2/+3
* | mm: add cond_resched() in gather_pte_stats()Hugh Dickins2016-12-131-0/+1
|/
* proc: fix NULL dereference when reading /proc/<pid>/auxvLeon Yu2016-10-281-0/+3
* proc: don't use FOLL_FORCE for reading cmdline and environmentLinus Torvalds2016-10-251-10/+8Star
* Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-10-223-41/+25Star
|\
| * fs/proc: Stop trying to report thread stacksAndy Lutomirski2016-10-202-37/+20Star
| * 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-115-6/+5Star
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-111-11/+20
| |\
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-285-5/+5
| * | fs: proc: Delete inode time initializations in proc_alloc_inode()Deepa Dinamani2016-09-281-1/+0Star
* | | 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-061-19/+26
| * | | | proc: unsigned file descriptorsAlexey Dobriyan2016-09-283-6/+6
| | |_|/ | |/| |
* | | | cred: simpler, 1D supplementary groupsAlexey Dobriyan2016-10-081-1/+1
* | | | mm, proc: fix region lost in /proc/self/smapsRobert Ho2016-10-081-3/+5
* | | | proc: fix timerslack_ns CAP_SYS_NICE check when adjusting selfJohn Stultz2016-10-081-15/+19
* | | | proc: add LSM hook checks to /proc/<tid>/timerslack_nsJohn Stultz2016-10-081-0/+10
* | | | proc: relax /proc/<tid>/timerslack_ns capability requirementsJohn Stultz2016-10-081-14/+20
* | | | meminfo: break apart a very long seq_printf with #ifdefsJoe Perches2016-10-081-116/+95Star
* | | | seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches2016-10-082-120/+107Star
* | | | proc: faster /proc/*/statusAlexey Dobriyan2016-10-081-40/+47
* | | | fs/proc/task_mmu.c: make the task_mmu walk_page_range() limit in clear_refs_w...James Morse2016-10-081-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
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-132-6/+3Star
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-182-3/+3
| |\ \ \ \
| * | | | | net: make net namespace sysctls belong to container's ownerDmitry Torokhov2016-08-151-0/+5
| * | | | | proc: make proc entries inherit ownership from parentDmitry Torokhov2016-08-152-0/+15
* | | | | | Merge branch 'x86/urgent' into x86/asmThomas Gleixner2016-09-301-11/+20
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | fs/proc/kcore.c: Add bounce buffer for ktext dataJiri Olsa2016-09-201-1/+6
| * | | | | fs/proc/kcore.c: Make bounce buffer global for readJiri Olsa2016-09-201-10/+14
| | |_|/ / | |/| | |
* | | | | Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar2016-09-152-6/+3Star
|\| | | |
| * | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-09-101-0/+2
| |\ \ \ \