summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-08-0320-54/+346
|\
| * Merge branch 'for-next/read-barrier-depends' into for-next/coreCatalin Marinas2020-07-315-6/+10
| |\
| | * arm64: Reduce the number of header files pulled into vmlinux.lds.SWill Deacon2020-07-213-6/+8
| | * asm/rwonce: Don't pull <asm/barrier.h> into 'asm-generic/rwonce.h'Will Deacon2020-07-212-0/+2
| * | Merge branch 'for-next/tlbi' into for-next/coreCatalin Marinas2020-07-318-17/+223
| |\ \
| | * | arm64: tlb: Use the TLBI RANGE feature in arm64Zhenyu Ye2020-07-152-29/+131
| | * | arm64: tlb: Detect the ARMv8.4 TLBI RANGE featureZhenyu Ye2020-07-152-1/+5
| | * | arm64: tlb: don't set the ttl value in flush_tlb_page_nosyncZhenyu Ye2020-07-101-3/+2
| | * | arm64: Shift the __tlbi_level() indentation leftCatalin Marinas2020-07-071-22/+21
| | * | arm64: tlb: Set the TTL field in flush_*_tlb_rangeZhenyu Ye2020-07-071-0/+10
| | * | arm64: tlb: Set the TTL field in flush_tlb_rangeZhenyu Ye2020-07-072-7/+36
| | * | arm64: Add tlbi_user_level TLB invalidation helperZhenyu Ye2020-07-071-6/+12
| | * | arm64: Add level-hinted TLB invalidation helperMarc Zyngier2020-07-072-0/+54
| | * | arm64: Document SW reserved PTE/PMD bits in Stage-2 descriptorsMarc Zyngier2020-07-071-0/+2
| | * | arm64: Detect the ARMv8.4 TTL featureMarc Zyngier2020-07-072-1/+3
| | |/
| | |
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----------. \ Merge branches 'for-next/misc', 'for-next/vmcoreinfo', 'for-next/cpufeature',...Catalin Marinas2020-07-318-17/+96
| |\ \ \ \ \ \ \ \ | | | | | | | | |/ | | | | | | | |/|
| | | | | | | | * arm64: ptrace.h: delete duplicated wordRandy Dunlap2020-07-301-1/+1
| | | | | | | | * arm64: pgtable-hwdef.h: delete duplicated wordsRandy Dunlap2020-07-301-2/+2
| | | | | | | |/
| | | | | | * / arm64/vdso: Add time namespace pageAndrei Vagin2020-07-243-0/+22
| | | | | | |/
| | | | | * / arm64: perf: Expose some new events via sysfsShaokun Zhang2020-07-211-0/+27
| | | | | |/
| | | | * / arm64/acpi: disallow AML memory opregions to access kernel memoryArd Biesheuvel2020-07-141-14/+1
| | | | |/
| | | * | arm64/cpufeature: Replace all open bits shift encodings with macrosAnshuman Khandual2020-07-031-0/+28
| | | * | arm64/cpufeature: Add remaining feature bits in ID_AA64MMFR2 registerAnshuman Khandual2020-07-031-0/+7
| | | * | arm64/cpufeature: Add remaining feature bits in ID_AA64MMFR1 registerAnshuman Khandual2020-07-031-0/+4
| | | * | arm64/cpufeature: Add remaining feature bits in ID_AA64MMFR0 registerAnshuman Khandual2020-07-031-0/+3
| | | |/
| | * / arm64/crash_core: Export TCR_EL1.T1SZ in vmcoreinfoBhupesh Sharma2020-07-021-0/+1
| | |/
| * | arm64/mm: save memory access in check_and_switch_context() fast switch pathPingfan Liu2020-07-301-4/+2
| * | arm64: Reserve HWCAP2_MTE as (1 << 18)Catalin Marinas2020-07-241-0/+1
| * | arm64: s/AMEVTYPE/AMEVTYPERVladimir Murzin2020-07-221-2/+2
| * | arm64/hugetlb: Reserve CMA areas for gigantic pages on 16K and 64K configsAnshuman Khandual2020-07-151-0/+2
| * | arm64/mm: Redefine CONT_{PTE, PMD}_SHIFTGavin Shan2020-07-031-8/+8
| * | arm64/panic: Unify all three existing notifier blocksAnshuman Khandual2020-07-022-0/+2
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-021-3/+8
|\ \
| * | KVM: arm64: Prevent vcpu_has_ptrauth from generating OOL functionsMarc Zyngier2020-07-281-3/+8
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-07-313-5/+5
|\ \ \
| * | | arm64: csum: Fix handling of bad packetsRobin Murphy2020-07-301-2/+3
| * | | arm64: Drop unnecessary include from asm/smp.hMarc Zyngier2020-07-301-1/+0
| * | | arm64/alternatives: move length validation inside the subsectionSami Tolvanen2020-07-301-2/+2
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-07-173-1/+14
|\| | |
| * | | arm64: compat: Ensure upper 32 bits of x0 are zero on syscall returnWill Deacon2020-07-161-1/+11
| * | | arm64: ptrace: Override SPSR.SS when single-stepping is enabledWill Deacon2020-07-161-0/+2
| * | | arm64: ptrace: Consistently use pseudo-singlestep exceptionsWill Deacon2020-07-161-0/+1
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-07-104-4/+14
|\| | |
| * | | arm64: arch_timer: Allow an workaround descriptor to disable compat vdsoMarc Zyngier2020-07-081-0/+1
| * | | arm64: Introduce a way to disable the 32bit vdsoMarc Zyngier2020-07-082-3/+12
| * | | KVM: arm64: Fix definition of PAGE_HYP_DEVICEWill Deacon2020-07-081-1/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-07-062-2/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | KVM: arm64: Annotate hyp NMI-related functions as __always_inlineAlexandru Elisei2020-06-222-2/+2
* | | arm64: Add MIDR value for KRYO4XX gold CPU coresSai Prakash Ranjan2020-07-031-0/+2
* | | arm64/alternatives: use subsections for replacement sequencesArd Biesheuvel2020-07-021-8/+8
| |/ |/|