summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* riscv: dts: k210: fix broken IRQs on hart1Niklas Cassel2022-03-161-1/+2
* x86/traps: Mark do_int3() NOKPROBE_SYMBOLLi Huafei2022-03-161-0/+1
* x86/sgx: Free backing memory after faulting the enclave pageJarkko Sakkinen2022-03-161-9/+48
* x86/module: Fix the paravirt vs alternative orderPeter Zijlstra2022-03-161-5/+8
* x86/boot: Add setup_indirect support in early_memremap_is_setup_data()Ross Philipson2022-03-161-2/+31
* x86/boot: Fix memremap of setup_indirect structuresRoss Philipson2022-03-165-47/+166
* ARM: fix Thumb2 regression with Spectre BHBRussell King (Oracle)2022-03-161-2/+2
* arm64: kasan: fix include error in MTE functionsPaul Semel2022-03-161-0/+1
* arm64: Ensure execute-only permissions are not allowed without EPANCatalin Marinas2022-03-164-16/+19
* arm64: dts: marvell: armada-37xx: Remap IO space to bus address 0x0Pali Rohár2022-03-162-2/+7
* riscv: Fix auipc+jalr relocation range checksEmil Renner Berthing2022-03-161-5/+16
* riscv: alternative only works on !XIP_KERNELJisheng Zhang2022-03-162-2/+3
* ARM: Spectre-BHB: provide empty stub for non-configRandy Dunlap2022-03-161-0/+6
* x86/kvm: Don't use pv tlb/ipi/sched_yield if on 1 vCPUWanpeng Li2022-03-161-3/+6
* kvm: x86: Disable KVM_HC_CLOCK_PAIRING if tsc is in always catchup modeAnton Romanov2022-03-161-0/+7
* ARM: dts: aspeed: Fix AST2600 quad spi groupJoel Stanley2022-03-161-1/+1
* arm64: dts: armada-3720-turris-mox: Add missing ethernet0 aliasPali Rohár2022-03-161-0/+1
* ARM: boot: dts: bcm2711: Fix HVS register rangeMaxime Ripard2022-03-161-0/+1
* arm64: dts: qcom: sm8350: Correct UFS symbol clocksBjorn Andersson2022-03-161-5/+23
* arm64: dts: qcom: sm8350: Describe GCC dependency clocksKonrad Dybcio2022-03-161-2/+24
* ARM: fix build warning in proc-v7-bugs.cRussell King (Oracle)2022-03-111-1/+2
* arm64: Do not include __READ_ONCE() block in assembly filesNathan Chancellor2022-03-111-2/+2
* ARM: Do not use NOCROSSREFS directive with ld.lldNathan Chancellor2022-03-111-0/+8
* ARM: fix co-processor register typoRussell King (Oracle)2022-03-111-1/+1
* ARM: fix build error when BPF_SYSCALL is disabledEmmanuel Gil Peyrot2022-03-111-1/+1
* arm64: proton-pack: Include unprivileged eBPF status in Spectre v2 mitigation...James Morse2022-03-111-0/+26
* arm64: Use the clearbhb instruction in mitigationsJames Morse2022-03-1110-0/+79
* KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and migratedJames Morse2022-03-113-1/+34
* arm64: Mitigate spectre style branch history side channelsJames Morse2022-03-1112-2/+352
* arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of Spectre-v2James Morse2022-03-112-2/+36
* arm64: Add percpu vectors for EL1James Morse2022-03-114-8/+51
* arm64: entry: Add macro for reading symbol addresses from the trampolineJames Morse2022-03-111-21/+16
* arm64: entry: Add vectors that have the bhb mitigation sequencesJames Morse2022-03-114-9/+118
* arm64: entry: Add non-kpti __bp_harden_el1_vectors for mitigationsJames Morse2022-03-111-1/+34
* arm64: entry: Allow the trampoline text to occupy multiple pagesJames Morse2022-03-115-7/+20
* arm64: entry: Make the kpti trampoline's kpti sequence optionalJames Morse2022-03-111-6/+12
* arm64: entry: Move trampoline macros out of ifdef'd sectionJames Morse2022-03-111-6/+5
* arm64: entry: Don't assume tramp_vectors is the start of the vectorsJames Morse2022-03-111-13/+15
* arm64: entry: Allow tramp_alias to access symbols after the 4K boundaryJames Morse2022-03-111-5/+8
* arm64: entry: Move the trampoline data page before the text pageJames Morse2022-03-112-3/+8
* arm64: entry: Free up another register on kpti's tramp_exit pathJames Morse2022-03-111-6/+13
* arm64: entry: Make the trampoline cleanup optionalJames Morse2022-03-111-3/+7
* KVM: arm64: Allow indirect vectors to be used without SPECTRE_V3AJames Morse2022-03-113-5/+9
* arm64: spectre: Rename spectre_v4_patch_fw_mitigation_conduitJames Morse2022-03-112-4/+4
* arm64: entry.S: Add ventry overflow sanity checksJames Morse2022-03-111-0/+3
* arm64: cpufeature: add HWCAP for FEAT_RPRESJoey Gouly2022-03-114-0/+5
* arm64: cpufeature: add HWCAP for FEAT_AFPJoey Gouly2022-03-115-0/+6
* arm64: add ID_AA64ISAR2_EL1 sys registerJoey Gouly2022-03-115-1/+27
* ARM: include unprivileged BPF status in Spectre V2 reportingRussell King (Oracle)2022-03-111-0/+13
* ARM: Spectre-BHB workaroundRussell King (Oracle)2022-03-119-9/+254