index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cpu
/
x86
/
lapic
Commit message (
Expand
)
Author
Age
Files
Lines
*
cpu/x86/lapic/apic_timer.c: Compile the same code for all stages
Arthur Heymans
2018-08-03
2
-9
/
+13
*
src/cpu: Remove unneeded includes
Elyes HAOUAS
2018-06-01
1
-2
/
+0
*
cpu/x86: Get rid of device_t
Elyes HAOUAS
2018-04-30
1
-2
/
+2
*
arch/x86: Fix call for wait_other_cpus_stop()
Kyösti Mälkki
2018-04-28
1
-3
/
+3
*
intel: Use MSR_EBC_FREQUENCY_ID instead of 0x2c
Elyes HAOUAS
2017-12-11
1
-2
/
+4
*
x86/lapic: Use the existing lapicid() function
Marc Jones
2017-10-31
1
-1
/
+1
*
cpu/x86 asm: Just use the correct op suffix
Edward O'Callaghan
2017-08-31
1
-1
/
+1
*
arch/x86: Sanity checking on HAVE_SMI_HANDLER
Kyösti Mälkki
2017-08-19
1
-3
/
+5
*
i82801dx/gx/ix/jx: Add low-memory backup for S3 path
Kyösti Mälkki
2017-08-19
1
-0
/
+6
*
arch/x86: Clean up CONFIG_SMP and MAX_CPUS test
Kyösti Mälkki
2017-08-19
3
-28
/
+22
*
arch/x86: Fix ugly NEED_LAPIC use
Kyösti Mälkki
2017-08-19
2
-34
/
+14
*
x86/lapic/secondary.S: Align stack for _secondary_start
Marshall Dawson
2017-07-20
1
-0
/
+2
*
src/cpu: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-07-13
4
-14
/
+15
*
cpu/x86: Fix misc. remaining issues detected by checkpatch
Lee Leahy
2017-03-16
1
-3
/
+4
*
cpu/x86: Wrap lines at 80 columns
Lee Leahy
2017-03-16
2
-5
/
+10
*
cpu/x86: Remove braces and else if unnecessary
Lee Leahy
2017-03-16
1
-20
/
+10
*
cpu/x86: Fix various issues detected by checkpatch.pl
Lee Leahy
2017-03-16
2
-5
/
+5
*
src/cpu/x86: Update/Add license headers to all files
Martin Roth
2017-02-22
3
-0
/
+39
*
Set the fsb timer correctly for Netburst CPUs
Arthur Heymans
2016-12-16
1
-22
/
+38
*
src/cpu: Remove unnecessary whitespace
Elyes HAOUAS
2016-10-07
1
-4
/
+4
*
src/cpu: Add required space before opening parenthesis '('
Elyes HAOUAS
2016-08-28
2
-8
/
+8
*
src/cpu: Capitalize CPU, APIC and IOAPIC typo fix
Elyes HAOUAS
2016-08-23
3
-7
/
+7
*
src/cpu: Capitalize CPU
Elyes HAOUAS
2016-07-31
1
-8
/
+8
*
src/cpu: Capitalize ROM and RAM
Elyes HAOUAS
2016-07-31
1
-1
/
+1
*
ACPI S3: Move SMP trampoline recovery
Kyösti Mälkki
2016-06-22
1
-14
/
+24
*
arch/x86: introduce postcar stage/phase
Aaron Durbin
2016-03-23
1
-0
/
+1
*
*/Makefile.inc: Compile files needed by uart8250 in x86 bootblock
Alexandru Gagniuc
2016-01-21
1
-0
/
+1
*
x86/smm: Initialize SMM on some CPUs one-by-one
Damien Zammit
2015-12-02
1
-1
/
+46
*
cpu/x86/lapic: Add stack overrun detection
Timothy Pearson
2015-11-14
1
-0
/
+2
*
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-31
2
-8
/
+0
*
x86: add standalone verstage support
Aaron Durbin
2015-10-14
1
-0
/
+1
*
indent style fix for lapic_cpu_init.c
Jonathan A. Kollasch
2015-07-17
1
-1
/
+1
*
Revert "sandy/ivybridge: use LAPIC timer in SMM"
Patrick Georgi
2015-07-06
1
-3
/
+0
*
sandy/ivybridge: use LAPIC timer in SMM
Stefan Reinauer
2015-07-02
1
-0
/
+3
*
cpu: x86 port to 64bit
Stefan Reinauer
2015-06-20
1
-2
/
+6
*
Remove address from GPLv2 headers
Patrick Georgi
2015-05-21
2
-2
/
+2
*
New mechanism to define SRAM/memory map with automatic bounds checking
Julius Werner
2015-04-06
1
-0
/
+1
*
arch/x86: Declare GDT symbols and move_gdt()
Kyösti Mälkki
2014-12-31
1
-6
/
+1
*
Replace hlt() loops with halt()
Patrick Georgi
2014-11-30
1
-4
/
+2
*
{arch,cpu,drivers,ec}: Don't hide pointers behind typedefs
Edward O'Callaghan
2014-10-27
1
-4
/
+4
*
cpu/x86/lapic/lapic.c: trivial: fix comment on #else
Daniele Forsi
2014-08-03
1
-1
/
+1
*
cpu: Trivial - drop trailing blank lines at EOF
Edward O'Callaghan
2014-07-08
1
-1
/
+0
*
Replace SERIAL_CPU_INIT with PARALLEL_CPU_INIT
Kyösti Mälkki
2014-05-10
1
-19
/
+15
*
x86: use car_(get|set)_var accessors for apic timer
Aaron Durbin
2014-04-01
1
-8
/
+22
*
SMP: Add arch-agnostic boot_cpu()
Kyösti Mälkki
2014-02-11
1
-1
/
+1
*
x86: add common definitions for control registers
Aaron Durbin
2014-01-28
1
-23
/
+4
*
Don't wait on 2065x
Vladimir Serbinenko
2013-11-22
1
-1
/
+1
*
Rename cpu/x86/car.h to arch/early_variables.h
Stefan Reinauer
2013-10-13
1
-1
/
+1
*
Include boot_cpu.c for romstage builds
Kyösti Mälkki
2013-08-15
2
-2
/
+1
*
X86: make the SIPI num_starts a config variable
Ronald G. Minnich
2013-07-22
1
-9
/
+3
[next]