| Commit message (Expand) | Author | Age | Files | Lines |
* | proc/vmcore: fix clearing user buffer by properly using clear_user() | David Hildenbrand | 2021-12-08 | 1 | -5/+10 |
* | proc: Avoid mixing integer types in mem_rw() | Marcelo Henrique Cerri | 2021-07-28 | 1 | -1/+1 |
* | proc: only require mm_struct for writing | Linus Torvalds | 2021-06-16 | 1 | -1/+3 |
* | proc: Track /proc/$pid/attr/ opener mm_struct | Kees Cook | 2021-06-16 | 1 | -1/+8 |
* | proc: Check /proc/$pid/attr/ writes against file opener | Kees Cook | 2021-06-03 | 1 | -0/+4 |
* | proc: don't allow async path resolution of /proc/self components | Jens Axboe | 2020-12-02 | 1 | -0/+7 |
* | mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary | Suren Baghdasaryan | 2020-10-29 | 1 | -2/+1 |
* | proc: Use new_inode not new_inode_pseudo | Eric W. Biederman | 2020-06-20 | 3 | -3/+3 |
* | vmalloc: fix remap_vmalloc_range() bounds checks | Jann Horn | 2020-05-02 | 1 | -1/+1 |
* | proc/vmcore: Fix i386 build error of missing copy_oldmem_page_encrypted() | Borislav Petkov | 2019-11-24 | 1 | -0/+10 |
* | fs/proc/page.c: don't access uninitialized memmaps in fs/proc/page.c | David Hildenbrand | 2019-10-29 | 1 | -12/+16 |
* | fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino... | Radoslaw Burny | 2019-07-31 | 1 | -0/+4 |
* | fs/proc/array.c: allow reporting eip/esp for all coredumping threads | John Ogness | 2019-07-03 | 1 | -1/+1 |
* | fs/proc/proc_sysctl.c: Fix a NULL pointer dereference | YueHaibing | 2019-05-02 | 1 | -2/+4 |
* | coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ... | Andrea Arcangeli | 2019-04-27 | 1 | -0/+18 |
* | fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links | YueHaibing | 2019-04-03 | 1 | -1/+2 |
* | proc, oom: do not report alien mms when setting oom_score_adj | Michal Hocko | 2019-02-27 | 1 | -4/+0 |
* | mm: proc: smaps_rollup: fix pss_locked calculation | Sandeep Patil | 2019-02-20 | 1 | -8/+14 |
* | proc/sysctl: don't return ENOMEM on lookup when a table is unregistering | Ivan Delalande | 2018-12-29 | 1 | -7/+6 |
* | mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range() | Vlastimil Babka | 2018-11-13 | 1 | -1/+3 |
* | proc: restrict kernel stack dumps to root | Jann Horn | 2018-10-10 | 1 | -0/+14 |
* | fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entries | James Morse | 2018-09-15 | 1 | -1/+3 |
* | mm: /proc/pid/pagemap: hide swap entries from unprivileged users | Huang Ying | 2018-08-03 | 1 | -10/+16 |
* | fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps* | Vlastimil Babka | 2018-07-17 | 1 | -1/+1 |
* | proc/kcore: don't bounds check against address 0 | Laura Abbott | 2018-06-21 | 1 | -7/+16 |
* | proc: revalidate kernel thread inodes to root:root | Alexey Dobriyan | 2018-06-21 | 1 | -0/+6 |
* | mm, pagemap: fix swap offset value for PMD migration entry | Huang Ying | 2018-06-21 | 1 | -1/+5 |
* | fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl table | Danilo Krummrich | 2018-05-30 | 1 | -0/+3 |
* | proc: Use underscores for SSBD in 'status' | Konrad Rzeszutek Wilk | 2018-05-22 | 1 | -1/+1 |
* | prctl: Add force disable speculation | Thomas Gleixner | 2018-05-22 | 1 | -0/+3 |
* | proc: Provide details on speculation flaw mitigations | Kees Cook | 2018-05-22 | 1 | -0/+22 |
* | proc: do not access cmdline nor environ from file-backed areas | Willy Tarreau | 2018-05-19 | 1 | -4/+4 |
* | vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user page | Jia Zhang | 2018-04-26 | 1 | -0/+4 |
* | proc: fix /proc/*/map_files lookup | Alexey Dobriyan | 2018-04-26 | 1 | -1/+28 |
* | fs/proc/kcore.c: use probe_kernel_read() instead of memcpy() | Heiko Carstens | 2018-02-16 | 1 | -13/+5 |
* | proc: fix coredump vs read /proc/*/stat race | Alexey Dobriyan | 2018-01-23 | 1 | -2/+5 |
* | x86 / CPU: Always show current CPU frequency in /proc/cpuinfo | Rafael J. Wysocki | 2018-01-10 | 1 | -0/+6 |
* | tty fix oops when rmmod 8250 | nixiaoming | 2017-12-20 | 1 | -1/+2 |
* | mm, /proc/pid/pagemap: fix soft dirty marking for PMD migration entry | Huang Ying | 2017-11-03 | 1 | -1/+5 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 27 | -0/+27 |
* | sched/debug: Add explicit TASK_PARKED printing | Peter Zijlstra | 2017-09-29 | 1 | -1/+2 |
* | sched/debug: Add explicit TASK_IDLE printing | Peter Zijlstra | 2017-09-29 | 1 | -8/+13 |
* | sched/debug: Implement consistent task-state printing | Peter Zijlstra | 2017-09-29 | 1 | -13/+2 |
* | fs/proc: Report eip/esp in /prod/PID/stat for coredumping | John Ogness | 2017-09-15 | 1 | -0/+9 |
* | mm: treewide: remove GFP_TEMPORARY allocation flag | Michal Hocko | 2017-09-13 | 2 | -5/+5 |
* | procfs: remove unused variable | Arnd Bergmann | 2017-09-13 | 1 | -1/+0 |
* | procfs: use faster rb_first_cached() | Davidlohr Bueso | 2017-09-08 | 4 | -15/+17 |
* | fs, proc: unconditional cond_resched when reading smaps | David Rientjes | 2017-09-08 | 1 | -2/+3 |
* | proc: uninline proc_create() | Alexey Dobriyan | 2017-09-08 | 1 | -0/+8 |
* | fs, proc: remove priv argument from is_stack | Michal Hocko | 2017-09-08 | 2 | -8/+5 |