Age | Commit message (Expand) | Author |
2024-08-22 | arch/x86: Move oformat definition into the linker file | Arthur Heymans |
2024-08-22 | arch/x86/include: Define feature check macros for MCE and MCA | Shuo Liu |
2024-06-27 | arch/x86/mpspec: Use uintptr_t for mpc_apicaddr | Elyes Haouas |
2024-05-14 | arch/x86: Remove unused `protected_mode_jump` API | Subrata Banik |
2024-03-30 | arch/x86: Remove blank lines before '}' and after '{' | Elyes Haouas |
2024-03-21 | arch/x86: Fix typo for macro CPUID_FEATURE_HTT | Jincheng Li |
2024-03-17 | arch/x86: Add API to check if cache sets are power-of-two | Subrata Banik |
2024-02-23 | arch/x86/ioapic: use uintptr_t for IOAPIC base address | Felix Held |
2024-02-07 | arch/x86/mpspec: reduce scope of smp_write_ioapic | Felix Held |
2024-01-11 | arch/x86/include/smm_call: improve documentation of call_smm | Felix Held |
2024-01-11 | arch/x86/include/smm_call: use pm_acpi_smi_cmd_port | Felix Held |
2024-01-10 | arch/x86/include: rename smm.h to smm_call.h | Felix Held |
2024-01-10 | arch/x86/include/smm: use inline asm from drivers/smmstore/ramstage | Felix Held |
2024-01-05 | arch/x86/include/mode_switch: Add more wrapper functions | Patrick Rudolph |
2024-01-03 | cpu/x86/64bit/mode_switch: Simplify assembly code | Patrick Rudolph |
2023-10-06 | arch/x86/cpu_common: Add cpu_get_c_substate_support | Patrick Rudolph |
2023-10-02 | x86/include/arch/cpuid.h: Fix inline assembly | Patrick Rudolph |
2023-09-29 | arch/x86/Kconfig: introduce RESERVED_PHYSICAL_ADDRESS_BITS_SUPPORT | Felix Held |
2023-09-29 | */include/cpu: use unsigned int for number of address bits | Felix Held |
2023-09-14 | x86: Add .data section support for pre-memory stages | Jeremy Compostella |
2023-09-12 | arch/x86: Reduce max phys address size for Intel TME capable SoCs | Jeremy Compostella |
2023-09-12 | cpu/intel: Move is_tme_supported() from soc/intel to cpu/intel | Jeremy Compostella |
2023-06-06 | arch/x86/include/arch/vga: add defines for VGA MMIO addresses | Felix Held |
2023-05-26 | treewide: Remove 'extern' from functions declaration | Elyes Haouas |
2023-05-25 | arch/x86/include/arch/pci_io_cfg: add IO port count & last port defines | Felix Held |
2023-05-16 | x86: pci_io_cfg: Make constant unsigned to fix out of bounds shift | Paul Menzel |
2023-04-27 | arch/x86/include/pci_io_cfg: introduce PCI_IO_CONFIG_[INDEX,DATA] define | Felix Held |
2023-04-26 | soc/intel: Introduce ioapic_get_sci_pin() | Kyösti Mälkki |
2023-04-14 | soc/amd: Clarify ACPI _PRT entry generation | Kyösti Mälkki |
2023-03-22 | x86/include/registers.h: macros should not use a trailing semicolon | Yuchen He |
2023-03-13 | arch/x86/include/arch/mmio.h: Provide __always_inline definition for musl | Fabian Groffen |
2023-02-09 | arch/x86/include/cpu: introduce CPU_TABLE_END CPU table terminator | Felix Held |
2023-02-08 | soc/amd/picasso/soc_util: use cpuid_match | Felix Held |
2023-02-08 | arch/x86/cpu: move cpuid_match to corresponding header file | Felix Held |
2023-02-08 | arch/x86/include/cpu: introduce CPUID_FROM_FMS macro | Felix Held |
2023-02-08 | arch/x86/cpu: introduce and use device_match_mask | Felix Held |
2023-02-08 | arch/x86/include/cpu: retype device field in cpu_device_id | Felix Held |
2023-01-21 | arch/x86/include: Remove unused <stddef.h> | Elyes Haouas |
2022-12-07 | arch/x86/ioapic.c: Move macros to compilation unit | Arthur Heymans |
2022-11-29 | Revert "src/arch/x86: Use core apic id to get cpu_index()" | Arthur Heymans |
2022-11-12 | cpu/x86: Set thread local storage in C code | Arthur Heymans |
2022-11-10 | arch/x86/ioapic: Reduce API exposure | Kyösti Mälkki |
2022-11-10 | arch/x86: Add register_new_ioapic() | Kyösti Mälkki |
2022-11-07 | cpu/x86: Drop !CPU_INFO_V2 code | Arthur Heymans |
2022-11-07 | cpu/amd/agesa: Remove leftover code | Arthur Heymans |
2022-11-03 | treewide: Add 'IWYU pragma: export' comment | Elyes Haouas |
2022-10-22 | arch/x86/include/arch: fix assembly clobber for 64bit | Matei Dibu |
2022-10-20 | arch/x86/include: Split CPUID access into separate file | Martin Roth |
2022-09-06 | src: remove force-included header rules.h from individual files | Martin Roth |
2022-07-14 | arch/x86: Mark prepare_and_run_postcar noreturn | Arthur Heymans |
2022-06-01 | driver/intel/fsp2_0: Disable NULL deref code when calling FSP | Arthur Heymans |
2022-05-31 | x86/include/arch/boot: Fix header guard | Elyes Haouas |
2022-05-25 | arch/x86/acpi_bert_storage.c: Use a common implementation | Arthur Heymans |
2022-05-17 | arch/x86/ebda.c: Move setting up ebda to a BS hook | Arthur Heymans |
2022-05-16 | acpi, arch/x86/smp/mpspec,soc/amd/common: Move MP_IRQ_ flags into acpi.h | Raul E Rangel |
2022-05-16 | arch/x86/postcar_loader.c: Change prepare_and_run_postcar signature | Arthur Heymans |
2022-05-16 | arch/x86/postcar_loader.c: Reduce the scope of functions | Arthur Heymans |
2022-05-16 | arch/x86/postcar: Set up postcar MTRR in C code | Arthur Heymans |
2022-05-12 | arch/x86: Add support for catching null dereferences through debug regs | Robert Zieba |
2022-04-01 | arch/x86/Kconfig: Drop obsolete fixed ramstage symbols | Arthur Heymans |
2022-03-08 | device/mmio.h: Move readXp/writeXp helpers to device/mmio.h | Jianjun Wang |
2022-02-25 | arch/x86: factor out and commonize HPET_BASE_ADDRESS definition | Felix Held |
2022-01-15 | arch/x86/spinlock.h: Support systems with >128 cores | Arthur Heymans |
2022-01-01 | src: Drop duplicated includes | Elyes HAOUAS |
2021-11-13 | Add ENV_STAGE_SUPPORTS_SMP to clean up spinlock stubs | Kyösti Mälkki |
2021-11-10 | Rename ECAM-specific MMCONF Kconfigs | Shelley Chen |
2021-11-09 | pci_mmio_cfg: Move guard around pci_s_* functions to x86 | Nico Huber |
2021-10-22 | sb,soc/intel: Set IOAPIC redirection entry count | Kyösti Mälkki |
2021-10-18 | arch/x86,cpu/x86,lib/thread: Remove usage of cpu_info from lib/thread | Raul E Rangel |
2021-10-17 | sb/amd/cimx/sb800: Clear IOAPIC vectors only once | Kyösti Mälkki |
2021-10-17 | drivers/generic/ioapic: Drop enable_virtual_wire | Kyösti Mälkki |
2021-10-05 | arch/x86,cpu/x86: Introduce new method for accessing cpu_info | Raul E Rangel |
2021-09-28 | arch/x86: Make sure compiler knows we're stopping in hlt() | Martin Roth |
2021-08-31 | arch/x86: Implement cpu_info in C code | Arthur Heymans |
2021-08-11 | arch/x86: Helper functions to get deterministic cache parameters | Subrata Banik |
2021-07-26 | arch/x86,cpu/x86/mp_init: Switch cpu_info index type to size_t | Raul E Rangel |
2021-07-18 | x86/smp/spinlock: Disable thread coop when taking spinlock | Raul E Rangel |
2021-07-06 | arch/x86: Use ENV_X86_64 instead of _x86_64_ | Patrick Rudolph |
2021-06-18 | arch/x86/include/arch/smp/mpspec: improve mp_bustype enum definition | Felix Held |
2021-06-16 | arch/x86/ioapic: Drop irq_on_fsb as a configurable item | Kyösti Mälkki |
2021-06-12 | arch/x86/mptable: Add smp_write_ioapic_from_hw() | Kyösti Mälkki |
2021-06-12 | arch/x86/ioapic: Add get_ioapic_id() and get_ioapic_version() | Kyösti Mälkki |
2021-06-11 | cpu/x86/lapic: Replace LOCAL_APIC_ADDR references | Kyösti Mälkki |
2021-06-08 | arch/x86/include/bert_storage: introduce bert_should_generate_acpi_table | Felix Held |
2021-06-07 | drivers/generic/ioapic: Use arch/x86/ioapic | Kyösti Mälkki |
2021-05-30 | arch/x86/acpi_bert_storage: change return type of bert_errors_present | Felix Held |
2021-04-06 | arch/x86: Provide readXp/writeXp helpers in arch/mmio.h | Angel Pons |
2021-02-14 | arch/x86: Drop `cstates` pointer from CPU drivers | Angel Pons |
2021-02-06 | intel: Rename config FSP_USES_MP_SERVICES_PPI to MP_SERVICES_PPI | Furquan Shaikh |
2021-02-04 | acpi: Add support for reporting CrashLog in BERT table | Francois Toguo |
2020-12-05 | cpu/x86/64bit: Add code to call function in protected mode | Patrick Rudolph |
2020-08-24 | src/arch: Drop unneeded empty lines | Elyes HAOUAS |
2020-08-19 | arch/x86/boot: Jump to payload in protected mode | Patrick Rudolph |
2020-07-26 | smp/spinlock: Do not define barrier() globally | Kyösti Mälkki |
2020-07-26 | arch/x86: Move cpu_relax() | Kyösti Mälkki |
2020-07-14 | src: Remove unused 'include <stdint.h> | Elyes HAOUAS |
2020-07-05 | arch/x86: Support x86_64 exceptions | Paul Menzel |
2020-06-02 | arch/x86/postcar_loader: utilize var_mtrr_context API | Aaron Durbin |
2020-05-18 | x86/include/arch/mmio.h: Convert to 96 characters line length | Elyes HAOUAS |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |