summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Remove __pkvm_mark_hypQuentin Perret2021-08-115-77/+1
* KVM: arm64: Mark host bss and rodata section as sharedQuentin Perret2021-08-111-8/+74
* KVM: arm64: Enable retrieving protections attributes of PTEsQuentin Perret2021-08-112-0/+57
* KVM: arm64: Introduce addr_is_memory()Quentin Perret2021-08-112-0/+8
* KVM: arm64: Expose pkvm_hyp_idQuentin Perret2021-08-112-1/+3
* KVM: arm64: Expose host stage-2 manipulation helpersQuentin Perret2021-08-112-1/+19
* KVM: arm64: Add helpers to tag shared pages in SW bitsQuentin Perret2021-08-111-0/+26
* KVM: arm64: Allow populating software bitsQuentin Perret2021-08-112-1/+16
* KVM: arm64: Enable forcing page-level stage-2 mappingsQuentin Perret2021-08-113-35/+94
* KVM: arm64: Tolerate re-creating hyp mappings to set software bitsQuentin Perret2021-08-111-2/+16
* KVM: arm64: Don't overwrite software bits with owner idQuentin Perret2021-08-111-1/+1
* KVM: arm64: Rename KVM_PTE_LEAF_ATTR_S2_IGNOREDQuentin Perret2021-08-111-2/+2
* KVM: arm64: Optimize host memory abortsQuentin Perret2021-08-113-105/+44
* KVM: arm64: Expose page-table helpersQuentin Perret2021-08-112-39/+40
* KVM: arm64: Provide the host_stage2_try() helper macroQuentin Perret2021-08-111-18/+22
* KVM: arm64: Introduce hyp_assert_lock_held()Quentin Perret2021-08-112-0/+26
* KVM: arm64: Add hyp_spin_is_locked() for basic locking assertions at EL2Will Deacon2021-08-111-0/+8
* KVM: arm64: Introduce helper to retrieve a PTE and its levelMarc Zyngier2021-08-022-0/+59
* Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-07-302-2/+15
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-07-291-0/+13
| |\
| | * bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-07-291-0/+13
| * | arm64: dts: imx8mp: remove fallback compatible string for FlexCANJoakim Zhang2021-07-241-2/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-07-291-1/+1
|\ \ \
| * \ \ Merge tag 'kvmarm-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2021-07-191-1/+1
| |\ \ \
| | * | | KVM: arm64: Fix detection of shared VMAs on guest faultMarc Zyngier2021-07-141-1/+1
| | | |/ | | |/|
* | | | Merge tag 'usb-5.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-239-14/+14
|\ \ \ \ | |_|_|/ |/| | |
| * | | Revert "arm64: dts: qcom: Harmonize DWC USB3 DT nodes name"Greg Kroah-Hartman2021-07-219-14/+14
| | |/ | |/|
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-07-222-15/+14
|\ \ \
| * | | Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"Jonathan Marek2021-07-211-12/+8
| * | | arm64: smccc: Save lr before calling __arm_smccc_sve_check()Jean-Philippe Brucker2021-07-211-3/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-07-221-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | arm64: dts: imx8mp: change interrupt order per dt-bindingJoakim Zhang2021-07-191-3/+3
| | |/ | |/|
* | | Merge tag 'soc-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-172-2/+15
|\ \ \ | |_|/ |/| |
| * | Merge tag 'tegra-for-5.14-arm64-dt-fixes' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann2021-07-161-0/+13
| |\ \
| | * | arm64: tegra: Enable SMMU support for USB on Tegra194Thierry Reding2021-07-091-0/+8
| | * | arm64: tegra: Enable audio IOMMU support on Tegra194Thierry Reding2021-07-091-0/+5
| * | | dt-bindings: clock: r9a07g044-cpg: Update clock/reset definitionsBiju Das2021-07-121-2/+2
| | |/ | |/|
* | | arm64: entry: fix KCOV suppressionMark Rutland2021-07-151-1/+1
* | | arm64: entry: add missing noinstrMark Rutland2021-07-151-1/+1
* | | arm64: mte: fix restoration of GCR_EL1 from suspendMark Rutland2021-07-151-13/+2
* | | arm64: Avoid premature usercopy failureRobin Murphy2021-07-153-13/+35
* | | arm64: Restrict ARM64_BTI_KERNEL to clang 12.0.0 and newerNathan Chancellor2021-07-131-1/+2
* | | Revert "arm64: cache: Lower ARCH_DMA_MINALIGN to 64 (L1_CACHE_BYTES)"Will Deacon2021-07-121-1/+1
* | | arm64: Add missing header <asm/smp.h> in two filesCarlos Bilbao2021-07-122-0/+2
* | | arm64: fix strlen() with CONFIG_KASAN_HW_TAGSMark Rutland2021-07-121-0/+10
|/ /
* | Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-07-101-1/+0
|\ \
| * | kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada2021-05-261-1/+0
* | | Merge tag 'arm-defconfig-5.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-101-1/+16
|\ \ \
| * \ \ Merge tag 'qcom-arm64-defconfig-for-5.14-1' of https://git.kernel.org/pub/scm...Olof Johansson2021-06-231-0/+2
| |\ \ \
| | * | | arm64: defconfig: Enable renesas usb xhci pci host controllerVinod Koul2021-06-151-0/+2