index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
x86
/
cpu.c
Age
Commit message (
Expand
)
Author
2024-04-12
tree: Drop duplicated <device/{path,resource}.h>
Elyes Haouas
2023-09-12
soc/intel/common: Fix invalid MADT entries creation
Jeremy Compostella
2023-08-28
arch/x86/cpu: Remove unnecessary parentheses
Elyes Haouas
2023-04-06
cpu/x86/mp_init.c: Keep track of initial lapic ID inside device_path
Arthur Heymans
2023-02-08
arch/x86/cpu: move cpuid_match to corresponding header file
Felix Held
2023-02-08
arch/x86/cpu: introduce and use device_match_mask
Felix Held
2022-12-10
cpu/cpu.h: Change the function signature
Arthur Heymans
2022-11-29
Revert "src/arch/x86: Use core apic id to get cpu_index()"
Arthur Heymans
2022-11-22
src/arch: Remove unnecessary space after casts
Elyes Haouas
2022-11-12
cpu/x86: Set thread local storage in C code
Arthur Heymans
2021-07-06
arch/x86: Use ENV_X86_64 instead of _x86_64_
Patrick Rudolph
2021-06-11
cpu/x86/lapic: Replace LOCAL_APIC_ADDR references
Kyösti Mälkki
2021-04-15
*x86: Support x2apic mode
Wonkyu Kim
2021-02-15
src: use ARRAY_SIZE where possible
Patrick Georgi
2021-02-07
arch/x86/cpu.c: Remove redundant <arch/cpu.h>
Elyes HAOUAS
2021-02-06
intel: Rename config FSP_USES_MP_SERVICES_PPI to MP_SERVICES_PPI
Furquan Shaikh
2020-08-24
src/arch: Drop unneeded empty lines
Elyes HAOUAS
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-02
cpu: Add a helper function cpu_get_lapic_addr
Furquan Shaikh
2020-04-20
drivers/pc80/rtc: Reorganize prototypes
Kyösti Mälkki
2020-03-23
src: capitalize 'APIC'
Elyes HAOUAS
2020-03-06
src/arch/x86: Convert to SPDX license header
Patrick Georgi
2019-11-03
cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATE
Kyösti Mälkki
2019-06-21
arch/x86/cpu: Add define and strings for Hygon
Jinke Fan
2019-05-16
{arch,cpu}/x86, drivers/intel: Restore cpu_index error handling
Jacob Garber
2019-05-13
src/arch/x86: Use core apic id to get cpu_index()
Subrata Banik
2019-05-12
arch/cpu: Rename mp_get_apic_id() and add_cpu_map_entry() function
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
2018-12-13
cpuid: Add helper function for cpuid(1) functions
Subrata Banik
2018-07-09
src/{arch,commonlib,cpu}: Use "foo *bar" instead of "foo* bar"
Elyes HAOUAS
2018-05-04
arch/x86/cpu.c: Remove unneeded headers
Elyes HAOUAS
2018-04-01
x86: Increase time out for parking APs to 250ms
Furquan Shaikh
2017-11-23
Constify struct cpu_device_id instances
Jonathan Neuschäfer
2017-03-20
arch/x86: Fix most of remaining issues detected by checkpatch
Lee Leahy
2017-03-17
arch/x86: Fix space issues detected by checkpatch
Lee Leahy
2017-03-17
arch/x86: Fix issues with braces detected by checkpatch
Lee Leahy
2016-12-08
cpu/x86: allow AP callbacks after MP init
Aaron Durbin
2016-08-28
src/arch: Add required space before opening parenthesis '('
Elyes HAOUAS
2016-07-31
src/arch: Capitalize CPU, RAM and ROM
Elyes HAOUAS
2016-02-19
x86: add coreboot table entry for TSC info
Aaron Durbin
2016-02-19
lib/coreboot_table: add function to allow arch code to add records
Aaron Durbin
2016-01-19
arch/x86: Indent using tabs not spaces
Martin Roth
2016-01-14
arch/x86: add missing license headers
Martin Roth
2015-12-02
x86/smm: Initialize SMM on some CPUs one-by-one
Damien Zammit
2015-09-05
symbols: add '_' to pci_drivers and cpu_drivers symbols
Aaron Durbin
2015-07-13
x86: flatten hierarchy
Stefan Reinauer