summaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-05-218-25/+76
|\
| * Merge branch kvm-arm64/pgtable-fixes-6.4 into kvmarm-master/fixesMarc Zyngier2023-05-112-9/+33
| |\
| | * KVM: arm64: Constify start/end/phys fields of the pgtable walker dataMarc Zyngier2023-04-211-4/+4
| | * KVM: arm64: Infer PA offset from VA in hyp map walkerOliver Upton2023-04-211-2/+1
| | * KVM: arm64: Infer the PA offset from IPA in stage-2 map walkerOliver Upton2023-04-212-4/+29
| * | Merge branch kvm-arm64/misc-6.4 into kvmarm-master/fixesMarc Zyngier2023-05-116-16/+43
| |\ \
| | * | KVM: arm64: vgic: Add Apple M2 PRO/MAX cpus to the list of broken SEIS implem...Marc Zyngier2023-05-112-0/+12
| | * | KVM: arm64: Clarify host SME state managementMark Brown2023-04-211-9/+12
| | * | KVM: arm64: Restructure check for SVE support in FP trap handlerMark Brown2023-04-211-2/+10
| | * | KVM: arm64: Document check for TIF_FOREIGN_FPSTATEMark Brown2023-04-211-0/+5
| | * | KVM: arm64: Fix repeated words in commentsJingyu Wang2023-04-211-1/+1
| | * | KVM: arm64: Use the bitmap API to allocate bitmapsChristophe JAILLET2023-04-201-3/+2
| | * | KVM: arm64: Slightly optimize flush_context()Christophe JAILLET2023-04-201-1/+1
| | |/
* | | arm64: mte: Do not set PG_mte_tagged if tags were not initializedPeter Collingbourne2023-05-161-5/+2
* | | arm64: Also reset KASAN tag if page is not PG_mte_taggedPeter Collingbourne2023-05-161-2/+3
* | | arm64: perf: Mark all accessor functions inlineGeert Uytterhoeven2023-05-161-3/+3
* | | arm64: vdso: Pass (void *) to virt_to_page()Linus Walleij2023-05-161-1/+1
* | | arm64/mm: mark private VM_FAULT_X defines as vm_fault_tMin-Hua Chen2023-05-161-2/+2
|/ /
* | Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-051-4/+3
|\ \
| * | locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda2023-04-291-4/+3
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-05-046-23/+22
|\ \ \
| * | | arm64: lds: move .got section out of .textFangrui Song2023-05-021-10/+9
| * | | arm64: kernel: remove SHF_WRITE|SHF_EXECINSTR from .idmap.textndesaulniers@google.com2023-05-023-5/+5
| * | | arm64: cpufeature: Fix pointer auth hwcapsKristina Martsenko2023-05-021-6/+6
| * | | arm64: Fix label placement in record_mmu_state()Neeraj Upadhyay2023-04-261-2/+2
* | | | Merge tag 'for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pate...Linus Torvalds2023-05-031-0/+17
|\ \ \ \
| * | | | arm64: tegra: Add Tegra234 GTE nodesDipen Patel2023-04-271-0/+17
| | |/ / | |/| |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-05-0134-351/+1168
|\ \ \ \
| * \ \ \ Merge tag 'kvmarm-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2023-04-2662-459/+1288
| |\ \ \ \
| | * \ \ \ Merge branch kvm-arm64/spec-ptw into kvmarm-master/nextMarc Zyngier2023-04-216-15/+69
| | |\ \ \ \
| | | * | | | KVM: arm64: vhe: Drop extra isb() on guest exitMarc Zyngier2023-04-141-4/+3
| | | * | | | KVM: arm64: vhe: Synchronise with page table walker on MMU updateMarc Zyngier2023-04-141-0/+12
| | | * | | | KVM: arm64: pkvm: Document the side effects of kvm_flush_dcache_to_poc()Marc Zyngier2023-04-141-0/+7
| | | * | | | KVM: arm64: nvhe: Synchronise with page table walker on TLBIMarc Zyngier2023-04-141-9/+29
| | | * | | | KVM: arm64: nvhe: Synchronise with page table walker on vcpu runMarc Zyngier2023-04-132-2/+18
| | | | |_|/ | | | |/| |
| | * | | | Merge branch kvm-arm64/smccc-filtering into kvmarm-master/nextMarc Zyngier2023-04-217-36/+262
| | |\ \ \ \
| | | * | | | KVM: arm64: Prevent userspace from handling SMC64 arch rangeOliver Upton2023-04-081-6/+19
| | | * | | | KVM: arm64: Expose SMC/HVC width to userspaceMarc Zyngier2023-04-052-6/+13
| | | * | | | KVM: arm64: Let errors from SMCCC emulation to reach userspaceOliver Upton2023-04-051-16/+2
| | | * | | | KVM: arm64: Return NOT_SUPPORTED to guest for unknown PSCI versionOliver Upton2023-04-051-2/+5
| | | * | | | KVM: arm64: Introduce support for userspace SMCCC filteringOliver Upton2023-04-053-0/+75
| | | * | | | KVM: arm64: Add support for KVM_EXIT_HYPERCALLOliver Upton2023-04-053-1/+23
| | | * | | | KVM: arm64: Use a maple tree to represent the SMCCC filterOliver Upton2023-04-053-1/+63
| | | * | | | KVM: arm64: Refactor hvc filtering to support different actionsOliver Upton2023-04-052-4/+31
| | | * | | | KVM: arm64: Start handling SMCs from EL1Oliver Upton2023-04-051-7/+7
| | | * | | | KVM: arm64: Rename SMC/HVC call handler to reflect realityOliver Upton2023-04-052-3/+3
| | | * | | | KVM: arm64: Add vm fd device attribute accessorsOliver Upton2023-04-051-0/+29
| | | * | | | KVM: arm64: Add a helper to check if a VM has ran onceOliver Upton2023-04-053-4/+6
| | * | | | | Merge branch kvm-arm64/timer-vm-offsets into kvmarm-master/nextMarc Zyngier2023-04-2118-181/+643
| | |\ \ \ \ \
| | | * | | | | KVM: arm64: Handle 32bit CNTPCTSS trapsMarc Zyngier2023-04-132-0/+2