summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: acpi: Remove __init from acpi_psci_use_hvc() for use by SDEIJames Morse2018-01-141-1/+1
* ACPI / boot: Correct address space of __acpi_map_table()Andy Shevchenko2017-07-241-2/+2
* efi/bgrt: Enable ACPI BGRT handling on arm64Bhupesh Sharma2017-04-051-0/+3
* ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() usersLv Zheng2016-12-211-4/+3Star
* ARM64: ACPI: enable ACPI_SPCR_TABLEAleksey Makarov2016-09-281-1/+10
* arm64: acpi: add acpi=on cmdline option to prefer ACPI boot over DTArd Biesheuvel2016-04-261-2/+6
* arm64: make dt_scan_depth1_nodes more readableMark Rutland2016-04-251-9/+16
* ARM64: ACPI: Check if it runs on Xen to enable or disable ACPIShannon Zhao2016-04-251-4/+10
* Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-051-25/+0Star
|\
| * irqchip / GIC: Convert the GIC driver to ACPI probingMarc Zyngier2015-10-011-25/+0Star
* | arm64, acpi/apei: Implement arch_apei_get_mem_attributes()Jonathan (Zhixiong) Zhang2015-09-141-0/+29
|/
* 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