summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm
AgeCommit message (Expand)Author
2021-02-07arm64: Do not pass tagged addresses to __is_lm_address()Catalin Marinas
2021-02-07arm64: Fix kernel address detection of __is_lm_address()Vincenzo Frascino
2021-01-30arm64: mm: use single quantity to represent the PA to VA translationArd Biesheuvel
2021-01-27arm64: make atomic helpers __always_inlineArnd Bergmann
2020-12-30KVM: arm64: Introduce handling of AArch32 TTBCR2 trapsMarc Zyngier
2020-12-02arm64: pgtable: Ensure dirty bit is preserved across pte_wrprotect()Will Deacon
2020-12-02arm64: pgtable: Fix pte_accessible()Will Deacon
2020-11-24arm64: errata: Fix handling of 1418040 with late CPU onliningWill Deacon
2020-11-10arm64: asm: Add new-style position independent function annotationsMark Brown
2020-11-05KVM: arm64: Fix AArch32 handling of DBGD{CCINT,SCRext} and DBGVCRMarc Zyngier
2020-11-05arm64/mm: return cpu_all_mask when node is NUMA_NO_NODEZhengyuan Liu
2020-10-01KVM: arm64: Assume write fault on S1PTW permission fault on instruction fetchMarc Zyngier
2020-10-01arm64: insn: consistently handle exit textMark Rutland
2020-09-05KVM: arm64: Set HCR_EL2.PTW to prevent AT taking synchronous exceptionJames Morse
2020-09-05KVM: arm64: Survive synchronous exceptions caused by AT instructionsJames Morse
2020-09-05KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse
2020-09-03arm64: Fix __cpu_logical_map undefined issueKefeng Wang
2020-08-26KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon
2020-08-07arm64: Workaround circular dependency in pointer_auth.hMarc Zyngier
2020-08-05arm64: csum: Fix handling of bad packetsRobin Murphy
2020-08-05arm64/alternatives: move length validation inside the subsectionSami Tolvanen
2020-07-22arm64: compat: Ensure upper 32 bits of x0 are zero on syscall returnWill Deacon
2020-07-22arm64: ptrace: Consistently use pseudo-singlestep exceptionsWill Deacon
2020-07-22arm64: ptrace: Override SPSR.SS when single-stepping is enabledWill Deacon
2020-07-22arm64/alternatives: use subsections for replacement sequencesArd Biesheuvel
2020-07-22arm64: arch_timer: Allow an workaround descriptor to disable compat vdsoMarc Zyngier
2020-07-22arm64: Introduce a way to disable the 32bit vdsoMarc Zyngier
2020-07-16KVM: arm64: Annotate hyp NMI-related functions as __always_inlineAlexandru Elisei
2020-07-16KVM: arm64: Fix definition of PAGE_HYP_DEVICEWill Deacon
2020-06-22arm64: cacheflush: Fix KGDB trap detectionDaniel Thompson
2020-06-22arm64/kernel: Fix range on invalidating dcache for boot page tablesGavin Shan
2020-06-17KVM: arm64: Save the host's PtrAuth keys in non-preemptible contextMarc Zyngier
2020-06-17KVM: arm64: Synchronize sysreg state on injecting an AArch32 exceptionMarc Zyngier
2020-06-17KVM: arm64: Make vcpu_cp1x() work on Big Endian hostsMarc Zyngier
2020-06-17arm64: acpi: fix UBSAN warningNick Desaulniers
2020-05-02arm64: Delete the space separator in __emit_instFangrui Song
2020-04-29compat: ARM64: always include asm-generic/compat.hArnd Bergmann
2020-04-29arm64: Fake the IminLine size on systems affected by Neoverse-N1 #1542419James Morse
2020-04-29arm64: errata: Hide CTR_EL0.DIC on systems affected by Neoverse-N1 #1542419James Morse
2020-04-02arm64: alternative: fix build with clang integrated assemblerIlie Halip
2020-03-25arm64: compat: Fix syscall number of compat_clock_getresVincenzo Frascino
2020-02-28arm64: lse: Fix LSE atomics with LLVMVincenzo Frascino
2020-02-28arm64: memory: Add missing brackets to untagged_addr() macroWill Deacon
2020-02-24arm64: fix alternatives with LLVM's integrated assemblerSami Tolvanen
2020-02-24arm64: lse: fix LSE atomics with LLVM's integrated assemblerSami Tolvanen
2020-02-11KVM: arm64: Only sign-extend MMIO up to register widthChristoffer Dall
2020-02-11KVM: arm/arm64: Correct AArch32 SPSR on exception entryMark Rutland
2020-02-11KVM: arm/arm64: Correct CPSR on exception entryMark Rutland
2020-02-11arm64: acpi: fix DAIF manipulation with pNMIMark Rutland
2020-01-14arm64: Move __ARCH_WANT_SYS_CLONE3 definition to uapi headersAmanieu d'Antras