summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* arm64: use asm-generic/cacheflush.hChristoph Hellwig2020-06-081-41/+5
* Merge tag 'core_core_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-06-051-1/+22
|\
| * arm64/elf: Disable automatic READ_IMPLIES_EXEC for 64-bit address spacesKees Cook2020-04-201-2/+2
| * arm32/64/elf: Split READ_IMPLIES_EXEC from executable PT_GNU_STACKKees Cook2020-04-201-2/+3
| * arm32/64/elf: Add tables to document READ_IMPLIES_EXECKees Cook2020-04-201-0/+20
* | arm64: add support for folded p4d page tablesMike Rapoport2020-06-045-35/+75
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-032-13/+2
|\ \
| * | mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual2020-06-031-1/+1
| * | mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual2020-06-031-0/+1
| * | mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual2020-06-031-6/+0
| * | arm64/mm: drop __HAVE_ARCH_HUGE_PTEP_GETAnshuman Khandual2020-06-031-6/+0
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-036-52/+18
|\ \ \ | |/ / |/| |
| * | Merge tag 'kvmarm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-06-016-51/+16
| |\ \
| | * | 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-281-0/+1
| | * | KVM: arm64: vgic-v3: Take cpu_if pointer directly instead of vcpuChristoffer Dall2020-05-281-6/+6
| | * | KVM: arm64: Remove obsolete kvm_virt_to_phys abstractionAndrew Scull2020-05-251-2/+0
| | * | 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-252-35/+2
| | * | KVM: arm64: Support enabling dirty log gradually in small chunksKeqian Zhu2020-05-161-0/+3
| | * | KVM: arm64: Use cpus_have_final_cap for has_vhe()Marc Zyngier2020-05-161-1/+1
| | * | KVM: arm64: Simplify __kvm_timer_set_cntvoff implementationMarc Zyngier2020-05-161-1/+1
| * | | Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/...Paolo Bonzini2020-05-203-5/+16
| |\| |
| * | | kvm: add halt-polling cpu usage statsDavid Matlack2020-05-151-0/+2
| | |/ | |/|
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-022-4/+5
|\ \ \
| * | | arm64: use __vmalloc_node in arch_alloc_vmap_stackChristoph Hellwig2020-06-021-4/+2
| * | | mm: enforce that vmap can't map pages executableChristoph Hellwig2020-06-021-0/+3
* | | | Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-012-1/+3
|\ \ \ \
| * | | | vfs: add faccessat2 syscallMiklos Szeredi2020-05-142-1/+3
| | |_|/ | |/| |
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-0132-106/+482
|\ \ \ \
| * \ \ \ Merge branch 'for-next/scs' into for-next/coreWill Deacon2020-05-284-2/+44
| |\ \ \ \
| | * | | | scs: Move scs_overflow_check() out of architecture codeWill Deacon2020-05-181-18/+0
| | * | | | arm64: scs: Use 'scs_sp' register alias for x18Will Deacon2020-05-181-2/+4
| | * | | | arm64: scs: Store absolute SCS stack pointer value in thread_infoWill Deacon2020-05-182-7/+6
| | * | | | arm64: Implement Shadow Call StackSami Tolvanen2020-05-152-0/+59
| | * | | | arm64: Disable SCS for hypervisor codeSami Tolvanen2020-05-151-1/+1
| | * | | | arm64: Preserve register x18 when CPU is suspendedSami Tolvanen2020-05-151-1/+1
| | |/ / /
| * | | | Merge branch 'for-next/kvm/errata' into for-next/coreWill Deacon2020-05-284-32/+26
| |\ \ \ \
| | * | | | KVM: arm64: Move __load_guest_stage2 to kvm_mmu.hMarc Zyngier2020-05-282-18/+17
| | * | | | arm64: Unify WORKAROUND_SPECULATIVE_AT_{NVHE,VHE}Andrew Scull2020-05-043-13/+8
| | |/ / /
| * | | | Merge branch 'for-next/bti' into for-next/coreWill Deacon2020-05-2819-8/+260
| |\ \ \ \
| | * | | | arm64: vdso: Don't prefix sigreturn trampoline with a BTI C instructionWill Deacon2020-05-211-3/+3
| | * | | | arm64: bti: Fix support for userspace only BTIMark Brown2020-05-121-0/+8
| | * | | | arm64: asm: Provide a mechanism for generating ELF note for BTIMark Brown2020-05-071-0/+50
| | * | | | arm64: Set GP bit in kernel page tables to enable BTI for the kernelMark Brown2020-05-071-0/+3
| | * | | | arm64: asm: Override SYM_FUNC_START when building the kernel with BTIMark Brown2020-05-071-0/+46
| | | | | |
| | | \ \ \
| | *-. \ \ \ Merge branches 'for-next/asm' and 'for-next/insn' into for-next/btiWill Deacon2020-05-051-3/+27
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | | | * | | arm64: insn: Provide a better name for aarch64_insn_is_nop()Mark Brown2020-05-041-1/+1
| | | | * | | arm64: insn: Add constants for new HINT instruction decodeMark Brown2020-05-041-2/+26
| | | |/ / /
| | * | | | Merge branch 'for-next/bti-user' into for-next/btiWill Deacon2020-05-0515-5/+127
| | |\ \ \ \ | | | |/ / / | | |/| | |