summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-232-2/+0
|\
| * arch: remove GENERIC_FIND_FIRST_BIT entirelyYury Norov2022-01-151-1/+0
| * include: move find.h from asm_generic to linuxYury Norov2022-01-151-1/+0
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-01-223-3/+3
|\ \
| * | arm64: mm: apply __ro_after_init to memory_limitPeng Fan2022-01-201-1/+1
| * | arm64: atomics: lse: Dereference matching sizeKees Cook2022-01-202-2/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-201-16/+4
|\ \ \
| * | | mm: percpu: generalize percpu related configKefeng Wang2022-01-201-16/+4
| | |/ | |/|
* | | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-172-2/+2
|\ \ \
| * | | exit: Add and use make_task_dead.Eric W. Biederman2021-12-132-2/+2
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-1648-416/+1063
|\ \ \ \
| * \ \ \ Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-01-0741-340/+975
| |\ \ \ \
| | * \ \ \ Merge branch kvm-arm64/misc-5.17 into kvmarm-master/nextMarc Zyngier2022-01-049-23/+17
| | |\ \ \ \
| | | * | | | KVM: arm64: Fix comment typo in kvm_vcpu_finalize_sve()Zenghui Yu2022-01-041-1/+1
| | | * | | | KVM: arm64: Fix comment on barrier in kvm_psci_vcpu_on()Fuad Tabba2021-12-201-1/+1
| | | * | | | KVM: arm64: Fix comment for kvm_reset_vcpu()Fuad Tabba2021-12-201-4/+3
| | | * | | | KVM: arm64: Use defined value for SCTLR_ELx_EEFuad Tabba2021-12-201-1/+1
| | | * | | | KVM: arm64: Rework kvm_pgtable initialisationMarc Zyngier2021-12-164-12/+11
| | | * | | | KVM: arm64: Drop unused workaround_flags vcpu fieldMarc Zyngier2021-12-082-4/+0
| | * | | | | Merge branch kvm-arm64/pkvm-hyp-sharing into kvmarm-master/nextMarc Zyngier2021-12-1614-119/+739
| | |\ \ \ \ \
| | | * | | | | KVM: arm64: pkvm: Unshare guest structs during teardownQuentin Perret2021-12-166-4/+85
| | | * | | | | KVM: arm64: Expose unshare hypercall to the hostWill Deacon2021-12-164-0/+43
| | | * | | | | KVM: arm64: Implement do_unshare() helper for unsharing memoryWill Deacon2021-12-161-0/+115
| | | * | | | | KVM: arm64: Implement __pkvm_host_share_hyp() using do_share()Will Deacon2021-12-161-88/+33
| | | * | | | | KVM: arm64: Implement do_share() helper for sharing memoryWill Deacon2021-12-161-0/+237
| | | * | | | | KVM: arm64: Introduce wrappers for host and hyp spin lock accessorsWill Deacon2021-12-161-6/+26
| | | * | | | | KVM: arm64: Extend pkvm_page_state enumeration to handle absent pagesWill Deacon2021-12-161-0/+5
| | | * | | | | KVM: arm64: pkvm: Refcount the pages shared with EL2Quentin Perret2021-12-161-10/+68
| | | * | | | | KVM: arm64: Introduce kvm_share_hyp()Quentin Perret2021-12-165-10/+26
| | | * | | | | KVM: arm64: Implement kvm_pgtable_hyp_unmap() at EL2Will Deacon2021-12-162-0/+84
| | | * | | | | KVM: arm64: Hook up ->page_count() for hypervisor stage-1 page-tableWill Deacon2021-12-161-0/+1
| | | * | | | | KVM: arm64: Fixup hyp stage-1 refcountQuentin Perret2021-12-161-5/+16
| | | * | | | | KVM: arm64: Refcount hyp stage-1 pgtable pagesQuentin Perret2021-12-161-20/+19
| | | * | | | | KVM: arm64: Provide {get,put}_page() stubs for early hyp allocatorQuentin Perret2021-12-161-0/+5
| | * | | | | | Merge branch kvm-arm64/vgic-fixes-5.17 into kvmarm-master/nextMarc Zyngier2021-12-163-7/+9
| | |\ \ \ \ \ \
| | | * | | | | | KVM: arm64: vgic: Demote userspace-triggered console prints to kvm_debug()Marc Zyngier2021-12-162-4/+4
| | | * | | | | | KVM: arm64: vgic-v3: Fix vcpu index comparisonMarc Zyngier2021-12-161-3/+5
| | * | | | | | | Merge branch kvm-arm64/pkvm-cleanups-5.17 into kvmarm-master/nextMarc Zyngier2021-12-157-6/+19
| | |\ \ \ \ \ \ \
| | | * | | | | | | KVM: arm64: pkvm: Make kvm_host_owns_hyp_mappings() robust to VHEQuentin Perret2021-12-151-0/+3
| | | * | | | | | | KVM: arm64: pkvm: Stub io map functionsQuentin Perret2021-12-151-0/+6
| | | * | | | | | | KVM: arm64: Make __io_map_base staticQuentin Perret2021-12-152-2/+2
| | | * | | | | | | KVM: arm64: Make the hyp memory pool staticQuentin Perret2021-12-152-2/+1
| | | * | | | | | | KVM: arm64: pkvm: Disable GICv2 supportQuentin Perret2021-12-152-1/+6
| | | * | | | | | | KVM: arm64: pkvm: Fix hyp_pool max orderQuentin Perret2021-12-151-1/+1
| | | |/ / / / / /
| | * | | | | | | Merge branch kvm-arm64/misc-5.17 into kvmarm-master/nextMarc Zyngier2021-12-074-2/+4
| | |\ \ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | |
| | | * | | | | | KVM: arm64: Constify kvm_io_gic_opsRikard Falkeborn2021-12-062-2/+2
| | | * | | | | | KVM: arm64: Add minimal handling for the ARMv8.7 PMUMarc Zyngier2021-12-012-0/+2
| | | |/ / / / /
| | * | | | | | Merge branch kvm-arm64/hyp-header-split into kvmarm-master/nextMarc Zyngier2021-12-0711-63/+109
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | | * | | | | KVM: arm64: Move host EL1 code out of hyp/ directoryWill Deacon2021-12-068-63/+80
| | | * | | | | KVM: arm64: Generate hyp_constants.h for the hostWill Deacon2021-12-063-0/+28