aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_linksYueHaibing2019-07-081-1/+2
* Revert "GCC: Fix up for gcc 5+"Moyster2018-11-301-2/+0
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2018-11-2913-13/+13
* GCC: Fix up for gcc 5+mydongistiny2018-11-291-0/+2
* fs: proc: task_mmu: fix proc_mem_open creds for fs access checksMister Oyster2017-09-231-1/+1
* seq_file: remove "%n" usage from seq_file usersTetsuo Handa2017-09-234-41/+22
* mm: larger stack guard gap, between vmasHugh Dickins2017-07-041-4/+0
* uksm: remove Mtk aksm & uksm (because its fugly)Mister Oyster2017-07-041-6/+0
* UPSTREAM: proc: actually make proc_fd_permission() thread-friendlyOleg Nesterov2017-05-241-2/+5
* UPSTREAM: proc: make proc_fd_permission() thread-friendlyOleg Nesterov2017-05-241-5/+2
* proc: make oom adjustment files user read-onlyRom Lemarchand2017-04-111-2/+2
* fs: support task's adj rbtreeYi-wei Zhao2017-04-111-0/+5
* Fix "Elevation of privilege vulnerability in kernel file system"fire8552017-04-111-5/+5
* UPSTREAM: proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause2017-04-111-1/+2
* Revert "proc: Remove verifiedbootstate flag from /proc/cmdline"mm-6.0Moyster2016-11-241-27/+1
* UPSTREAM: capabilities: ambient capabilitiesAndy Lutomirski2016-11-181-1/+4
* proc: Remove verifiedbootstate flag from /proc/cmdlineSultanxda2016-11-071-1/+27
* UPSTREAM: proc: actually make proc_fd_permission() thread-friendlyOleg Nesterov2016-11-071-3/+11
* UPSTREAM: proc: make proc_fd_permission() thread-friendlyOleg Nesterov2016-11-071-1/+1
* fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2016-11-071-0/+2
* proc: introduce proc_mem_open()Oleg Nesterov2016-09-282-15/+23
* mempolicy: fix show_numa_map() vs exec() + do_set_mempolicy() raceOleg Nesterov2016-09-281-24/+9
* proc/maps: make vm_is_stack() logic namespace-friendlyOleg Nesterov2016-09-282-5/+41
* proc/maps: replace proc_maps_private->pid with "struct inode *inode"Oleg Nesterov2016-09-283-5/+5
* fs/proc/task_mmu.c: update m->version in the main loop in m_start()Oleg Nesterov2016-09-281-1/+4
* fs/proc/task_mmu.c: reintroduce m->version logicOleg Nesterov2016-09-281-6/+19
* fs/proc/task_mmu.c: introduce m_next_vma() helperOleg Nesterov2016-09-281-5/+10
* fs/proc/task_mmu.c: simplify m_start() to make it readableOleg Nesterov2016-09-281-24/+10
* fs/proc/task_mmu.c: kill the suboptimal and confusing m->version logicOleg Nesterov2016-09-281-24/+1
* fs/proc/task_mmu.c: shift "priv->task = NULL" from m_start() to m_stop()Oleg Nesterov2016-09-281-6/+3
* fs/proc/task_mmu.c: cleanup the "tail_vma" horror in m_next()Oleg Nesterov2016-09-281-5/+3
* fs/proc/task_mmu.c: simplify the vma_stop() logicOleg Nesterov2016-09-281-16/+19
* fs/proc/task_mmu.c: shift mm_access() from m_start() to proc_maps_open()Oleg Nesterov2016-09-282-9/+29
* fs/proc/task_mmu.c: unify/simplify do_maps_open() and numa_maps_open()Oleg Nesterov2016-09-281-28/+16
* fs/proc/task_mmu.c: don't use task->mm in m_start() and show_*map()Oleg Nesterov2016-09-281-5/+3
* Linux 3.10.102 (accumulative patch)Stefan Guendhoer2016-08-261-1/+2
* Linux 3.10.99 (accumulative patch)Stefan Guendhoer2016-08-262-3/+3
* Linux 3.10.98 (accumulative patch)Stefan Guendhoer2016-08-263-13/+13
* add uksm 0.1.2.3 for v3.10 .ge.46.patchLevin Calado2016-08-261-0/+6
* 3.10.74 -> 3.10.75Jan Engelmohr2016-08-261-0/+10
* 3.10.71 -> 3.10.72Jan Engelmohr2016-08-263-12/+22
* first commitMeizu OpenSource2016-08-1534-0/+13557