summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
2019-12-18Merge tag 'v4.14.159' into 4.14-2.0.x-imxMarcel Ziswiler
2019-11-24proc/vmcore: Fix i386 build error of missing copy_oldmem_page_encrypted()Borislav Petkov
2019-10-29fs/proc/page.c: don't access uninitialized memmaps in fs/proc/page.cDavid Hildenbrand
2019-07-31fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino...Radoslaw Burny
2019-07-12mm: proc: task_mmu: silence compiler warningMax Krummenacher
2019-07-03fs/proc/array.c: allow reporting eip/esp for all coredumping threadsJohn Ogness
2019-05-02fs/proc/proc_sysctl.c: Fix a NULL pointer dereferenceYueHaibing
2019-04-27coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli
2019-04-03fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_linksYueHaibing
2019-02-27proc, oom: do not report alien mms when setting oom_score_adjMichal Hocko
2019-02-20mm: proc: smaps_rollup: fix pss_locked calculationSandeep Patil
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-10proc: restrict kernel stack dumps to rootJann Horn
2018-09-15fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entriesJames Morse
2018-08-03mm: /proc/pid/pagemap: hide swap entries from unprivileged usersHuang Ying
2018-07-17fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*Vlastimil Babka
2018-06-21proc/kcore: don't bounds check against address 0Laura Abbott
2018-06-21proc: revalidate kernel thread inodes to root:rootAlexey Dobriyan
2018-06-21mm, pagemap: fix swap offset value for PMD migration entryHuang Ying
2018-05-30fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl tableDanilo Krummrich
2018-05-22proc: Use underscores for SSBD in 'status'Konrad Rzeszutek Wilk
2018-05-22prctl: Add force disable speculationThomas Gleixner
2018-05-22proc: Provide details on speculation flaw mitigationsKees Cook
2018-05-19proc: do not access cmdline nor environ from file-backed areasWilly Tarreau
2018-04-26vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user pageJia Zhang
2018-04-26proc: fix /proc/*/map_files lookupAlexey Dobriyan
2018-02-16fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()Heiko Carstens
2018-01-23proc: fix coredump vs read /proc/*/stat raceAlexey Dobriyan
2018-01-10x86 / CPU: Always show current CPU frequency in /proc/cpuinfoRafael J. Wysocki
2017-12-20tty fix oops when rmmod 8250nixiaoming
2017-11-03mm, /proc/pid/pagemap: fix soft dirty marking for PMD migration entryHuang Ying
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-29sched/debug: Add explicit TASK_PARKED printingPeter Zijlstra
2017-09-29sched/debug: Add explicit TASK_IDLE printingPeter Zijlstra
2017-09-29sched/debug: Implement consistent task-state printingPeter Zijlstra
2017-09-15fs/proc: Report eip/esp in /prod/PID/stat for coredumpingJohn Ogness
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko
2017-09-13procfs: remove unused variableArnd Bergmann
2017-09-08procfs: use faster rb_first_cached()Davidlohr Bueso
2017-09-08fs, proc: unconditional cond_resched when reading smapsDavid Rientjes
2017-09-08proc: uninline proc_create()Alexey Dobriyan
2017-09-08fs, proc: remove priv argument from is_stackMichal Hocko
2017-09-08mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse
2017-09-08mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse
2017-09-08mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi
2017-09-08mm: thp: check pmd migration entry in common pathZi Yan
2017-09-06mm,fork: introduce MADV_WIPEONFORKRik van Riel
2017-09-06mm: add /proc/pid/smaps_rollupDaniel Colascione
2017-09-06mm: rename global_page_state to global_zone_page_stateMichal Hocko