summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-062-25/+8
|\
| * asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarchTiezhu Yang2023-06-221-24/+0
| * arm64: memory: Make virt_to_pfn() a static inlineLinus Walleij2023-05-291-1/+8
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-0312-49/+256
|\ \
| * \ Merge tag 'kvmarm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2023-07-0115-66/+265
| |\ \
| | * \ Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton2023-06-153-1/+9
| | |\ \
| | | * | KVM: arm64: Use BTI for nvheMostafa Saleh2023-05-301-0/+1
| | | * | KVM: arm64: Relax trapping of CTR_EL0 when FEAT_EVT is availableMarc Zyngier2023-05-212-1/+8
| | * | | Merge branch kvm-arm64/configurable-id-regs into kvmarm/nextOliver Upton2023-06-153-26/+27
| | |\ \ \
| | | * | | KVM: arm64: Rip out the vestiges of the 'old' ID register schemeOliver Upton2023-06-151-4/+0
| | | * | | KVM: arm64: Use arm64_ftr_bits to sanitise ID register writesJing Zhang2023-06-151-0/+1
| | | * | | KVM: arm64: Save ID registers' sanitized value per guestJing Zhang2023-06-151-0/+15
| | | * | | KVM: arm64: Rewrite IMPDEF PMU version as NIOliver Upton2023-06-121-4/+1
| | | * | | KVM: arm64: Make vCPU feature flags consistent VM-wideOliver Upton2023-06-122-19/+10
| | | * | | KVM: arm64: Separate out feature sanitisation and initialisationOliver Upton2023-06-121-0/+1
| | | | |/ | | | |/|
| | * | | Merge branch for-next/module-alloc into kvmarm/nextOliver Upton2023-06-153-17/+9
| | |\ \ \
| | * \ \ \ Merge branch kvm-arm64/hvhe into kvmarm/nextOliver Upton2023-06-157-18/+103
| | |\ \ \ \
| | | * | | | KVM: arm64: Fix hVHE init on CPUs where HCR_EL2.E2H is not RES1Marc Zyngier2023-06-151-1/+0
| | | * | | | KVM: arm64: Force HCR_E2H in guest context when ARM64_KVM_HVHE is setMarc Zyngier2023-06-121-1/+1
| | | * | | | KVM: arm64: Rework CPTR_EL2 programming for HVHE configurationMarc Zyngier2023-06-122-3/+32
| | | * | | | KVM: arm64: Key use of VHE instructions in nVHE code off ARM64_KVM_HVHEMarc Zyngier2023-06-121-3/+9
| | | * | | | KVM: arm64: Remove alternatives from sysreg accessors in VHE hypervisor contextMarc Zyngier2023-06-121-6/+19
| | | * | | | arm64: Use CPACR_EL1 format to set CPTR_EL2 when E2H is setMarc Zyngier2023-06-121-2/+19
| | | * | | | arm64: Allow EL1 physical timer access when running VHEMarc Zyngier2023-06-121-0/+5
| | | * | | | arm64: Add KVM_HVHE capability and has_hvhe() predicateMarc Zyngier2023-06-122-0/+9
| | | * | | | arm64: Turn kaslr_feature_override into a generic SW feature overrideMarc Zyngier2023-06-121-0/+4
| | | * | | | arm64: Prevent the use of is_kernel_in_hyp_mode() in hypervisor codeMarc Zyngier2023-06-121-1/+3
| | | * | | | KVM: arm64: Drop is_kernel_in_hyp_mode() from __invalidate_icache_guest_page()Marc Zyngier2023-06-121-1/+2
| | | | |/ / | | | |/| |
| | * | | | Merge branch kvm-arm64/ffa-proxy into kvmarm/nextOliver Upton2023-06-152-0/+22
| | |\ \ \ \
| | | * | | | KVM: arm64: pkvm: Add support for fragmented FF-A descriptorsQuentin Perret2023-06-011-2/+15
| | | * | | | KVM: arm64: Allocate pages for hypervisor FF-A mailboxesWill Deacon2023-06-011-0/+8
| | | * | | | KVM: arm64: Probe FF-A version and host/hyp partition ID during initWill Deacon2023-06-011-0/+1
| | | | |_|/ | | | |/| |
| | * | | | Merge branch kvm-arm64/eager-page-splitting into kvmarm/nextOliver Upton2023-06-154-4/+95
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | KVM: arm64: Use local TLBI on permission relaxationMarc Zyngier2023-05-161-0/+4
| | | * | | KVM: arm64: Add kvm_uninit_stage2_mmu()Ricardo Koller2023-05-161-0/+1
| | | * | | KVM: arm64: Add kvm_pgtable_stage2_split()Ricardo Koller2023-05-161-0/+19
| | | * | | KVM: arm64: Add KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZERicardo Koller2023-05-162-0/+33
| | | * | | KVM: arm64: Add helper for creating unlinked stage2 subtreesRicardo Koller2023-05-161-0/+26
| | | * | | KVM: arm64: Add KVM_PGTABLE_WALK flags for skipping CMOs and BBM TLBIsRicardo Koller2023-05-161-0/+8
| | | * | | KVM: arm64: Rename free_removed to free_unlinkedRicardo Koller2023-05-161-4/+4
| | | |/ /
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-07-011-3/+3
|\ \ \ \ \
| * | | | | arm64: sme: Use STR P to clear FFR context field in streaming SVE modeWill Deacon2023-06-291-3/+3
* | | | | | Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-06-301-0/+22
|\ \ \ \ \ \
| * | | | | | arm64: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVALDonglin Peng2023-06-201-0/+22
* | | | | | | Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-06-291-14/+1
|\ \ \ \ \ \ \
| * | | | | | | Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Dave Airlie2023-06-194-6/+21
| |\| | | | | |
| * | | | | | | Merge drm/drm-next into drm-misc-nextMaxime Ripard2023-05-0929-413/+451
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | arch/arm64: Implement <asm/fb.h> with generic helpersThomas Zimmermann2023-04-201-14/+1
* | | | | | | | Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-06-281-4/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | thread_info: move function declarations to linux/thread_info.hArnd Bergmann2023-06-091-4/+0
| | |_|_|_|_|/ / | |/| | | | | |