summaryrefslogtreecommitdiff
path: root/fs/proc/array.c (follow)
Commit message (Expand)AuthorAge
* seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches2021-08-19
* proc: faster /proc/*/statusAlexey Dobriyan2021-08-19
* Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas2020-03-08
|\
| * fs/proc/array.c: allow reporting eip/esp for all coredumping threadsJohn Ogness2019-12-21
| * proc: fix coredump vs read /proc/*/stat raceAlexey Dobriyan2019-12-21
| * fs/proc: Report eip/esp in /prod/PID/stat for coredumpingJohn Ogness2019-12-21
| * fs/proc: Stop reporting eip and esp in /proc/PID/statAndy Lutomirski2019-12-21
* | Merge android-4.4.172 (b3e9e81) into msm-4.4Srinivasarao P2019-01-29
|\|
| * proc: Remove empty line in /proc/self/statusGwendal Grignou2019-01-26
* | Merge android-4.4.144 (4b2d6ba) into msm-4.4Srinivasarao P2018-08-03
|\|
| * proc: Use underscores for SSBD in 'status'Konrad Rzeszutek Wilk2018-07-25
| * prctl: Add force disable speculationThomas Gleixner2018-07-25
| * proc: Provide details on speculation flaw mitigationsKees Cook2018-07-25
* | procfs: Update order of Ngid in /proc/PID/statusNeeraj Upadhyay2016-11-24
|/
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-02-25
* fs/proc/array.c: set overflow flag in case of errorAndy Shevchenko2015-11-06
* fs/proc, core/debug: Don't expose absolute kernel addresses via wchanIngo Molnar2015-10-01
* capabilities: ambient capabilitiesAndy Lutomirski2015-09-04
* fs, proc: introduce CONFIG_PROC_CHILDRENIago López Galeiras2015-06-25
* procfs: treat parked tasks as sleeping for task stateChris Metcalf2015-06-24
* proc: remove use of seq_printf return valueJoe Perches2015-04-15
* lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes2015-04-15
* /proc/PID/status: show all sets of pid according to nsChen Hanxiao2015-04-15
* proc: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-13
* fs/proc/array.c: convert to use string_escape_str()Andy Shevchenko2015-02-12
* proc: task_state: ptrace_parent() doesn't need pid_alive() checkOleg Nesterov2014-12-10
* proc: task_state: move the main seq_printf() outside of rcu_read_lock()Oleg Nesterov2014-12-10
* proc: task_state: deuglify the max_fds calculationOleg Nesterov2014-12-10
* proc: task_state: read cred->group_info outside of task_lock()Oleg Nesterov2014-12-10
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-08-06
|\
| * CAPABILITIES: remove undefined caps from all processesEric Paris2014-07-24
* | sched: Make task->real_start_time nanoseconds basedThomas Gleixner2014-07-23
|/
* wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-spaceOleg Nesterov2014-04-07
* fs/proc/array.c: change do_task_stat() to use while_each_thread()Oleg Nesterov2014-01-23
* proc: cleanup/simplify get_task_state/task_state_arrayOleg Nesterov2014-01-23
* sched/numa: Report a NUMA task group IDMel Gorman2013-10-09
* kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner2013-04-12
* cputime: Use accessors to read task cputime statsFrederic Weisbecker2013-01-27
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-17
|\
| * fs, epoll: add procfs fdinfo helperCyrill Gorcunov2012-12-17
| * proc: pid/status: show all supplementary groupsArtem Bityutskiy2012-12-17
| * /proc/pid/status: add "Seccomp" fieldKees Cook2012-12-17
| * proc: don't show nonexistent capabilitiesAndrew Vagin2012-12-17
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-17
|\ \ | |/ |/|
| * procfs: Print task uids and gids in the userns that opened the proc fileEric W. Biederman2012-11-20
* | cputime: Rename thread_group_times to thread_group_cputime_adjustedFrederic Weisbecker2012-11-28
|/
* c/r: procfs: add arg_start/end, env_start/end and exit_code members to /proc/...Cyrill Gorcunov2012-05-31
* fs, proc: introduce /proc/<pid>/task/<tid>/children entryCyrill Gorcunov2012-05-31
* procfs: use more apprioriate types when dumping /proc/N/statJan Engelhardt2012-05-31
* userns: Convert proc to use kuid/kgid where appropriateEric W. Biederman2012-05-15