summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2018-06-20proc/kcore: don't bounds check against address 0Laura Abbott1-7/+16
2018-06-20proc: fix /proc/loadavg regressionAlexey Dobriyan1-1/+1
2018-06-20proc: revalidate kernel thread inodes to root:rootAlexey Dobriyan1-0/+6
2018-06-20mm, pagemap: fix swap offset value for PMD migration entryHuang Ying1-1/+5
2018-05-30fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl tableDanilo Krummrich1-0/+3
2018-05-22proc: Use underscores for SSBD in 'status'Konrad Rzeszutek Wilk1-1/+1
2018-05-22prctl: Add force disable speculationThomas Gleixner1-0/+3
2018-05-22proc: Provide details on speculation flaw mitigationsKees Cook1-0/+22
2018-05-19proc: do not access cmdline nor environ from file-backed areasWilly Tarreau1-4/+4
2018-02-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+4
2018-02-13vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user pageJia Zhang1-0/+4
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2-3/+3
2018-02-07fs/proc/consoles.c: use seq_putc() in show_console_dev()Markus Elfring1-2/+1
2018-02-07proc: rearrange argsAlexey Dobriyan3-14/+13
2018-02-07proc: spread likely/unlikely a bitAlexey Dobriyan1-4/+4
2018-02-07fs/proc: use __ro_after_initAlexey Dobriyan4-5/+9
2018-02-07fs/proc/internal.h: fix up commentAlexey Dobriyan1-1/+2
2018-02-07fs/proc/internal.h: rearrange struct proc_dir_entryAlexey Dobriyan1-10/+13
2018-02-07fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()Heiko Carstens1-13/+5
2018-02-07fs/proc/array.c: delete children_seq_release()Alexey Dobriyan1-7/+1
2018-02-07proc: less memory for /proc/*/map_files readdirAlexey Dobriyan1-6/+9
2018-02-07fs/proc/vmcore.c: simpler /proc/vmcore cleanupAlexey Dobriyan1-4/+2
2018-02-07proc: fix /proc/*/map_files lookupAlexey Dobriyan1-1/+28
2018-02-07proc: don't use READ_ONCE/WRITE_ONCE for /proc/*/fail-nthAlexey Dobriyan1-3/+2
2018-02-07proc: use %u for pid printing and slightly less stackAlexey Dobriyan4-15/+14
2018-02-01mm: use updated pmdp_invalidate() interface to track dirty/accessed bitsKirill A. Shutemov1-4/+4
2018-02-01fs/proc/task_mmu.c: do not show VmExe bigger than total executable virtual me...Konstantin Khlebnikov1-3/+8
2018-01-31Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-6/+6
2018-01-19proc: fix coredump vs read /proc/*/stat raceAlexey Dobriyan1-2/+5
2017-12-07proc: show si_ptr in /proc/<pid>/timers without hashingLinus Torvalds1-1/+1
2017-11-28proc: don't report kernel addresses in /proc/<pid>/stackLinus Torvalds1-2/+1
2017-11-28fs: annotate ->poll() instancesAl Viro3-4/+4
2017-11-28anntotate the places where ->poll() return values goAl Viro1-1/+1
2017-11-28->poll() methods should return __poll_tAl Viro1-1/+1
2017-11-28Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2-2/+2
2017-11-23Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+2
2017-11-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-23/+32
2017-11-18pid: replace pid bitmap implementation with IDR APIGargi Sharma1-1/+1
2017-11-18proc: use do-while in name_to_int()Alexey Dobriyan1-2/+2
2017-11-18proc: : uninline name_to_int()Alexey Dobriyan3-22/+25
2017-11-18proc, coredump: add CoreDumping flag to /proc/pid/statusRoman Gushchin1-0/+6
2017-11-18Merge tag 'pm-fixes-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+6
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2017-11-16mm: consolidate page table accountingKirill A. Shutemov1-9/+2
2017-11-16mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov1-1/+1
2017-11-16mm: account pud page tablesKirill A. Shutemov1-1/+4
2017-11-15x86 / CPU: Always show current CPU frequency in /proc/cpuinfoRafael J. Wysocki1-0/+6
2017-11-14Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+2
2017-11-14Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar27-1/+32