Christoph Hellwig
|
76f668be1e
proc: introduce a proc_pid_ns helper
|
7 年之前 |
Andrei Vagin
|
d0f0223122
proc: replace seq_printf by seq_put_smth to speed up /proc/pid/status
|
7 年之前 |
Mateusz Guzik
|
68c3411ff4
proc: get rid of task lock/unlock pair to read umask for the "status" file
|
7 年之前 |
Alexey Dobriyan
|
171ef917df
fs/proc/array.c: delete children_seq_release()
|
7 年之前 |
Alexey Dobriyan
|
8bb2ee192e
proc: fix coredump vs read /proc/*/stat race
|
7 年之前 |
Roman Gushchin
|
c643401218
proc, coredump: add CoreDumping flag to /proc/pid/status
|
7 年之前 |
Linus Torvalds
|
3e2014637c
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
7 年之前 |
Ingo Molnar
|
8a103df440
Merge branch 'linus' into sched/core, to pick up fixes
|
7 年之前 |
Ingo Molnar
|
8c5db92a70
Merge branch 'linus' into locking/core, to resolve conflicts
|
7 年之前 |
Greg Kroah-Hartman
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 年之前 |
Mark Rutland
|
6aa7de0591
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()
|
7 年之前 |
Peter Zijlstra
|
1d48b080bc
sched/debug: Rename task-state printing helpers
|
7 年之前 |
Peter Zijlstra
|
8ef9925b02
sched/debug: Add explicit TASK_PARKED printing
|
7 年之前 |
Peter Zijlstra
|
06eb61844d
sched/debug: Add explicit TASK_IDLE printing
|
7 年之前 |
Peter Zijlstra
|
1593baab91
sched/debug: Implement consistent task-state printing
|
7 年之前 |
John Ogness
|
fd7d56270b
fs/proc: Report eip/esp in /prod/PID/stat for coredumping
|
8 年之前 |
Ingo Molnar
|
32ef5517c2
sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h>
|
8 年之前 |
Ingo Molnar
|
299300258d
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>
|
8 年之前 |
Ingo Molnar
|
6a3827d750
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/numa_balancing.h>
|
8 年之前 |
Ingo Molnar
|
6e84f31522
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>
|
8 年之前 |
Frederic Weisbecker
|
5613fda9a5
sched/cputime: Convert task/group cputime to nsecs
|
8 年之前 |
Frederic Weisbecker
|
16a6d9be90
sched/cputime: Convert guest time accounting to nsecs (u64)
|
8 年之前 |
Rasmus Villemoes
|
209b14dc03
fs/proc/array.c: slightly improve render_sigset_t
|
8 年之前 |
Kees Cook
|
af884cd4a5
proc: report no_new_privs state
|
8 年之前 |
Andy Lutomirski
|
0a1eb2d474
fs/proc: Stop reporting eip and esp in /proc/PID/stat
|
8 年之前 |
Alexey Dobriyan
|
81243eacfa
cred: simpler, 1D supplementary groups
|
8 年之前 |
Joe Perches
|
75ba1d07fd
seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not char
|
8 年之前 |
Alexey Dobriyan
|
f7a5f132b4
proc: faster /proc/*/status
|
8 年之前 |
Richard W.M. Jones
|
3e42979e65
procfs: expose umask in /proc/<PID>/status
|
9 年之前 |
Jann Horn
|
caaee6234d
ptrace: use fsuid, fsgid, effective creds for fs access checks
|
9 年之前 |