aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2016-12-12proc: just list_del() struct pde_openerGravatar Alexey Dobriyan 1-1/+1
2016-12-12proc: make struct struct map_files_info::len unsigned intGravatar Alexey Dobriyan 1-1/+1
2016-12-12proc: make struct pid_entry::len unsignedGravatar Alexey Dobriyan 1-1/+1
2016-12-12proc: report no_new_privs stateGravatar Kees Cook 1-2/+3
2016-12-12mm: add cond_resched() in gather_pte_stats()Gravatar Hugh Dickins 1-0/+1
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsGravatar Miklos Szeredi 3-3/+0
2016-12-09proc/self: use generic_readlinkGravatar Miklos Szeredi 2-27/+2
2016-11-24Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/selinux i...Gravatar James Morris 4-21/+13
2016-11-17xenfs: Use proc_create_mount_point() to create /proc/xenGravatar Seth Forshee 2-1/+1
2016-11-14proc: Pass file mode to proc_pid_make_inodeGravatar Andreas Gruenbacher 4-21/+13
2016-11-03audit: less stack usage for /proc/*/loginuidGravatar Alexey Dobriyan 1-1/+1
2016-10-27proc: fix NULL dereference when reading /proc/<pid>/auxvGravatar Leon Yu 1-0/+3
2016-10-24proc: don't use FOLL_FORCE for reading cmdline and environmentGravatar Linus Torvalds 1-10/+8
2016-10-22Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-41/+25
2016-10-20fs/proc: Stop trying to report thread stacksGravatar Andy Lutomirski 2-37/+20
2016-10-20fs/proc: Stop reporting eip and esp in /proc/PID/statGravatar Andy Lutomirski 1-4/+5
2016-10-19mm: replace access_remote_vm() write parameter with gup_flagsGravatar Lorenzo Stoakes 1-6/+13
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 5-6/+5
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusGravatar Al Viro 1-11/+20
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 6-28/+35
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscGravatar Al Viro 3-3/+3
2016-10-07cred: simpler, 1D supplementary groupsGravatar Alexey Dobriyan 1-1/+1
2016-10-07mm, proc: fix region lost in /proc/self/smapsGravatar Robert Ho 1-3/+5
2016-10-07proc: fix timerslack_ns CAP_SYS_NICE check when adjusting selfGravatar John Stultz 1-15/+19
2016-10-07proc: add LSM hook checks to /proc/<tid>/timerslack_nsGravatar John Stultz 1-0/+10
2016-10-07proc: relax /proc/<tid>/timerslack_ns capability requirementsGravatar John Stultz 1-14/+20
2016-10-07meminfo: break apart a very long seq_printf with #ifdefsGravatar Joe Perches 1-116/+95
2016-10-07seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charGravatar Joe Perches 2-120/+107
2016-10-07proc: faster /proc/*/statusGravatar Alexey Dobriyan 1-40/+47
2016-10-07fs/proc/task_mmu.c: make the task_mmu walk_page_range() limit in clear_refs_w...Gravatar James Morse 1-1/+1
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-7/+7
2016-10-05proc: switch auxv to use of __mem_open()Gravatar Al Viro 1-19/+26
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 3-0/+20
2016-09-30Merge branch 'x86/urgent' into x86/asmGravatar Thomas Gleixner 1-11/+20
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 5-5/+5
2016-09-27fs: proc: Delete inode time initializations in proc_alloc_inode()Gravatar Deepa Dinamani 1-1/+0
2016-09-27proc: unsigned file descriptorsGravatar Alexey Dobriyan 3-6/+6
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-11/+20
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 3-3/+3
2016-09-20fs/proc/kcore.c: Add bounce buffer for ktext dataGravatar Jiri Olsa 1-1/+6
2016-09-20fs/proc/kcore.c: Make bounce buffer global for readGravatar Jiri Olsa 1-10/+14
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesGravatar Ingo Molnar 2-6/+3
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-6/+3
2016-09-10Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+2
2016-09-09mm: fix show_smap() for zone_device-pmd rangesGravatar Dan Williams 1-0/+2
2016-09-01Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-6/+1
2016-08-31mm: introduce get_task_exe_fileGravatar Mateusz Guzik 1-6/+1
2016-08-18proc: Fix return address printk conversion specifer in /proc/<pid>/stackGravatar Josh Poimboeuf 1-1/+1
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-3/+3
2016-08-14net: make net namespace sysctls belong to container's ownerGravatar Dmitry Torokhov 1-0/+5