Age | Commit message (Expand) | Author |
2023-04-04 | cpu/x86/lapic,pae,tsc/Makefile: use all_x86 target | Felix Held |
2022-11-07 | cpu/x86: Drop LEGACY_SMP_INIT | Arthur Heymans |
2022-10-26 | cpu/x86: Clean up includes | Elyes Haouas |
2022-07-18 | arch/x86: Add X2APIC_LATE_WORKAROUND | Subrata Banik |
2022-07-17 | cpu: Get rid of unnecessary blank line {before,after} barce | Elyes HAOUAS |
2022-02-11 | cpu/x86/lapic: Fix SMP=n case with LEGACY_SMP_INIT | Kyösti Mälkki |
2022-02-05 | cpu/x86/lapic: Move LAPIC configuration to MP init | 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-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 |
2021-10-18 | arch/x86,cpu/x86,lib/thread: Remove usage of cpu_info from lib/thread | Raul E Rangel |
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/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-09-29 | arch/x86,cpu/x86: Disable the %gs and %fs segments | Raul E Rangel |
2021-07-06 | arch/x86: Use ENV_X86_64 instead of _x86_64_ | Patrick Rudolph |
2021-06-15 | treewide: Disable R_AMD64_32S relocation support | Patrick Rudolph |
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 wait_ipi_completion() helpers | 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-09 | cpu/x86/lapic: Add Kconfig choice LAPIC_ACCESS_MODE | Kyösti Mälkki |
2021-06-09 | cpu/x86/lapic: Drop IOAPIC test | Kyösti Mälkki |
2021-06-07 | cpu/x86/lapic: Redo DEBUG_HALT_SELF | Kyösti Mälkki |
2021-06-07 | cpu/x86/lapic: Declare start_cpu() static | Kyösti Mälkki |
2021-06-07 | cpu/x86/lapic: Drop parallel_cpu_init inside LEGACY_SMP_INIT | Kyösti Mälkki |
2021-06-07 | cpu/x86: Drop Kconfig PARALLEL_CPU_INIT | Kyösti Mälkki |
2021-04-15 | *x86: Support x2apic mode | Wonkyu Kim |
2020-12-04 | cpu/x86/lapic/secondary.S: Adapt for x86_64 | Arthur Heymans |
2020-10-31 | cpu/x86/lapic: rename virtual wire mode initialization function | Felix Held |
2020-07-14 | src: Remove unused 'include <cpu/x86/msr.h>' | Elyes HAOUAS |
2020-06-23 | src/*: Update makefiles to exclude x86 code from psp-verstage | Martin Roth |
2020-06-22 | cpu/x86/lapic: Support x86_64 and clean up code | Patrick Rudolph |
2020-06-16 | Revert "x86/lapic: Set EXTINT on BSP only" | Angel Pons |
2020-06-16 | x86/lapic: Set EXTINT on BSP only | Zheng Bao |
2020-06-06 | src: Remove unused 'include <cpu/x86/mtrr.h>' | Elyes HAOUAS |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-02 | acpi: Move ACPI table support out of arch/x86 (3/5) | Furquan Shaikh |
2020-04-04 | src/cpu: Use SPDX for GPL-2.0-only files | Angel Pons |
2019-12-19 | src: Remove unused 'include <arch/cpu.h>' | Elyes HAOUAS |
2019-12-19 | src: Use '#include <smp/node.h>' when appropriate | Elyes HAOUAS |
2019-12-11 | AGESA, binaryPI: implement C bootblock | Michał Żygowski |
2019-12-02 | src/: Remove g_ prefixes and _g suffixes from variables | Patrick Georgi |
2019-11-29 | cpu/x86/lapic/apic_timer.c: Drop CAR_GLOBAL_MIGRATION support | Arthur Heymans |
2019-11-21 | cpu/amd/fam10: Drop support | Arthur Heymans |
2019-11-21 | cpu/x86/lapic/lapic_cpu_init.c: Drop unused guards | Arthur Heymans |
2019-10-29 | arch/x86/*.S: use defines instead of hardcoded values | Patrick Rudolph |
2019-10-28 | src/cpu: Use 'include <stdlib.h>' when appropriate | Elyes HAOUAS |
2019-09-19 | cpu/x86/lapic: Refactor timer_fsb() | Kyösti Mälkki |
2019-09-10 | AUTHORS: Move src/cpu copyrights into AUTHORS file | Martin Roth |
2019-08-13 | cpu/x86: Move some SMM function declarations | Kyösti Mälkki |
2019-07-02 | src: Use CRx_TYPE type for CRx | Elyes HAOUAS |
2019-05-28 | src/cpu/x86/lapic/lapic.c: Add missing newline | Christian Walter |
2019-05-13 | lapic/lapic_cpu_init: Add cpu_add_map_entry() to store default_apic_id | Subrata Banik |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-04 | arch/io.h: Drop unnecessary include | Kyösti Mälkki |
2019-01-27 | src/cpu/intel: Set get_ia32_fsb function common | Elyes HAOUAS |
2019-01-14 | arch/x86: Enforce CPU stack alignment | Kyösti Mälkki |
2019-01-11 | arch/x86/lapic: Remove second stack poisoning | Kyösti Mälkki |
2018-11-08 | src: Replace common MSR addresses with macros | Elyes HAOUAS |
2018-08-03 | cpu/x86/lapic/apic_timer.c: Compile the same code for all stages | Arthur Heymans |
2018-06-01 | src/cpu: Remove unneeded includes | Elyes HAOUAS |
2018-04-30 | cpu/x86: Get rid of device_t | Elyes HAOUAS |
2018-04-28 | arch/x86: Fix call for wait_other_cpus_stop() | Kyösti Mälkki |
2017-12-11 | intel: Use MSR_EBC_FREQUENCY_ID instead of 0x2c | Elyes HAOUAS |
2017-10-31 | x86/lapic: Use the existing lapicid() function | Marc Jones |
2017-08-31 | cpu/x86 asm: Just use the correct op suffix | Edward O'Callaghan |
2017-08-19 | arch/x86: Sanity checking on HAVE_SMI_HANDLER | Kyösti Mälkki |
2017-08-19 | i82801dx/gx/ix/jx: Add low-memory backup for S3 path | Kyösti Mälkki |
2017-08-19 | arch/x86: Clean up CONFIG_SMP and MAX_CPUS test | Kyösti Mälkki |
2017-08-19 | arch/x86: Fix ugly NEED_LAPIC use | Kyösti Mälkki |
2017-07-20 | x86/lapic/secondary.S: Align stack for _secondary_start | Marshall Dawson |
2017-07-13 | src/cpu: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-03-16 | cpu/x86: Fix misc. remaining issues detected by checkpatch | Lee Leahy |
2017-03-16 | cpu/x86: Wrap lines at 80 columns | Lee Leahy |
2017-03-16 | cpu/x86: Remove braces and else if unnecessary | Lee Leahy |
2017-03-16 | cpu/x86: Fix various issues detected by checkpatch.pl | Lee Leahy |
2017-02-22 | src/cpu/x86: Update/Add license headers to all files | Martin Roth |
2016-12-16 | Set the fsb timer correctly for Netburst CPUs | Arthur Heymans |
2016-10-07 | src/cpu: Remove unnecessary whitespace | Elyes HAOUAS |
2016-08-28 | src/cpu: Add required space before opening parenthesis '(' | Elyes HAOUAS |
2016-08-23 | src/cpu: Capitalize CPU, APIC and IOAPIC typo fix | Elyes HAOUAS |
2016-07-31 | src/cpu: Capitalize CPU | Elyes HAOUAS |
2016-07-31 | src/cpu: Capitalize ROM and RAM | Elyes HAOUAS |
2016-06-22 | ACPI S3: Move SMP trampoline recovery | Kyösti Mälkki |
2016-03-23 | arch/x86: introduce postcar stage/phase | Aaron Durbin |
2016-01-21 | */Makefile.inc: Compile files needed by uart8250 in x86 bootblock | Alexandru Gagniuc |
2015-12-02 | x86/smm: Initialize SMM on some CPUs one-by-one | Damien Zammit |
2015-11-14 | cpu/x86/lapic: Add stack overrun detection | Timothy Pearson |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-14 | x86: add standalone verstage support | Aaron Durbin |
2015-07-17 | indent style fix for lapic_cpu_init.c | Jonathan A. Kollasch |
2015-07-06 | Revert "sandy/ivybridge: use LAPIC timer in SMM" | Patrick Georgi |