summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | 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 branch kvm-arm64/parallel-faults into kvmarm-master/nextMarc Zyngier2022-12-055-372/+508
| | |\ \ \ \ \
| | | * | | | | KVM: arm64: Reject shared table walks in the hyp codeOliver Upton2022-11-222-3/+19
| | | * | | | | KVM: arm64: Don't acquire RCU read lock for exclusive table walksOliver Upton2022-11-222-8/+10
| | | * | | | | KVM: arm64: Take a pointer to walker data in kvm_dereference_pteref()Oliver Upton2022-11-222-74/+76
| | | * | | | | KVM: arm64: Handle stage-2 faults in parallelOliver Upton2022-11-104-28/+13
| | | * | | | | KVM: arm64: Make table->block changes parallel-awareOliver Upton2022-11-101-12/+3
| | | * | | | | KVM: arm64: Make leaf->leaf PTE changes parallel-awareOliver Upton2022-11-101-14/+12
| | | * | | | | KVM: arm64: Make block->table PTE changes parallel-awareOliver Upton2022-11-101-5/+75
| | | * | | | | KVM: arm64: Split init and set for table PTEOliver Upton2022-11-101-10/+10
| | | * | | | | KVM: arm64: Atomically update stage 2 leaf attributes in parallel walksOliver Upton2022-11-101-9/+22
| | | * | | | | KVM: arm64: Protect stage-2 traversal with RCUOliver Upton2022-11-103-2/+71
| | | * | | | | KVM: arm64: Tear down unlinked stage-2 subtree after break-before-makeOliver Upton2022-11-104-63/+39
| | | * | | | | KVM: arm64: Use an opaque type for ptepsOliver Upton2022-11-103-15/+23
| | | * | | | | KVM: arm64: Add a helper to tear down unlinked stage-2 subtreesOliver Upton2022-11-102-0/+34
| | | * | | | | KVM: arm64: Don't pass kvm_pgtable through kvm_pgtable_walk_dataOliver Upton2022-11-101-13/+5
| | | * | | | | KVM: arm64: Pass mm_ops through the visitor contextOliver Upton2022-11-103-41/+26
| | | * | | | | KVM: arm64: Stash observed pte value in visitor contextOliver Upton2022-11-104-51/+48
| | | * | | | | KVM: arm64: Combine visitor arguments into a context structureOliver Upton2022-11-104-156/+154
| | | |/ / / /
| | * | | | | Merge branch kvm-arm64/dirty-ring into kvmarm-master/nextMarc Zyngier2022-12-054-0/+26
| | |\ \ \ \ \
| | | * | | | | KVM: arm64: Enable ring-based dirty memory trackingGavin Shan2022-11-104-0/+26
| | * | | | | | Merge branch kvm-arm64/52bit-fixes into kvmarm-master/nextMarc Zyngier2022-12-053-20/+36
| | |\ \ \ \ \ \
| | | * | | | | | KVM: arm64: Fix benign bug with incorrect use of VA_BITSRyan Roberts2022-12-051-1/+1
| | | * | | | | | KVM: arm64: Fix PAR_TO_HPFAR() to work independently of PA_BITS.Ryan Roberts2022-11-101-1/+5
| | | * | | | | | KVM: arm64: Fix kvm init failure when mode!=vhe and VA_BITS=52.Ryan Roberts2022-11-102-18/+30
| | | | |/ / / / | | | |/| | | |
| * | | | | | | KVM: replace direct irq.h inclusionPaolo Bonzini2022-11-092-16/+5
| * | | | | | | kvm: Add interruptible flag to __gfn_to_pfn_memslot()Peter Xu2022-11-091-1/+1
| |/ / / / / /
* | | | | | | Merge tag 'gpio-updates-for-v6.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-12-151-12/+0
|\ \ \ \ \ \ \
| * | | | | | | arm64: Remove CONFIG_ARCH_NR_GPIOChristophe Leroy2022-10-171-12/+0
* | | | | | | | Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2022-12-1425-820/+4496
|\ \ \ \ \ \ \ \
| * | | | | | | | crypto: arm64/ghash-ce - use frame_push/pop macros consistentlyArd Biesheuvel2022-12-091-5/+3
| * | | | | | | | crypto: arm64/crct10dif - use frame_push/pop macros consistentlyArd Biesheuvel2022-12-091-3/+2
| * | | | | | | | crypto: arm64/aes-modes - use frame_push/pop macros consistentlyArd Biesheuvel2022-12-091-22/+12