summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)Author
2020-06-04KVM: let kvm_destroy_vm_debugfs clean up vCPU debugfs directoriesPaolo Bonzini
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-03arm64: mm: use ARCH_HAS_DEBUG_WX instead of arch definedZong Li
2020-06-03mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual
2020-06-03mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual
2020-06-03mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual
2020-06-03arm64/mm: drop __HAVE_ARCH_HUGE_PTEP_GETAnshuman Khandual
2020-06-03hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateMike Kravetz
2020-06-03hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz
2020-06-03hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz
2020-06-03arm64: simplify detection of memory zone boundaries for UMA configsMike Rapoport
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport
2020-06-03mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport
2020-06-03mm: memblock: replace dereferences of memblock_region.nid with API callsMike Rapoport
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-06-02Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-02arm64: use __vmalloc_node in arch_alloc_vmap_stackChristoph Hellwig
2020-06-02mm: enforce that vmap can't map pages executableChristoph Hellwig
2020-06-02mm: ptdump: expand type of 'val' in note_page()Steven Price
2020-06-01Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-06-01Merge tag 'efi-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-06-01Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-06-01Merge branches 'acpi-apei', 'acpi-pmic', 'acpi-video' and 'acpi-dptf'Rafael J. Wysocki
2020-06-01Merge tag 'kvmarm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-29Merge tag 'armsoc-fixes-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-05-29Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-05-28Merge branch 'for-next/scs' into for-next/coreWill Deacon
2020-05-28Merge branch 'for-next/kvm/errata' into for-next/coreWill Deacon
2020-05-28Merge branch 'for-next/bti' into for-next/coreWill Deacon
2020-05-28Merge branches 'for-next/acpi', 'for-next/bpf', 'for-next/cpufeature', 'for-n...Will Deacon
2020-05-28KVM: arm64: Move __load_guest_stage2 to kvm_mmu.hMarc Zyngier
2020-05-28KVM: arm64: Check advertised Stage-2 page size capabilityMarc Zyngier
2020-05-28KVM: arm64: Drop obsolete comment about sys_reg orderingMarc Zyngier
2020-05-28KVM: arm64: Parametrize exception entry with a target ELMarc Zyngier
2020-05-28arm64/kernel: Fix return value when cpu_online() fails in __cpu_up()Nobuhiro Iwamatsu
2020-05-28KVM: arm64: Don't use empty structures as CPU reset stateMarc Zyngier
2020-05-28KVM: arm64: Move sysreg reset check to boot timeMarc Zyngier
2020-05-28KVM: arm64: Add missing reset handlers for PMU emulationMarc Zyngier
2020-05-28KVM: arm64: Refactor vcpu_{read,write}_sys_regMarc Zyngier
2020-05-28KVM: arm64: vgic-v3: Take cpu_if pointer directly instead of vcpuChristoffer Dall
2020-05-27arm64/cpufeature: Add get_arm64_ftr_reg_nowarn()Anshuman Khandual
2020-05-25KVM: arm64: Remove obsolete kvm_virt_to_phys abstractionAndrew Scull
2020-05-25KVM: arm64: Fix incorrect comment on kvm_get_hyp_vector()David Brazdil
2020-05-25KVM: arm64: Clean up cpu_init_hyp_mode()David Brazdil
2020-05-25Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar