summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | KVM: arm64: BTI: Reset BTYPE when skipping emulated instructionsDave Martin2020-03-161-2/+4
| | | * | | | arm64: elf: Enable BTI at exec based on ELF program propertiesDave Martin2020-03-161-0/+50
| | | * | | | arm64: Basic Branch Target Identification supportDave Martin2020-03-1613-3/+74
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Merge branches 'for-next/acpi', 'for-next/bpf', 'for-next/cpufeature', 'for-n...Will Deacon2020-05-2814-68/+156
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | | | * | | | | arm64/crash_core: Export KERNELPACMASK in vmcoreinfoAmit Daniel Kachhap2020-05-111-4/+0
| | | | * | | | | arm64: simplify ptrauth initializationMark Rutland2020-04-282-11/+22
| | | | * | | | | arm64: remove ptrauth_keys_install_kernel sync argMark Rutland2020-04-281-5/+16
| | |_|/ / / / / | |/| | | | | |
| | | * | | | | arm64: stacktrace: Factor out some common code into on_stack()Yunfeng Ye2020-05-181-26/+14
| | | * | | | | arm64: Call debug_traps_init() from trap_init() to help early kgdbDouglas Anderson2020-05-181-0/+2
| | | * | | | | arm64: cacheflush: Fix KGDB trap detectionDaniel Thompson2020-05-051-3/+3
| | | * | | | | KVM: arm64: Drop PTE_S2_MEMATTR_MASKZenghui Yu2020-04-281-1/+0
| | | * | | | | arm64/kernel: Fix range on invalidating dcache for boot page tablesGavin Shan2020-04-281-0/+1
| | | * | | | | arm64/mm: Use phys_to_page() to access pgtable memoryGavin Shan2020-04-281-3/+3
| | |/ / / / / | |/| | | | |
| | * | | | | KVM: arm64: Check advertised Stage-2 page size capabilityMarc Zyngier2020-05-282-1/+4
| | * | | | | arm64/cpuinfo: Add ID_MMFR4_EL1 into the cpuinfo_arm64 contextAnshuman Khandual2020-05-211-0/+1
| | * | | | | arm64/cpufeature: Add remaining feature bits in ID_AA64PFR1 registerAnshuman Khandual2020-05-211-0/+4
| | * | | | | arm64/cpufeature: Add remaining feature bits in ID_AA64PFR0 registerAnshuman Khandual2020-05-211-0/+2
| | * | | | | arm64/cpufeature: Add remaining feature bits in ID_AA64ISAR0 registerAnshuman Khandual2020-05-211-0/+1
| | * | | | | arm64/cpufeature: Add remaining feature bits in ID_MMFR4 registerAnshuman Khandual2020-05-211-0/+8
| | * | | | | arm64/cpufeature: Add remaining feature bits in ID_PFR0 registerAnshuman Khandual2020-05-211-0/+3
| | * | | | | arm64/cpufeature: Introduce ID_MMFR5 CPU registerAnshuman Khandual2020-05-212-0/+4
| | * | | | | arm64/cpufeature: Introduce ID_DFR1 CPU registerAnshuman Khandual2020-05-212-0/+4
| | * | | | | arm64/cpufeature: Introduce ID_PFR2 CPU registerAnshuman Khandual2020-05-212-0/+5
| | * | | | | arm64/cpufeature: Add explicit ftr_id_isar0[] for ID_ISAR0 registerAnshuman Khandual2020-05-211-0/+8