aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-02Merge tag 'iommu-updates-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2-2/+2
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds12-62/+26
2021-07-01Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-1/+2
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual1-1/+0
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual1-2/+0
2021-06-30mm: generalize ZONE_[DMA|DMA32]Kefeng Wang1-8/+1
2021-06-30arm64/mm: drop HAVE_ARCH_PFN_VALIDAnshuman Khandual3-39/+0
2021-06-30arm64: drop pfn_valid_within() and simplify pfn_valid()Mike Rapoport2-2/+1
2021-06-30arm64: decouple check whether pfn is in linear map from pfn_valid()Mike Rapoport6-6/+19
2021-06-30mm/kconfig: move HOLES_IN_ZONE into mmKefeng Wang1-3/+1
2021-06-30mm/pgtable: add stubs for {pmd/pub}_{set/clear}_hugeChristophe Leroy1-8/+12
2021-06-30mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy2-5/+3
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds5-97/+1140
2021-06-30Merge tag 'clang-features-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds3-16/+17
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+2
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport1-1/+1
2021-06-29arch/arm64/kvm: use vma_lookup() instead of find_vma_intersection()Liam Howlett1-1/+1
2021-06-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-4005/+2
2021-06-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds38-314/+895
2021-06-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds109-2285/+2953
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-7/+3
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-17/+0
2021-06-28Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2021-06-25Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini81-525/+1229
2021-06-25Merge branch kvm-arm64/mmu/mte into kvmarm-master/nextMarc Zyngier1-4/+8
2021-06-25Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/amd', 'virtio' and 'core' into nextJoerg Roedel2-2/+2
2021-06-25iommu/dma: Pass address limit rather than size to iommu_setup_dma_ops()Jean-Philippe Brucker1-1/+1
2021-06-24KVM: debugfs: Reuse binary stats descriptorsJing Zhang1-16/+0
2021-06-24KVM: stats: Support binary stats retrieval for a VCPUJing Zhang1-0/+21
2021-06-24KVM: stats: Support binary stats retrieval for a VMJing Zhang1-0/+15
2021-06-24arm64: dts: sparx5: Add the Sparx5 switch nodeSteen Hegelund3-84/+1112
2021-06-24KVM: stats: Add fd-based API to read binary stats dataJing Zhang1-1/+1
2021-06-24KVM: stats: Separate generic stats from architecture specific onesJing Zhang2-13/+8
2021-06-24KVM: arm64: Set the MTE tag bit before releasing the pageMarc Zyngier1-4/+8
2021-06-24Merge branch 'for-next/sve' into for-next/coreWill Deacon4-11/+23
2021-06-24Merge branch 'for-next/smccc' into for-next/coreWill Deacon2-0/+92
2021-06-24Merge branch 'for-next/ptrauth' into for-next/coreWill Deacon6-61/+88
2021-06-24Merge branch 'for-next/perf' into for-next/coreWill Deacon2-5/+40
2021-06-24Merge branch 'for-next/mte' into for-next/coreWill Deacon6-32/+131
2021-06-24Merge branch 'for-next/mm' into for-next/coreWill Deacon18-62/+66
2021-06-24Merge branch 'for-next/misc' into for-next/coreWill Deacon1-1/+1
2021-06-24Merge branch 'for-next/kasan' into for-next/coreWill Deacon4-2/+99
2021-06-24Merge branch 'for-next/insn' into for-next/coreWill Deacon17-265/+358
2021-06-24Merge branch 'for-next/entry' into for-next/coreWill Deacon11-438/+417
2021-06-24Merge branch 'for-next/cpuidle' into for-next/coreWill Deacon3-33/+55
2021-06-24Merge branch 'for-next/cpufeature' into for-next/coreWill Deacon8-98/+288
2021-06-24Merge branch 'for-next/cortex-strings' into for-next/coreWill Deacon10-967/+915
2021-06-24Merge branch 'for-next/caches' into for-next/coreWill Deacon27-218/+276
2021-06-23arm64: tlb: fix the TTL value of tlb_get_levelZhenyu Ye1-0/+4