1. 169302a acpi, arch/x86/smp/mpspec,soc/amd/common: Move MP_IRQ_ flags into acpi.h by Raul E Rangel · 2 years, 4 months ago
  2. c66ea98 soc/intel/alderlake: provide a list of D-states to enter LPM by Tarun Tuli · 2 years, 4 months ago
  3. 2e7e2d9 coreboot_tables.c: Expose the ACPI RSDP by Arthur Heymans · 2 years, 6 months ago
  4. 4045935 include/acpi/acpi.h: Drop non-existing acpi_create_madt_lapic_nmis() by Elyes Haouas · 2 years, 6 months ago
  5. b55ac09 [acpi]{include,soc/amd,southbridge/amd}: Clarify ARM_boot_arch in comments by Elyes Haouas · 2 years, 6 months ago
  6. 8b950f4 src/acpi: Add macro for FADT Minor Version and use it by Elyes Haouas · 2 years, 6 months ago
  7. 14976db include/acpi/acpi.h: Drop non-existing update_ssdt() by Elyes Haouas · 2 years, 6 months ago
  8. 61c9440 include/acpi/acpi.h: Drop non-existing update_ssdtx() by Elyes Haouas · 2 years, 6 months ago
  9. 05a6d5c acpi: Convert ACPI_DEVICE_SLEEP_* values to an enum by Tim Wawrzynczak · 2 years, 9 months ago
  10. 6b446b9 acpi,Makefile: Add preload_acpi_dsdt by Raul E Rangel · 2 years, 9 months ago
  11. b54388d ACPI: Have common acpi_fill_mcfg() by Kyösti Mälkki · 3 years, 6 months ago
  12. f72c7b1 soc/amd/cezanne,soc/intel/common: rework CPPC table generation by Michael Niewöhner · 2 years, 11 months ago
  13. ab088c9 acpi: add macros for MSR and `unsupported` register resource types by Michael Niewöhner · 2 years, 11 months ago
  14. 0949e73 src/acpi to src/lib: Fix spelling errors by Martin Roth · 2 years, 11 months ago
  15. 403fa86 include/acpi/acpi.h: add comment about raw data in generic error status by Felix Held · 3 years, 1 month ago
  16. 3dc1792 ChromeOS: Separate NVS from global GNVS by Kyösti Mälkki · 3 years, 5 months ago
  17. f7dbf4a acpi: drop weak implementation of acpi_soc_get_bert_region by Felix Held · 3 years, 2 months ago
  18. fba47926 acpi: rework BERT ACPI table generation logic by Felix Held · 3 years, 3 months ago
  19. 2940548 acpi: rename acpi_soc_fill_bert and add return value by Felix Held · 3 years, 3 months ago
  20. 35efba2 acpi: drop unused parameter from acpi_soc_fill_bert by Felix Held · 3 years, 3 months ago
  21. 3164b64 acpi: add SRAT Generic Initiator Affinity structure by Jonathan Zhang · 3 years, 4 months ago
  22. 2a4e1f4 src/acpi: Add initial support for HMAT by Jonathan Zhang · 3 years, 5 months ago
  23. eff0713 src/acpi: Add APEI EINJ support by Rocky Phagura · 3 years, 7 months ago
  24. 091532d ACPI: Fix the devices scope in the SATC structure by John Zhao · 3 years, 4 months ago
  25. c704832 acpi: Add acpigen_write_LPI_package by Raul E Rangel · 3 years, 4 months ago
  26. 6edbb18 ACPI: Add SATC structure for DMAR table by John Zhao · 3 years, 5 months ago
  27. f5552ce include/acpi/acpi.h: Add ACPI_MADT_LAPIC_NMI_ALL_PROCESSORS by Raul E Rangel · 3 years, 6 months ago
  28. 522e0db acpi: Add support for reporting CrashLog in BERT table by Francois Toguo · 3 years, 7 months ago
  29. ac0dc4a ACPI S3: Replace stashed acpi_slp_typ value by Kyösti Mälkki · 3 years, 9 months ago
  30. 2ab4a96 ACPI: Add common acpi_fill_gnvs() by Kyösti Mälkki · 4 years, 2 months ago
  31. f0a44ae acpi,soc/intel/common: add support for Intel Low Power Idle Table by Michael Niewöhner · 3 years, 8 months ago
  32. 61624b2 acpi: Add cb support to publish CRAT ACPI object by Jason Glenesk · 3 years, 10 months ago
  33. e0d3868 ACPI: Define acpi_get_preferred_pm_profile() by Kyösti Mälkki · 4 years, 2 months ago
  34. 4a3f67a ACPI S3: Split arch-agnostic parts by Kyösti Mälkki · 4 years, 2 months ago
  35. b8c7ea0 ACPI S3: Replace acpi_is_wakeup() by Kyösti Mälkki · 3 years, 9 months ago
  36. 67a2507 ACPI S3: Remove unused acpi_is_wakeup_s4() by Kyösti Mälkki · 3 years, 9 months ago
  37. 5f5fd85 acpi/acpi.h: Update region spaces by Elyes HAOUAS · 3 years, 10 months ago
  38. 288426d include/acpi/acpi.h: Add ACPI_DSDT_REV_1 macro by Elyes HAOUAS · 3 years, 11 months ago
  39. 7f53ec6 include/acpi/acpi.h: Introduce ACPI_DSDT_REV_2 macro by Elyes HAOUAS · 3 years, 11 months ago
  40. ca36aed acpi: Add SSDT pstate helper functions by Jason Glenesk · 4 years ago
  41. a4c0e1a ACPI S3: Clean up resume path by Kyösti Mälkki · 4 years, 2 months ago
  42. 79572e4 src: Make HAVE_CF9_RESET set the FADT reset register by Angel Pons · 4 years, 1 month ago
  43. 1c0b9f2 include/acpi/acpi.h: Add ACPI_NAME_BUFFER_SIZE by Raul E Rangel · 4 years, 1 month ago
  44. 02fd15d acpi: Rename motherboard_fill_fadt() to mainboard_fill_fadt() by Kyösti Mälkki · 4 years, 3 months ago
  45. f9aac92 acpi,soc/intel: Make soc/motherboard_fill_fadt() global by Kyösti Mälkki · 4 years, 3 months ago
  46. 0a9e72e arch/x86: Declare permanent_smi_handler() by Kyösti Mälkki · 5 years ago
  47. 94e0465 acpi: Drop typoed __ROMC__ by Kyösti Mälkki · 4 years, 3 months ago
  48. 4247ba3 acpi: Add definitions for device sleep states by Duncan Laurie · 4 years, 3 months ago
  49. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  50. 56eafbb acpi: Make header #ifdefs consistent by Furquan Shaikh · 4 years, 4 months ago
  51. e084463 acpi: Move ACPI table support out of arch/x86 (2/5) by Furquan Shaikh · 4 years, 4 months ago