summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
2017-01-31mm: use mmget_not_zero() helperVegard Nossum
2017-01-31mm: add new mmgrab() helperVegard Nossum
2017-01-31Merge branch 'akpm-current/current'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'userns/for-next'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'selinux/next'Stephen Rothwell
2017-01-30Merge branch 'timers/core'Ingo Molnar
2017-01-27timers: Omit POSIX timer stuff from task_struct when disabledNicolas Pitre
2017-01-25proc: less code duplication in /proc/*/cmdlineAlexey Dobriyan
2017-01-25proc: use rb_entry()Geliang Tang
2017-01-25mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-01-24proc: add a schedule point in proc_pid_readdir()Eric Dumazet
2017-01-24proc: Better ownership of files for non-dumpable tasks in user namespacesEric W. Biederman
2017-01-10sysctl: Drop reference added by grab_header in proc_sys_readdirZhou Chengming
2017-01-09proc,security: move restriction on writing /proc/pid/attr nodes to procStephen Smalley
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds
2016-12-14Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2016-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2016-12-13Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-12-12fs/proc: calculate /proc/* and /proc/*/task/* nlink at init timeAlexey Dobriyan
2016-12-12fs/proc/base.c: save decrement during lookup/readdir in /proc/$PIDAlexey Dobriyan
2016-12-12fs/proc/array.c: slightly improve render_sigset_tRasmus Villemoes
2016-12-12proc: tweak comments about 2 stage open and everythingAlexey Dobriyan
2016-12-12proc: kmalloc struct pde_openerAlexey Dobriyan
2016-12-12proc: fix type of struct pde_opener::closing fieldAlexey Dobriyan
2016-12-12proc: just list_del() struct pde_openerAlexey Dobriyan
2016-12-12proc: make struct struct map_files_info::len unsigned intAlexey Dobriyan
2016-12-12proc: make struct pid_entry::len unsignedAlexey Dobriyan
2016-12-12proc: report no_new_privs stateKees Cook
2016-12-12mm: add cond_resched() in gather_pte_stats()Hugh Dickins
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi
2016-12-09proc/self: use generic_readlinkMiklos Szeredi
2016-11-24Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/selinux i...James Morris
2016-11-17xenfs: Use proc_create_mount_point() to create /proc/xenSeth Forshee
2016-11-14proc: Pass file mode to proc_pid_make_inodeAndreas Gruenbacher
2016-11-03audit: less stack usage for /proc/*/loginuidAlexey Dobriyan
2016-10-27proc: fix NULL dereference when reading /proc/<pid>/auxvLeon Yu
2016-10-24proc: don't use FOLL_FORCE for reading cmdline and environmentLinus Torvalds
2016-10-22Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-10-20fs/proc: Stop trying to report thread stacksAndy Lutomirski
2016-10-20fs/proc: Stop reporting eip and esp in /proc/PID/statAndy Lutomirski
2016-10-19mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro
2016-10-07cred: simpler, 1D supplementary groupsAlexey Dobriyan
2016-10-07mm, proc: fix region lost in /proc/self/smapsRobert Ho
2016-10-07proc: fix timerslack_ns CAP_SYS_NICE check when adjusting selfJohn Stultz