1. 0e11384 acpi: Convert part of acpi_table to use acpi_ctx by Simon Glass · Sun Apr 26 09:19:47 2020 -0600
  2. 17968c3 acpi: Add a method to write tables for a device by Simon Glass · Sun Apr 26 09:19:46 2020 -0600
  3. 858fed1 x86: Move acpi_table header to main include/ directory by Simon Glass · Wed Apr 08 16:57:36 2020 -0600
  4. 225cc8a x86: acpi: Let OS know that console already had been initialized by Andy Shevchenko · Thu Feb 27 17:21:56 2020 +0200
  5. a9ef111 x86: acpi: Refactor XSDT handling in acpi_add_table() by Andy Shevchenko · Thu Feb 27 16:00:51 2020 +0200
  6. 607dbd1 x86: acpi: Introduce a stub to generate CSRT by Andy Shevchenko · Sun Jul 14 19:23:57 2019 +0300
  7. bf9c8e3 x86: acpi: Not every platform has serial console a first device by Andy Shevchenko · Thu Feb 28 17:19:54 2019 +0200
  8. 896c164 dm: serial: Adjust serial_getinfo() to use proper API by Simon Glass · Fri Dec 28 14:23:10 2018 -0700
  9. daaff93 dm: serial: Adjust serial_getconfig() to use proper API by Simon Glass · Fri Dec 28 14:23:08 2018 -0700
  10. 4ca48c9 x86: acpi: Generate SPCR table by Andy Shevchenko · Tue Nov 20 23:52:38 2018 +0200
  11. 467f411 x86: acpi: Don't touch ACPI hardware in write_acpi_tables() by Bin Meng · Wed Jul 18 21:42:16 2018 -0700
  12. ac63025 x86: acpi: Move APIs unrelated to ACPI tables generation to a separate library by Bin Meng · Wed Jul 18 21:42:15 2018 -0700
  13. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  14. e102925 x86: acpi: Use an API to get the ACPI RSDP table address by Bin Meng · Tue Jan 30 05:01:16 2018 -0800
  15. 66d3e63 x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters by Andy Shevchenko · Wed Jan 10 19:40:15 2018 +0200
  16. 4b05bac x86: Fix reference to QEMU variant of write_acpi_tables() by Andy Shevchenko · Wed Jan 10 19:33:10 2018 +0200
  17. 683b696 x86: acpi: Don't touch hardware on HW reduced platforms by Andy Shevchenko · Fri Jul 21 22:32:06 2017 +0300
  18. c1ae980 x86: acpi: Export acpi_fill_mcfg() with __weak attribute by Andy Shevchenko · Fri Jul 21 22:32:05 2017 +0300
  19. 13a5d87 x86: acpi: Deduplicate acpi_fill_madt() implementation by Andy Shevchenko · Fri Jul 21 22:32:04 2017 +0300
  20. 87e9537 x86: acpi: Fill OEM revision by Andy Shevchenko · Fri Jul 21 22:32:02 2017 +0300
  21. 280aebe x86: acpi: Refactor acpi_resume() by Bin Meng · Fri Apr 21 07:24:44 2017 -0700
  22. daa5b83 x86: acpi: Make enter_acpi_mode() public by Bin Meng · Fri Apr 21 07:24:43 2017 -0700
  23. 313ddd6 x86: apci: Change PM1_CNT register access to RMW by Bin Meng · Fri Apr 21 07:24:42 2017 -0700
  24. 34bc74a x86: acpi: Add one API to find OS wakeup vector by Bin Meng · Fri Apr 21 07:24:36 2017 -0700
  25. ca37a39 x86: Use unsigned long for address in table generation by Simon Glass · Mon Jan 16 07:03:35 2017 -0700
  26. d9050c6 x86: acpi: Pack global NVS into ACPI table by Bin Meng · Fri Jun 17 02:13:16 2016 -0700
  27. 5a49f87 x86: acpi: Fix madt lapic generation by George McCollister · Tue Jun 07 13:40:18 2016 -0500
  28. d90434b x86: acpi: Remove header length check when writing tables by Bin Meng · Wed May 11 07:45:05 2016 -0700
  29. 680702e x86: acpi: Remove the unnecessary checksum calculation of DSDT by Bin Meng · Wed May 11 07:45:04 2016 -0700
  30. e259eb2 x86: acpi: Switch to ACPI mode by ourselves instead of requested by OSPM by Bin Meng · Wed May 11 07:45:03 2016 -0700
  31. bcb3c8d x86: qemu: Move qfw command over to cmd and add Kconfig entry by Tom Rini · Fri May 06 10:40:22 2016 -0400
  32. 3c5234e x86: acpi: Return table length in acpi_create_madt_lapics() by Bin Meng · Sat May 07 07:46:30 2016 -0700
  33. f662fe4 x86: acpi: Clean up table header revisions by Bin Meng · Sat May 07 07:46:28 2016 -0700
  34. 3d938d1 x86: acpi: Align FACS table to a 64 byte boundary by Bin Meng · Sat May 07 07:46:27 2016 -0700
  35. a1ec7db x86: acpi: Use u32 in table write routines by Bin Meng · Sat May 07 07:46:26 2016 -0700
  36. 44256b0 x86: acpi: Adjust order in acpi_table.c by Bin Meng · Sat May 07 07:46:25 2016 -0700
  37. b063d5f x86: acpi: Change fill_header() by Bin Meng · Sat May 07 07:46:24 2016 -0700
  38. 6c39fa9 x86: acpi: Remove acpi_create_ssdt_generator() by Bin Meng · Sat May 07 07:46:23 2016 -0700
  39. 6a42158 x86: acpi: Various changes to acpi_table.h by Bin Meng · Sat May 07 07:46:21 2016 -0700
  40. d2d2218 x86: acpi: Fix compiler warnings in write_acpi_tables() by Bin Meng · Sat May 07 07:46:12 2016 -0700
  41. 5c54910 x86: Change write_acpi_tables() signature a little bit by Bin Meng · Sat Feb 27 22:58:00 2016 -0800
  42. 3b68c52 x86: qemu: add the ability to load and link ACPI tables from QEMU by Miao Yan · Wed Jan 20 01:57:06 2016 -0800
  43. 331141a x86: Generate a valid ACPI table by Saket Sinha · Sat Aug 22 12:20:55 2015 +0530