summaryrefslogtreecommitdiff
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-05-281-2/+2
|\
| * mm: Add len and flags parameters to arch_get_mmap_end()Christophe Leroy2022-05-051-2/+2
* | Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-05-278-83/+2062
|\ \
| * | crypto: arm64/sm4 - Fix wrong dependency of NEON/CE implementationTianjia Zhang2022-04-151-2/+2
| * | crypto: arm64/sm4 - add ARMv8 Crypto Extensions implementationTianjia Zhang2022-04-084-0/+1041
| * | crypto: arm64/sm4 - add ARMv8 NEON implementationTianjia Zhang2022-04-084-0/+938
| * | crypto: arm64/sm4-ce - rename to sm4-ce-cipherTianjia Zhang2022-04-083-3/+3
| * | crypto: sm3,sm4 - move into crypto directoryJason A. Donenfeld2022-04-081-2/+2
* | | Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-271-25/+4
|\ \ \
| * | | vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)2022-04-291-25/+4
| | |/ | |/|
* | | arm64/hugetlb: Fix building errors in huge_ptep_clear_flush()Baolin Wang2022-05-271-1/+4
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-05-2640-552/+1407
|\ \ \
| * \ \ Merge tag 'kvm-riscv-5.19-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2022-05-257-8/+19
| |\ \ \
| * \ \ \ Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-05-2591-846/+3481
| |\ \ \ \
| | * \ \ \ Merge branch kvm-arm64/its-save-restore-fixes-5.19 into kvmarm-master/nextMarc Zyngier2022-05-161-18/+78
| | |\ \ \ \
| | | * | | | KVM: arm64: vgic: Undo work in failed ITS restoresRicardo Koller2022-05-161-2/+13
| | | * | | | KVM: arm64: vgic: Do not ignore vgic_its_restore_cte failuresRicardo Koller2022-05-161-4/+23
| | | * | | | KVM: arm64: vgic: Add more checks when restoring ITS tablesRicardo Koller2022-05-161-0/+7
| | | * | | | KVM: arm64: vgic: Check that new ITEs could be saved in guest memoryRicardo Koller2022-05-161-12/+35
| | * | | | | Merge branch kvm-arm64/misc-5.19 into kvmarm-master/nextMarc Zyngier2022-05-168-47/+46
| | |\ \ \ \ \
| | | * | | | | KVM: arm64: vgic-v3: List M1 Pro/Max as requiring the SEIS workaroundMarc Zyngier2022-05-152-0/+12
| | | * | | | | KVM: arm64: pkvm: Don't mask already zeroed FEAT_SVEOliver Upton2022-05-101-3/+0
| | | * | | | | KVM: arm64: pkvm: Drop unnecessary FP/SIMD trap handlerOliver Upton2022-05-101-18/+1
| | | * | | | | KVM: arm64: nvhe: Eliminate kernel-doc warningsRandy Dunlap2022-05-061-4/+4
| | | * | | | | KVM: arm64: Avoid unnecessary absolute addressing via literalsArd Biesheuvel2022-05-061-5/+3
| | | * | | | | KVM: arm64: Print emulated register table name when it is unsortedAlexandru Elisei2022-05-041-2/+2
| | | * | | | | KVM: arm64: Don't BUG_ON() if emulated register table is unsortedAlexandru Elisei2022-05-043-17/+26
| | | |/ / / /
| | * | | | | Merge branch kvm-arm64/per-vcpu-host-pmu-data into kvmarm-master/nextMarc Zyngier2022-05-166-46/+39
| | |\ \ \ \ \
| | | * | | | | KVM: arm64: pmu: Restore compilation when HW_PERF_EVENTS isn't selectedMarc Zyngier2022-05-164-21/+7
| | | * | | | | KVM: arm64: Reenable pmu in Protected ModeFuad Tabba2022-05-151-2/+1
| | | * | | | | KVM: arm64: Pass pmu events to hyp via vcpuFuad Tabba2022-05-154-28/+26
| | | * | | | | KVM: arm64: Wrapper for getting pmu_eventsFuad Tabba2022-05-151-16/+26
| | | |/ / / /
| | * | | | | Merge branch kvm-arm64/vgic-invlpir into kvmarm-master/nextMarc Zyngier2022-05-165-37/+187
| | |\ \ \ \ \
| | | * | | | | KVM: arm64: vgic-v3: Advertise GICR_CTLR.{IR, CES} as a new GICD_IIDR revisionMarc Zyngier2022-05-044-6/+47
| | | * | | | | KVM: arm64: vgic-v3: Implement MMIO-based LPI invalidationMarc Zyngier2022-05-043-21/+111
| | | * | | | | KVM: arm64: vgic-v3: Expose GICR_CTLR.RWP when disabling LPIsMarc Zyngier2022-05-043-10/+29
| | | |/ / / /
| | * | | | | Merge branch kvm-arm64/psci-suspend into kvmarm-master/nextMarc Zyngier2022-05-163-42/+137
| | |\ \ \ \ \
| | | * | | | | KVM: arm64: Implement PSCI SYSTEM_SUSPENDOliver Upton2022-05-043-0/+36
| | | * | | | | KVM: arm64: Add support for userspace to suspend a vCPUOliver Upton2022-05-042-0/+52
| | | * | | | | KVM: arm64: Return a value from check_vcpu_requests()Oliver Upton2022-05-041-2/+14
| | | * | | | | KVM: arm64: Rename the KVM_REQ_SLEEP handlerOliver Upton2022-05-041-2/+2
| | | * | | | | KVM: arm64: Track vCPU power state using MP state valuesOliver Upton2022-05-043-18/+21
| | | * | | | | KVM: arm64: Dedupe vCPU power off helpersOliver Upton2022-05-043-12/+7
| | | * | | | | KVM: arm64: Don't depend on fallthrough to hide SYSTEM_RESET2Oliver Upton2022-05-041-8/+5
| | * | | | | | Merge branch kvm-arm64/hcall-selection into kvmarm-master/nextMarc Zyngier2022-05-166-189/+382
| | |\ \ \ \ \ \
| | | * | | | | | KVM: arm64: Fix hypercall bitmap writeback when vcpus have already runMarc Zyngier2022-05-161-1/+2
| | | * | | | | | KVM: arm64: Hide KVM_REG_ARM_*_BMAP_BIT_COUNT from userspaceMarc Zyngier2022-05-151-0/+6
| | | * | | | | | KVM: arm64: Add vendor hypervisor firmware registerRaghavendra Rao Ananta2022-05-033-5/+30
| | | * | | | | | KVM: arm64: Add standard hypervisor firmware registerRaghavendra Rao Ananta2022-05-033-3/+29
| | | * | | | | | KVM: arm64: Setup a framework for hypercall bitmap firmware registersRaghavendra Rao Ananta2022-05-035-2/+136