summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2022-03-22kvm/emulate: Fix SETcc emulation for ENDBRPeter Zijlstra
2022-03-22Merge branch 'kvm/kvm-sls-fix'Peter Zijlstra
2022-03-22x86/Kconfig: Only allow CONFIG_X86_KERNEL_IBT with ld.lld >= 14.0.0Nathan Chancellor
2022-03-22x86/Kconfig: Only enable CONFIG_CC_HAS_IBT for clang >= 14.0.0Nathan Chancellor
2022-03-20kvm/emulate: Fix SETcc emulation function offsets with SLSBorislav Petkov
2022-03-18arm64: errata: avoid duplicate field initializerArnd Bergmann
2022-03-18arm64: fix clang warning about TRAMP_VALIASArnd Bergmann
2022-03-15Merge branch 'x86/cpu' into x86/core, to resolve conflictsIngo Molnar
2022-03-15Merge branch 'x86/pasid' into x86/core, to resolve conflictsIngo Molnar
2022-03-15x86/Kconfig: Do not allow CONFIG_X86_X32_ABI=y with llvm-objcopyNathan Chancellor
2022-03-15x86: Remove toolchain check for X32 ABI capabilityMasahiro Yamada
2022-03-15x86/alternative: Use .ibt_endbr_seal to seal indirect callsPeter Zijlstra
2022-03-15objtool: Find unused ENDBR instructionsPeter Zijlstra
2022-03-15x86: Annotate idtentry_df()Peter Zijlstra
2022-03-15x86,objtool: Move the ASM_REACHABLE annotation to objtool.hPeter Zijlstra
2022-03-15x86: Annotate call_on_stack()Peter Zijlstra
2022-03-15x86: Mark stop_this_cpu() __noreturnPeter Zijlstra
2022-03-15x86/ibt: Dont generate ENDBR in .discard.textPeter Zijlstra
2022-03-15x86/ibt,sev: AnnotationsPeter Zijlstra
2022-03-15x86/ibt,ftrace: Annotate ftrace code patchingPeter Zijlstra
2022-03-15x86/ibt: Annotate text referencesPeter Zijlstra
2022-03-15x86/ibt: Disable IBT around firmwarePeter Zijlstra
2022-03-15x86/alternative: Simplify int3_selftest_ipPeter Zijlstra
2022-03-15x86/ibt,kexec: Disable CET on kexecPeter Zijlstra
2022-03-15x86/ibt: Add IBT feature, MSR and #CP handlingPeter Zijlstra
2022-03-15x86/ibt,bpf: Add ENDBR instructions to prologue and trampolinePeter Zijlstra
2022-03-15x86/ibt,kprobes: Cure sym+0 equals fentry woesPeter Zijlstra
2022-03-15x86/ibt,ftrace: Make function-graph play nicePeter Zijlstra
2022-03-15x86/livepatch: Validate __fentry__ locationPeter Zijlstra
2022-03-15x86/ibt,ftrace: Search for __fentry__ locationPeter Zijlstra
2022-03-15x86/ibt,kvm: Add ENDBR to fastopsPeter Zijlstra
2022-03-15x86/ibt,crypto: Add ENDBR for the jump-table entriesPeter Zijlstra
2022-03-15x86/ibt,paravirt: Sprinkle ENDBRPeter Zijlstra
2022-03-15x86/linkage: Add ENDBR to SYM_FUNC_START*()Peter Zijlstra
2022-03-15x86/ibt,entry: Sprinkle ENDBR dustPeter Zijlstra
2022-03-15x86/ibt,xen: Sprinkle the ENDBRPeter Zijlstra
2022-03-15x86/entry,xen: Early rewrite of restore_regs_and_return_to_kernel()Peter Zijlstra
2022-03-15x86/entry: Cleanup PARAVIRTPeter Zijlstra
2022-03-15x86/ibt,paravirt: Use text_gen_insn() for paravirt_patch()Peter Zijlstra
2022-03-15x86/text-patching: Make text_gen_insn() play nice with ANNOTATE_NOENDBRPeter Zijlstra
2022-03-15x86/ibt: Base IBT bitsPeter Zijlstra
2022-03-15objtool,efi: Update __efi64_thunk annotationPeter Zijlstra
2022-03-15Merge branch 'arm64/for-next/linkage'Peter Zijlstra
2022-03-13Merge tag 'x86_urgent_for_v5.17_rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-03-11ARM: Spectre-BHB: provide empty stub for non-configRandy Dunlap
2022-03-11Merge tag 'riscv-for-linus-5.17-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-03-11Merge tag 'powerpc-5.17-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-03-11ARM: fix Thumb2 regression with Spectre BHBRussell King (Oracle)
2022-03-11x86/sgx: Free backing memory after faulting the enclave pageJarkko Sakkinen
2022-03-11x86/traps: Mark do_int3() NOKPROBE_SYMBOLLi Huafei