aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2020-09-21Merge tag 'v5.2.60' into v5.2/standard/baseBruce Ashfield
2020-09-17arm64: perf: Correct the event index in sysfsShaokun Zhang
2020-08-20Merge tag 'v5.2.54' into v5.2/standard/baseBruce Ashfield
2020-08-18arm64: Use test_tsk_thread_flag() for checking TIF_SINGLESTEPWill Deacon
2020-08-16Merge tag 'v5.2.53' into v5.2/standard/baseBruce Ashfield
2020-08-13arm64: compat: Ensure upper 32 bits of x0 are zero on syscall returnWill Deacon
2020-08-13arm64: ptrace: Consistently use pseudo-singlestep exceptionsWill Deacon
2020-08-13arm64: ptrace: Override SPSR.SS when single-stepping is enabledWill Deacon
2020-08-13arm64/alternatives: don't patch up internal branchesArd Biesheuvel
2020-08-13arm64/alternatives: use subsections for replacement sequencesArd Biesheuvel
2020-08-04Merge tag 'v5.2.52' into v5.2/standard/baseBruce Ashfield
2020-08-03arm64: kgdb: Fix single-step exception handling oopsWei Li
2020-07-20Merge tag 'v5.2.50' into v5.2/standard/baseBruce Ashfield
2020-07-20Merge tag 'v5.2.49' into v5.2/standard/baseBruce Ashfield
2020-07-16arm64: perf: Report the PC value in REGS_ABI_32 modeJiping Ma
2020-07-16arm64: sve: Fix build failure when ARM64_SVE=y and SYSCTL=nWill Deacon
2020-07-13arm64: hw_breakpoint: Don't invoke overflow handler on uaccess watchpointsWill Deacon
2020-07-12Merge tag 'v5.2.48' into v5.2/standard/baseBruce Ashfield
2020-07-12Merge tag 'v5.2.47' into v5.2/standard/baseBruce Ashfield
2020-07-11arm64: insn: Fix two bugs in encoding 32-bit logical immediatesLuke Nelson
2020-07-11arm64/kernel: Fix range on invalidating dcache for boot page tablesGavin Shan
2020-07-07arm64: cpufeature: Treat ID_AA64ZFR0_EL1 as RAZ when SVE is not enabledJulien Grall
2020-06-11Merge tag 'v5.2.44' into v5.2/standard/baseBruce Ashfield
2020-06-08arm64: fix the flush_icache_range arguments in machine_kexecChristoph Hellwig
2020-06-05Merge tag 'v5.2.43' into v5.2/standard/baseBruce Ashfield
2020-06-05Merge tag 'v5.2.42' into v5.2/standard/baseBruce Ashfield
2020-06-04arm64: Silence clang warning on mismatched value/register sizesCatalin Marinas
2020-06-04arm64: compat: Workaround Neoverse-N1 #1542419 for compat user-spaceJames Morse
2020-06-04arm64: Fake the IminLine size on systems affected by Neoverse-N1 #1542419James Morse
2020-06-04arm64: errata: Hide CTR_EL0.DIC on systems affected by Neoverse-N1 #1542419James Morse
2020-06-01arm64: armv8_deprecated: Fix undef_hook mask for thumb setendFredrik Strupe
2020-05-25Merge tag 'v5.2.41' into v5.2/standard/baseBruce Ashfield
2020-05-21arm64: smp: fix crash_smp_send_stop() behaviourCristian Marussi
2020-05-21arm64: smp: fix smp_send_stop() behaviourCristian Marussi
2020-05-19perf: Fix the warning of perf_regs.cJiping Ma
2020-05-08perf: perf can not parser the backtrace of app in the 32bit system and 64bit ...Jiping Ma
2020-05-05Merge branch 'linux-5.2.y' into v5.2/standard/baseBruce Ashfield
2020-05-04arm64: nofpsmid: Handle TIF_FOREIGN_FPSTATE flag cleanlySuzuki K Poulose
2020-05-04arm64/fpsimd: Don't disable softirq when touching FPSIMD/SVE stateJulien Grall
2020-05-04arm64/fpsimd: Introduce fpsimd_save_and_flush_cpu_state() and use itJulien Grall
2020-05-04arm64: ptrace: nofpsimd: Fail FP/SIMD regset operationsSuzuki K Poulose
2020-05-04arm64: cpufeature: Set the FP/SIMD compat HWCAP bits properlySuzuki K Poulose
2020-05-04arm64: cpufeature: Fix the type of no FP/SIMD capabilitySuzuki K Poulose
2020-05-04arm64: acpi: fix DAIF manipulation with pNMIMark Rutland
2020-04-13Merge branch 'linux-5.2.y' into v5.2/standard/baseBruce Ashfield
2020-04-12arm64: ssbs: Fix context-switch when SSBS is present on all CPUsWill Deacon
2020-03-21Merge branch 'linux-5.2.y' into v5.2/standard/baseBruce Ashfield
2020-03-20arm64: cpu_errata: Add Hisilicon TSV110 to spectre-v2 safe listWei Li
2020-02-27Merge tag 'v5.2.33' into v5.2/standard/baseBruce Ashfield
2020-02-24arm64: psci: Reduce the waiting time for cpu_psci_cpu_kill()Yunfeng Ye