summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2018-12-29proc/sysctl: don't return ENOMEM on lookup when a table is unregisteringIvan Delalande1-7/+6
2018-11-13mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()Vlastimil Babka1-1/+3
2018-10-10proc: restrict kernel stack dumps to rootJann Horn1-0/+14
2018-09-15fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entriesJames Morse1-1/+3
2018-08-03mm: /proc/pid/pagemap: hide swap entries from unprivileged usersHuang Ying1-10/+16
2018-07-17fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*Vlastimil Babka1-1/+1
2018-06-20proc/kcore: don't bounds check against address 0Laura Abbott1-7/+16
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-04-26vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user pageJia Zhang1-0/+4
2018-04-26proc: fix /proc/*/map_files lookupAlexey Dobriyan1-1/+28
2018-02-16fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()Heiko Carstens1-13/+5
2018-01-23proc: fix coredump vs read /proc/*/stat raceAlexey Dobriyan1-2/+5
2018-01-10x86 / CPU: Always show current CPU frequency in /proc/cpuinfoRafael J. Wysocki1-0/+6
2017-12-20tty fix oops when rmmod 8250nixiaoming1-1/+2
2017-11-03mm, /proc/pid/pagemap: fix soft dirty marking for PMD migration entryHuang Ying1-1/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman27-0/+27
2017-09-29sched/debug: Add explicit TASK_PARKED printingPeter Zijlstra1-1/+2
2017-09-29sched/debug: Add explicit TASK_IDLE printingPeter Zijlstra1-8/+13
2017-09-29sched/debug: Implement consistent task-state printingPeter Zijlstra1-13/+2
2017-09-16fs/proc: Report eip/esp in /prod/PID/stat for coredumpingJohn Ogness1-0/+9
2017-09-14mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2-5/+5
2017-09-14procfs: remove unused variableArnd Bergmann1-1/+0
2017-09-09procfs: use faster rb_first_cached()Davidlohr Bueso4-15/+17
2017-09-09fs, proc: unconditional cond_resched when reading smapsDavid Rientjes1-2/+3
2017-09-09proc: uninline proc_create()Alexey Dobriyan1-0/+8
2017-09-09fs, proc: remove priv argument from is_stackMichal Hocko2-8/+5
2017-09-09mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse1-1/+1
2017-09-09mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse1-0/+7
2017-09-09mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi1-11/+16
2017-09-09mm: thp: check pmd migration entry in common pathZi Yan1-11/+21
2017-09-07mm,fork: introduce MADV_WIPEONFORKRik van Riel1-0/+1
2017-09-07mm: add /proc/pid/smaps_rollupDaniel Colascione3-62/+139
2017-09-07mm: rename global_page_state to global_zone_page_stateMichal Hocko1-5/+5
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+4
2017-08-25Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2-6/+9
2017-08-14Merge 4.13-rc5 into char-misc-nextGreg Kroah-Hartman2-6/+9
2017-08-11mm: fix KSM data corruptionMinchan Kim1-2/+5
2017-08-11mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner1-4/+4
2017-08-10sched/debug: Use task_pid_nr_ns in /proc/$pid/schedAleksa Sarai1-1/+2
2017-07-24Merge 4.13-rc2 into char-misc-nextGreg Kroah-Hartman1-3/+3
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2017-07-17block: order /proc/devices by major numberLogan Gunthorpe1-2/+2
2017-07-17char_dev: order /proc/devices by major numberLogan Gunthorpe1-4/+4
2017-07-15fault-inject: add /proc/<pid>/fail-nthAkinobu Mita1-0/+1