aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-20fs/proc/kcore.c: Add bounce buffer for ktext dataJiri Olsa1-1/+6
2016-09-20fs/proc/kcore.c: Make bounce buffer global for readJiri Olsa1-10/+14
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar2-6/+3
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+3
2016-09-10Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+2
2016-09-09mm: fix show_smap() for zone_device-pmd rangesDan Williams1-0/+2
2016-09-01Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-6/+1
2016-08-31mm: introduce get_task_exe_fileMateusz Guzik1-6/+1
2016-08-18proc: Fix return address printk conversion specifer in /proc/<pid>/stackJosh Poimboeuf1-1/+1
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+3
2016-08-14net: make net namespace sysctls belong to container's ownerDmitry Torokhov1-0/+5
2016-08-14proc: make proc entries inherit ownership from parentDmitry Torokhov2-0/+15
2016-08-11proc, meminfo: use correct helpers for calculating LRU sizes in meminfoMel Gorman1-1/+1
2016-08-08sysctl: Stop implicitly passing current into sysctl_table_root.lookupEric W. Biederman1-7/+7
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-08-03fs/proc: Add compiler check for -Wno-override-init to support gcc < 4.2Geert Uytterhoeven1-1/+1
2016-08-02fs/proc/task_mmu.c: suppress compilation warnings with W=1Valdis Kletnieks1-0/+1
2016-08-02procfs: avoid 32-bit time_t in /proc/*/statArnd Bergmann1-6/+4
2016-08-02proc_oom_score: remove tasklist_lock and pid_alive()Oleg Nesterov1-5/+2
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro1-1/+1
2016-07-30qstr: constify instances in procfsAl Viro1-1/+1