aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* KVM: debugfs: Reuse binary stats descriptorsJing Zhang2021-06-241-16/+0
* KVM: stats: Support binary stats retrieval for a VCPUJing Zhang2021-06-241-0/+21
* KVM: stats: Support binary stats retrieval for a VMJing Zhang2021-06-241-0/+15
* KVM: stats: Add fd-based API to read binary stats dataJing Zhang2021-06-241-1/+1
* KVM: stats: Separate generic stats from architecture specific onesJing Zhang2021-06-242-13/+8
* Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2021-06-239-76/+149
|\
| * Merge tag 'for-linus-5.13b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-05-161-1/+2
| |\
| | * arm64: do not set SWIOTLB_NO_FORCE when swiotlb is requiredChristoph Hellwig2021-05-141-1/+2
| * | arm64: Fix race condition on PG_dcache_clean in __sync_icache_dcache()Catalin Marinas2021-05-141-1/+3
| * | arm64: tools: Add __ASM_CPUCAPS_H to the endif in cpucaps.hMark Brown2021-05-131-1/+1
| * | arm64: mte: initialize RGSR_EL1.SEED in __cpu_setupPeter Collingbourne2021-05-101-0/+12
| * | arm64: Generate cpucaps.hMark Brown2021-05-106-74/+132
| |/
* | KVM: switch per-VM stats to u64Paolo Bonzini2021-06-171-1/+1
* | KVM: arm64: Prevent mixed-width VM creationMarc Zyngier2021-05-272-4/+29
* | KVM: arm64: Resolve all pending PC updates before immediate exitZenghui Yu2021-05-271-3/+6
* | KVM: arm64: Fix debug register indexingMarc Zyngier2021-05-151-21/+21
* | KVM: arm64: Commit pending PC adjustemnts before returning to userspaceMarc Zyngier2021-05-154-2/+22
* | KVM: arm64: Move __adjust_pc out of lineMarc Zyngier2021-05-155-23/+21
* | KVM: arm64: Mark the host stage-2 memory pools staticQuentin Perret2021-05-151-2/+2
* | KVM: arm64: Mark pkvm_pgtable_mm_ops staticQuentin Perret2021-05-151-1/+1
* | KVM: arm64: Fix boolreturn.cocci warningskernel test robot2021-05-151-6/+6
|/
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-05-0717-84/+36
|\
| * arm64: kernel: Update the stale commentShaokun Zhang2021-05-061-1/+1
| * arm64: entry: always set GIC_PRIO_PSR_I_SET during entryMark Rutland2021-05-053-30/+5
| * arm64: cpufeatures: use min and maxkernel test robot2021-04-301-2/+3
| * arm64: stacktrace: restore terminal recordsMark Rutland2021-04-302-7/+9
| * arm64/vdso: Discard .note.gnu.property sections in vDSOBill Wendling2021-04-301-1/+7
| * arm64: Show three registers per lineMatthew Wilcox (Oracle)2021-04-231-6/+3
| * arm64: remove HAVE_DEBUG_BUGVERBOSEJisheng Zhang2021-04-231-1/+0
| * arm64: alternative: simplify passing alt_regionMark Rutland2021-04-231-2/+1
| * arm64: Force SPARSEMEM_VMEMMAP as the only memory management modelCatalin Marinas2021-04-237-25/+6
| * arm64: vdso32: drop -no-integrated-as flagNick Desaulniers2021-04-231-8/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-052-25/+12
|\ \
| * | arm64/Kconfig: introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLEOscar Salvador2021-05-051-0/+3
| * | mm: drop redundant ARCH_ENABLE_SPLIT_PMD_PTLOCKAnshuman Khandual2021-05-051-3/+1
| * | mm: drop redundant ARCH_ENABLE_[HUGEPAGE|THP]_MIGRATIONAnshuman Khandual2021-05-051-8/+2
| * | mm: generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]Anshuman Khandual2021-05-051-6/+2
| * | mm: generalize SYS_SUPPORTS_HUGETLBFS (rename as ARCH_SUPPORTS_HUGETLBFS)Anshuman Khandual2021-05-051-3/+1
| * | mm: generalize ARCH_HAS_CACHE_LINE_SIZEAnshuman Khandual2021-05-051-3/+1
| * | userfaultfd: add minor fault registration modeAxel Rasmussen2021-05-051-0/+1
| * | hugetlb/userfaultfd: forbid huge pmd sharing when uffd enabledPeter Xu2021-05-051-2/+1
| * | hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu2021-05-051-2/+2
* | | Merge tag 'pwm/for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-05-052-8/+0
|\ \ \
| * | | arm64: dts: rockchip: Remove clock-names from PWM nodesJohan Jonker2021-04-232-8/+0
* | | | Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2021-05-012-1/+7
|\ \ \ \
| * | | | arch: Wire up Landlock syscallsMickaël Salaün2021-04-222-1/+7
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-0176-665/+3227
|\ \ \ \ \
| * \ \ \ \ Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-04-2386-618/+3314
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'kvm-arm64/kill_oprofile_dependency' into kvmarm-master/nextMarc Zyngier2021-04-222-8/+2
| | |\ \ \ \ \
| | | * | | | | KVM: arm64: Divorce the perf code from oprofile helpersMarc Zyngier2021-04-222-7/+2
| | | |/ / / /