summaryrefslogtreecommitdiffstats
path: root/fs/proc/array.c
AgeCommit message (Expand)AuthorLines
2018-02-06fs/proc/array.c: delete children_seq_release()Alexey Dobriyan-7/+1
2018-01-19proc: fix coredump vs read /proc/*/stat raceAlexey Dobriyan-2/+5
2017-11-17proc, coredump: add CoreDumping flag to /proc/pid/statusRoman Gushchin-0/+6
2017-11-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar-0/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland-1/+1
2017-10-10sched/debug: Rename task-state printing helpersPeter Zijlstra-1/+1
2017-09-29sched/debug: Add explicit TASK_PARKED printingPeter Zijlstra-1/+2
2017-09-29sched/debug: Add explicit TASK_IDLE printingPeter Zijlstra-8/+13
2017-09-29sched/debug: Implement consistent task-state printingPeter Zijlstra-13/+2
2017-09-15fs/proc: Report eip/esp in /prod/PID/stat for coredumpingJohn Ogness-0/+9
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-02-01sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker-5/+5
2017-02-01sched/cputime: Convert guest time accounting to nsecs (u64)Frederic Weisbecker-3/+3
2016-12-12fs/proc/array.c: slightly improve render_sigset_tRasmus Villemoes-1/+1
2016-12-12proc: report no_new_privs stateKees Cook-2/+3
2016-10-20fs/proc: Stop reporting eip and esp in /proc/PID/statAndy Lutomirski-4/+5
2016-10-07cred: simpler, 1D supplementary groupsAlexey Dobriyan-1/+1
2016-10-07seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches-95/+83
2016-10-07proc: faster /proc/*/statusAlexey Dobriyan-40/+47
2016-05-20procfs: expose umask in /proc/<PID>/statusRichard W.M. Jones-1/+19
2016-01-20ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn-1/+1
2015-11-06fs/proc/array.c: set overflow flag in case of errorAndy Shevchenko-5/+5
2015-10-01fs/proc, core/debug: Don't expose absolute kernel addresses via wchanIngo Molnar-2/+14
2015-09-04capabilities: ambient capabilitiesAndy Lutomirski-1/+4
2015-06-25fs, proc: introduce CONFIG_PROC_CHILDRENIago López Galeiras-2/+2
2015-06-24procfs: treat parked tasks as sleeping for task stateChris Metcalf-0/+8
2015-04-15proc: remove use of seq_printf return valueJoe Perches-1/+3
2015-04-15lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes-2/+2
2015-04-15/proc/PID/status: show all sets of pid according to nsChen Hanxiao-0/+18
2015-02-13proc: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo-6/+4
2015-02-12fs/proc/array.c: convert to use string_escape_str()Andy Shevchenko-27/+7
2014-12-10proc: task_state: ptrace_parent() doesn't need pid_alive() checkOleg Nesterov-7/+6
2014-12-10proc: task_state: move the main seq_printf() outside of rcu_read_lock()Oleg Nesterov-6/+6
2014-12-10proc: task_state: deuglify the max_fds calculationOleg Nesterov-12/+11
2014-12-10proc: task_state: read cred->group_info outside of task_lock()Oleg Nesterov-2/+1
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-10/+1
2014-07-24CAPABILITIES: remove undefined caps from all processesEric Paris-10/+1
2014-07-23sched: Make task->real_start_time nanoseconds basedThomas Gleixner-6/+1
2014-04-07wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-spaceOleg Nesterov-2/+2
2014-01-23fs/proc/array.c: change do_task_stat() to use while_each_thread()Oleg Nesterov-2/+1
2014-01-23proc: cleanup/simplify get_task_state/task_state_arrayOleg Nesterov-12/+3
2013-10-09sched/numa: Report a NUMA task group IDMel Gorman-0/+2
2013-04-12kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner-0/+1
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker-2/+2