Home
last modified time | relevance | path

Searched refs:processes (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/linux-5.19.10/Documentation/admin-guide/
Dperf-security.rst11 monitored processes. The data leakage is possible both in scenarios of
52 To perform security checks, the Linux implementation splits processes
53 into two categories [6]_ : a) privileged processes (whose effective user
55 processes (whose effective UID is nonzero). Privileged processes bypass
57 monitoring is fully available to privileged processes without access,
60 Unprivileged processes are subject to a full security permission check
66 independently enabled and disabled on per-thread basis for processes and
69 Unprivileged processes with enabled CAP_PERFMON capability are treated
70 as privileged processes with respect to perf_events performance
79 processes but CAP_SYS_ADMIN usage for secure monitoring and observability
[all …]
/linux-5.19.10/tools/testing/selftests/powerpc/benchmarks/
Dcontext_switch.c279 static int processes; variable
285 if (!processes) in mutex_lock()
306 if (!processes) in mutex_unlock()
323 if (!processes) { in futex_setup()
390 { "process", no_argument, &processes, 1 },
463 if (processes) in main()
475 printf("Using %s with ", processes ? "processes" : "threads"); in main()
/linux-5.19.10/tools/power/cpupower/
DTODO15 - Fork as many processes as there are CPUs in case the
18 -> Execute start measures via the forked processes on
21 -> Execute stop measures via the forked processes on
/linux-5.19.10/Documentation/admin-guide/cgroup-v1/
Dpids.rst21 number of processes currently in the cgroup is given by pids.current.
25 be smaller than pids.current, or attaching enough processes to the cgroup such
49 Then we create a hierarchy, set limits and attach processes to it::
63 # ( /bin/echo "Here's some processes for you." | cat )
78 # ( /bin/echo "Here's some processes for you." | cat )
83 processes from being forked at all (note that the shell itself counts towards
Drdma.rst20 set of processes can use. These processes are grouped using RDMA controller.
22 RDMA controller defines two resources which can be limited for processes of a
34 of processes can be limited. Through this controller different rdma
52 of the child processes which shares the address space, rdma resources are
57 deleted after processes migrated. This allow progress migration as well with
/linux-5.19.10/Documentation/security/
Dlandlock.rst16 kernel and other processes point of view. Landlock's interface must therefore
19 Landlock is designed to be usable by unprivileged processes while following the
24 Any user can enforce Landlock rulesets on their processes. They are merged and
41 processes.
43 only impact the processes requesting them.
/linux-5.19.10/Documentation/admin-guide/LSM/
DYama.rst16 running state of any of their processes. For example, if one application
18 attach to other running processes (e.g. Firefox, SSH sessions, GPG agent,
43 Firefox's crash handlers, and by Wine for allowing only Wine processes
68 only processes with ``CAP_SYS_PTRACE`` may use ptrace, either with
72 no processes may use ptrace with ``PTRACE_ATTACH`` nor via
DSafeSetID.rst13 In absence of file capabilities, processes spawned on a Linux system that need
22 While it is possible to implement a tree of processes by giving full
24 tree of processes under non-root user(s) in the first place. Specifically,
44 processes as different uids, but its undesirable to give the daemon a
60 fork(), parent processes specifying custom environment variables or command line
61 args for spawned child processes, or inheritance of file handles across a
114 setgroups() calls for processes with CAP_SETGID restrictions. Until we add
/linux-5.19.10/Documentation/power/
Dfreezing-of-tasks.rst10 The freezing of tasks is a mechanism by which user space processes and some
19 PF_NOFREEZE unset (all user space processes and some kernel threads) are
29 fake signal to all user space processes, and wakes up all the kernel threads.
36 kernel/freezer.c & include/linux/freezer.h). User space processes are generally
43 For user space processes try_to_freeze() is called automatically from the
118 processes, but if any of the kernel threads may cause something like this
130 3. The third reason is to prevent user space processes and some kernel threads
160 4. Another reason for freezing tasks is to prevent user space processes from
162 space processes should not notice that such a system-wide operation has
183 space processes:
[all …]
Dbasic-pm-debugging.rst53 - test the freezing of processes
56 - test the freezing of processes and suspending of devices
59 - test the freezing of processes, suspending of devices and platform
63 - test the freezing of processes, suspending of devices, platform
67 - test the freezing of processes, suspending of devices, platform global
77 /sys/power/pm_test (eg. "devices" to test the freezing of processes and
86 Then, the kernel will try to freeze processes, suspend devices, wait a few
88 parameter), resume devices and thaw processes. If "platform" is written to
/linux-5.19.10/security/landlock/
DKconfig8 Landlock is a sandboxing mechanism that enables processes to restrict
13 configured and enforced by any processes for themselves using the
/linux-5.19.10/tools/power/pm-graph/config/
Dsuspend-x2-proc.cfg2 # Proc S3 (Suspend to Mem) x2 test - includes user processes
45 # Display user processes
46 # graph user processes and cpu usage in the timeline (default: false)
Dstandby.cfg45 # Display user processes
46 # graph user processes and cpu usage in the timeline (default: false)
Dfreeze.cfg45 # Display user processes
46 # graph user processes and cpu usage in the timeline (default: false)
Dfreeze-dev.cfg45 # Display user processes
46 # graph user processes and cpu usage in the timeline (default: false)
Dfreeze-callgraph.cfg46 # Display user processes
47 # graph user processes and cpu usage in the timeline (default: false)
Dstandby-callgraph.cfg46 # Display user processes
47 # graph user processes and cpu usage in the timeline (default: false)
Dstandby-dev.cfg45 # Display user processes
46 # graph user processes and cpu usage in the timeline (default: false)
Dsuspend-callgraph.cfg46 # Display user processes
47 # graph user processes and cpu usage in the timeline (default: false)
/linux-5.19.10/drivers/android/
DKconfig16 Binder is used in Android for both communication between processes,
21 between said processes.
/linux-5.19.10/Documentation/userspace-api/
Dfutex2.rst74 A futex can be either private or shared. Private is used for processes that
76 same for all processes. This allows for optimizations in the kernel. To use
78 flag. For processes that doesn't share the same memory space and therefore can
/linux-5.19.10/tools/memory-model/scripts/
DREADME41 of processes given a specified timeout, recording the results
54 specified number of processes given a specified timeout, run
/linux-5.19.10/tools/testing/selftests/arm64/fp/
DTODO4 - Ensure ptraced processes actually see the register state visible through
/linux-5.19.10/Documentation/x86/
Dbuslock.rst79 "untrusted" user processes on other cores. The hard real time cannot afford
80 to have any bus lock from the untrusted processes to hurt real time
121 allows to identify the offending processes and analyze whether they are
/linux-5.19.10/Documentation/block/
Dioprio.rst11 processes or process groups, similar to what has been possible with cpu
22 higher priority than any other in the system, processes from this class are
37 IOPRIO_CLASS_IDLE: This is the idle scheduling class, processes running at this

12345678910>>...12