Age | Commit message (Expand) | Author |
2024-11-14 | soc/intel/xeon_sp: Reserve PRMRR | Gang Chen |
2024-11-14 | cpu/x86/mtrr: Use fls/ffs from lib.h | Shuo Liu |
2024-09-04 | include/cpu/x86: Add Misc Enable and Thermal Interrupt Register Macro | Saurabh Mishra |
2024-08-11 | region: Introduce region_create() functions | Nico Huber |
2024-08-11 | cpu/x86/lapic: Always have LAPIC enabled | Kyösti Mälkki |
2024-05-29 | cpu/x86/pae/pgtbl.c: extract reusable code from memset_pae() | Krystian Hebel |
2024-05-15 | cpu/x86/pae/pgtbl.c: remove dead paging_identity_map_addr() | Krystian Hebel |
2024-05-13 | cpu/x86/pae/pgtbl.c: remove dead map_2M_page() | Krystian Hebel |
2024-04-05 | smmstorev2: Load the communication buffer at SMM setup | Arthur Heymans |
2024-04-03 | cpu/x86/topology: Add node ID parser | Patrick Rudolph |
2024-02-28 | cpu/x86/(sipi|smm): Pass on CR3 from ramstage | Arthur Heymans |
2024-01-31 | cpu/x86/smm/pci_resource_store: Store DEV/VEN ID | Patrick Rudolph |
2024-01-10 | cpu/x86/smi_trigger: use enum cb_err as apm_control return type | Felix Held |
2023-12-13 | drivers/ipmi to lib: Fix misspellings & capitalization issues | Martin Roth |
2023-11-10 | cpu/x86/smm: Fix get_save_state calculation | Eugene D. Myers |
2023-07-05 | arch/x86: Ensure LAPIC mode for exception handler | Kyösti Mälkki |
2023-07-03 | cpu/x86: Reduce scope of MTRR functions used locally | Kyösti Mälkki |
2023-06-04 | cpu/x86/smm: Drop fxsave/fxrstor logic | Arthur Heymans |
2023-06-02 | include/cpu/x86: Simplify en/dis cache functions | Himanshu Sahdev |
2023-06-01 | include/cpu/x86: Skip `wbinvd` on CPUs with cache self-snooping (SS) | Subrata Banik |
2023-06-01 | cpu/x86/cache: Call wbinvd only once CR0.CD is set | Jeremy Compostella |
2023-05-31 | cpu/x86/mp_init: Use clflush to write SIPI data back to RAM | Jeremy Compostella |
2023-04-06 | cpu/x86/topology: Add code to fill in topology on struct path | Arthur Heymans |
2023-04-06 | cpu/smm_module_loader.c: Fix up CPU index locally | Arthur Heymans |
2023-04-06 | cpu/x86/mp_init.c: Generate a C header to get start32 offset | Arthur Heymans |
2023-03-13 | cpu/x86/cache: CLFLUSH programs to memory before running | Arthur Heymans |
2023-03-05 | cpu/x86/smm: Add PCI resource store functionality | Robert Zieba |
2023-02-15 | cpu/x86/smm: Enable setting SMM console log level from mainboard | Johnny Lin |
2023-01-09 | security/intel/txt: Add helper function to disable TXT | Subrata Banik |
2022-12-10 | treewide: Include <device/mmio.h> instead of <arch/mmio.h> | Elyes Haouas |
2022-12-07 | mb,sb,soc/intel: Drop useless IO trap handlers | Kyösti Mälkki |
2022-11-16 | cpu/x86/smm: Use common SMM_ASEG region | Kyösti Mälkki |
2022-11-12 | include/cpu/msr.h: transform into an union | Arthur Heymans |
2022-11-10 | cpu/x86/lapic.h: Fix CONFIG_X2APIC_RUNTIME | Arthur Heymans |
2022-11-03 | treewide: Add 'IWYU pragma: export' comment | Elyes Haouas |
2022-10-21 | arch/x86/include: Split msr access into separate file | Martin Roth |
2022-09-24 | include/cpu/x86/mtrr: define NUM_FIXED_MTRRS once in mtrr.h | Felix Held |
2022-09-15 | soc/amd: Do SMM relocation via MSR | Arthur Heymans |
2022-08-11 | include: Add SPDX identifiers to files missing them | Martin Roth |
2022-08-01 | include: Add SPDX-License-Identifiers to files missing them | Martin Roth |
2022-07-18 | arch/x86: Add X2APIC_LATE_WORKAROUND | Subrata Banik |
2022-06-02 | cpu/x86/mp_init.c: Prolong delay on synchronous API | Arthur Heymans |
2022-06-02 | cpu/x86/mp.h: Implement a pre-SSE2 mfence | Arthur Heymans |
2022-06-01 | Revert "cpu/x86: Add function to set `put_back_original_solution` variable" | Arthur Heymans |
2022-05-28 | cpu/x86/mp_init.c: Drop 'real' vs 'used' save state | Arthur Heymans |
2022-05-16 | arch/x86/postcar: Set up postcar MTRR in C code | Arthur Heymans |
2022-05-16 | cpu/x86/mp_init.c: Add mp_run_on_all_cpus_synchronously | Kane Chen |
2022-04-13 | cpu/x86: Add function to set `put_back_original_solution` variable | Kane Chen |
2022-03-10 | cpu/x86/smm: Add weak SoC init and exit methods | Raul E Rangel |
2022-03-09 | cpu/intel/common: Add support for energy performance preference (EPP) | Cliff Huang |
2022-03-09 | cpu/x86/smm,lib/cbmem_console: Enable CBMEMC when using DEBUG_SMI | Raul E Rangel |
2022-02-10 | Revert "cpu/x86/lapic: Unconditionally use CPUID leaf 0xb if available" | Felix Held |
2022-02-07 | cpu/x86/mp_init.c: Rename num_concurrent_stacks | Arthur Heymans |
2022-02-07 | cpu/x86/smm: Improve smm stack setup | Arthur Heymans |
2022-02-05 | cpu/x86/lapic: Move LAPIC configuration to MP init | Kyösti Mälkki |
2022-02-05 | cpu/x86/lapic: Fix choice X2APIC_ONLY | Kyösti Mälkki |
2022-02-05 | cpu/x86/lapic: Add lapic_send_ipi_self,others() | Kyösti Mälkki |
2022-02-05 | cpu/x86/lapic: Unify some parameter | Kyösti Mälkki |
2022-02-05 | cpu/x86/lapic: Support switching to X2APIC mode | Kyösti Mälkki |
2022-02-05 | cpu/x86/lapic: Unconditionally use CPUID leaf 0xb if available | Kyösti Mälkki |
2022-02-03 | cpu/x86/smm: Retype variables | Arthur Heymans |
2022-02-01 | cpu/x86/smm: Add SMM_LEGACY_ASEG | Kyösti Mälkki |
2021-11-30 | include/cpu/x86/mp.h: Remove indirect include | Arthur Heymans |
2021-10-26 | src/cpu: drop CPU_X86_CACHE_HELPER and x86_enable_cache wrapper function | Felix Held |
2021-10-22 | cpu/x86/mp_init: use cb_err as status return type in remaining functions | Felix Held |
2021-10-21 | cpu/x86/mp_init: use cb_err as mp_init_with_smm return type | Felix Held |
2021-10-18 | cpu/x86/lapic: Drop xapic_write_atomic() | Kyösti Mälkki |
2021-10-05 | arch/x86,cpu/x86: Introduce new method for accessing cpu_info | Raul E Rangel |
2021-10-05 | src/acpi to src/lib: Fix spelling errors | Martin Roth |
2021-08-16 | soc/intel/common/block/cpu: Introduce CAR_HAS_L3_PROTECTED_WAYS Kconfig | Subrata Banik |
2021-08-15 | soc/intel/common: Calculate and configure SF Mask 2 | Subrata Banik |
2021-08-04 | Move post_codes.h to commonlib/console/ | Ricardo Quesada |
2021-07-24 | include/cpu: Remove one space from bitfield macro definition | Subrata Banik |
2021-07-24 | include/cpu: Use tab instead of space | Subrata Banik |
2021-07-14 | include/cpu/x86/msr: move MC0_CTL_MASK to include/cpu/amd/msr | Felix Held |
2021-07-14 | include/cpu/x86/msr: add mca_clear_status function | Felix Held |
2021-07-14 | include/cpu/x86/msr: introduce IA32_MC_*(x) macros | Felix Held |
2021-07-14 | include/cpu/x86/msr: add IA32_ prefix to MC0_ADDR and MC0_MISC | Felix Held |
2021-07-12 | include/cpu/x86/msr: fix MCG_CTL_P definition | Felix Held |
2021-07-12 | include/cpu/x86/msr: add mca_get_bank_count function | Felix Held |
2021-07-06 | arch/x86: Use ENV_X86_64 instead of _x86_64_ | Patrick Rudolph |
2021-06-25 | Asm code: Use NO_EARLY_BOOTBLOCK_POSTCODES to remove Asm port80s | Martin Roth |
2021-06-19 | soc/intel/common/block/smm: Add `mainboard_smi_finalize` | Aseda Aboagye |
2021-06-11 | cpu/x86/lapic: Replace LOCAL_APIC_ADDR references | Kyösti Mälkki |
2021-06-10 | cpu/x86/lapic: Drop read/write_around aliases | Kyösti Mälkki |
2021-06-10 | cpu/x86/lapic: Separate stop_this_cpu() | Kyösti Mälkki |
2021-06-10 | cpu/x86/lapic: Add lapic_busy() helper | Arthur Heymans |
2021-06-10 | cpu/x86/lapic: Add lapic_send_ipi() helper | Arthur Heymans |
2021-06-10 | cpu/x86/lapic: Do not inline some utility functions | Kyösti Mälkki |
2021-06-10 | cpu/x86/lapic: Add lapic_update32() helper | Kyösti Mälkki |
2021-06-10 | cpu/x86/lapic: Regroup LAPIC accessors | Kyösti Mälkki |
2021-06-09 | cpu/x86/lapic: Add Kconfig choice LAPIC_ACCESS_MODE | Kyösti Mälkki |
2021-06-07 | cpu/x86/lapic: Declare start_cpu() static | Kyösti Mälkki |
2021-05-10 | *x86: fix x2apic mode boot issue | Wonkyu Kim |
2021-04-30 | cpu/x86/msr: introduce helpers msr_read, msr_write | Michael Niewöhner |
2021-04-19 | cpu/x86/smm_loaderv2: Use the permanent stack top during relocation | Arthur Heymans |
2021-04-15 | *x86: Support x2apic mode | Wonkyu Kim |
2021-03-19 | cpu/x86/mp_init.c: Drop unnecessary preprocessor usage | Arthur Heymans |
2021-03-19 | cpu/x86/mp_init: Allow stub sizes larger than the save state size | Arthur Heymans |
2021-03-19 | cpu/x86/smm_loaderv2: Remove unused variables | Arthur Heymans |