summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/cpu_ops.c
AgeCommit message (Expand)AuthorLines
2020-03-24arm64: Introduce get_cpu_ops() helper functionGavin Shan-1/+6
2020-03-24arm64: Rename cpu_read_ops() to init_cpu_ops()Gavin Shan-1/+1
2020-03-24arm64: Declare ACPI parking protocol CPU operation if neededGavin Shan-0/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner-12/+1
2019-04-03arm64: cpu_ops: fix a leaked reference by adding missing of_node_putWen Yang-0/+1
2017-12-01arm64: cpu_ops: Add missing 'const' qualifiersYury Norov-3/+3
2017-07-20arm64: Convert to using %pOF instead of full_nameRob Herring-2/+2
2016-08-22arm64: apply __ro_after_init to some objectsJisheng Zhang-1/+2
2016-02-16arm64: kernel: implement ACPI parking protocolLorenzo Pieralisi-4/+23
2015-07-27arm64: force CONFIG_SMP=y and remove redundant #ifdefsWill Deacon-2/+0
2015-05-19ARM64: kernel: unify ACPI and DT cpus initializationLorenzo Pieralisi-24/+41
2015-05-19ARM64: kernel: make cpu_ops hooks DT agnosticLorenzo Pieralisi-12/+11
2015-03-25ARM64 / ACPI: Parse MADT for SMP initializationHanjun Guo-1/+1
2014-07-18arm64: kernel: enable PSCI cpu operations on UP systemsLorenzo Pieralisi-1/+1
2013-10-31arm64: Slightly improve the warning on CPU0 enable-methodCatalin Marinas-2/+2
2013-10-30ARM64: simplify cpu_read_bootcpu_ops using OF/DT helperSudeep KarkadaNagesha-17/+5
2013-10-25arm64: read enable-method for CPU0Mark Rutland-1/+53
2013-10-25arm64: reorganise smp_enable_opsMark Rutland-0/+47