aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds12-12/+12
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds3-28/+0
2016-12-14Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-1/+1
2016-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds4-21/+13
2016-12-13Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-1/+1
2016-12-12fs/proc: calculate /proc/* and /proc/*/task/* nlink at init timeAlexey Dobriyan3-6/+15
2016-12-12fs/proc/base.c: save decrement during lookup/readdir in /proc/$PIDAlexey Dobriyan1-4/+4
2016-12-12fs/proc/array.c: slightly improve render_sigset_tRasmus Villemoes1-1/+1
2016-12-12proc: tweak comments about 2 stage open and everythingAlexey Dobriyan1-8/+21
2016-12-12proc: kmalloc struct pde_openerAlexey Dobriyan1-1/+3
2016-12-12proc: fix type of struct pde_opener::closing fieldAlexey Dobriyan2-2/+2
2016-12-12proc: just list_del() struct pde_openerAlexey Dobriyan1-1/+1
2016-12-12proc: make struct struct map_files_info::len unsigned intAlexey Dobriyan1-1/+1
2016-12-12proc: make struct pid_entry::len unsignedAlexey Dobriyan1-1/+1
2016-12-12proc: report no_new_privs stateKees Cook1-2/+3
2016-12-12mm: add cond_resched() in gather_pte_stats()Hugh Dickins1-0/+1
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi3-3/+0
2016-12-09proc/self: use generic_readlinkMiklos Szeredi2-27/+2
2016-11-24Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris4-21/+13
2016-11-17xenfs: Use proc_create_mount_point() to create /proc/xenSeth Forshee2-1/+1
2016-11-14proc: Pass file mode to proc_pid_make_inodeAndreas Gruenbacher4-21/+13
2016-11-03audit: less stack usage for /proc/*/loginuidAlexey Dobriyan1-1/+1
2016-10-27proc: fix NULL dereference when reading /proc/<pid>/auxvLeon Yu1-0/+3
2016-10-24proc: don't use FOLL_FORCE for reading cmdline and environmentLinus Torvalds1-10/+8
2016-10-22Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-41/+25
2016-10-20fs/proc: Stop trying to report thread stacksAndy Lutomirski2-37/+20
2016-10-20fs/proc: Stop reporting eip and esp in /proc/PID/statAndy Lutomirski1-4/+5
2016-10-19mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes1-6/+13
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-6/+5
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-11/+20
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds6-28/+35
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro3-3/+3
2016-10-07cred: simpler, 1D supplementary groupsAlexey Dobriyan1-1/+1
2016-10-07mm, proc: fix region lost in /proc/self/smapsRobert Ho1-3/+5
2016-10-07proc: fix timerslack_ns CAP_SYS_NICE check when adjusting selfJohn Stultz1-15/+19
2016-10-07proc: add LSM hook checks to /proc/<tid>/timerslack_nsJohn Stultz1-0/+10
2016-10-07proc: relax /proc/<tid>/timerslack_ns capability requirementsJohn Stultz1-14/+20
2016-10-07meminfo: break apart a very long seq_printf with #ifdefsJoe Perches1-116/+95
2016-10-07seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches2-120/+107
2016-10-07proc: faster /proc/*/statusAlexey Dobriyan1-40/+47
2016-10-07fs/proc/task_mmu.c: make the task_mmu walk_page_range() limit in clear_refs_write() obviousJames Morse1-1/+1
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-7/+7
2016-10-05proc: switch auxv to use of __mem_open()Al Viro1-19/+26
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-0/+20
2016-09-30Merge branch 'x86/urgent' into x86/asmThomas Gleixner1-11/+20
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani5-5/+5
2016-09-27fs: proc: Delete inode time initializations in proc_alloc_inode()Deepa Dinamani1-1/+0
2016-09-27proc: unsigned file descriptorsAlexey Dobriyan3-6/+6
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+20
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara3-3/+3