aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-13net: Convert proc_net_ns_opsKirill Tkhai1-0/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2-3/+3
2018-02-06fs/proc/consoles.c: use seq_putc() in show_console_dev()Markus Elfring1-2/+1
2018-02-06proc: rearrange argsAlexey Dobriyan3-14/+13
2018-02-06proc: spread likely/unlikely a bitAlexey Dobriyan1-4/+4
2018-02-06fs/proc: use __ro_after_initAlexey Dobriyan4-5/+9
2018-02-06fs/proc/internal.h: fix up commentAlexey Dobriyan1-1/+2
2018-02-06fs/proc/internal.h: rearrange struct proc_dir_entryAlexey Dobriyan1-10/+13
2018-02-06fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()Heiko Carstens1-13/+5
2018-02-06fs/proc/array.c: delete children_seq_release()Alexey Dobriyan1-7/+1
2018-02-06proc: less memory for /proc/*/map_files readdirAlexey Dobriyan1-6/+9
2018-02-06fs/proc/vmcore.c: simpler /proc/vmcore cleanupAlexey Dobriyan1-4/+2
2018-02-06proc: fix /proc/*/map_files lookupAlexey Dobriyan1-1/+28
2018-02-06proc: don't use READ_ONCE/WRITE_ONCE for /proc/*/fail-nthAlexey Dobriyan1-3/+2
2018-02-06proc: use %u for pid printing and slightly less stackAlexey Dobriyan4-15/+14
2018-01-31mm: use updated pmdp_invalidate() interface to track dirty/accessed bitsKirill A. Shutemov1-4/+4
2018-01-31fs/proc/task_mmu.c: do not show VmExe bigger than total executable virtual memoryKonstantin Khlebnikov1-3/+8
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-6/+6
2018-01-19proc: fix coredump vs read /proc/*/stat raceAlexey Dobriyan1-2/+5
2017-12-06proc: show si_ptr in /proc/<pid>/timers without hashingLinus Torvalds1-1/+1
2017-11-27proc: don't report kernel addresses in /proc/<pid>/stackLinus Torvalds1-2/+1
2017-11-27fs: annotate ->poll() instancesAl Viro3-4/+4
2017-11-27anntotate the places where ->poll() return values goAl Viro1-1/+1
2017-11-27->poll() methods should return __poll_tAl Viro1-1/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2-2/+2
2017-11-22Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+2
2017-11-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-23/+32
2017-11-17pid: replace pid bitmap implementation with IDR APIGargi Sharma1-1/+1
2017-11-17proc: use do-while in name_to_int()Alexey Dobriyan1-2/+2
2017-11-17proc: : uninline name_to_int()Alexey Dobriyan3-22/+25
2017-11-17proc, coredump: add CoreDumping flag to /proc/pid/statusRoman Gushchin1-0/+6
2017-11-17Merge tag 'pm-fixes-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+6
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+1
2017-11-15mm: consolidate page table accountingKirill A. Shutemov1-9/+2
2017-11-15mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov1-1/+1
2017-11-15mm: 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-13Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+2
2017-11-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar27-1/+32
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar27-1/+32
2017-11-03mm, /proc/pid/pagemap: fix soft dirty marking for PMD migration entryHuang Ying1-1/+5
2017-11-03mm: Define MAP_SYNC and VM_SYNC flagsJan Kara1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman27-0/+27
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-10-20tty fix oops when rmmod 8250nixiaoming1-1/+2
2017-10-10sched/debug: Rename task-state printing helpersPeter Zijlstra1-1/+1
2017-09-30mode_t whack-a-mole: task_dump_owner()Al Viro2-2/+2
2017-09-29sched/debug: Add explicit TASK_PARKED printingPeter Zijlstra1-1/+2
2017-09-29sched/debug: Add explicit TASK_IDLE printingPeter Zijlstra1-8/+13