1. 549080b arch/x86: Increase TIMESTAMP region size to 0x200 by Furquan Shaikh · 6 years ago
  2. 8ccf59a acpi: device: Walk up the tree to find identifier by Duncan Laurie · 6 years ago
  3. 65cbbe7 arch/x86/acpigen: Fix corner case in _ROM generator by Patrick Rudolph · 6 years ago
  4. c6d1349 Revert "cbfs/payload type: Fix build warning and whitespace in name" by Ronald G. Minnich · 6 years ago
  5. 717ba74 cbfs/payload type: Fix build warning and whitespace in name by Paul Menzel · 6 years ago
  6. f18c1b0 pci: Fix compilation on non x86 by Patrick Rudolph · 6 years ago
  7. 3e7197a acpi: Add support for writing ACPI _PLD structures by Duncan Laurie · 6 years ago
  8. beb2af4 acpi: Add support for generating ACPI _UPC by Duncan Laurie · 6 years ago
  9. a850717 arch/x86/acpi_device: Add macros to define gpio with wake flag by Harsha Priya · 6 years ago
  10. d4ac11f Move `pci_ops_mmconf` from arch/x86/ to device/ by Nico Huber · 6 years ago
  11. 9dd89cd arch/x86/acpi: Get rid of device_t by Elyes HAOUAS · 6 years ago
  12. 31d82b5 arch/x86/cpu.c: Remove unneeded headers by Elyes HAOUAS · 6 years ago
  13. 7e6715a arch/x86/cpu_common.c: Remove unneeded headers by Elyes HAOUAS · 6 years ago
  14. 23d62dd lib/bootmem: Add more bootmem tags by Patrick Rudolph · 6 years ago
  15. 8b84f43 pci: Add dummy file for ARM64 by Patrick Rudolph · 6 years ago
  16. d3c0c0c arch/x86: Relocate GDT in verstage, romstage, and postcar by Hannah Williams · 6 years ago
  17. 0f9af55 arch/x86: reduce complexity in assembly_entry.S by Aaron Durbin · 6 years ago
  18. a060339 src/drivers: Add reset/enable/stop_off_ms variables to ACPI devices by Shelley Chen · 6 years ago
  19. f5180a9 pci: Fix MMCONF_SUPPORT on non x86 by Patrick Rudolph · 6 years ago
  20. 8cfd76d arch/x86: Print CPU Index and APIC ID in case of exception by Subrata Banik · 6 years ago
  21. 9ab9db0 lib/bootmem: Introduce custom bootmem tags by Patrick Rudolph · 6 years ago
  22. 3775f1c arm64: Add ARCH Timer by T Michael Turney · 6 years ago
  23. 6e0f0f7 arm64: Add mmu context save/restore APIs by T Michael Turney · 6 years ago
  24. 294446a x86/mpspec: order the I/O APICs by the APIC Id by Lubomir Rintel · 6 years ago
  25. 9ba8f7c device: constify some variables by Lubomir Rintel · 6 years ago
  26. 5135f11 RISC-V boards: Remove PAGETABLES section from memlayout.ld by Jonathan Neuschäfer · 6 years ago
  27. d3c5aea arch/x86: remove nop padding from exception vectors by Aaron Durbin · 6 years ago
  28. aae73d7 arch/x86: print cr2 value on every exception by Aaron Durbin · 6 years ago
  29. 4b032e4 arch/x86: allow idt to be available to link in all stages by Aaron Durbin · 6 years ago
  30. 93c9130 arch/riscv: Store mprv bit in size_t by Jonathan Neuschäfer · 6 years ago
  31. 0f35af8f arch/x86: add support for cache-as-ram paging by Aaron Durbin · 6 years ago
  32. 1705d65 arch/x86: add ENV_CACHE_AS_RAM by Aaron Durbin · 6 years ago
  33. c546c76 arch/x86/postcar: add comment clarifying reason for finalize_load() by Aaron Durbin · 6 years ago
  34. 6403167 compiler.h: add __weak macro by Aaron Durbin · 6 years ago
  35. 38fd668 arch/x86: align stack on entry to x86_exception() by Aaron Durbin · 6 years ago
  36. 7a7c70b arch/x86: prepare for having an idt in other stages by Aaron Durbin · 6 years ago
  37. e56189c pci: Move inline PCI functions to pci_ops.h by Patrick Rudolph · 6 years ago
  38. 99f54a6 include/memory_info.h: Change serial number field from 5 bytes to 4 by Raul E Rangel · 6 years ago
  39. 7b37a08 arch/riscv: Remove I/O space access functions (outb, etc.) by Jonathan Neuschäfer · 6 years ago
  40. 5e32f41 ACPI S3: Drop too early resume backup by Kyösti Mälkki · 8 years ago
  41. f7dc972 ioapic: extend definition name to avoid collision by Marc Jones · 6 years ago
  42. d6630d1 x86: Increase time out for parking APs to 250ms by Furquan Shaikh · 6 years ago
  43. b1fc13a arch/x86/smbios: Consider corner case of Part Number by Lijian Zhao · 6 years ago
  44. 50021cd arch/x86/smbios: Strip trailing whitespace on DMI 17 part number. by Raul E Rangel · 6 years ago
  45. 57afc5e arch/arm64/armv8/mmu: Add support for 48bit VA by Patrick Rudolph · 6 years ago
  46. 3ab36b84 acpi: update comment referencing ACPI ID by Joel Kitching · 6 years ago
  47. 9a31dfe smbios: Extend Baseboard (or Module) Information (type2) by Julien Viard de Galbert · 6 years ago
  48. 9d231a9 smbios: Add option to select the enclosure type by Julien Viard de Galbert · 6 years ago
  49. bd65480 src/arch/x86/smbios.c: Fix type 17 part number by Richard Spiegel · 6 years ago
  50. 6186414 arch/riscv: Delegate the page fault exceptions by Jonathan Neuschäfer · 6 years ago
  51. a5c49b8 arch/riscv: Update encoding.h and adjust related code by Jonathan Neuschäfer · 6 years ago
  52. 042a833 arch/riscv: Pass the bootrom-provided FDT to the payload by Jonathan Neuschäfer · 6 years ago
  53. b26759d arch/riscv: Don't set up virtual memory by Jonathan Neuschäfer · 6 years ago
  54. 2764919 arch/riscv: Make RVC support configurable by Jonathan Neuschäfer · 6 years ago
  55. 27d3402 arch/riscv: Align trap_entry to 4 bytes, as required by spec by Jonathan Neuschäfer · 7 years ago
  56. 3b63e0f arm64: Add read64() and write64() by David Hendricks · 7 years ago
  57. cc3b69b armv8: Allow for ARMv8 extensions to be chosen by David Hendricks · 6 years ago
  58. 91ebbfd arm64: Pass COREBOOT flag to ARM TF, always enable logging by Julius Werner · 7 years ago
  59. 879eab8 arch/x86/acpi/statdef.asl: Remove unnecessary whitespace by Elyes HAOUAS · 7 years ago
  60. 6be6df0 arch/x86/acpigen: Add generator for _ROM by Patrick Rudolph · 7 years ago
  61. 9989171 smbios: handle DIMM of 32G or more by Julien Viard de Galbert · 7 years ago
  62. f49ddb6 arch/x86: allow timestamp source to not be TSC by Aaron Durbin · 7 years ago
  63. 0a4e0fd cpu/intel/speedstep: Fix the PNOT ACPI method by Arthur Heymans · 7 years ago
  64. 7332455 arch/x86/acpi_device: Provide macros for GPIO input with polarity by Furquan Shaikh · 7 years ago
  65. 0a19b08 Intel i82830 boards & chips: Remove - using LATE_CBMEM_INIT by Martin Roth · 7 years ago
  66. 64d855d arch/riscv: Remove supervisor_trap_entry by Jonathan Neuschäfer · 7 years ago
  67. c0c31b6 riscv: Remove config string support by Jonathan Neuschäfer · 7 years ago
  68. 3ca8b59 arch/riscv: Remove the current SBI implementation by Jonathan Neuschäfer · 7 years ago
  69. b0de851 arch/riscv: Return from trap_handler instead of jumping out by Jonathan Neuschäfer · 7 years ago
  70. 3f75f5d arch/riscv: Unify trap return by Jonathan Neuschäfer · 7 years ago
  71. 8f06ce3 Constify struct cpu_device_id instances by Jonathan Neuschäfer · 7 years ago
  72. f1eb0ea arch/x86: Write ACPI DBG2 table only if the device has been enabled by Mario Scheithauer · 7 years ago
  73. e4a36c7 arch/x86/acpi: Add support for writing ACPI DBG2 table by Duncan Laurie · 7 years ago
  74. 6139a5c6 arch/x86: Add common AMD ACPI hardware definitions by Marshall Dawson · 7 years ago
  75. 5a6e389 arch/riscv: Use a separate trap stack by Jonathan Neuschäfer · 7 years ago
  76. c90f1d7b arch/riscv: gettimer: Don't use the config string by Jonathan Neuschäfer · 7 years ago
  77. 140a827 arch/riscv: Drop mret workaround by Jonathan Neuschäfer · 7 years ago
  78. 92f0513 arch/riscv: mprv_read_*: Mark result as earlyclobber by Jonathan Neuschäfer · 7 years ago
  79. 0c42cd3 arch/riscv: Fix return type of mprv_read_u64 by Jonathan Neuschäfer · 7 years ago
  80. 4d211ac arch/x86/acpigen: Add function to write a CPU package by Nico Huber · 7 years ago
  81. 0187380 arch/x86/gdt: Move variable assignment down by Paul Menzel · 7 years ago
  82. 2d65d20 arch/x86: Restore forwarding table on resume for non EARLY_EBDA_INIT by Furquan Shaikh · 7 years ago
  83. f46a9a0 arch/x86: restore forwarding table on resume for EARLY_EBDA_INIT by Aaron Durbin · 7 years ago
  84. c06a3f7 arch/x86: initialize EBDA in S3 and S0/S5 path by Aaron Durbin · 7 years ago
  85. 95c4aa5 arch/x86/gdt: Correct format of multi-line comment by Paul Menzel · 7 years ago
  86. 3b2712d arch/riscv: hls_init: Initialize time{,cmp} with dummy pointers by Jonathan Neuschäfer · 7 years ago
  87. 69a143d arch/riscv: Document mprv_{read,write}_* functions by Jonathan Neuschäfer · 7 years ago
  88. 5a01d6a arch/riscv: trap handler: Print load/store access width in bits by Jonathan Neuschäfer · 7 years ago
  89. d277960 riscv: Update register address by wxjstz · 7 years ago
  90. 19dbffd arch/x86: Add ebda read/write functions into EBDA library by Subrata Banik · 7 years ago
  91. c7590cd arch/x86: Enable ebda library for romstage and postcar by Subrata Banik · 7 years ago
  92. 5d2928c arch/x86: Include acpi_s3.c support in postcar stage by Subrata Banik · 7 years ago
  93. a097fb8 arch/x86: Fix typo with MTRR by Kyösti Mälkki · 7 years ago
  94. 740afc4 arch/x86/postcar: Support CBMEM_TOP_BACKUP by Kyösti Mälkki · 7 years ago
  95. a7421fb arch/x86 postcar: Fix use with stage_cache by Kyösti Mälkki · 7 years ago
  96. 78fc3fc arch/x86/Kconfig: Add deprecation warnings for LATE_CBMEM_INIT by Jonathan Neuschäfer · 7 years ago
  97. 746241f ACPI S3: Remove conflicting local acpi_get_sleep_type() by Kyösti Mälkki · 7 years ago
  98. e8741fe Move ADDR32() hack to arch/x86 by Patrick Georgi · 7 years ago
  99. edf459f acpigen: Add stop gpio control to power resource by Furquan Shaikh · 7 years ago
  100. b3023b6 acpi_device: Provide a new function to add a list of properties by Duncan Laurie · 7 years ago