summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: psci: remove ACPI couplingMark Rutland2015-05-271-0/+11
* ARM64: kernel: unify ACPI and DT cpus initializationLorenzo Pieralisi2015-05-191-124/+0Star
* ARM64: kernel: make cpu_ops hooks DT agnosticLorenzo Pieralisi2015-05-191-1/+1
* ARM64 / ACPI: make acpi_map_gic_cpu_interface() as void functionHanjun Guo2015-03-311-14/+9Star
* ARM64 / ACPI: Ignore the return error value of acpi_map_gic_cpu_interface()Hanjun Guo2015-03-311-1/+2
* ARM64 / ACPI: fix usage of acpi_map_gic_cpu_interfaceWill Deacon2015-03-261-6/+5Star
* ARM64: kernel: acpi: honour acpi=force command line parameterLorenzo Pieralisi2015-03-261-4/+12
* ARM64: kernel: acpi: refactor ACPI tables init and checksLorenzo Pieralisi2015-03-261-36/+59
* ACPI: move arm64 GSI IRQ model to generic GSI IRQ layerLorenzo Pieralisi2015-03-261-73/+0Star
* ARM64 / ACPI: Don't unflatten device tree if acpi=force is passedHanjun Guo2015-03-261-1/+1
* ARM64 / ACPI: Select ACPI_REDUCED_HARDWARE_ONLY if ACPI is enabled on ARM64Al Stone2015-03-261-1/+7
* irqchip: Add GICv2 specific ACPI boot supportTomasz Nowicki2015-03-261-0/+25
* ARM64 / ACPI: Introduce ACPI_IRQ_MODEL_GIC and register device's gsiHanjun Guo2015-03-261-0/+73
* ARM64 / ACPI: Parse MADT for SMP initializationHanjun Guo2015-03-251-2/+147
* ARM64 / ACPI: Introduce early_param "acpi=" to enable/disable ACPIAl Stone2015-03-251-5/+47
* ARM64 / ACPI: Get RSDP and ACPI boot-time tablesAl Stone2015-03-251-0/+101