summaryrefslogtreecommitdiff
path: root/xen/arch/arm/smpboot.c
AgeCommit message (Expand)Author
2021-09-16xen/arm: Sanitize cpuinfo ID registers fieldsBertrand Marquis
2021-09-16xen/arm: Rename cpu_boot_data to system_cpuinfoBertrand Marquis
2021-04-01xen/arm: Use register_t type of cpuinfo entriesBertrand Marquis
2020-02-03xen: split parameter related definitions in own header fileJuergen Gross
2019-06-10xen/arm: Rework secondary_start prototypeJulien Grall
2019-04-04xen/sched: call cpu_disable_scheduler() via cpu notifierJuergen Gross
2018-09-11xen: Fix inconsistent callers of panic()Andrew Cooper
2018-06-05xen/arm: Free memory allocated for sibling/core maps on CPU hot-unplugMirela Simonovic
2018-06-05xen/arm: Remove __initdata and __init to enable CPU hotplugMirela Simonovic
2018-06-05xen/arm: Implement CPU_OFF PSCI call (physical interface)Mirela Simonovic
2018-04-10xen/arm: fix build after f20a6e309Wei Liu
2018-03-06xen/arm: disable CPUs with different dcache line sizesStefano Stabellini
2018-03-06xen/arm: update the docs about heterogeneous computingStefano Stabellini
2018-03-06xen/arm: make processor a per cpu variableStefano Stabellini
2018-03-06xen/arm: Park CPUs with a MIDR different from the boot CPU.Julien Grall
2017-09-15arm/smpboot.c: switch to plain boolWei Liu
2016-12-07xen/arm: fix smpboot barriersStefano Stabellini
2016-09-14xen/arm: smpboot: drop unneeded code when identifying cpuinfoPeng Fan
2016-08-03xen/arm: Detect silicon revision and set cap bits accordinglyJulien Grall
2016-06-17xen/arm: smpboot: drop unneeded code in start_secondaryPeng Fan
2016-06-01xen/arm: Change the variable type of cpu_logical_map to register_tWei Chen
2016-03-03arm/acpi: Add ACPI support for SMP initializationShannon Zhao
2016-02-03arm/smpboot: Move dt specific code in smp to seperate functionsShannon Zhao
2015-12-16drop empty __cpuinit annotationAndrew Cooper
2015-01-15xen: arm: wait 1000ms for a CPU to come up, instead of foreverIan Campbell
2014-10-23arm: rename *_xen_dcache_* operations to *_dcache_*Stefano Stabellini
2014-09-22xen: arm: Defer setting of VTCR_EL2 until after CPUs are upIan Campbell
2014-05-02xen/arm: IRQ: Defer routing IRQ to Xen until setup_irq() callJulien Grall
2014-03-18xen: arm: add scope to dsb and dmb macrosIan Campbell
2014-03-18xen: arm: Use SMP barriers when that is all which is required.Ian Campbell
2014-02-12xen: arm: correct terminology for cache flush macrosIan Campbell
2013-12-05arm: parse PSCI node from the host device-treeAndre Przywara
2013-12-05arm: move GIC SGI kicking into separate functionAndre Przywara
2013-12-03fix string inconsistencies in callers of panic()Andrew Cooper
2013-11-29xen: arm: Remove useless and incorrect EXPORT_SYMBOLSIan Campbell
2013-11-29xen: arm: enable synchronous console while starting secondary CPUsIan Campbell
2013-11-29xen: arm: Handle cpus nodes with #address-cells > 1Ian Campbell
2013-11-19xen/arm: correct duplicate MPIDR check to actually skip the nodeMatthew Daley
2013-09-27xen: arm: move smp_init_cpus to smpboot.cIan Campbell
2013-09-27xen: arm: rewrite start of day page table and cpu bring upIan Campbell
2013-09-26xen/arm: Use the hardware ID to boot correctly secondary cpusJulien Grall
2013-09-26xen/arm: Dissociate logical and hardware CPU IDJulien Grall
2013-09-26xen/arm: Introduce init_info structureJulien Grall
2013-07-29xen/arm: Clean up identify processor call for secondary cpusJulien Grall
2013-07-19xen: arm: enable aborts on all physical processors.Ian Campbell
2013-07-04xen/arm: don't enable VFP on XEN during the bootJulien Grall
2013-04-24arm: allocate per-PCPU domheap pagetable pagesIan Campbell
2013-04-11arm: tweak/improve logging for host SMPIan Campbell
2013-04-11arm: consolidate setup of hypervisor traps and second stage pagingIan Campbell
2013-02-22xen: arm: implement cpuinfoIan Campbell