1. d0a5688 mb/lenovo/t{410,60}/dock.h: Fix header guards by Elyes Haouas · 1 year, 11 months ago
  2. a6cd1bd soc/mediatek: Unify PLL function names by Rex-BC Chen · 1 year, 10 months ago
  3. 08248c0 mb/google/corsola: Initialize MT6315 for MT8186T by Sen Chu · 1 year, 10 months ago
  4. 122b45b soc/mediatek/mt8186: Add support for PMIC MT6315 by Sen Chu · 1 year, 10 months ago
  5. 28dceae soc/mediatek: Move SPMI interface configuration to SoC folder by Sen Chu · 1 year, 10 months ago
  6. 1543252 soc/mediatek/mt8186: Add PMIF_SPMI_IOCFG_DEFAULT_SETTING Kconfig option by Rex-BC Chen · 1 year, 10 months ago
  7. 6d449e0 soc/mediatek/mt8186: Add PWRAP_WITH_PMIF_SPMI Kconfig option by Rex-BC Chen · 1 year, 10 months ago
  8. 6ad80f1 soc/mediatek/mt8186: Add support for reading CPU ID by Rex-BC Chen · 1 year, 10 months ago
  9. e8df327 mb/lenovo/s230u/mainboard.c: Replace comma with semicolon by Elyes Haouas · 1 year, 11 months ago
  10. 000490a arm64/armv8: Use 'enum cb_err' by Elyes Haouas · 1 year, 10 months ago
  11. d91f73b soc/amd/morgana/aoac: Remove to-do after review by Fred Reitberger · 1 year, 10 months ago
  12. 0d98cc4 soc/amd/morgana/i2c: Remove to-do after review by Fred Reitberger · 1 year, 10 months ago
  13. 164b93b soc/amd/morgana/include/soc/iomap.h: Remove to-do after review by Fred Reitberger · 1 year, 10 months ago
  14. 29f1580 mb/google/skyrim/port_descriptors: update DDI for MDN and Chausie by Jason Nien · 2 years ago
  15. 4c0299f nb/x4x/dq_dqs.c: Use 'enum cb_err' by Elyes Haouas · 1 year, 10 months ago
  16. 6f9786b nb/intel/x4x/raminit.c: Use 'enum cb_err' by Elyes Haouas · 1 year, 10 months ago
  17. 6c8826d soc/intel/apollolake: Skip SMI lockdown on Apollolake by Matt DeVillier · 1 year, 10 months ago
  18. 95b5b02 util/lint: Fix linting outside of git repos by Martin Roth · 1 year, 10 months ago
  19. 60bdb32 nb/intel/i945/rcven.c: Use read32p() by Elyes Haouas · 1 year, 11 months ago
  20. 5216314 mb/google/brya: Create gladios ADL variant by Kevin Chiu · 1 year, 10 months ago
  21. e1b3864 soc/amd/morgana/smi: Update smi definitions for morgana by Fred Reitberger · 1 year, 10 months ago
  22. d282ae3 Docs/releases: Finalize relnotes for the 4.18 release by Martin Roth · 1 year, 10 months ago
  23. 72c2e11 nb/intel/i945/i945.h: Drop useless guard by Elyes Haouas · 1 year, 11 months ago
  24. 568670f9 arch/x86/include: Split CPUID access into separate file by Martin Roth · 1 year, 11 months ago
  25. 9c64c08 soc/amd/morgana: Add TODOs for common code to Kconfig by Martin Roth · 1 year, 10 months ago
  26. 1a847a1 nb/intel/i945: Clean up includes by Elyes Haouas · 1 year, 11 months ago
  27. 4944609 intel/i945: Use 'bool' for dual_channel and interleaved by Elyes Haouas · 1 year, 11 months ago
  28. 411023a drivers/tpm: Move TPM init to end of device init phase by Matt DeVillier · 1 year, 10 months ago
  29. 3d24275 mb/google/(guybrush|skyrim): Use a variable for APCB filename by Martin Roth · 2 years ago
  30. 6a34236 mb/google/rex: Skip sending the MBP HOB to save boot time by Wonkyu Kim · 1 year, 10 months ago
  31. e5f6ff8 soc/intel/meteorlake: Add support to skip the MBP HOB by Wonkyu Kim · 1 year, 10 months ago
  32. 97e6125 soc/amd/*/uart: commonize UART code and MMIO device driver by Felix Held · 1 year, 10 months ago
  33. 8ebdbbc soc/amd: move set_uart_config prototype to common UART header by Felix Held · 1 year, 10 months ago
  34. ba35f35 soc/amd: move all AOAC function prototypes to amdblocks/aoac.h by Felix Held · 1 year, 10 months ago
  35. 8803640 soc/amd/stoneyridge/uart: introduce and use soc_get_uart_ctrlr_info by Felix Held · 1 year, 10 months ago
  36. 957e232 soc/amd/morgana/uart: introduce and use soc_get_uart_ctrlr_info by Felix Held · 1 year, 10 months ago
  37. ceab0fb soc/amd/mendocino/uart: introduce and use soc_get_uart_ctrlr_info by Felix Held · 1 year, 10 months ago
  38. 9fde889 soc/amd/cezanne/uart: introduce and use soc_get_uart_ctrlr_info by Felix Held · 1 year, 10 months ago
  39. 6101dcf soc/amd/picasso/uart: introduce and use soc_get_uart_ctrlr_info by Felix Held · 1 year, 10 months ago
  40. f1a03b1 soc/amd/stoneyridge: initialize GPIOs for serial console by Felix Held · 1 year, 10 months ago
  41. c6e4cc8 soc/amd/*/uart: add missing soc/iomap.h include by Felix Held · 1 year, 10 months ago
  42. acd98d8 soc/amd/stoneyridge/uart: add and use uart_info array by Felix Held · 1 year, 10 months ago
  43. d2ebe16 soc/amd: introduce and use common soc_uart_ctrlr_info struct by Felix Held · 1 year, 10 months ago
  44. fb8c78b soc/amd/morgana/uart: separate data and code by Felix Held · 1 year, 10 months ago
  45. f3976b6 soc/amd/mendocino/uart: separate data and code by Felix Held · 1 year, 10 months ago
  46. d85f25f soc/amd/cezanne/uart: separate data and code by Felix Held · 1 year, 10 months ago
  47. 6c6c35f soc/amd/picasso/uart: separate data and code by Felix Held · 1 year, 10 months ago
  48. 1b07797 soc/qualcomm/sc7280: Remove NVMe init by Shelley Chen · 1 year, 10 months ago
  49. d164feb mb/google/herobrine: Remove NVMe from device tree by Shelley Chen · 1 year, 10 months ago
  50. 6d87ac5 mb/google/skyrim/var/frostflow: Update GPIO settings by Frank Wu · 1 year, 10 months ago
  51. a6065ec mb/google/skyrim/var/frostflow: Generate RAM IDs for new memory parts by Frank Wu · 1 year, 10 months ago
  52. afd2f6e spd/lp5: Add new memory configuration of H9JCNNNFA5MLYR-N6E by Frank Wu · 1 year, 11 months ago
  53. 4dba71f Revert "drivers/intel/dptf: Add multiple fan support under dptf" by Sumeet Pawnikar · 1 year, 10 months ago
  54. 58a38af mb/google/nissa/var/craask: Remove redundant ELAN Touchscreen by Tyler Wang · 1 year, 10 months ago
  55. 6907055 mb/google/nissa/var/craask: Remove SAR Proximity Sensor by Victor Ding · 1 year, 10 months ago
  56. 5962b8a src/vendorcode: Add a README.md file by Martin Roth · 2 years ago
  57. 1e56b0f mb/google/drallion/hda_verb: add verbs for GPU HDMI audio by Matt DeVillier · 2 years, 3 months ago
  58. 4afd091 mb/google/drallion: Add default FMAP for non-ChromeOS builds by Matt DeVillier · 2 years, 10 months ago
  59. aeb8b3d purism/librem_cnl: Add Kconfig to enable Mini UART by Jonathon Hall · 1 year, 10 months ago
  60. f557531 mb/prodrive/hermes: Allow using the Intel iGPU as primary by Arthur Heymans · 2 years, 5 months ago
  61. bf71c72 vc/intel/fsp/mtl: Update header files from 2344_00 to 2364_00 by Subrata Banik · 1 year, 10 months ago
  62. e146fbd Kconfig: Allow x86 to compress pre-ram stages if not run XIP by Arthur Heymans · 4 years, 10 months ago
  63. 9efb0c0 arch/x86: Only use .bss from car.ld when running XIP by Arthur Heymans · 3 years, 9 months ago
  64. 1915ec1 soc/intel/alderlake: Drop local `ufs.asl` by Subrata Banik · 1 year, 10 months ago
  65. 2e438c9 soc/intel/alderlake: Use `ufs.asl` from common code acpi block by Subrata Banik · 1 year, 10 months ago
  66. 29ad9f7 soc/intel/cmn/block/acpi: Create common ASL entry for UFS by Subrata Banik · 1 year, 10 months ago
  67. 45ad511 mb/google/reef: Demote NHLT log messages from error to info by Matt DeVillier · 1 year, 11 months ago
  68. 1b30293 ec/google/wilco/acpi: Hide CrOS-specific devices from OS by Matt DeVillier · 2 years, 3 months ago
  69. adf21da mb/google/volteer: add VBTs for lindar variant by Matt DeVillier · 2 years, 5 months ago
  70. 6b65081 mb/google/dedede: add VBTs for drawcia, mangolor variants by Matt DeVillier · 2 years, 9 months ago
  71. 897f72a mb/google/nissa/var/nivviks: Change ISH name to adl_ish_lite.bin by Reka Norman · 1 year, 10 months ago
  72. 6fb95d8 mb/google/brask/var/kuldax: Set PL and PsysPL by David Wu · 1 year, 10 months ago
  73. 55d47bd mb/google/dedede/var/storo: Disable PCIE RP8 and CLKSRC4 by Zanxi Chen · 1 year, 11 months ago
  74. 164c5ed soc/amd: factor out writing extended PM registers in FADT by Felix Held · 1 year, 10 months ago
  75. 1383122 soc/amd/*/i2c: Move reset_i2c_peripherals to i2c.c by Fred Reitberger · 1 year, 10 months ago
  76. f2b3603 soc/amd/morgana/gpio: Update gpio definitions for morgana by Fred Reitberger · 1 year, 10 months ago
  77. 4ee037e mainboard/google: Remove ACPI ALS device by Gwendal Grignou · 1 year, 10 months ago
  78. 630fb54 mb/google/dedede/var/beadrix: Update SoC gpio pin of USB camera by Teddy Shih · 1 year, 11 months ago
  79. 10817c7 mb/google/glados: Fix WiFi SAR options by Matt DeVillier · 1 year, 10 months ago
  80. ad60b7f mb/google/reef: Fix WiFi SAR options by Matt DeVillier · 1 year, 10 months ago
  81. 856a3f4 mb/google/sarien: Fix WiFi SAR options by Matt DeVillier · 1 year, 10 months ago
  82. c586e9a mb/google/skyrim/var/skyrim: Add supported memory parts by Amanda Huang · 1 year, 10 months ago
  83. 3a1333d mb/google/corsola: Configure TPM IRQ as EDGE_FALLING by Yu-Ping Wu · 1 year, 11 months ago
  84. a2efadd1 MAINTAINERS: Create release team by Martin Roth · 1 year, 10 months ago
  85. 6cb3019 mb/google/brya: Guard FMD selection with CHROMEOS by Matt DeVillier · 1 year, 10 months ago
  86. 961f94d mb/google/dedede: Guard FMD selection with CHROMEOS by Matt DeVillier · 1 year, 10 months ago
  87. a8c10c8 Makefile: Add targets to add and remove symlinks by Christian Walter · 2 years, 2 months ago
  88. ccbb988 Documentation/drivers/cbfs_smbios.md: Describe CBFS serial number by Michał Żygowski · 2 years, 1 month ago
  89. d0b2aa1 nb/amd/agesa/fam16kb: Remove dead code by Arthur Heymans · 1 year, 10 months ago
  90. 6fa6e11 nb/amd/agesa/fam15tn: Remove dead code by Arthur Heymans · 1 year, 10 months ago
  91. 42bb7df arch/x86/smbios.c: Fix Upgrade processor information in SMBIOS by Zhixing Ma · 1 year, 11 months ago
  92. 854c897 mb/supermicro/x9sae: Add full NCT6776 support by Bill XIE · 1 year, 10 months ago
  93. de10d5b soc/amd: factor out common noncar bootblock by Felix Held · 1 year, 10 months ago
  94. f73a3a5 soc/amd/*/smihandler: Make fch_apmc_smi_handler common by Fred Reitberger · 1 year, 10 months ago
  95. 9efe34a mb/ocp/deltalake: Clean up includes by Elyes Haouas · 1 year, 10 months ago
  96. bc4b85f MAINTAINERS: Add AMD Morgana SoC and birman board by Fred Reitberger · 1 year, 10 months ago
  97. 666f886 mb/google/dedede/var/pirika: Add fw_config probe for ALC5682-VD & VS by FrankChu · 1 year, 11 months ago
  98. c35f281 mb/*/*/gpio.h: Remove unused <soc/gpe.h> by Elyes Haouas · 1 year, 10 months ago
  99. f4c97ea Documentation/security: Update list of boards supporting vboot by Martin Roth · 1 year, 10 months ago 4.18
  100. b6777d8 Docs/releases: Add 4.19 relnotes template and update index by Martin Roth · 1 year, 10 months ago