summaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-2913-60/+106
|\
| * 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-272-2/+3
|\ \
| * | arm64: mm: don't use CON and BLK mapping if KFENCE is enabledJisheng Zhang2021-05-251-1/+2
| * | arm64: Fix stale link in the arch_counter_enforce_ordering() commentCatalin Marinas2021-05-181-1/+1
* | | Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-271-2/+1
|\ \ \
| * | | bpf: Fix BPF_JIT kconfig symbol dependencyDaniel Borkmann2021-05-201-2/+1
| | |/ | |/|
* | | Merge tag 'arm-soc-fixes-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-05-2116-8/+85
|\ \ \
| * \ \ Merge tag 'renesas-arm-dt-for-v5.13-tag3' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann2021-04-2816-8/+85
| |\ \ \
| | * | | arm64: dts: renesas: Add port@0 node for all CSI-2 nodes to dtsiNiklas Söderlund2021-04-2715-7/+84
| | * | | arm64: dts: renesas: aistarvision-mipi-adapter-2.1: Fix CSI40 portsNiklas Söderlund2021-04-271-1/+1
* | | | | Merge tag 'quota_for_v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-05-201-2/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | quota: Disable quotactl_path syscallJan Kara2021-05-171-2/+1
| | |_|/ | |/| |
* | | | 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
|/ / /
* | | 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-022-1/+7
|\ \ \ \ \ \