| Age | Commit message (Expand) | Author |
| 2022-03-03 | arm: Use device_set_private for cpuN. | riastradh |
| 2021-08-30 | Inspect #address-cells to determine if the cpu-release-addr requires | jmcneill |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2020-12-03 | Provide and use a sev() macro for the sev instruction. | skrll |
| 2020-11-25 | Fix comment. Spotted by jmcneill@ | skrll |
| 2020-06-10 | If enable-method is missing, try psci | jmcneill |
| 2020-02-21 | Improve a comment | skrll |
| 2020-02-15 | Various updates and improvements to cpu start up on arm/aarch64 | skrll |
| 2020-01-27 | Match any node with device_type = "cpu" | jmcneill |
| 2020-01-25 | Wrap a long line | skrll |
| 2020-01-12 | provide some semblance of valid cpu topology for big.little systems. | mrg |
| 2019-11-01 | fix typos in comment in previous. | bad |
| 2019-11-01 | re-apply r1.26. but only #if !defined(AARCH64). | bad |
| 2019-10-19 | Increase aarch64 MAXCPUS to 256. | jmcneill |
| 2019-10-17 | back out r1.26. it makes the pinebook fail to boot. | bad |
| 2019-10-15 | flush the dcache in cpu_enable_psci() before calling psci_cpu_on(). | bad |
| 2019-04-13 | If an enable-method property is present on the cpu node and not supported | jmcneill |
| 2019-04-13 | Fix build w/o PSCI | jmcneill |
| 2019-04-13 | The spin-table CPU enable method is only valid for 64-bit kernels. | jmcneill |
| 2019-01-31 | Change ap_mpstart to return non-zero value if any/all APs don't start. | skrll |
| 2019-01-19 | Add support for (FDT-ized) Amlogic Meson8b. | jmcneill |
| 2019-01-03 | No need to swap cpu-release-addr twice | jmcneill |
| 2019-01-03 | Add a link set for cpu enable methods. | jmcneill |
| 2019-01-03 | Start CPUs more like aarch64 by using a cpu_mpidr array (if populated) | skrll |
| 2019-01-02 | Avoid double negative | skrll |
| 2018-10-18 | Provide generic start code that assumes the MMU is off and caches are | skrll |
| 2018-10-04 | fix to boot APs of RPI3 with GENERIC64. | ryo |
| 2018-09-13 | Wrap arm_fdt_cpu_okay with #ifdef MULTIPROCESSOR | jmcneill |
| 2018-09-10 | Re-add support for cpu nodes with status = "disabled", lost in previous commit | jmcneill |
| 2018-09-10 | cleanup aarch64 mpstart and fdt bootstrap | ryo |
| 2018-09-09 | Ditch arm,arm-v8 compatible string (everything uses arm,armv8) | jmcneill |
| 2018-09-05 | Match non-standard compat string "arm,armv8" (should be "arm,arm-v8") | jmcneill |
| 2018-08-26 | add support multiple cpu clusters. | ryo |
| 2018-07-02 | Attach cpufreq scaling provider to ourself, as cpus doesn't do this anymore | jmcneill |
| 2018-06-22 | Match generic arm,arm-v8 compatible string | jmcneill |
| 2018-06-15 | Add "arm,arm-v7" to compatible strings. | jakllsch |
| 2018-04-01 | Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@) | ryo |
| 2017-12-10 | FDTise RapberryPI support. Thanks for jmcneill for a lot of help with this. | skrll |
| 2017-09-18 | Add support for arm,arm1176jzf-s | jmcneill |
| 2017-06-18 | Only try to attach to CPUs with the same cluster ID as the boot processor. | jmcneill |
| 2017-05-28 | Enumerate CPUs, GIC, and generic timer using FDT data instead of relying | jmcneill |