summaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm/debug: add tests validating architecture page table helpersAnshuman Khandual2020-06-051-0/+1
* arm64: add support for folded p4d page tablesMike Rapoport2020-06-0512-104/+368
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-047-123/+18
|\
| * arm64: mm: use ARCH_HAS_DEBUG_WX instead of arch definedZong Li2020-06-042-29/+1
| * mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual2020-06-041-1/+1
| * mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual2020-06-041-0/+1
| * mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual2020-06-041-6/+0
| * arm64/mm: drop __HAVE_ARCH_HUGE_PTEP_GETAnshuman Khandual2020-06-041-6/+0
| * hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateMike Kravetz2020-06-041-12/+4
| * hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz2020-06-041-15/+0
| * hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz2020-06-041-4/+13
| * arm64: simplify detection of memory zone boundaries for UMA configsMike Rapoport2020-06-041-54/+0
| * mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport2020-06-041-1/+1
| * mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport2020-06-041-1/+0
| * mm: memblock: replace dereferences of memblock_region.nid with API callsMike Rapoport2020-06-041-3/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-049-3/+121
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-012-3/+3
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-2433-127/+100
| |\ \ \
| * | | | ARM64: dts: mediatek: enable ethernet on pumpkin boardsBartosz Golaszewski2020-05-221-0/+18
| * | | | ARM64: dts: mediatek: add ethernet pins for pumpkin boardsBartosz Golaszewski2020-05-221-0/+15
| * | | | ARM64: dts: mediatek: add an alias for ethernet0 for pumpkin boardsBartosz Golaszewski2020-05-221-0/+1
| * | | | ARM64: dts: mediatek: add the ethernet node to mt8516.dtsiBartosz Golaszewski2020-05-221-0/+12
| * | | | ARM64: dts: mediatek: add pericfg syscon to mt8516.dtsiBartosz Golaszewski2020-05-221-0/+5
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-157-15/+37
| |\ \ \ \
| * | | | | arm64: dts: ti: k3-am65/j721e-mcu: update cpts nodeGrygorii Strashko2020-05-082-2/+6
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-074-9/+24
| |\ \ \ \ \
| * | | | | | arm64: dts: sdm845: add IPA iommus propertyAlex Elder2020-05-071-0/+2
| * | | | | | arm64: dts: ti: j721e-main: add main navss cpts nodeGrygorii Strashko2020-05-041-0/+12
| * | | | | | arm64: dts: ti: k3-j721e-mcu: add mcu cpsw cpts nodeGrygorii Strashko2020-05-041-0/+9
| * | | | | | arm64: dts: ti: k3-am65-main: add main navss cpts nodeGrygorii Strashko2020-05-041-0/+22
| * | | | | | arm64: dts: ti: k3-am65-mcu: add cpsw cpts nodeGrygorii Strashko2020-05-041-0/+19
| * | | | | | Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann2020-04-282-3/+2
| |\ \ \ \ \ \
| | * | | | | | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-272-3/+2
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-0450-494/+20053
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Merge tag 'kvmarm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-06-0150-480/+20041
| |\ \ \ \ \ \ \
| | * | | | | | | KVM: arm64: Drop obsolete comment about sys_reg orderingMarc Zyngier2020-05-281-5/+1
| | * | | | | | | KVM: arm64: Parametrize exception entry with a target ELMarc Zyngier2020-05-282-37/+39
| | * | | | | | | KVM: arm64: Don't use empty structures as CPU reset stateMarc Zyngier2020-05-281-12/+9
| | * | | | | | | KVM: arm64: Move sysreg reset check to boot timeMarc Zyngier2020-05-281-37/+35
| | * | | | | | | KVM: arm64: Add missing reset handlers for PMU emulationMarc Zyngier2020-05-281-3/+3
| | * | | | | | | KVM: arm64: Refactor vcpu_{read,write}_sys_regMarc Zyngier2020-05-281-57/+71
| | * | | | | | | KVM: arm64: vgic-v3: Take cpu_if pointer directly instead of vcpuChristoffer Dall2020-05-286-52/+50
| | * | | | | | | KVM: arm64: Remove obsolete kvm_virt_to_phys abstractionAndrew Scull2020-05-252-5/+3
| | * | | | | | | KVM: arm64: Fix incorrect comment on kvm_get_hyp_vector()David Brazdil2020-05-251-1/+1
| | * | | | | | | KVM: arm64: Clean up cpu_init_hyp_mode()David Brazdil2020-05-253-40/+29
| | * | | | | | | KVM: arm64: Make KVM_CAP_MAX_VCPUS compatible with the selected GIC versionMarc Zyngier2020-05-161-5/+10
| | * | | | | | | KVM: arm64: Support enabling dirty log gradually in small chunksKeqian Zhu2020-05-162-2/+13
| | * | | | | | | KVM: arm64: Unify handling THP backed host memorySuzuki K Poulose2020-05-161-55/+60
| | * | | | | | | KVM: arm64: Clean up the checking for huge mappingSuzuki K Poulose2020-05-161-1/+5
| | * | | | | | | KVM: arm/arm64: Release kvm->mmu_lock in loop to prevent starvationJiang Yi2020-05-161-0/+3