Age | Commit message (Expand) | Author |
2022-02-11 | cpu/x86/lapic: Fix SMP=n case with LEGACY_SMP_INIT | Kyösti Mälkki |
2022-02-11 | src/cpu/power9: add file structure for power9, implement SCOM access | Igor Bagnucki |
2022-02-10 | Revert "cpu/x86/lapic: Unconditionally use CPUID leaf 0xb if available" | Felix Held |
2022-02-07 | treewide: Remove "ERROR: "/"WARN: " prefixes from log messages | Julius Werner |
2022-02-07 | cpu/x86/Makefile.inc: Build smi_trigger on !HAVE_SMI_HANDLER | Arthur Heymans |
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,nb/intel: Drop remains of LAPIC_MONOTONIC_TIMER | 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: 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-02 | cpu/intel/common: Add `set_feature_ctrl_vmx_arg()` | Angel Pons |
2022-02-01 | cpu/x86/smm: Add SMM_LEGACY_ASEG | Kyösti Mälkki |
2022-02-01 | cpu/x86/lapic: Drop SMM_SERIALIZED_INITIALIZATION | Kyösti Mälkki |
2022-01-27 | cpu/intel/socket_p: Drop 'select SSE' | Elyes HAOUAS |
2022-01-27 | cpu/intel/socket_m: Drop 'select SSE' | Elyes HAOUAS |
2022-01-27 | cpu/intel/socket_LGA775: Drop 'select SSE' | Elyes HAOUAS |
2022-01-27 | cpu/intel/socket_FCBGA559: Drop 'select SSE' | Elyes HAOUAS |
2022-01-26 | src: Add missing 'void' in function definition | Elyes HAOUAS |
2021-12-10 | cpu/x86/mp_init.c: Make it work for !CONFIG_SMP | Arthur Heymans |
2021-12-09 | cpu/amd/agesa/Kconfig: select NO_SMM for Family 14h | Michał Kopeć |
2021-12-08 | cpu/amd/pi/Kconfig: select NO_SMM | Michał Kopeć |
2021-12-06 | northbridge/amd/pi/00730F01: enable PARALLEL_MP | Michał Kopeć |
2021-12-06 | x86_64 assembly: Don't touch %gs | Patrick Rudolph |
2021-12-06 | cpu/x86/mp_init.c: Fix HAVE_SMI_HANDLER | Arthur Heymans |
2021-12-03 | cpu/x86/mp_init.c: Fix building with no smihandler | Arthur Heymans |
2021-12-01 | cpu/x86/mp_init.c: Fix building without an SMI_HANDLER | Arthur Heymans |
2021-11-29 | src/cpu,soc/amd/common/block/cpu: Add preload_microcode | Raul E Rangel |
2021-11-29 | cpu/x86: Rename X86_AMD_INIT_SIPI to X86_INIT_NEED_1_SIPI | Subrata Banik |
2021-11-22 | cpu/intel/hyperthreading: Add missing header <arch/cpu.h> | Raul E Rangel |
2021-11-05 | cpu/intel: Use unsigned types in `get_cpu_count()` | Angel Pons |
2021-11-03 | cpu/amd/mtrr: Remove topmem global variables | Arthur Heymans |
2021-11-03 | cpu/x86/Kconfig: Remove unused CPU_ADDR_BITS | Arthur Heymans |
2021-11-03 | cpu/amd/mtrr/amd_mtrr.c: Remove unused functions | Arthur Heymans |
2021-11-03 | cpu/amd: Always fetch CPU addr bits at runtime | Arthur Heymans |
2021-10-26 | src/cpu: drop CPU_X86_CACHE_HELPER and x86_enable_cache wrapper function | Felix Held |
2021-10-26 | cpu/x86/Kconfig.debug_cpu: drop HAVE_DISPLAY_MTRRS option | Felix Held |
2021-10-26 | cpu/x86: drop CPU_X86_LAPIC Kconfig option | Felix Held |
2021-10-26 | cpu/x86: Introduce and use `CPU_X86_LAPIC` | Felix Held |
2021-10-26 | cpu/intel/socket_LGA775: Drop commented-out entries | Felix Held |
2021-10-26 | cpu/intel/*/Kconfig: move selection of CPU_X86_CACHE_HELPER | Felix Held |
2021-10-26 | cpu/x86: Introduce `CPU_X86_CACHE_HELPER` | Felix Held |
2021-10-26 | cpu/amd,intel/*/Makefile: don't add cpu/x86/cache | Felix Held |
2021-10-25 | cpu,soc/amd/*/Makefile: don't add cpu/x86/pae a second time | Felix Held |
2021-10-25 | cpu,soc/x86: always include cpu/x86/mtrr on x86 CPUs/SoCs | Felix Held |
2021-10-22 | cpu/x86/mp_init: move printing of failure message into mp_init_with_smm | 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-21 | acpigen,soc/amd,cpu/intel: rework static DWORD for CPPC table | Michael Niewöhner |
2021-10-21 | cpu/x86/mp_init: use cb_err as run_ap_work return type | Felix Held |
2021-10-21 | cpu/x86/mp_init: use cb_err as mp_init & bsp_do_flight_plan return type | Felix Held |
2021-10-21 | cpu/x86/mp_init: use cb_err as wait_for_aps return type | Felix Held |
2021-10-21 | cpu/x86/mp_init: use cb_err as apic_wait_timeout return type | Felix Held |
2021-10-21 | cpu/x86/mp_init: use cb_err as install_permanent_handler return type | Felix Held |
2021-10-21 | cpu/x86/mp_init: use cb_err as install_relocation_handler return type | Felix Held |
2021-10-21 | cpu/x86: Remove cpu parameter to ap_init | Raul E Rangel |
2021-10-21 | cpu/x86: Require CPU_INFO_V2 when selecting PARALLEL_MP | Raul E Rangel |
2021-10-21 | arch/x86,cpu/x86: Fix 64-bit CPU_INFO_V2 build errors | Raul E Rangel |
2021-10-20 | cpu/x86/mp_init: rework start_aps to fix X86_AMD_INIT_SIPI case | Felix Held |
2021-10-20 | cpu/x86/mp_init: use cb_err as start_aps return type | Felix Held |
2021-10-20 | cpu/x86/mp_init: add final new line to debug messages | Felix Held |
2021-10-20 | cpu/x86/mp_init: factor out send_sipi_to_aps function | Felix Held |
2021-10-20 | cpu/x86/mp_init: use types.h include | Felix Held |
2021-10-19 | cpu/intel/speedstep: Constify `get_cst_entries()` | Angel Pons |
2021-10-18 | cpu/x86/cpu_info.S: Remove ebx save/restore | Raul E Rangel |
2021-10-18 | cpu/x86/smm/smm_stub: Remove cpu_info | Raul E Rangel |
2021-10-18 | arch/x86,cpu/x86,lib/thread: Remove usage of cpu_info from lib/thread | Raul E Rangel |
2021-10-18 | cpu/intel/hyperthreading: Use initial LAPIC IDs | Kyösti Mälkki |
2021-10-18 | cpu/intel/hyperthreading: Use cpuid_get_max_func() | Kyösti Mälkki |
2021-10-18 | cpu/intel/hyperthreading: Use CPUID leaf 0xb without X2APIC | Kyösti Mälkki |
2021-10-18 | cpu/x86/lapic: Drop xapic_write_atomic() | Kyösti Mälkki |
2021-10-17 | cpu/x86/lapic: Only deliver ExtINT to BSP | Kyösti Mälkki |
2021-10-15 | cpu/intel/haswell: Lock PKG_CST_CONFIG_CONTROL MSR | Angel Pons |
2021-10-15 | cpu/x86/lapic: Do not set read-only bits in LVTx | Kyösti Mälkki |
2021-10-15 | cpu/x86/lapic: Add comment on spurious interrupt | Kyösti Mälkki |
2021-10-15 | cpu/x86/lapic: Split virtual_wire_mode_init() | Kyösti Mälkki |
2021-10-13 | soc/amd/cezanne,soc/intel/common: rework CPPC table generation | Michael Niewöhner |
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-09-29 | arch/x86,cpu/x86: Disable the %gs and %fs segments | Raul E Rangel |
2021-09-27 | arch/x86,cpu/x86: Move cpu_info initialization instructions into macro | Raul E Rangel |
2021-09-27 | cpu/x86/mp_init: add expansion for SIPI acronym | Felix Held |
2021-09-24 | cpu/x86/mp_init: Add comment to smm_do_relocation | Raul E Rangel |
2021-09-17 | cpu: add missing arch/cpu.h includes | Felix Held |
2021-09-08 | cpu/x86/tsc: Deduplicate Makefile logic | Angel Pons |
2021-09-04 | cpu/x86: Use MP_RUN_ON_ALL_CPUS macro instead of hardcoding | Subrata Banik |
2021-08-22 | AGESA f15tn: Hook up IDS options to Kconfig | Angel Pons |
2021-07-27 | cpu/x86/mp_init: don't wait between INIT and SIPI for X86_AMD_INIT_SIPI | Felix Held |
2021-07-26 | arch/x86,cpu/x86/mp_init: Switch cpu_info index type to size_t | Raul E Rangel |
2021-07-16 | include/cpu/amd/msr: don't redefine the IA32_BIOS_SIGN_ID MSR | Felix Held |
2021-07-14 | src: use mca_clear_status function instead of open coding | Felix Held |
2021-07-14 | cpu/intel/*/*_init: use mca_get_bank_count() | Felix Held |
2021-07-14 | include/cpu/x86/msr: introduce IA32_MC_*(x) macros | Felix Held |
2021-07-12 | cpu/amd/*/model_*_init: use mca_get_bank_count() | Felix Held |
2021-07-09 | soc/intel: Fix microcode loading | Tim Wawrzynczak |
2021-07-07 | Makefile.inc: Fix IFITTOOL dependencies | Arthur Heymans |
2021-07-07 | cpu/intel/car/core2/cache_as_ram: Add x86_64 support | Patrick Rudolph |
2021-07-07 | ironlake: Add support for x86_64 | Patrick Rudolph |