summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: acpi: Honour firmware_signature field of FACS, if it existsDavid Woodhouse2024-04-181-0/+10
* arm64: acpi: Fix possible memory leak of ffh_ctxtSudeep Holla2023-02-241-4/+4
* arm64: Add architecture specific ACPI FFH Opregion callbacksSudeep Holla2022-11-141-0/+106
* arm64: mm: Convert to GENERIC_IOREMAPKefeng Wang2022-06-271-1/+1
* arm64: Simplify checking for populated DTRob Herring2021-12-061-21/+14
* Revert "ACPI: Add memory semantics to acpi_os_map_memory()"Jia He2021-09-231-16/+3
* ACPI: Add memory semantics to acpi_os_map_memory()Lorenzo Pieralisi2021-08-251-3/+16
* arm64: acpi: Map EFI_MEMORY_WT memory as Normal-NCWill Deacon2021-06-011-5/+17
* arm64: permit ACPI core to map kernel memory used for table overridesArd Biesheuvel2020-09-301-2/+20
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* arm64/acpi: disallow writeable AML opregion mapping for EFI code regionsArd Biesheuvel2020-07-141-0/+9
* arm64/acpi: disallow AML memory opregions to access kernel memoryArd Biesheuvel2020-07-141-0/+66
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* arm64: acpi: Make apei_claim_sea() synchronise with APEI's irq workJames Morse2020-05-191-0/+25
* arm64: acpi: fix DAIF manipulation with pNMIMark Rutland2020-01-221-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-07-081-3/+7
|\
| * acpi/arm64: ignore 5.1 FADTs that are reported as 5.0Ard Biesheuvel2019-06-241-3/+7
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* arm64: KVM/mm: Move SEA handling behind a single 'claim' interfaceJames Morse2019-02-071-0/+31
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+0
* arm64: acpi: fix alignment fault in accessing ACPIAKASHI Takahiro2018-07-231-8/+3
* Merge tag 'acpi-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-02-091-2/+2
|\
| * ACPI: SPCR: Make SPCR available to x86Prarit Bhargava2018-02-071-2/+2
* | 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/+3
* 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-041-25/+0
|\
| * irqchip / GIC: Convert the GIC driver to ACPI probingMarc Zyngier2015-10-011-25/+0
* | 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/+0
* 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/+9
* 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/+5
* 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/+0
* 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