summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-02-141-0/+4
|\
| * vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user pageJia Zhang2018-02-131-0/+4
* | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-112-3/+3
|/
* fs/proc/consoles.c: use seq_putc() in show_console_dev()Markus Elfring2018-02-061-2/+1
* proc: rearrange argsAlexey Dobriyan2018-02-063-14/+13
* proc: spread likely/unlikely a bitAlexey Dobriyan2018-02-061-4/+4
* fs/proc: use __ro_after_initAlexey Dobriyan2018-02-064-5/+9
* fs/proc/internal.h: fix up commentAlexey Dobriyan2018-02-061-1/+2
* fs/proc/internal.h: rearrange struct proc_dir_entryAlexey Dobriyan2018-02-061-10/+13
* fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()Heiko Carstens2018-02-061-13/+5
* fs/proc/array.c: delete children_seq_release()Alexey Dobriyan2018-02-061-7/+1
* proc: less memory for /proc/*/map_files readdirAlexey Dobriyan2018-02-061-6/+9
* fs/proc/vmcore.c: simpler /proc/vmcore cleanupAlexey Dobriyan2018-02-061-4/+2
* proc: fix /proc/*/map_files lookupAlexey Dobriyan2018-02-061-1/+28
* proc: don't use READ_ONCE/WRITE_ONCE for /proc/*/fail-nthAlexey Dobriyan2018-02-061-3/+2
* proc: use %u for pid printing and slightly less stackAlexey Dobriyan2018-02-064-15/+14
* mm: use updated pmdp_invalidate() interface to track dirty/accessed bitsKirill A. Shutemov2018-01-311-4/+4
* fs/proc/task_mmu.c: do not show VmExe bigger than total executable virtual me...Konstantin Khlebnikov2018-01-311-3/+8
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-303-6/+6
|\
| * fs: annotate ->poll() instancesAl Viro2017-11-273-4/+4
| * anntotate the places where ->poll() return values goAl Viro2017-11-271-1/+1
| * ->poll() methods should return __poll_tAl Viro2017-11-271-1/+1
* | proc: fix coredump vs read /proc/*/stat raceAlexey Dobriyan2018-01-191-2/+5
* | proc: show si_ptr in /proc/<pid>/timers without hashingLinus Torvalds2017-12-061-1/+1
* | proc: don't report kernel addresses in /proc/<pid>/stackLinus Torvalds2017-11-271-2/+1
* | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-272-2/+2
|/
* Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-222-2/+2
|\
| * mode_t whack-a-mole: task_dump_owner()Al Viro2017-09-302-2/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-175-23/+32
|\ \
| * | pid: replace pid bitmap implementation with IDR APIGargi Sharma2017-11-171-1/+1
| * | proc: use do-while in name_to_int()Alexey Dobriyan2017-11-171-2/+2
| * | proc: : uninline name_to_int()Alexey Dobriyan2017-11-173-22/+25
| * | proc, coredump: add CoreDumping flag to /proc/pid/statusRoman Gushchin2017-11-171-0/+6
* | | Merge tag 'pm-fixes-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-171-0/+6
|\ \ \ | |/ / |/| |
| * | x86 / CPU: Always show current CPU frequency in /proc/cpuinfoRafael J. Wysocki2017-11-151-0/+6
* | | Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-171-0/+1
|\ \ \
| * | | mm: Define MAP_SYNC and VM_SYNC flagsJan Kara2017-11-031-0/+1
* | | | mm: consolidate page table accountingKirill A. Shutemov2017-11-151-9/+2
* | | | mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov2017-11-151-1/+1
* | | | mm: account pud page tablesKirill A. Shutemov2017-11-151-1/+4
* | | | Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-131-1/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | tty fix oops when rmmod 8250nixiaoming2017-10-201-1/+2
| |/ /
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-131-1/+1
|\ \ \
| * \ \ Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-11-0827-1/+32
| |\ \ \
| * | | | sched/debug: Rename task-state printing helpersPeter Zijlstra2017-10-101-1/+1
| | |/ / | |/| |
* | | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0727-1/+32
|\ \ \ \ | | |/ / | |/| |
| * | | mm, /proc/pid/pagemap: fix soft dirty marking for PMD migration entryHuang Ying2017-11-031-1/+5
| * | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0227-0/+27
| |/ /
* | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/ /
* | sched/debug: Add explicit TASK_PARKED printingPeter Zijlstra2017-09-291-1/+2
OpenPOWER on IntegriCloud