1. 4ff3591 x86: Correct handling of MADT table CPUs by Simon Glass · 4 years, 4 months ago
  2. 540f0ba x86: acpi: Add support for additional Intel tables by Simon Glass · 4 years, 4 months ago
  3. f37979e x86: acpi: Support generation of the DBG2 table by Simon Glass · 4 years, 4 months ago
  4. d262898 x86: acpi: Support generation of the HPET table by Simon Glass · 4 years, 4 months ago
  5. 55109f1 x86: acpi: Support external GNVS tables by Simon Glass · 4 years, 4 months ago
  6. 40edea3 x86: acpi: Add memset to initialize SPCR table by Wolfgang Wallner · 4 years, 4 months ago
  7. 3f6966a x86: acpi: Fix calculation of DSDT length by Wolfgang Wallner · 4 years, 4 months ago
  8. 22a7396 x86: acpi: Correct the version of the MADT by Simon Glass · 4 years, 6 months ago
  9. 31b410a x86: Add error checking for csrt table generation by Simon Glass · 4 years, 6 months ago
  10. 8d7ff12 acpi: Allow creating the GNVS to fail by Simon Glass · 4 years, 6 months ago
  11. 58a6ccd x86: Allow devices to write to DSDT by Simon Glass · 4 years, 6 months ago
  12. 351fef5 x86: Allow devices to write an SSDT by Simon Glass · 4 years, 6 months ago
  13. 85f2def x86: acpi: Move MADT down a bit by Simon Glass · 4 years, 6 months ago
  14. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 8 months ago
  15. 7e586f6 acpi: Put table-setup code in its own function by Simon Glass · 4 years, 9 months ago
  16. 29b3511 acpi: Move acpi_add_table() to generic code by Simon Glass · 4 years, 9 months ago
  17. 288edc7 acpi: Drop code for missing XSDT from acpi_write_rsdp() by Simon Glass · 4 years, 9 months ago
  18. 5f5ab0d x86: Allow devices to write ACPI tables by Simon Glass · 4 years, 9 months ago
  19. 86e1778 acpi: Convert part of acpi_table to use acpi_ctx by Simon Glass · 4 years, 9 months ago
  20. 93f7f82 acpi: Add a method to write tables for a device by Simon Glass · 4 years, 9 months ago
  21. 776cc20 x86: Move acpi_table header to main include/ directory by Simon Glass · 4 years, 9 months ago
  22. 98036fb x86: acpi: Let OS know that console already had been initialized by Andy Shevchenko · 4 years, 11 months ago
  23. ddcccb2 x86: acpi: Refactor XSDT handling in acpi_add_table() by Andy Shevchenko · 4 years, 11 months ago
  24. ddd2a42 x86: acpi: Introduce a stub to generate CSRT by Andy Shevchenko · 5 years ago
  25. edf18a8 x86: acpi: Not every platform has serial console a first device by Andy Shevchenko · 6 years ago
  26. a61cbad dm: serial: Adjust serial_getinfo() to use proper API by Simon Glass · 6 years ago
  27. 67d1b05 dm: serial: Adjust serial_getconfig() to use proper API by Simon Glass · 6 years ago
  28. b288cd9 x86: acpi: Generate SPCR table by Andy Shevchenko · 6 years ago
  29. 474a62b x86: acpi: Don't touch ACPI hardware in write_acpi_tables() by Bin Meng · 6 years ago
  30. a0609a8 x86: acpi: Move APIs unrelated to ACPI tables generation to a separate library by Bin Meng · 6 years ago
  31. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  32. 45410da x86: acpi: Use an API to get the ACPI RSDP table address by Bin Meng · 7 years ago
  33. 3469bf4 x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters by Andy Shevchenko · 7 years ago
  34. 7b36dbd x86: Fix reference to QEMU variant of write_acpi_tables() by Andy Shevchenko · 7 years ago
  35. 382fabb x86: acpi: Don't touch hardware on HW reduced platforms by Andy Shevchenko · 7 years ago
  36. ace7762 x86: acpi: Export acpi_fill_mcfg() with __weak attribute by Andy Shevchenko · 7 years ago
  37. b156da9 x86: acpi: Deduplicate acpi_fill_madt() implementation by Andy Shevchenko · 7 years ago
  38. 684c4cd x86: acpi: Fill OEM revision by Andy Shevchenko · 7 years ago
  39. 0f4e258 x86: acpi: Refactor acpi_resume() by Bin Meng · 8 years ago
  40. 9957278 x86: acpi: Make enter_acpi_mode() public by Bin Meng · 8 years ago
  41. b208d19 x86: apci: Change PM1_CNT register access to RMW by Bin Meng · 8 years ago
  42. e76bf38 x86: acpi: Add one API to find OS wakeup vector by Bin Meng · 8 years ago
  43. 42fd8c1 x86: Use unsigned long for address in table generation by Simon Glass · 8 years ago
  44. 79c2c25 x86: acpi: Pack global NVS into ACPI table by Bin Meng · 9 years ago
  45. 8a1a759 x86: acpi: Fix madt lapic generation by George McCollister · 9 years ago
  46. 10fcabe x86: acpi: Remove header length check when writing tables by Bin Meng · 9 years ago
  47. 17b63c8 x86: acpi: Remove the unnecessary checksum calculation of DSDT by Bin Meng · 9 years ago
  48. 6aef68d x86: acpi: Switch to ACPI mode by ourselves instead of requested by OSPM by Bin Meng · 9 years ago
  49. dd6f3ab x86: qemu: Move qfw command over to cmd and add Kconfig entry by Tom Rini · 9 years ago
  50. fc4f5cc x86: acpi: Return table length in acpi_create_madt_lapics() by Bin Meng · 9 years ago
  51. 7e6343e x86: acpi: Clean up table header revisions by Bin Meng · 9 years ago
  52. 25e133e x86: acpi: Align FACS table to a 64 byte boundary by Bin Meng · 9 years ago
  53. 7e79a6b x86: acpi: Use u32 in table write routines by Bin Meng · 9 years ago
  54. ab5efd5 x86: acpi: Adjust order in acpi_table.c by Bin Meng · 9 years ago
  55. dfbb18b x86: acpi: Change fill_header() by Bin Meng · 9 years ago
  56. cea9131 x86: acpi: Remove acpi_create_ssdt_generator() by Bin Meng · 9 years ago
  57. 8a8c035 x86: acpi: Various changes to acpi_table.h by Bin Meng · 9 years ago
  58. dca4d1a x86: acpi: Fix compiler warnings in write_acpi_tables() by Bin Meng · 9 years ago
  59. 358bb3f x86: Change write_acpi_tables() signature a little bit by Bin Meng · 9 years ago
  60. fa287b1 x86: qemu: add the ability to load and link ACPI tables from QEMU by Miao Yan · 9 years ago
  61. 867bcb6 x86: Generate a valid ACPI table by Saket Sinha · 9 years ago