Lines Matching +full:pre +full:- +full:processing
1 # SPDX-License-Identifier: GPL-2.0-only
29 raw processing power of the kernel, irrespective of scheduling
52 bool "Preemptible Kernel (Low-Latency Desktop)"
71 bool "Fully Preemptible Kernel (Real-Time)"
75 This option turns the kernel into a real-time kernel by replacing
77 preemptible priority-inheritance aware variants, enforcing
79 non-preemptible sections. This makes the kernel, except for very
85 require real-time guarantees.
108 provide a pre-built kernel binary to reduce the number of kernel
115 Interesting if you want the same pre-built kernel should be used for
123 selection across SMT siblings. When enabled -- see
124 prctl(PR_SCHED_CORE) -- task selection ensures that all SMT siblings
129 - mitigation of some (not all) SMT side channels;
130 - limiting SMT interference to improve determinism and/or performance.