/openbmc/linux/arch/x86/entry/vdso/ |
H A D | vsgx.S | diff f94909ceb1ed4bfdb2ada72f93236305e6d6951f Sat Dec 04 07:43:40 CST 2021 Peter Zijlstra <peterz@infradead.org> x86: Prepare asm files for straight-line-speculation
Replace all ret/retq instructions with RET in preparation of making RET a macro. Since AS is case insensitive it's a big no-op without RET defined.
find arch/x86/ -name \*.S | while read file do sed -i 's/\<ret[q]*\>/RET/' $file done
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lore.kernel.org/r/20211204134907.905503893@infradead.org
|
/openbmc/linux/arch/x86/crypto/ |
H A D | blake2s-core.S | diff f94909ceb1ed4bfdb2ada72f93236305e6d6951f Sat Dec 04 07:43:40 CST 2021 Peter Zijlstra <peterz@infradead.org> x86: Prepare asm files for straight-line-speculation
Replace all ret/retq instructions with RET in preparation of making RET a macro. Since AS is case insensitive it's a big no-op without RET defined.
find arch/x86/ -name \*.S | while read file do sed -i 's/\<ret[q]*\>/RET/' $file done
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lore.kernel.org/r/20211204134907.905503893@infradead.org
|
H A D | chacha-avx512vl-x86_64.S | diff f94909ceb1ed4bfdb2ada72f93236305e6d6951f Sat Dec 04 07:43:40 CST 2021 Peter Zijlstra <peterz@infradead.org> x86: Prepare asm files for straight-line-speculation
Replace all ret/retq instructions with RET in preparation of making RET a macro. Since AS is case insensitive it's a big no-op without RET defined.
find arch/x86/ -name \*.S | while read file do sed -i 's/\<ret[q]*\>/RET/' $file done
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lore.kernel.org/r/20211204134907.905503893@infradead.org
|
H A D | nh-sse2-x86_64.S | diff f94909ceb1ed4bfdb2ada72f93236305e6d6951f Sat Dec 04 07:43:40 CST 2021 Peter Zijlstra <peterz@infradead.org> x86: Prepare asm files for straight-line-speculation
Replace all ret/retq instructions with RET in preparation of making RET a macro. Since AS is case insensitive it's a big no-op without RET defined.
find arch/x86/ -name \*.S | while read file do sed -i 's/\<ret[q]*\>/RET/' $file done
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lore.kernel.org/r/20211204134907.905503893@infradead.org
|
H A D | sm4-aesni-avx2-asm_64.S | diff f94909ceb1ed4bfdb2ada72f93236305e6d6951f Sat Dec 04 07:43:40 CST 2021 Peter Zijlstra <peterz@infradead.org> x86: Prepare asm files for straight-line-speculation
Replace all ret/retq instructions with RET in preparation of making RET a macro. Since AS is case insensitive it's a big no-op without RET defined.
find arch/x86/ -name \*.S | while read file do sed -i 's/\<ret[q]*\>/RET/' $file done
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lore.kernel.org/r/20211204134907.905503893@infradead.org
|
H A D | nh-avx2-x86_64.S | diff f94909ceb1ed4bfdb2ada72f93236305e6d6951f Sat Dec 04 07:43:40 CST 2021 Peter Zijlstra <peterz@infradead.org> x86: Prepare asm files for straight-line-speculation
Replace all ret/retq instructions with RET in preparation of making RET a macro. Since AS is case insensitive it's a big no-op without RET defined.
find arch/x86/ -name \*.S | while read file do sed -i 's/\<ret[q]*\>/RET/' $file done
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lore.kernel.org/r/20211204134907.905503893@infradead.org
|
H A D | chacha-avx2-x86_64.S | diff f94909ceb1ed4bfdb2ada72f93236305e6d6951f Sat Dec 04 07:43:40 CST 2021 Peter Zijlstra <peterz@infradead.org> x86: Prepare asm files for straight-line-speculation
Replace all ret/retq instructions with RET in preparation of making RET a macro. Since AS is case insensitive it's a big no-op without RET defined.
find arch/x86/ -name \*.S | while read file do sed -i 's/\<ret[q]*\>/RET/' $file done
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lore.kernel.org/r/20211204134907.905503893@infradead.org
|
H A D | sm4-aesni-avx-asm_64.S | diff f94909ceb1ed4bfdb2ada72f93236305e6d6951f Sat Dec 04 07:43:40 CST 2021 Peter Zijlstra <peterz@infradead.org> x86: Prepare asm files for straight-line-speculation
Replace all ret/retq instructions with RET in preparation of making RET a macro. Since AS is case insensitive it's a big no-op without RET defined.
find arch/x86/ -name \*.S | while read file do sed -i 's/\<ret[q]*\>/RET/' $file done
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lore.kernel.org/r/20211204134907.905503893@infradead.org
|
H A D | sha256_ni_asm.S | diff f94909ceb1ed4bfdb2ada72f93236305e6d6951f Sat Dec 04 07:43:40 CST 2021 Peter Zijlstra <peterz@infradead.org> x86: Prepare asm files for straight-line-speculation
Replace all ret/retq instructions with RET in preparation of making RET a macro. Since AS is case insensitive it's a big no-op without RET defined.
find arch/x86/ -name \*.S | while read file do sed -i 's/\<ret[q]*\>/RET/' $file done
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lore.kernel.org/r/20211204134907.905503893@infradead.org
|
H A D | sha1_ni_asm.S | diff f94909ceb1ed4bfdb2ada72f93236305e6d6951f Sat Dec 04 07:43:40 CST 2021 Peter Zijlstra <peterz@infradead.org> x86: Prepare asm files for straight-line-speculation
Replace all ret/retq instructions with RET in preparation of making RET a macro. Since AS is case insensitive it's a big no-op without RET defined.
find arch/x86/ -name \*.S | while read file do sed -i 's/\<ret[q]*\>/RET/' $file done
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lore.kernel.org/r/20211204134907.905503893@infradead.org
|
H A D | chacha-ssse3-x86_64.S | diff f94909ceb1ed4bfdb2ada72f93236305e6d6951f Sat Dec 04 07:43:40 CST 2021 Peter Zijlstra <peterz@infradead.org> x86: Prepare asm files for straight-line-speculation
Replace all ret/retq instructions with RET in preparation of making RET a macro. Since AS is case insensitive it's a big no-op without RET defined.
find arch/x86/ -name \*.S | while read file do sed -i 's/\<ret[q]*\>/RET/' $file done
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lore.kernel.org/r/20211204134907.905503893@infradead.org
|
H A D | crct10dif-pcl-asm_64.S | diff f94909ceb1ed4bfdb2ada72f93236305e6d6951f Sat Dec 04 07:43:40 CST 2021 Peter Zijlstra <peterz@infradead.org> x86: Prepare asm files for straight-line-speculation
Replace all ret/retq instructions with RET in preparation of making RET a macro. Since AS is case insensitive it's a big no-op without RET defined.
find arch/x86/ -name \*.S | while read file do sed -i 's/\<ret[q]*\>/RET/' $file done
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lore.kernel.org/r/20211204134907.905503893@infradead.org
|
/openbmc/linux/arch/x86/kernel/ |
H A D | sev_verify_cbit.S | diff f94909ceb1ed4bfdb2ada72f93236305e6d6951f Sat Dec 04 07:43:40 CST 2021 Peter Zijlstra <peterz@infradead.org> x86: Prepare asm files for straight-line-speculation
Replace all ret/retq instructions with RET in preparation of making RET a macro. Since AS is case insensitive it's a big no-op without RET defined.
find arch/x86/ -name \*.S | while read file do sed -i 's/\<ret[q]*\>/RET/' $file done
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lore.kernel.org/r/20211204134907.905503893@infradead.org
|
H A D | irqflags.S | diff f94909ceb1ed4bfdb2ada72f93236305e6d6951f Sat Dec 04 07:43:40 CST 2021 Peter Zijlstra <peterz@infradead.org> x86: Prepare asm files for straight-line-speculation
Replace all ret/retq instructions with RET in preparation of making RET a macro. Since AS is case insensitive it's a big no-op without RET defined.
find arch/x86/ -name \*.S | while read file do sed -i 's/\<ret[q]*\>/RET/' $file done
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lore.kernel.org/r/20211204134907.905503893@infradead.org
|
/openbmc/linux/arch/x86/lib/ |
H A D | copy_mc_64.S | diff f94909ceb1ed4bfdb2ada72f93236305e6d6951f Sat Dec 04 07:43:40 CST 2021 Peter Zijlstra <peterz@infradead.org> x86: Prepare asm files for straight-line-speculation
Replace all ret/retq instructions with RET in preparation of making RET a macro. Since AS is case insensitive it's a big no-op without RET defined.
find arch/x86/ -name \*.S | while read file do sed -i 's/\<ret[q]*\>/RET/' $file done
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lore.kernel.org/r/20211204134907.905503893@infradead.org
|
/openbmc/linux/arch/x86/entry/vsyscall/ |
H A D | vsyscall_emu_64.S | diff f94909ceb1ed4bfdb2ada72f93236305e6d6951f Sat Dec 04 07:43:40 CST 2021 Peter Zijlstra <peterz@infradead.org> x86: Prepare asm files for straight-line-speculation
Replace all ret/retq instructions with RET in preparation of making RET a macro. Since AS is case insensitive it's a big no-op without RET defined.
find arch/x86/ -name \*.S | while read file do sed -i 's/\<ret[q]*\>/RET/' $file done
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lore.kernel.org/r/20211204134907.905503893@infradead.org
|
/openbmc/linux/arch/x86/platform/olpc/ |
H A D | xo1-wakeup.S | diff f94909ceb1ed4bfdb2ada72f93236305e6d6951f Sat Dec 04 07:43:40 CST 2021 Peter Zijlstra <peterz@infradead.org> x86: Prepare asm files for straight-line-speculation
Replace all ret/retq instructions with RET in preparation of making RET a macro. Since AS is case insensitive it's a big no-op without RET defined.
find arch/x86/ -name \*.S | while read file do sed -i 's/\<ret[q]*\>/RET/' $file done
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lore.kernel.org/r/20211204134907.905503893@infradead.org
|
/openbmc/linux/arch/x86/um/ |
H A D | setjmp_32.S | diff f94909ceb1ed4bfdb2ada72f93236305e6d6951f Sat Dec 04 07:43:40 CST 2021 Peter Zijlstra <peterz@infradead.org> x86: Prepare asm files for straight-line-speculation
Replace all ret/retq instructions with RET in preparation of making RET a macro. Since AS is case insensitive it's a big no-op without RET defined.
find arch/x86/ -name \*.S | while read file do sed -i 's/\<ret[q]*\>/RET/' $file done
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lore.kernel.org/r/20211204134907.905503893@infradead.org
|
H A D | setjmp_64.S | diff f94909ceb1ed4bfdb2ada72f93236305e6d6951f Sat Dec 04 07:43:40 CST 2021 Peter Zijlstra <peterz@infradead.org> x86: Prepare asm files for straight-line-speculation
Replace all ret/retq instructions with RET in preparation of making RET a macro. Since AS is case insensitive it's a big no-op without RET defined.
find arch/x86/ -name \*.S | while read file do sed -i 's/\<ret[q]*\>/RET/' $file done
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lore.kernel.org/r/20211204134907.905503893@infradead.org
|
/openbmc/linux/arch/x86/math-emu/ |
H A D | reg_norm.S | diff f94909ceb1ed4bfdb2ada72f93236305e6d6951f Sat Dec 04 07:43:40 CST 2021 Peter Zijlstra <peterz@infradead.org> x86: Prepare asm files for straight-line-speculation
Replace all ret/retq instructions with RET in preparation of making RET a macro. Since AS is case insensitive it's a big no-op without RET defined.
find arch/x86/ -name \*.S | while read file do sed -i 's/\<ret[q]*\>/RET/' $file done
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lore.kernel.org/r/20211204134907.905503893@infradead.org
|
H A D | round_Xsig.S | diff f94909ceb1ed4bfdb2ada72f93236305e6d6951f Sat Dec 04 07:43:40 CST 2021 Peter Zijlstra <peterz@infradead.org> x86: Prepare asm files for straight-line-speculation
Replace all ret/retq instructions with RET in preparation of making RET a macro. Since AS is case insensitive it's a big no-op without RET defined.
find arch/x86/ -name \*.S | while read file do sed -i 's/\<ret[q]*\>/RET/' $file done
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lore.kernel.org/r/20211204134907.905503893@infradead.org
|
H A D | wm_shrx.S | diff f94909ceb1ed4bfdb2ada72f93236305e6d6951f Sat Dec 04 07:43:40 CST 2021 Peter Zijlstra <peterz@infradead.org> x86: Prepare asm files for straight-line-speculation
Replace all ret/retq instructions with RET in preparation of making RET a macro. Since AS is case insensitive it's a big no-op without RET defined.
find arch/x86/ -name \*.S | while read file do sed -i 's/\<ret[q]*\>/RET/' $file done
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lore.kernel.org/r/20211204134907.905503893@infradead.org
|
H A D | reg_u_mul.S | diff f94909ceb1ed4bfdb2ada72f93236305e6d6951f Sat Dec 04 07:43:40 CST 2021 Peter Zijlstra <peterz@infradead.org> x86: Prepare asm files for straight-line-speculation
Replace all ret/retq instructions with RET in preparation of making RET a macro. Since AS is case insensitive it's a big no-op without RET defined.
find arch/x86/ -name \*.S | while read file do sed -i 's/\<ret[q]*\>/RET/' $file done
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lore.kernel.org/r/20211204134907.905503893@infradead.org
|
H A D | reg_u_sub.S | diff f94909ceb1ed4bfdb2ada72f93236305e6d6951f Sat Dec 04 07:43:40 CST 2021 Peter Zijlstra <peterz@infradead.org> x86: Prepare asm files for straight-line-speculation
Replace all ret/retq instructions with RET in preparation of making RET a macro. Since AS is case insensitive it's a big no-op without RET defined.
find arch/x86/ -name \*.S | while read file do sed -i 's/\<ret[q]*\>/RET/' $file done
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lore.kernel.org/r/20211204134907.905503893@infradead.org
|
H A D | shr_Xsig.S | diff f94909ceb1ed4bfdb2ada72f93236305e6d6951f Sat Dec 04 07:43:40 CST 2021 Peter Zijlstra <peterz@infradead.org> x86: Prepare asm files for straight-line-speculation
Replace all ret/retq instructions with RET in preparation of making RET a macro. Since AS is case insensitive it's a big no-op without RET defined.
find arch/x86/ -name \*.S | while read file do sed -i 's/\<ret[q]*\>/RET/' $file done
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lore.kernel.org/r/20211204134907.905503893@infradead.org
|