|
5197 | 5197 |
|
5198 | 5198 | retain_initrd [RAM] Keep initrd memory after extraction
|
5199 | 5199 |
|
| 5200 | + retbleed= [X86] Control mitigation of RETBleed (Arbitrary |
| 5201 | + Speculative Code Execution with Return Instructions) |
| 5202 | + vulnerability. |
| 5203 | + |
| 5204 | + off - no mitigation |
| 5205 | + auto - automatically select a migitation |
| 5206 | + auto,nosmt - automatically select a mitigation, |
| 5207 | + disabling SMT if necessary for |
| 5208 | + the full mitigation (only on Zen1 |
| 5209 | + and older without STIBP). |
| 5210 | + ibpb - mitigate short speculation windows on |
| 5211 | + basic block boundaries too. Safe, highest |
| 5212 | + perf impact. |
| 5213 | + unret - force enable untrained return thunks, |
| 5214 | + only effective on AMD f15h-f17h |
| 5215 | + based systems. |
| 5216 | + unret,nosmt - like unret, will disable SMT when STIBP |
| 5217 | + is not available. |
| 5218 | + |
| 5219 | + Selecting 'auto' will choose a mitigation method at run |
| 5220 | + time according to the CPU. |
| 5221 | + |
| 5222 | + Not specifying this option is equivalent to retbleed=auto. |
| 5223 | + |
5200 | 5224 | rfkill.default_state=
|
5201 | 5225 | 0 "airplane mode". All wifi, bluetooth, wimax, gps, fm,
|
5202 | 5226 | etc. communication is blocked by default.
|
|
5568 | 5592 | eibrs - enhanced IBRS
|
5569 | 5593 | eibrs,retpoline - enhanced IBRS + Retpolines
|
5570 | 5594 | eibrs,lfence - enhanced IBRS + LFENCE
|
| 5595 | + ibrs - use IBRS to protect kernel |
5571 | 5596 |
|
5572 | 5597 | Not specifying this option is equivalent to
|
5573 | 5598 | spectre_v2=auto.
|
|
5771 | 5796 | expediting. Set to zero to disable automatic
|
5772 | 5797 | expediting.
|
5773 | 5798 |
|
| 5799 | + srcutree.srcu_max_nodelay [KNL] |
| 5800 | + Specifies the number of no-delay instances |
| 5801 | + per jiffy for which the SRCU grace period |
| 5802 | + worker thread will be rescheduled with zero |
| 5803 | + delay. Beyond this limit, worker thread will |
| 5804 | + be rescheduled with a sleep delay of one jiffy. |
| 5805 | + |
| 5806 | + srcutree.srcu_max_nodelay_phase [KNL] |
| 5807 | + Specifies the per-grace-period phase, number of |
| 5808 | + non-sleeping polls of readers. Beyond this limit, |
| 5809 | + grace period worker thread will be rescheduled |
| 5810 | + with a sleep delay of one jiffy, between each |
| 5811 | + rescan of the readers, for a grace period phase. |
| 5812 | + |
| 5813 | + srcutree.srcu_retry_check_delay [KNL] |
| 5814 | + Specifies number of microseconds of non-sleeping |
| 5815 | + delay between each non-sleeping poll of readers. |
| 5816 | + |
5774 | 5817 | srcutree.small_contention_lim [KNL]
|
5775 | 5818 | Specifies the number of update-side contention
|
5776 | 5819 | events per jiffy will be tolerated before
|
|
0 commit comments