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
/
cpu
/
x86
/
mp_init.c
Age
Commit message (
Expand
)
Author
2018-06-14
cpu/x86: Make SMM stack size configurable
Raul E Rangel
2018-06-04
cpu/x86/mp: Update CPU name in device structure
Naresh G Solanki
2018-05-19
cpu/x86: Add support to run function on single AP
Subrata Banik
2018-05-14
cpu/x86: Add support to run function with argument over APs
Subrata Banik
2018-05-14
cpu/x86/mp: pass pointers to structures for AP callbacks
Aaron Durbin
2018-05-04
cpu/x86/mp: use __aligned macro
Aaron Durbin
2018-05-04
cpu/x86/mp: remove unused functions and limit API exposure
Aaron Durbin
2018-05-03
cpu/x86: Add infinite timeout support into run_ap_work() function
Subrata Banik
2018-04-01
x86: Increase time out for parking APs to 250ms
Furquan Shaikh
2018-03-09
cpu/x86/mp_init: Print amount of time it takes in bsp_do_flight_plan
Furquan Shaikh
2018-03-05
cpu/x86/mp_init: Increase AP check-in time-out to 1second
Furquan Shaikh
2018-02-16
x86/mtrr: Enable Rd/WrDram mod in AMD fixed MTRRs
Marshall Dawson
2017-12-20
cpu/x86: set permanent SMM handler stack to 1KiB
Aaron Durbin
2017-09-11
cpu/x86/mp_init: remove adjust_cpu_apic_entry()
Aaron Durbin
2017-07-13
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-06-22
cpu/x86: Use do while loop
Paul Menzel
2017-06-16
cpu/x86/mp_init: report correct count of AP acceptance
Aaron Durbin
2017-03-19
cpu/x86: add a barrier with timeout
Bora Guvendik
2017-03-16
cpu/x86: Remove braces and else if unnecessary
Lee Leahy
2017-03-16
cpu/x86: Use tabs for indent
Lee Leahy
2016-12-08
cpu/x86: allow AP callbacks after MP init
Aaron Durbin
2016-08-23
src/cpu: Capitalize CPU, APIC and IOAPIC typo fix
Elyes HAOUAS
2016-07-31
src/cpu: Capitalize CPU
Elyes HAOUAS
2016-05-06
cpu/x86/mp_init: reduce exposure of internal implementation
Aaron Durbin
2016-05-04
cpu/x86: combine multiprocessor and SMM initialization
Aaron Durbin
2016-05-02
cpu/x86/mp_init: remove unused callback arguments
Aaron Durbin
2016-01-20
cpu: Fix typo that spelled "allocate" as "allocte."
Jacob Laska
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-15
cpu/mtrr.h: Fix macro names for MTRR registers
Alexandru Gagniuc
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-04-06
New mechanism to define SRAM/memory map with automatic bounds checking
Julius Werner
2014-12-31
arch/x86: Declare GDT symbols and move_gdt()
Kyösti Mälkki
2014-10-27
{arch,cpu,drivers,ec}: Don't hide pointers behind typedefs
Edward O'Callaghan
2014-07-08
cpu: Trivial - drop trailing blank lines at EOF
Edward O'Callaghan
2014-01-30
x86: Add SMM helper functions to MP infrastructure
Aaron Durbin
2014-01-30
x86: parallel MP initialization
Aaron Durbin