summaryrefslogtreecommitdiffstats
path: root/fs/proc/array.c
Commit message (Expand)AuthorAgeFilesLines
* fs/proc/array.c: delete children_seq_release()Alexey Dobriyan2018-02-061-7/+1
* proc: fix coredump vs read /proc/*/stat raceAlexey Dobriyan2018-01-191-2/+5
* proc, coredump: add CoreDumping flag to /proc/pid/statusRoman Gushchin2017-11-171-0/+6
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-131-1/+1
|\
| * Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-11-081-0/+1
| |\
| * | sched/debug: Rename task-state printing helpersPeter Zijlstra2017-10-101-1/+1
* | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\ \ \ | | |/ | |/|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* sched/debug: Add explicit TASK_PARKED printingPeter Zijlstra2017-09-291-1/+2
* sched/debug: Add explicit TASK_IDLE printingPeter Zijlstra2017-09-291-8/+13
* sched/debug: Implement consistent task-state printingPeter Zijlstra2017-09-291-13/+2
* fs/proc: Report eip/esp in /prod/PID/stat for coredumpingJohn Ogness2017-09-151-0/+9
* sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker2017-02-011-5/+5
* sched/cputime: Convert guest time accounting to nsecs (u64)Frederic Weisbecker2017-02-011-3/+3
* fs/proc/array.c: slightly improve render_sigset_tRasmus Villemoes2016-12-121-1/+1
* proc: report no_new_privs stateKees Cook2016-12-121-2/+3
* fs/proc: Stop reporting eip and esp in /proc/PID/statAndy Lutomirski2016-10-201-4/+5
* cred: simpler, 1D supplementary groupsAlexey Dobriyan2016-10-071-1/+1
* seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches2016-10-071-95/+83
* proc: faster /proc/*/statusAlexey Dobriyan2016-10-071-40/+47
* procfs: expose umask in /proc/<PID>/statusRichard W.M. Jones2016-05-201-1/+19
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-01-201-1/+1
* fs/proc/array.c: set overflow flag in case of errorAndy Shevchenko2015-11-061-5/+5
* fs/proc, core/debug: Don't expose absolute kernel addresses via wchanIngo Molnar2015-10-011-2/+14
* capabilities: ambient capabilitiesAndy Lutomirski2015-09-041-1/+4
* fs, proc: introduce CONFIG_PROC_CHILDRENIago López Galeiras2015-06-251-2/+2
* procfs: treat parked tasks as sleeping for task stateChris Metcalf2015-06-241-0/+8
* proc: remove use of seq_printf return valueJoe Perches2015-04-151-1/+3
* lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes2015-04-151-2/+2
* /proc/PID/status: show all sets of pid according to nsChen Hanxiao2015-04-151-0/+18
* proc: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-6/+4
* fs/proc/array.c: convert to use string_escape_str()Andy Shevchenko2015-02-121-27/+7
* proc: task_state: ptrace_parent() doesn't need pid_alive() checkOleg Nesterov2014-12-101-7/+6
* proc: task_state: move the main seq_printf() outside of rcu_read_lock()Oleg Nesterov2014-12-101-6/+6
* proc: task_state: deuglify the max_fds calculationOleg Nesterov2014-12-101-12/+11
* proc: task_state: read cred->group_info outside of task_lock()Oleg Nesterov2014-12-101-2/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-08-061-10/+1
|\
| * CAPABILITIES: remove undefined caps from all processesEric Paris2014-07-241-10/+1
* | sched: Make task->real_start_time nanoseconds basedThomas Gleixner2014-07-231-6/+1
|/
* wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-spaceOleg Nesterov2014-04-071-2/+2
* fs/proc/array.c: change do_task_stat() to use while_each_thread()Oleg Nesterov2014-01-231-2/+1
* proc: cleanup/simplify get_task_state/task_state_arrayOleg Nesterov2014-01-231-12/+3
* sched/numa: Report a NUMA task group IDMel Gorman2013-10-091-0/+2
* kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner2013-04-121-0/+1
* cputime: Use accessors to read task cputime statsFrederic Weisbecker2013-01-271-2/+2
OpenPOWER on IntegriCloud