1. 08e8067 soc/intel/common: Add API to check Key Locker support by Pratikkumar Prajapati · 1 year, 8 months ago
  2. e51978f soc/intel/common: Move SGX supported API to cpulib by Pratikkumar Prajapati · 1 year, 8 months ago
  3. d4f2d14 soc/intel: Move max speed API to common by Dinesh Gehlot · 1 year, 8 months ago
  4. def74aa soc/intel: Include <cpu/cpu.h> instead of <arch/cpu.h> by Elyes Haouas · 1 year, 10 months ago
  5. 66cd184 soc/intel/cmn/cpu: API to set TME core activation by Subrata Banik · 2 years ago
  6. 29a92e8 soc/intel/common/block/cpu: API to check if TME is supported by Subrata Banik · 2 years ago
  7. 13fd3c8 soc/intel/cmn/cpu: API to initialize core PRMRR by Subrata Banik · 2 years, 2 months ago
  8. 68305aa soc/intel/common: Remove use of CPUID_EXTENDED_CPU_TOPOLOGY_V2 by Ronak Kanabar · 2 years, 6 months ago
  9. a1009da soc/intel: Remove unused <cpu/intel/common/common.h> by Elyes HAOUAS · 2 years, 7 months ago
  10. 05865b8 soc/intel/apl: Rework on CPU privilege level implementation by Subrata Banik · 2 years, 7 months ago
  11. 57ff302 soc/intel/common: Refactor cpu_set_p_state_to_max_non_turbo_ratio by Sridhar Siricilla · 2 years, 9 months ago
  12. 7424576 soc/intel/common: Add CPU related APIs by Sridahr Siricilla · 2 years, 9 months ago
  13. acbf154 src: use mca_clear_status function instead of open coding by Felix Held · 3 years, 1 month ago
  14. c75c8c1 soc/intel/common/block/cpu/cpulib: use mca_get_bank_count() by Felix Held · 3 years, 1 month ago
  15. 1b46e76 include/cpu/x86/msr: introduce IA32_MC_*(x) macros by Felix Held · 3 years, 1 month ago
  16. 6e64c1a soc/intel/common,skl: set MSR LT_LOCK_MEMORY once, not per thread by Michael Niewöhner · 4 years ago
  17. d192590 intel/common/block/cpu: Add APIs to get CPU info from lapic ID by Aamir Bohra · 3 years, 6 months ago
  18. 6303243 {cpu,soc}/intel: replace AES-NI locking by common implemenation call by Michael Niewöhner · 3 years, 10 months ago
  19. 90df916 include/cpu/x86: introduce new helper for (un)setting MSRs by Michael Niewöhner · 3 years, 10 months ago
  20. 490546f soc/intel: rename get_prmrr_size by Michael Niewöhner · 4 years ago
  21. 028c0b6 soc/intel/common/block/sgx: make PRMRR size setting depend on SGX by Michael Niewöhner · 4 years ago
  22. 2ce386a soc/intel/common/block: Do not die if PRMRR size unsupported by Angel Pons · 4 years ago
  23. 11c1b94 soc/intel/common/block/cpu: Fix boot failure by Patrick Rudolph · 4 years ago
  24. 23a60fa src/soc/intel: Add include <types.h> by Elyes HAOUAS · 4 years, 1 month ago
  25. a106163 soc/intel/common: Only touch Time Window Tau bits in supported SoCs by Tim Wawrzynczak · 4 years, 2 months ago
  26. abd3cae soc/intel/common/cpu: Don't set any TCC settings if offset is 0 by Tim Wawrzynczak · 4 years, 2 months ago
  27. 360684b soc/intel/common: add TCC activation functionality by Sumeet R Pawnikar · 4 years, 2 months ago
  28. 379aab4 src: Remove unused 'include <cpu/x86/mtrr.h>' by Elyes HAOUAS · 4 years, 3 months ago
  29. 4b975bb soc/intel/common/block: Remove unused headers by Angel Pons · 4 years, 3 months ago
  30. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  31. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 4 months ago
  32. 0612b27 soc/intel/common: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 4 months ago
  33. 1c6d8a9 soc: Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  34. 7736bfc soc/intel/sgx: convert SGX and PRMRR devicetree options to Kconfig by Michael Niewöhner · 4 years, 10 months ago
  35. 5ce66da soc/intel/common: add common function to set LT_LOCK_MEMORY by Michael Niewöhner · 5 years ago
  36. f91344c soc/intel: Remove unused pointer argument in mca_configure() by Subrata Banik · 5 years ago
  37. 6d56916 soc/intel/cpulib: Remove redundent enable/disable functions by Subrata Banik · 5 years ago
  38. 459df66 soc/intel/cpulib: Factor out IA32_PERF_CTL (0x199) MSR code by Subrata Banik · 5 years ago
  39. bf0970e src: Use include <delay.h> when appropriate by Elyes HAOUAS · 5 years ago
  40. eb789f0 src: Use include <reset.h> when appropriate by Elyes HAOUAS · 6 years ago
  41. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  42. 5322942 soc/intel/cpulib: Add debug message to mca_configure() by Nico Huber · 6 years ago
  43. 6b522c3 intelblocks/cpu: Fix wrong comment for P_Req field in PERF_CTL MSR by Werner Zeh · 6 years ago
  44. 52c5892 intelblocks/cpu: Add function to set CPU clock to minimum value by Werner Zeh · 6 years ago
  45. f765d4f src: Remove unneeded include <lib.h> by Elyes HAOUAS · 6 years ago
  46. d2b9ec1 src: Remove unneeded include "{arch,cpu}/cpu.h" by Elyes HAOUAS · 6 years ago
  47. 419bfbc src: Move common IA-32 MSRs to <cpu/x86/msr.h> by Elyes HAOUAS · 6 years ago
  48. 35cb785 intel/common: change mca_configure API's def by Pratik Prajapati · 6 years ago
  49. 3337497 cpu/x86: Add support to run function with argument over APs by Subrata Banik · 6 years ago
  50. ae18f80 cpu/x86: move NXE and PAT accesses to paging module by Aaron Durbin · 6 years ago
  51. ba91cd3 soc/intel/common/block/cpu: Fix cpu_get_power_max by Mario Scheithauer · 6 years ago
  52. b10e96f soc/intel/common: Add funtion to modify PAT & NXE bit by Naresh G Solanki · 6 years ago
  53. 4e20307 intel/common/cpulib: Add API to configure MCA by Pratik Prajapati · 7 years ago
  54. 5f84310 soc/intel/common/block: Add functions to common CPU library code by Shaunak Saha · 7 years ago
  55. 91d38a5b soc/intel/common/block: Add common MP Init code by Barnali Sarkar · 7 years ago
  56. 19b546f soc/intel/common/block: Add Intel common CPU library code by Barnali Sarkar · 7 years ago