summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvmarm-fixes-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2022-08-195-7/+12
|\
| * KVM: arm64: Reject 32bit user PSTATE on asymmetric systemsOliver Upton2022-08-171-1/+1
| * KVM: arm64: Treat PMCR_EL1.LC as RES1 on asymmetric systemsOliver Upton2022-08-173-4/+7
| * KVM: arm64: Fix compile error due to sign extensionYang Yingliang2022-08-101-2/+4
* | KVM: Rename mmu_notifier_* to mmu_invalidate_*Chao Peng2022-08-191-4/+4
* | Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-111-8/+8
|\ \
| * | bpf, arm64: Fix bpf trampoline instruction endiannessXu Kuohai2022-08-101-6/+6
| * | bpf, arm64: Allocate program buffer using kvcalloc instead of kcallocAijun Sun2022-08-081-2/+2
* | | mm: hugetlb_vmemmap: delete hugetlb_optimize_vmemmap_enabled()Muchun Song2022-08-081-10/+3
* | | Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-071-8/+0
|\ \ \
| * | | profile: setup_profiling_timer() is moslty not implementedBen Dooks2022-07-291-8/+0
* | | | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-057-39/+73
|\ \ \ \
| * | | | memblock,arm64: expand the static memblock memory tableZhou Guanghui2022-07-291-0/+9
| * | | | mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-1/+0
| * | | | arm64/mm: move protection_map[] inside the platformAnshuman Khandual2022-07-172-18/+21
| * | | | arm64/hugetlb: implement arm64 specific hugetlb_mask_last_pageBaolin Wang2022-07-171-0/+22
| * | | | mm: hugetlb: kill set_huge_swap_pte_at()Qi Zheng2022-07-032-20/+17
| * | | | Merge branch 'master' into mm-stableakpm2022-06-2721-165/+175
| |\| | |
| * | | | mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-161-0/+4
* | | | | Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-053-34/+15
|\ \ \ \ \
| * | | | | KVM: arm64: Add a flag to disable MMIO trace for nVHE KVMSai Prakash Ranjan2022-06-151-1/+6
| * | | | | lib: Add register read/write tracing supportPrasad Sodagudi2022-06-151-0/+1
| * | | | | arm64: io: Use asm-generic high level MMIO accessorsSai Prakash Ranjan2022-06-151-33/+8
| |/ / / /
* | | | | Merge tag 'arm-late-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2022-08-053-10/+39
|\ \ \ \ \
| * \ \ \ \ Merge branch 'arm/fixes' into arm/lateArnd Bergmann2022-08-051-4/+4
| |\ \ \ \ \
| | * | | | | arm64: dts: uniphier: Fix USB interrupts for PXs3 SoCKunihiko Hayashi2022-08-021-4/+4
| * | | | | | Merge tag 'socfpga_updates_for_v5.20_part2' of git://git.kernel.org/pub/scm/l...Arnd Bergmann2022-08-027-50/+165
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'asahi-soc-dt-5.20' of https://github.com/AsahiLinux/linux into arm...Arnd Bergmann2022-08-022-6/+35
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | arm64: dts: apple: t8103: Add ANS2 NVMe nodesSven Peter2022-07-311-0/+34
| | * | | | | | arm64: dts: apple: Re-parent ANS2 power domainsHector Martin2022-06-211-6/+1
* | | | | | | | Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-041-16/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | asm-generic: Add new pci.h and use itStafford Horne2022-07-221-8/+2
| * | | | | | | | PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne2022-07-221-2/+0
| * | | | | | | | PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne2022-07-221-6/+0
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-08-0439-941/+1520
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'kvmarm-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-08-0139-944/+1579
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | Merge branch kvm-arm64/nvhe-stacktrace into kvmarm-master/nextMarc Zyngier2022-07-2716-170/+775
| | |\ \ \ \ \ \ \
| | | * | | | | | | arm64: Update 'unwinder howto'Marc Zyngier2022-07-271-10/+4
| | | * | | | | | | KVM: arm64: Don't open code ARRAY_SIZE()Oliver Upton2022-07-272-4/+5
| | | * | | | | | | KVM: arm64: Move nVHE-only helpers into kvm/stacktrace.cMarc Zyngier2022-07-272-41/+41
| | | * | | | | | | KVM: arm64: Make unwind()/on_accessible_stack() per-unwinder functionsMarc Zyngier2022-07-276-197/+213
| | | * | | | | | | KVM: arm64: Move nVHE stacktrace unwinding into its own compilation unitMarc Zyngier2022-07-274-99/+123
| | | * | | | | | | KVM: arm64: Move PROTECTED_NVHE_STACKTRACE aroundMarc Zyngier2022-07-271-13/+11
| | | * | | | | | | KVM: arm64: Introduce pkvm_dump_backtrace()Kalesh Singh2022-07-261-1/+34
| | | * | | | | | | KVM: arm64: Implement protected nVHE hyp stack unwinderKalesh Singh2022-07-261-3/+12
| | | * | | | | | | KVM: arm64: Save protected-nVHE (pKVM) hyp stacktraceKalesh Singh2022-07-261-1/+54
| | | * | | | | | | KVM: arm64: Stub implementation of pKVM HYP stack unwinderKalesh Singh2022-07-261-2/+33
| | | * | | | | | | KVM: arm64: Allocate shared pKVM hyp stacktrace buffersKalesh Singh2022-07-262-0/+12
| | | * | | | | | | KVM: arm64: Add PROTECTED_NVHE_STACKTRACE KconfigKalesh Singh2022-07-261-0/+15
| | | * | | | | | | KVM: arm64: Introduce hyp_dump_backtrace()Kalesh Singh2022-07-262-0/+86