Home
last modified time | relevance | path

Searched full:mitigates (Results 1 – 19 of 19) sorted by relevance

/linux/Documentation/admin-guide/hw-vuln/
H A Dindirect-target-selection.rst88 Retpoline sequence also mitigates ITS-unsafe indirect branches. For this
95 attacks. And it also mitigates RETs that are vulnerable to ITS.
118 deployed for the affected RET instructions. Retpoline mitigates
130 is enabled, RSB-stuffing via Call-Depth-Tracking also mitigates
H A Dcross-thread-rsb.rst85 By default, the KVM hypervisor mitigates this issue by intercepting guest
H A Dspectre.rst314 Linux kernel mitigates attacks to other guests running in the same
/linux/arch/powerpc/crypto/
H A DKconfig22 size of the AES tables from 16KB to 8KB + 256 bytes and mitigates
/linux/lib/crypto/
H A Daescfb.c22 * encryption key. The AES library already mitigates this risk to some in aescfb_encrypt_block()
H A Daesgcm.c24 * mitigates this risk to some extent by pulling the entire S-box into in aesgcm_encrypt_block()
/linux/Documentation/arch/x86/
H A Dtsx_async_abort.rst29 b) Clear CPU buffers - similar to MDS, clearing the CPU buffers mitigates this
/linux/kernel/locking/
H A Dqspinlock_paravirt.h31 * mitigates the slight slowdown for non-overcommitted guest with this
/linux/drivers/input/mouse/
H A Dappletouch.c166 * How far we'll bitshift our sensor values before averaging them. Mitigates
/linux/arch/x86/kernel/cpu/
H A Dbugs.c1485 /* Retpoline+CDT mitigates ITS */ in its_update_mitigation()
2098 /* Retpoline mitigates against BHI unless the CPU has RRSBA behavior */ in bhi_apply_mitigation()
/linux/arch/x86/
H A DKconfig2252 instrumentation of legacy code is not needed. It mitigates
2536 This mitigates both spectre_v2 and retbleed at great cost to
/linux/drivers/mtd/
H A Dmtdchar.c114 * The implementation below, using mtd_kmalloc_up_to, mitigates
/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h464 #define X86_FEATURE_VERW_CLEAR (20*32+ 5) /* The memory form of VERW mitigates TSA */
/linux/kernel/dma/
H A Ddebug.c482 * concerns about the cpu consuming stale data. This mitigates in active_cacheline_insert()
/linux/arch/x86/include/asm/
H A Dcpufeatures.h466 #define X86_FEATURE_VERW_CLEAR (20*32+ 5) /* The memory form of VERW mitigates TSA */
/linux/Documentation/admin-guide/sysctl/
H A Dkernel.rst1484 The kernel mitigates these bad users by detecting split locks and imposing
/linux/net/ipv4/
H A Dtcp_output.c1520 * This mitigates above case if ACK packets for in __tcp_transmit_skb()
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt5441 vulnerable to issues that PTI mitigates
/linux/kernel/bpf/
H A Dverifier.c19897 * The verifier mitigates this by performing the following steps: in is_state_visited()