1. d905aa8 x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters by Andy Shevchenko · 5 years ago
  2. dd4faa9 x86: tangier: Use spaces over TABs in ASL code by Andy Shevchenko · 5 years ago
  3. 0c6352e x86: tangier: Reserve PCI ECAM in motherboard resources by Andy Shevchenko · 5 years ago
  4. 19b6e1b x86: acpi: Annotate struct acpi_table_header with __packed by Andy Shevchenko · 5 years ago
  5. ea67d54 x86: qemu: Support getting high memory size by Bin Meng · 5 years ago
  6. f4c0030 x86: qemu: Extract getting memory size to a separate routine by Bin Meng · 5 years ago
  7. 03f7886 x86: acpi: Slightly reduce binary size of ACPI tables for Tangier by Andy Shevchenko · 5 years ago
  8. 8ad01ce x86: Remove x86 specific GD flags as they are not referenced at all by Stefan Roese · 5 years ago
  9. 14360bf x86: slimbootloader: Set TSC information for tsc_timer by Park, Aiden · 5 years ago
  10. 2869c3b x86: slimbootloader: Add serial driver by Park, Aiden · 5 years ago
  11. 1fb17ea x86: slimbootloader: Add memory configuration by Park, Aiden · 5 years ago
  12. 7165fd5 x86: Add a common HOB library by Park, Aiden · 5 years ago
  13. 5b931a5 x86: lib: fsp: Use EFI_GUID and efi_guid_t by Park, Aiden · 5 years ago
  14. 544293f x86: Add new slimbootloader CPU type by Park, Aiden · 5 years ago
  15. e3be52c x86: acpi: Enable ACPI companion for Intel iDMA 32-bit by Andy Shevchenko · 5 years ago
  16. ddd2a42 x86: acpi: Introduce a stub to generate CSRT by Andy Shevchenko · 5 years ago
  17. eef3007 x86: acpi: Add CSRT description by Andy Shevchenko · 5 years ago
  18. 44c6a0e x86: Add a forward struct declaration in coreboot_tables.h by Simon Glass · 5 years ago
  19. 7c03caf x86: Add a simple TPL implementation by Simon Glass · 5 years ago
  20. 9a67994 x86: Support saving MRC data from SPL by Simon Glass · 6 years ago
  21. 62be5dd x86: Add a handoff header file by Simon Glass · 6 years ago
  22. c0069e9 x86: Add a way to reinit the cpu by Simon Glass · 6 years ago
  23. c652dd1 x86: acpi: Add DMA descriptors for I2C1 on Intel Tangier by Andy Shevchenko · 6 years ago
  24. 1d2825a x86: acpi: Add DMA descriptors for SPI5 on Intel Tangier by Andy Shevchenko · 6 years ago
  25. 3f3411e x86: broadwell: Add support for serial I/O devices by Simon Glass · 6 years ago
  26. 23e8bd7 x86: broadwell: Add support for the ADSP by Simon Glass · 6 years ago
  27. 79a5be8 sound: x86: Add beeping support in i8254 by Simon Glass · 6 years ago
  28. 6744c0d sound: x86: link: Add sound support by Simon Glass · 6 years ago
  29. 3a44bfd x86: Adjust I/O macros to work on 64-bit machines by Simon Glass · 6 years ago
  30. 6b59607 x86: do not use i386 code for x86_64 memory functions by Heinrich Schuchardt · 6 years ago
  31. 24b56e2 x86: tangier: Add initial ACPI support for PMIC device by Andy Shevchenko · 6 years ago
  32. 73af060 x86: acpi: Fix indentation in Intel Tangier ASL code by Andy Shevchenko · 6 years ago
  33. f1b8641 x86: acpi: Enable RTC for Intel Tangier by Andy Shevchenko · 6 years ago
  34. b288cd9 x86: acpi: Generate SPCR table by Andy Shevchenko · 6 years ago
  35. f3275aa x86: acpi: Add SPCR table description by Andy Shevchenko · 6 years ago
  36. 3bf9a8e x86: Implement arch-specific io accessor routines by Bin Meng · 6 years ago
  37. 24109bb x86: acpi: Remove redundant Offset (0x00) by Andy Shevchenko · 6 years ago
  38. 7d2a053 x86: BayTrail: southcluster.asl: Change PCI 64 bit address range / region by Stefan Roese · 6 years ago
  39. 590cee8 x86: Update mtrr functions to allow leaving cache alone by Simon Glass · 6 years ago
  40. f7ce2d6 x86: tangier: acpi: add I2C6 node by Georgii Staroselskii · 6 years ago
  41. 224742a x86: cpu: introduce scu_ipc_raw_command() by Georgii Staroselskii · 6 years ago
  42. 3747bdb arch: types.h: factor out fixed width typedefs to int-ll64.h by Masahiro Yamada · 6 years ago
  43. 9865543 Remove CONFIG_USE_STDINT by Masahiro Yamada · 6 years ago
  44. e69cc6b x86: zimage: Remove acpi_rsdp_addr propagation to kernel boot parameters by Bin Meng · 6 years ago
  45. 1fdeacd x86: zimage: Support booting Linux kernel from an EFI payload by Bin Meng · 6 years ago
  46. dae73c4 elf: Move x86 reloc defines to common elf.h by Alexander Graf · 6 years ago
  47. 05855fd x86: acpi: Prevent acpi_table.h from being included more than once by Bin Meng · 6 years ago
  48. a0609a8 x86: acpi: Move APIs unrelated to ACPI tables generation to a separate library by Bin Meng · 6 years ago
  49. b37b7b2 x86: Switch to use DM sysreset driver by Bin Meng · 6 years ago
  50. 8199a14 x86: Use microcode update from device tree for all processors by Ivan Gorinov · 6 years ago
  51. 5460fd0 x86: Change __kernel_size_t conditionals to use compiler provided defines by Bin Meng · 6 years ago
  52. 9649273 x86: Add 64-bit setjmp/longjmp implementation by Ivan Gorinov · 6 years ago
  53. 51050ff x86: irq: Support discrete PIRQ routing registers via device tree by Bin Meng · 6 years ago
  54. dcec5d5 x86: irq: Parse number of PIRQ links from device tree by Bin Meng · 6 years ago
  55. 594d089 x86: irq: Change LINK_V2N and LINK_N2V to inline functions by Bin Meng · 6 years ago
  56. bc728b1 x86: irq: Remove chipset specific irq router drivers by Bin Meng · 6 years ago
  57. 329da48 Define board_quiesce_devices() in a shared location by Simon Glass · 6 years ago
  58. 30fe8b0 x86: Define PLATFORM__SET_BIT for generic_set_bit() by Bryan O'Donoghue · 6 years ago
  59. 4549e78 SPDX: Convert all of our multiple license tags to Linux Kernel style by Tom Rini · 6 years ago
  60. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  61. 4551992 x86: Rename e820entry to e820_entry by Bin Meng · 7 years ago
  62. 87af71c x86: Use 'unsigned int' in install_e820_map() functions by Bin Meng · 7 years ago
  63. 014d7b1 x86: Update the io.h file to use {out|in}_{be|le}X macros by Lukasz Majewski · 7 years ago
  64. 53cabe3 x86: Add 64-bit memory-mapped I/O functions by Ivan Gorinov · 7 years ago
  65. 5d73292 x86: zImage: Pass working device tree data to the kernel by Ivan Gorinov · 7 years ago
  66. 45410da x86: acpi: Use an API to get the ACPI RSDP table address by Bin Meng · 7 years ago
  67. 3469bf4 x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters by Andy Shevchenko · 7 years ago
  68. 3ffb33d x86: tangier: Make _CRS for BTH0 Serialized to avoid warning by Andy Shevchenko · 7 years ago
  69. 5d8c4eb x86: tangier: Add Bluetooth to ACPI table by Andy Shevchenko · 7 years ago
  70. d08953e x86: tangier: Use actual GPIO hardware numbers by Andy Shevchenko · 7 years ago
  71. 1602d21 x86: tangier: Use official ACPI HID for FLIS IP by Andy Shevchenko · 7 years ago
  72. 411898d x86: acpi: Put sleepstates.asl to the common place by Bin Meng · 7 years ago
  73. f685955 x86: baytrail: fsp: Use a function to update the Azalia config pointer by Bin Meng · 7 years ago
  74. abddcd5 x86: fsp: Consolidate Azalia header file by Bin Meng · 7 years ago
  75. 39665be x86: tangier: Enable ACPI support for Intel Tangier by Andy Shevchenko · 7 years ago
  76. 6f01316 x86: Use asm-generic/io.h by Paul Burton · 7 years ago
  77. 2ff50f5 dm: x86: Allow TSC timer to be used before DM is ready by Simon Glass · 7 years ago
  78. fffad92 x86: braswell: Add FSP configuration by Bin Meng · 7 years ago
  79. de9ac9a x86: Add Intel Braswell SoC support by Bin Meng · 7 years ago
  80. b3fd212 x86: fsp: Update fsp command to show spec 1.1 header by Bin Meng · 7 years ago
  81. 4ff333b x86: fsp: Add FSP_GRAPHICS_INFO_HOB by Bin Meng · 7 years ago
  82. bb737ce x86: fsp: Update struct common_buf for FSP spec 1.1 by Bin Meng · 7 years ago
  83. b27af39 dma: import linux/dma-direction.h to consolidate enum dma_data_direction by Masahiro Yamada · 7 years ago
  84. 091e51d x86: Remove dead ISA related codes by Bin Meng · 7 years ago
  85. 5d89b37 x86: kconfig: Select ARCH_EARLY_INIT_R in the platform Kconfig by Bin Meng · 7 years ago
  86. c3df28f x86: Make table address selectable by Andy Shevchenko · 7 years ago
  87. ace7762 x86: acpi: Export acpi_fill_mcfg() with __weak attribute by Andy Shevchenko · 7 years ago
  88. 2dcbef6 x86: acpi: Name fields in FADT in accordance with specification by Andy Shevchenko · 7 years ago
  89. e71de54 x86: Add Intel Tangier support by Felipe Balbi · 7 years ago
  90. b7026b0 x86: Add dma-mapping.h to architectural code by Andy Shevchenko · 7 years ago
  91. 3ff240c x86: Don't include asm/u-boot.h in common by Simon Glass · 7 years ago
  92. 6862b50 x86: Make u-boot-x86.h a private header by Simon Glass · 7 years ago
  93. f8f291b x86: baytrail: Change lpe/lpss-sio/scc FSP properties to integer by Bin Meng · 7 years ago
  94. 5e74e5a x86: baytrail: Use macros instead of magic numbers for FSP settings by Bin Meng · 7 years ago
  95. 6702488 x86: baytrail: Remove "serial-debug-port-*" settings by Bin Meng · 7 years ago
  96. 5ae5aa9 x86: acpi: Fix Windows S3 resume failure by Bin Meng · 8 years ago
  97. 0f4e258 x86: acpi: Refactor acpi_resume() by Bin Meng · 8 years ago
  98. 9957278 x86: acpi: Make enter_acpi_mode() public by Bin Meng · 8 years ago
  99. ba65808 x86: fsp: Save stack address to CMOS for next S3 boot by Bin Meng · 8 years ago
  100. 9f1fad1 x86: Add an early CMOS access library by Bin Meng · 8 years ago