summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2020-07-29arm64: Use test_tsk_thread_flag() for checking TIF_SINGLESTEPWill Deacon
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: don't patch up internal branchesArd Biesheuvel
2020-07-22arm64/alternatives: use subsections for replacement sequencesArd Biesheuvel
2020-07-16arm64: kgdb: Fix single-step exception handling oopsWei Li
2020-06-30arm64: perf: Report the PC value in REGS_ABI_32 modeJiping Ma
2020-06-30arm64: sve: Fix build failure when ARM64_SVE=y and SYSCTL=nWill Deacon
2020-06-24arm64: hw_breakpoint: Don't invoke overflow handler on uaccess watchpointsWill Deacon
2020-06-22arm64: insn: Fix two bugs in encoding 32-bit logical immediatesLuke Nelson
2020-06-22arm64/kernel: Fix range on invalidating dcache for boot page tablesGavin Shan
2020-05-27arm64: Fix PTRACE_SYSEMU semanticsKeno Fischer
2020-05-20arm64: fix the flush_icache_range arguments in machine_kexecChristoph Hellwig
2020-05-06arm64: vdso: Add -fasynchronous-unwind-tables to cflagsVincenzo Frascino
2020-04-29arm64: Silence clang warning on mismatched value/register sizesCatalin Marinas
2020-04-29arm64: compat: Workaround Neoverse-N1 #1542419 for compat user-spaceJames Morse
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-21arm64: vdso: don't free unallocated pagesMark Rutland
2020-04-17arm64: armv8_deprecated: Fix undef_hook mask for thumb setendFredrik Strupe
2020-03-25arm64: smp: fix crash_smp_send_stop() behaviourCristian Marussi
2020-03-25arm64: smp: fix smp_send_stop() behaviourCristian Marussi
2020-02-19arm64: ssbs: Fix context-switch when SSBS is present on all CPUsWill Deacon
2020-02-14arm64: nofpsmid: Handle TIF_FOREIGN_FPSTATE flag cleanlySuzuki K Poulose
2020-02-14arm64: ptrace: nofpsimd: Fail FP/SIMD regset operationsSuzuki K Poulose
2020-02-14arm64: cpufeature: Set the FP/SIMD compat HWCAP bits properlySuzuki K Poulose
2020-02-14arm64: cpufeature: Fix the type of no FP/SIMD capabilitySuzuki K Poulose
2020-02-11arm64: acpi: fix DAIF manipulation with pNMIMark Rutland
2020-01-14arm64: Implement copy_thread_tlsAmanieu d'Antras
2020-01-12arm64: cpu_errata: Add Hisilicon TSV110 to spectre-v2 safe listWei Li
2019-12-31arm64: psci: Reduce the waiting time for cpu_psci_cpu_kill()Yunfeng Ye
2019-11-01arm64: apply ARM64_ERRATUM_843419 workaround for Brahma-B53 coreFlorian Fainelli
2019-11-01arm64: Brahma-B53 is SSB and spectre v2 safeFlorian Fainelli
2019-11-01arm64: apply ARM64_ERRATUM_845719 workaround for Brahma-B53 coreDoug Berger
2019-10-31arm64: cpufeature: Enable Qualcomm Falkor errata 1009 for KryoBjorn Andersson
2019-10-29arm64: cpufeature: Enable Qualcomm Falkor/Kryo errata 1003Bjorn Andersson
2019-10-17Merge branch 'errata/tx2-219' into for-next/fixesWill Deacon
2019-10-16arm64: tags: Preserve tags for addresses translated via TTBR1Will Deacon
2019-10-16arm64: entry.S: Do not preempt from IRQ before all cpufeatures are enabledJulien Thierry
2019-10-14arm64: hibernate: check pgd table allocationPavel Tatashin
2019-10-14arm64: cpufeature: Treat ID_AA64ZFR0_EL1 as RAZ when SVE is not enabledJulien Grall
2019-10-08arm64: armv8_deprecated: Checking return value for memory allocationYunfeng Ye
2019-10-08arm64: Avoid Cavium TX2 erratum 219 when switching TTBRMarc Zyngier
2019-10-08arm64: Enable workaround for Cavium TX2 erratum 219 when running SMTMarc Zyngier
2019-10-07arm64: vdso32: Rename COMPATCC to CC_COMPATWill Deacon
2019-10-07arm64: vdso32: Pass '--target' option to clang via VDSO_CAFLAGSWill Deacon
2019-10-07arm64: vdso32: Don't use KBUILD_CPPFLAGS unconditionallyWill Deacon
2019-10-07arm64: vdso32: Move definition of COMPATCC into vdso32/MakefileWill Deacon
2019-10-07arm64: vdso32: Remove jump label config option in MakefileVincenzo Frascino