aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2021-10-06arm64: Mark __stack_chk_guard as __ro_after_initDan Li
2021-09-26drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()Thomas Gleixner
2021-09-22arm64/sve: Use correct size when reinitialising SVE stateMark Brown
2021-09-22arm64: head: avoid over-mapping in map_memoryMark Rutland
2021-05-22arm64: vdso: remove commas between macro name and argumentsJian Cai
2021-05-22arm64/vdso: Discard .note.gnu.property sections in vDSOBill Wendling
2021-04-16KVM: arm64: Hide system instruction access to Trace registersSuzuki K Poulose
2021-03-30arm64: kdump: update ppos when reading elfcorehdrPavel Tatashin
2021-03-07arm64 module: set plt* section addresses to 0x0Shaoying Xu
2021-03-04arm64: Extend workaround for erratum 1024718 to all versions of Cortex-A55Suzuki K Poulose
2021-03-04arm64: uprobe: Return EOPNOTSUPP for AARCH32 instruction probingHe Zhe
2021-03-04arm64: Add missing ISB after invalidating TLB in __primary_switchMarc Zyngier
2020-12-30arm64: syscall: exit userspace before unmasking exceptionsMark Rutland
2020-11-24arm64: psci: Avoid printing in cpu_psci_cpu_die()Will Deacon
2020-11-05arm64: topology: Stop using MPIDR for topology informationValentin Schneider
2020-11-05arm64: Run ARCH_WORKAROUND_1 enabling code on all CPUsMarc Zyngier
2020-10-01arm64/cpufeature: Drop TraceFilt feature exposure from ID_DFR0 registerAnshuman Khandual
2020-10-01arm64: cpufeature: Relax checks for AArch32 support at EL[0-2]Will Deacon
2020-09-09KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse
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-25arm64: 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-05-20arm64: fix the flush_icache_range arguments in machine_kexecChristoph Hellwig
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-17arm64: armv8_deprecated: Fix undef_hook mask for thumb setendFredrik Strupe
2020-04-13arm64: Fix size of __early_cpu_boot_statusArun KS
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-19arm64: nofpsmid: Handle TIF_FOREIGN_FPSTATE flag cleanlySuzuki K Poulose
2020-02-19arm64: cpufeature: Set the FP/SIMD compat HWCAP bits properlySuzuki K Poulose
2020-02-14arm64: ptrace: nofpsimd: Fail FP/SIMD regset operationsSuzuki K Poulose
2020-02-14arm64: cpufeature: Fix the type of no FP/SIMD capabilitySuzuki K Poulose
2020-01-27arm64: hibernate: check pgd table allocationPavel Tatashin
2020-01-27arm64/vdso: don't leak kernel addressesMatteo Croce
2019-12-31arm64: psci: Reduce the waiting time for cpu_psci_cpu_kill()Yunfeng Ye
2019-12-21Revert "arm64: preempt: Fix big-endian when checking preempt count in assembly"Greg Kroah-Hartman
2019-12-05arm64: preempt: Fix big-endian when checking preempt count in assemblyWill Deacon
2019-12-05arm64: smp: Handle errors reported by the firmwareSuzuki K Poulose