Age | Commit message (Expand) | Author |
2023-07-05 | arch/x86: Ensure LAPIC mode for exception handler | Kyösti Mälkki |
2022-12-10 | treewide: Include <device/mmio.h> instead of <arch/mmio.h> | Elyes Haouas |
2022-11-10 | cpu/x86/lapic.h: Fix CONFIG_X2APIC_RUNTIME | Arthur Heymans |
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-02-10 | Revert "cpu/x86/lapic: Unconditionally use CPUID leaf 0xb if available" | Felix Held |
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 |
2021-10-18 | cpu/x86/lapic: Drop xapic_write_atomic() | 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-15 | *x86: Support x2apic mode | Wonkyu Kim |
2020-10-31 | cpu/x86/lapic: rename virtual wire mode initialization function | Felix Held |
2020-07-05 | include/cpu/x86/lapic: Add support for x86_64 | Patrick Rudolph |
2020-06-22 | cpu/x86/lapic: Support x86_64 and clean up code | Patrick Rudolph |
2019-12-19 | src: Use '#include <smp/node.h>' when appropriate | Elyes HAOUAS |
2019-09-14 | arch/x86: Replace some __PRE_RAM__ use | Kyösti Mälkki |
2019-09-14 | cpu/x86: Drop lapic_remote_read() | Kyösti Mälkki |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-09-14 | complier.h: add __always_inline and use it in code base | Aaron Durbin |
2017-08-19 | arch/x86: Fix ugly NEED_LAPIC use | Kyösti Mälkki |
2017-07-13 | src/include: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-03-13 | src/include: Wrap lines at 80 columns | Lee Leahy |
2017-03-13 | src/include: Add spaces around : | Lee Leahy |
2017-03-13 | src/include: Fix indent for case labels | Lee Leahy |
2017-03-13 | src/include: Fix space between type, * and variable name | Lee Leahy |
2017-03-12 | src/include: Remove spaces before ( and after ) | Lee Leahy |
2017-03-09 | src/include: Add space after comma | Lee Leahy |
2016-08-23 | src/include: Capitalize APIC and SMM | Elyes HAOUAS |
2014-11-30 | Replace hlt() loops with halt() | Patrick Georgi |
2014-02-11 | SMP: Add arch-agnostic boot_cpu() | Kyösti Mälkki |
2013-08-15 | Include boot_cpu.c for romstage builds | Kyösti Mälkki |
2013-05-10 | Drop prototype guarding for romcc | Stefan Reinauer |
2012-11-20 | Unify use of bool config variables | Stefan Reinauer |
2012-07-31 | Revert "Use broadcast SIPI to startup siblings" | Sven Schnelle |
2012-07-02 | Use broadcast SIPI to startup siblings | Sven Schnelle |
2012-05-08 | Clean up #ifs | Patrick Georgi |
2012-03-30 | Add an option to keep the ROM cached after romstage | Stefan Reinauer |
2012-03-16 | xchg is atomic with side-effects | Patrick Georgi |
2010-03-28 | drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is more | Stefan Reinauer |
2010-02-22 | This is a general cleanup patch | Stefan Reinauer |
2009-11-06 | Split the two usages of __ROMCC__: | Myles Watson |
2009-10-17 | Remove CONFIG_ from #defines that aren't config variables. Trivial. | Myles Watson |
2009-04-06 | (trivial) fix some warnings | Stefan Reinauer |
2008-08-02 | Go back to SIPI WAIT state for those CPUS defining the newly introduced | Stefan Reinauer |
2007-12-19 | Changed the stop_this_cpu() to just hlt. | Marc Jones |
2005-12-02 | 1201_ht_bus0_dev0_fidvid_core.diff | Stefan Reinauer |
2004-10-14 | - Renamed cpu header files | Eric Biederman |