summaryrefslogtreecommitdiff
path: root/fs/proc (follow)
Commit message (Expand)AuthorAge
* tty fix oops when rmmod 8250nixiaoming2017-12-20
* mm: larger stack guard gap, between vmasHugh Dickins2017-06-26
* proc: add a schedule point in proc_pid_readdir()Eric Dumazet2017-06-17
* proc: Fix unbalanced hard link numbersTakashi Iwai2017-05-25
* thp: fix MADV_DONTNEED vs clear soft dirty raceKirill A. Shutemov2017-04-21
* sysctl: Drop reference added by grab_header in proc_sys_readdirZhou Chengming2017-01-19
* mm: introduce get_task_exe_fileMateusz Guzik2016-09-24
* proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner2016-09-15
* proc: prevent stacking filesystems on topJann Horn2016-06-24
* proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause2016-05-11
* numa: fix /proc/<pid>/numa_maps for THPGerald Schaefer2016-05-04
* numa: fix /proc/<pid>/numa_maps for hugetlbfs on s390Michael Holzheu2016-02-25
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-02-25
* proc: fix -ESRCH error when writing to /proc/$pid/coredump_filterColin Ian King2015-12-18
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-07
|\
| * proc: actually make proc_fd_permission() thread-friendlyOleg Nesterov2015-11-06
| * fs/proc/array.c: set overflow flag in case of errorAndy Shevchenko2015-11-06
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-07
|\ \ | |/ |/|
| * fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-29
* | mm, oom: add comment for why oom_adj existsDavid Rientjes2015-11-05
* | mm: clear_soft_dirty_pmd() requires THPLaurent Dufour2015-11-05
* | mm: clear pte in clear_soft_dirty()Laurent Dufour2015-11-05
* | mm: hugetlb: proc: add HugetlbPages field to /proc/PID/statusNaoya Horiguchi2015-11-05
* | mm: hugetlb: proc: add hugetlb-related fields to /proc/PID/smapsNaoya Horiguchi2015-11-05
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-11-04
|\ \
| * | mm: add architecture primitives for software dirty bit clearingMartin Schwidefsky2015-10-14
* | | Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-03
|\ \ \
| * | | fs/proc, core/debug: Don't expose absolute kernel addresses via wchanIngo Molnar2015-10-01
| |/ /
* / / mm: get rid of 'vmalloc_info' from /proc/meminfoLinus Torvalds2015-11-01
|/ /
* | proc: convert to kstrto*()/kstrto*_from_user()Alexey Dobriyan2015-09-10
* | proc: change proc_subdir_lock to a rwlockWaiman Long2015-09-10
* | procfs: always expose /proc/<pid>/map_files/ and make it readableCalvin Owens2015-09-10
* | proc: add cond_resched to /proc/kpage* read/write loopVladimir Davydov2015-09-10
* | proc: export idle flag via kpageflagsVladimir Davydov2015-09-10
* | mm: introduce idle page trackingVladimir Davydov2015-09-10
* | proc: add kpagecgroup fileVladimir Davydov2015-09-10
* | mm: /proc/pid/smaps:: show proportional swap share of the mappingMinchan Kim2015-09-08
* | pagemap: add mmap-exclusive bit for marking pages mapped only hereKonstantin Khlebnikov2015-09-08
* | pagemap: hide physical addresses from non-privileged usersKonstantin Khlebnikov2015-09-08
* | pagemap: rework hugetlb and thp reportKonstantin Khlebnikov2015-09-08
* | pagemap: switch to the new format and do some cleanupKonstantin Khlebnikov2015-09-08
* | pagemap: check permissions and capabilities at open timeKonstantin Khlebnikov2015-09-08
* | userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WPAndrea Arcangeli2015-09-04
* | capabilities: ambient capabilitiesAndy Lutomirski2015-09-04
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-09-01
|\ \ | |/ |/|
| * vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman2015-07-10
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-18
|\ \
| * | x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar2015-07-18
| * | x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen2015-07-18
| |/
* | /proc/$PID/cmdline: fixup empty ARGV caseAlexey Dobriyan2015-07-17