summaryrefslogtreecommitdiffstats
path: root/fs/proc
AgeCommit message (Expand)Author
2018-12-29proc/sysctl: don't return ENOMEM on lookup when a table is unregisteringIvan Delalande
2018-11-13mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()Vlastimil Babka
2018-10-05proc: restrict kernel stack dumps to rootJann Horn
2018-09-20fs/proc/kcore.c: fix invalid memory access in multi-page read optimizationDominique Martinet
2018-08-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-08-23fs/proc/vmcore.c: hide vmcoredd_mmap_dumps() for nommu buildsArnd Bergmann
2018-08-22proc/kcore: add vmcoreinfo note to /proc/kcoreOmar Sandoval
2018-08-22proc/kcore: optimize multiple page readsOmar Sandoval
2018-08-22proc/kcore: clean up ELF header generationOmar Sandoval
2018-08-22proc/kcore: hold lock during readOmar Sandoval
2018-08-22proc/kcore: fix memory hotplug vs multiple opens raceOmar Sandoval
2018-08-22proc/kcore: replace kclist_lock rwlock with rwsemOmar Sandoval
2018-08-22proc/kcore: don't grab lock for memory hotplug notifierOmar Sandoval
2018-08-22proc/kcore: don't grab lock for kclist_add()Omar Sandoval
2018-08-22fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entriesJames Morse
2018-08-22fs/proc/vmcore.c: use new typedef vm_fault_tSouptick Joarder
2018-08-22proc: use "unsigned int" in /proc/stat hookAlexey Dobriyan
2018-08-22proc: spread "const" a bitAlexey Dobriyan
2018-08-22proc: use macro in /proc/latency hookAlexey Dobriyan
2018-08-22proc: save 2 atomic ops on write to "/proc/*/attr/*"Alexey Dobriyan
2018-08-22proc: put task earlier in /proc/*/fail-nthAlexey Dobriyan
2018-08-22proc: smaller readlock section in readdir("/proc")Alexey Dobriyan
2018-08-22fs/proc/uptime.c: use ktime_get_boottime_ts64Arnd Bergmann
2018-08-22proc: fixup PDE allocation bloatAlexey Dobriyan
2018-08-22/proc/meminfo: add percpu populated pages countDennis Zhou (Facebook)
2018-08-22mm: /proc/pid/smaps_rollup: convert to single value seq_fileVlastimil Babka
2018-08-22mm: /proc/pid/smaps: factor out common stats printingVlastimil Babka
2018-08-22mm: /proc/pid/smaps: factor out mem stats gatheringVlastimil Babka
2018-08-22mm: /proc/pid/*maps remove is_pid and related wrappersVlastimil Babka
2018-08-14x86: Add entry trampolines to kcoreAdrian Hunter
2018-07-14fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*Vlastimil Babka
2018-07-01Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2018-06-27proc: add proc_seq_releaseChunyu Hu
2018-06-20proc: fix missing final NUL in get_mm_cmdline() rewriteLinus Torvalds
2018-06-16Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-06-15proc: Make inline name size calculation automaticDavid Howells
2018-06-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-06-15proc: skip branch in /proc/*/* lookupAlexey Dobriyan
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-09Merge branch 'proc-cmdline'Linus Torvalds
2018-06-08Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2018-06-08fix proc_fill_cache() in case of d_alloc_parallel() failureAl Viro
2018-06-07proc: use "unsigned int" for /proc/*/stackAlexey Dobriyan
2018-06-07proc: use "unsigned int" for sigqueue lengthAlexey Dobriyan
2018-06-07proc: use "unsigned int" in proc_fill_cache()Alexey Dobriyan
2018-06-07proc: smaller RCU section in ->getattr()Alexey Dobriyan
2018-06-07proc: deduplicate /proc/*/cmdline implementationAlexey Dobriyan