summaryrefslogtreecommitdiff
path: root/fs/proc/array.c
AgeCommit message (Expand)Author
2019-07-10fs/proc/array.c: allow reporting eip/esp for all coredumping threadsJohn Ogness
2019-01-23proc: Remove empty line in /proc/self/statusGuenter Roeck
2018-05-22proc: Use underscores for SSBD in 'status'Konrad Rzeszutek Wilk
2018-05-22prctl: Add force disable speculationThomas Gleixner
2018-05-22proc: Provide details on speculation flaw mitigationsKees Cook
2018-01-23proc: fix coredump vs read /proc/*/stat raceAlexey Dobriyan
2017-10-05fs/proc: Report eip/esp in /prod/PID/stat for coredumpingJohn Ogness
2016-10-20fs/proc: Stop reporting eip and esp in /proc/PID/statAndy Lutomirski
2016-10-07cred: simpler, 1D supplementary groupsAlexey Dobriyan
2016-10-07seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches
2016-10-07proc: faster /proc/*/statusAlexey Dobriyan
2016-05-20procfs: expose umask in /proc/<PID>/statusRichard W.M. Jones
2016-01-20ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2015-11-06fs/proc/array.c: set overflow flag in case of errorAndy Shevchenko
2015-10-01fs/proc, core/debug: Don't expose absolute kernel addresses via wchanIngo Molnar
2015-09-04capabilities: ambient capabilitiesAndy Lutomirski
2015-06-25fs, proc: introduce CONFIG_PROC_CHILDRENIago López Galeiras
2015-06-24procfs: treat parked tasks as sleeping for task stateChris Metcalf
2015-04-15proc: remove use of seq_printf return valueJoe Perches
2015-04-15lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes
2015-04-15/proc/PID/status: show all sets of pid according to nsChen Hanxiao
2015-02-13proc: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-12fs/proc/array.c: convert to use string_escape_str()Andy Shevchenko
2014-12-10proc: task_state: ptrace_parent() doesn't need pid_alive() checkOleg Nesterov
2014-12-10proc: task_state: move the main seq_printf() outside of rcu_read_lock()Oleg Nesterov
2014-12-10proc: task_state: deuglify the max_fds calculationOleg Nesterov
2014-12-10proc: task_state: read cred->group_info outside of task_lock()Oleg Nesterov
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2014-07-24CAPABILITIES: remove undefined caps from all processesEric Paris
2014-07-23sched: Make task->real_start_time nanoseconds basedThomas Gleixner
2014-04-07wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-spaceOleg Nesterov
2014-01-23fs/proc/array.c: change do_task_stat() to use while_each_thread()Oleg Nesterov
2014-01-23proc: cleanup/simplify get_task_state/task_state_arrayOleg Nesterov
2013-10-09sched/numa: Report a NUMA task group IDMel Gorman
2013-04-12kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-12-17fs, epoll: add procfs fdinfo helperCyrill Gorcunov
2012-12-17proc: pid/status: show all supplementary groupsArtem Bityutskiy
2012-12-17/proc/pid/status: add "Seccomp" fieldKees Cook
2012-12-17proc: don't show nonexistent capabilitiesAndrew Vagin
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-11-28cputime: Rename thread_group_times to thread_group_cputime_adjustedFrederic Weisbecker
2012-11-20procfs: Print task uids and gids in the userns that opened the proc fileEric W. Biederman
2012-05-31c/r: procfs: add arg_start/end, env_start/end and exit_code members to /proc/...Cyrill Gorcunov
2012-05-31fs, proc: introduce /proc/<pid>/task/<tid>/children entryCyrill Gorcunov
2012-05-31procfs: use more apprioriate types when dumping /proc/N/statJan Engelhardt
2012-05-15userns: Convert proc to use kuid/kgid where appropriateEric W. Biederman
2012-05-03userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman
2012-03-28procfs: fix /proc/statmKAMEZAWA Hiroyuki