summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* fs/proc/proc_sysctl.c: Fix a NULL pointer dereferenceYueHaibing2019-05-021-2/+4
* coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli2019-04-271-0/+18
* fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_linksYueHaibing2019-04-031-1/+2
* proc, oom: do not report alien mms when setting oom_score_adjMichal Hocko2019-02-271-4/+0
* mm: proc: smaps_rollup: fix pss_locked calculationSandeep Patil2019-02-201-8/+14
* proc/sysctl: don't return ENOMEM on lookup when a table is unregisteringIvan Delalande2018-12-291-7/+6
* mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()Vlastimil Babka2018-11-131-1/+3
* proc: restrict kernel stack dumps to rootJann Horn2018-10-101-0/+14
* fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entriesJames Morse2018-09-151-1/+3
* mm: /proc/pid/pagemap: hide swap entries from unprivileged usersHuang Ying2018-08-031-10/+16
* fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*Vlastimil Babka2018-07-171-1/+1
* proc/kcore: don't bounds check against address 0Laura Abbott2018-06-211-7/+16
* proc: revalidate kernel thread inodes to root:rootAlexey Dobriyan2018-06-211-0/+6
* mm, pagemap: fix swap offset value for PMD migration entryHuang Ying2018-06-211-1/+5
* fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl tableDanilo Krummrich2018-05-301-0/+3
* proc: Use underscores for SSBD in 'status'Konrad Rzeszutek Wilk2018-05-221-1/+1
* prctl: Add force disable speculationThomas Gleixner2018-05-221-0/+3
* proc: Provide details on speculation flaw mitigationsKees Cook2018-05-221-0/+22
* proc: do not access cmdline nor environ from file-backed areasWilly Tarreau2018-05-191-4/+4
* vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user pageJia Zhang2018-04-261-0/+4
* proc: fix /proc/*/map_files lookupAlexey Dobriyan2018-04-261-1/+28
* fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()Heiko Carstens2018-02-161-13/+5
* proc: fix coredump vs read /proc/*/stat raceAlexey Dobriyan2018-01-231-2/+5
* x86 / CPU: Always show current CPU frequency in /proc/cpuinfoRafael J. Wysocki2018-01-101-0/+6
* tty fix oops when rmmod 8250nixiaoming2017-12-201-1/+2
* 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
* sched/debug: Add explicit TASK_PARKED printingPeter Zijlstra2017-09-291-1/+2
* sched/debug: Add explicit TASK_IDLE printingPeter Zijlstra2017-09-291-8/+13
* sched/debug: Implement consistent task-state printingPeter Zijlstra2017-09-291-13/+2
* fs/proc: Report eip/esp in /prod/PID/stat for coredumpingJohn Ogness2017-09-151-0/+9
* mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-132-5/+5
* procfs: remove unused variableArnd Bergmann2017-09-131-1/+0
* procfs: use faster rb_first_cached()Davidlohr Bueso2017-09-084-15/+17
* fs, proc: unconditional cond_resched when reading smapsDavid Rientjes2017-09-081-2/+3
* proc: uninline proc_create()Alexey Dobriyan2017-09-081-0/+8
* fs, proc: remove priv argument from is_stackMichal Hocko2017-09-082-8/+5
* mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse2017-09-081-1/+1
* mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse2017-09-081-0/+7
* mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi2017-09-081-11/+16
* mm: thp: check pmd migration entry in common pathZi Yan2017-09-081-11/+21
* mm,fork: introduce MADV_WIPEONFORKRik van Riel2017-09-061-0/+1
* mm: add /proc/pid/smaps_rollupDaniel Colascione2017-09-063-62/+139
* mm: rename global_page_state to global_zone_page_stateMichal Hocko2017-09-061-5/+5
* Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-051-4/+4
|\
| * Merge 4.13-rc5 into char-misc-nextGreg Kroah-Hartman2017-08-142-6/+9
| |\
| * \ Merge 4.13-rc2 into char-misc-nextGreg Kroah-Hartman2017-07-231-3/+3
| |\ \
| * | | block: order /proc/devices by major numberLogan Gunthorpe2017-07-171-2/+2
| * | | char_dev: order /proc/devices by major numberLogan Gunthorpe2017-07-171-4/+4
* | | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-08-252-6/+9
|\ \ \ \ | | |_|/ | |/| |