summaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm64: Use the clearbhb instruction in mitigationsJames Morse2022-02-2410-0/+79
* KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and migratedJames Morse2022-02-243-1/+34
* arm64: Mitigate spectre style branch history side channelsJames Morse2022-02-2412-2/+352
* arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of Spectre-v2James Morse2022-02-162-2/+36
* arm64: Add percpu vectors for EL1James Morse2022-02-164-9/+53
* arm64: entry: Add macro for reading symbol addresses from the trampolineJames Morse2022-02-161-21/+16
* arm64: entry: Add vectors that have the bhb mitigation sequencesJames Morse2022-02-164-9/+118
* arm64: entry: Add non-kpti __bp_harden_el1_vectors for mitigationsJames Morse2022-02-151-1/+34
* arm64: entry: Allow the trampoline text to occupy multiple pagesJames Morse2022-02-155-7/+20
* arm64: entry: Make the kpti trampoline's kpti sequence optionalJames Morse2022-02-151-6/+12
* arm64: entry: Move trampoline macros out of ifdef'd sectionJames Morse2022-02-151-6/+5
* arm64: entry: Don't assume tramp_vectors is the start of the vectorsJames Morse2022-02-151-13/+15
* arm64: entry: Allow tramp_alias to access symbols after the 4K boundaryJames Morse2022-02-151-5/+8
* arm64: entry: Move the trampoline data page before the text pageJames Morse2022-02-152-3/+8
* arm64: entry: Free up another register on kpti's tramp_exit pathJames Morse2022-02-151-6/+13
* arm64: entry: Make the trampoline cleanup optionalJames Morse2022-02-151-3/+7
* KVM: arm64: Allow indirect vectors to be used without SPECTRE_V3AJames Morse2022-02-153-5/+9
* arm64: spectre: Rename spectre_v4_patch_fw_mitigation_conduitJames Morse2022-02-152-4/+4
* arm64: entry.S: Add ventry overflow sanity checksJames Morse2022-02-151-0/+3
* Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2022-02-05340-1811/+20714
|\
| * KVM: arm64: Workaround Cortex-A510's single-step and PAC trap errataJames Morse2022-02-034-3/+46
| * KVM: arm64: Stop handle_exit() from handling HVC twice when an SError occursJames Morse2022-02-031-0/+8
| * KVM: arm64: Avoid consuming a stale esr value when SError occurJames Morse2022-02-031-1/+2
| * Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-01-298-11/+123
| |\
| | * arm64: cpufeature: List early Cortex-A510 parts as having broken dbmJames Morse2022-01-282-0/+13
| | * Merge tag 'trbe-cortex-a510-errata' of gitolite.kernel.org:pub/scm/linux/kern...Catalin Marinas2022-01-284-0/+91
| | |\
| | | * arm64: errata: Add detection for TRBE trace data corruptionAnshuman Khandual2022-01-273-0/+28
| | | * arm64: errata: Add detection for TRBE invalid prohibited statesAnshuman Khandual2022-01-273-0/+33
| | | * arm64: errata: Add detection for TRBE ignored system register writesAnshuman Khandual2022-01-273-0/+28
| | | * arm64: Add Cortex-A510 CPU part definitionAnshuman Khandual2022-01-271-0/+2
| | * | arm64: extable: fix load_unaligned_zeropad() reg indicesEvgenii Stepanov2022-01-261-2/+2
| | * | arm64: Mark start_backtrace() notrace and NOKPROBE_SYMBOLMasami Hiramatsu2022-01-241-2/+3
| | * | arm64: errata: Update ARM64_ERRATUM_[2119858|2224489] with Cortex-X2 rangesAnshuman Khandual2022-01-242-6/+8
| | * | arm64: Add Cortex-X2 CPU part definitionAnshuman Khandual2022-01-241-0/+2
| | * | arm64: vdso: Fix "no previous prototype" warningVincenzo Frascino2022-01-241-1/+4
| | |/
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-284-15/+28
| |\ \ | | |/ | |/|
| * | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-232-2/+0
| |\ \
| | * | arch: remove GENERIC_FIND_FIRST_BIT entirelyYury Norov2022-01-151-1/+0
| | * | include: move find.h from asm_generic to linuxYury Norov2022-01-151-1/+0
| * | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-01-223-3/+3
| |\ \ \
| | * | | arm64: mm: apply __ro_after_init to memory_limitPeng Fan2022-01-201-1/+1
| | * | | arm64: atomics: lse: Dereference matching sizeKees Cook2022-01-202-2/+2
| * | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-201-16/+4
| |\ \ \ \
| | * | | | mm: percpu: generalize percpu related configKefeng Wang2022-01-201-16/+4
| | | |/ / | | |/| |
| * | | | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-172-2/+2
| |\ \ \ \
| | * | | | exit: Add and use make_task_dead.Eric W. Biederman2021-12-132-2/+2
| * | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-1648-416/+1063
| |\ \ \ \ \
| * \ \ \ \ \ Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-161-0/+9
| |\ \ \ \ \ \
| | * | | | | | PCI: hv: Add arm64 Hyper-V vPCI supportSunil Muthuswamy2022-01-121-0/+9
| | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-154-7/+7
| |\ \ \ \ \ \