summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand2022-03-221-3/+0
* mm: merge pte_mkhuge() call into arch_make_huge_pte()Anshuman Khandual2022-03-221-0/+1
* Merge tag 'soc-fixes-5.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-193-36/+36
|\
| * Revert "arm64: dts: freescale: Fix 'interrupt-map' parent address cells"Vladimir Oltean2022-03-163-36/+36
* | arm64: errata: avoid duplicate field initializerArnd Bergmann2022-03-181-1/+0
* | arm64: fix clang warning about TRAMP_VALIASArnd Bergmann2022-03-181-2/+2
* | Merge tag 'soc-fixes-5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-106-11/+42
|\ \
| * \ Merge tag 'mvebu-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann2022-03-102-2/+7
| |\ \
| | * | arm64: dts: marvell: armada-37xx: Remap IO space to bus address 0x0Pali Rohár2022-03-102-2/+7
| * | | Revert "arm64: dts: mt8183: jacuzzi: Fix bus properties in anx's DSI endpoint"Robert Foss2022-03-081-2/+0
| * | | Merge tag 'tegra-for-5.17-arm64-dt-fixes' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann2022-03-071-1/+1
| |\ \ \
| | * | | arm64: tegra: Disable ISO SMMU for Tegra194Jon Hunter2022-01-271-1/+1
| * | | | arm64: dts: armada-3720-turris-mox: Add missing ethernet0 aliasPali Rohár2022-03-011-0/+1
| * | | | Merge tag 'v5.17-fixes-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2022-03-011-0/+2
| |\ \ \ \
| | * | | | arm64: dts: mt8183: jacuzzi: Fix bus properties in anx's DSI endpointNícolas F. R. A. Prado2022-02-281-0/+2
| * | | | | Merge tag 'qcom-arm64-fixes-for-5.17' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann2022-03-013-8/+33
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | arm64: dts: qcom: c630: disable crypto due to serrorSteev Klimaszewski2022-02-141-0/+5
| | * | | | arm64: dts: qcom: sm8450: fix apps_smmu interruptsJonathan Marek2022-01-311-1/+2
| | * | | | arm64: dts: qcom: sm8450: enable GCC_USB3_0_CLKREF_EN for usbJonathan Marek2022-01-311-2/+3
| | * | | | arm64: dts: qcom: sm8350: Correct UFS symbol clocksBjorn Andersson2022-01-311-5/+23
| | | |/ / | | |/| |
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-03-091-2/+2
|\ \ \ \ \
| * | | | | arm64: Do not include __READ_ONCE() block in assembly filesNathan Chancellor2022-03-091-2/+2
* | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-03-095-16/+20
|\ \ \ \ \ \
| * | | | | | arm64: kasan: fix include error in MTE functionsPaul Semel2022-03-091-0/+1
| * | | | | | arm64: Ensure execute-only permissions are not allowed without EPANCatalin Marinas2022-03-084-16/+19
* | | | | | | Merge tag 'arm64-spectre-bhb-for-v5.17-2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-03-0826-76/+825
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | arm64: proton-pack: Include unprivileged eBPF status in Spectre v2 mitigation...James Morse2022-03-071-0/+26
| * | | | | | 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 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-03-011-2/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'kvmarm-fixes-5.17-4' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2022-02-251-2/+1
| |\ \ \ \ \ \
| | * | | | | | KVM: arm64: Don't miss pending interrupts for suspended vCPUOliver Upton2022-02-171-2/+1
* | | | | | | | Merge tag 'soc-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-02-2813-24/+46
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |