summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Return guest memory from EL2 via dedicated teardown memcacheQuentin Perret2022-11-115-44/+40
* KVM: arm64: Instantiate guest stage-2 page-tables at EL2Quentin Perret2022-11-113-3/+132
* KVM: arm64: Consolidate stage-2 initialisation into a single functionQuentin Perret2022-11-116-48/+41
* KVM: arm64: Add generic hyp_memcache helpersQuentin Perret2022-11-114-0/+118
* KVM: arm64: Provide I-cache invalidation by virtual address at EL2Will Deacon2022-11-115-3/+16
* KVM: arm64: Initialise hypervisor copies of host symbols unconditionallyWill Deacon2022-11-111-6/+9
* KVM: arm64: Add per-cpu fixmap infrastructure at EL2Quentin Perret2022-11-117-13/+128
* KVM: arm64: Instantiate pKVM hypervisor VM and vCPU structures from EL1Fuad Tabba2022-11-116-6/+182
* KVM: arm64: Add infrastructure to create and track pKVM instances at EL2Fuad Tabba2022-11-1112-0/+531
* KVM: arm64: Rename 'host_kvm' to 'host_mmu'Will Deacon2022-11-112-26/+26
* KVM: arm64: Add hyp_spinlock_t static initializerFuad Tabba2022-11-111-1/+9
* KVM: arm64: Include asm/kvm_mmu.h in nvhe/mem_protect.hWill Deacon2022-11-111-0/+1
* KVM: arm64: Add helpers to pin memory shared with the hypervisor at EL2Quentin Perret2022-11-113-1/+57
* KVM: arm64: Prevent the donation of no-map pagesQuentin Perret2022-11-111-6/+16
* KVM: arm64: Implement do_donate() helper for donating memoryWill Deacon2022-11-112-0/+241
* KVM: arm64: Unify identifiers used to distinguish host and hypervisorWill Deacon2022-11-113-10/+6
* KVM: arm64: Fix-up hyp stage-1 refcounts for all pages mapped at EL2Quentin Perret2022-11-111-19/+43
* KVM: arm64: Back the hypervisor 'struct hyp_page' array for all memoryQuentin Perret2022-11-116-40/+60
* KVM: arm64: Allow attaching of non-coalescable pages to a hyp poolQuentin Perret2022-11-111-0/+6
* KVM: arm64: Move hyp refcount manipulation helpers to common header fileQuentin Perret2022-11-112-19/+22
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-10-236-31/+33
|\
| * Merge tag 'kvmarm-fixes-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2022-10-222-1/+8
| |\
| | * KVM: arm64: vgic: Fix exit condition in scan_its_table()Eric Ren2022-10-151-1/+4
| | * KVM: arm64: nvhe: Fix build with profile optimizationDenis Nikitin2022-10-151-0/+4
| * | Merge tag 'kvmarm-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2022-10-225-30/+25
| |\|
| | * KVM: arm64: Enable stack protection and branch profiling for VHEVincent Donnefort2022-10-092-4/+4
| | * KVM: arm64: Limit stage2_apply_range() batch size to largest blockOliver Upton2022-10-092-21/+8
| | * KVM: arm64: Work out supported block level at compile timeOliver Upton2022-10-091-5/+13
* | | ftrace,kcfi: Separate ftrace_stub() and ftrace_stub_graph()Peter Zijlstra2022-10-201-1/+6
|/ /
* | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-162-2/+2
|\ \
| * | treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
| * | treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-10-147-4/+46
|\ \ \
| * | | arm64: Add AMPERE1 to the Spectre-BHB affected listD Scott Phillips2022-10-122-0/+10
| * | | arm64: mte: Avoid setting PG_mte_tagged if no tags cleared or restoredCatalin Marinas2022-10-122-3/+13
| * | | arm64: errata: Add Cortex-A55 to the repeat tlbi listJames Morse2022-10-072-0/+22
| * | | arm64/sysreg: Fix typo in SCTR_EL1.SPINTMASKMark Brown2022-10-071-1/+1
* | | | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-122-7/+0
|\ \ \ \
| * | | | kernel: exit: cleanup release_thread()Kefeng Wang2022-09-112-7/+0
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-10-119-97/+147
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge tag 'kvm-riscv-6.1-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2022-10-0320-41/+70
| |\ \ \ \
| * \ \ \ \ Merge tag 'kvmarm-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2022-10-0334-579/+913
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Merge branch kvm-arm64/misc-6.1 into kvmarm-master/nextMarc Zyngier2022-10-013-7/+12
| | |\ \ \ \
| | | * | | | KVM: arm64: Fix comment typo in nvhe/switch.cWei-Lin Chang2022-09-291-1/+1
| | | * | | | KVM: arm64: Ignore kvm-arm.mode if !is_hyp_mode_available()Elliot Berman2022-09-261-5/+10
| | | * | | | KVM: arm64: vgic: Remove duplicate check in update_affinity_collection()Gavin Shan2022-09-261-1/+1
| | | | |/ / | | | |/| |
| | * | | | Merge branch kvm-arm64/single-step-async-exception into kvmarm-master/nextMarc Zyngier2022-09-194-2/+45
| | |\ \ \ \
| | | * | | | KVM: arm64: Clear PSTATE.SS when the Software Step state was Active-pendingReiji Watanabe2022-09-194-2/+32
| | | * | | | KVM: arm64: Preserve PSTATE.SS for the guest while single-step is enabledReiji Watanabe2022-09-192-0/+13
| | | |/ / /
| | * | | | Merge remote-tracking branch 'arm64/for-next/sysreg' into kvmarm-master/nextMarc Zyngier2022-09-1927-484/+768
| | |\ \ \ \