Age | Commit message (Expand) | Author |
2019-08-09 | cpu/x86 mp_init: Add option for AMD INIT SIPI sequence | Marshall Dawson |
2019-08-06 | soc/*: Report mp_init errors | Patrick Rudolph |
2019-06-21 | cpu/x86: use ALIGN_UP instead of ALIGN for better readability | Felix Held |
2019-05-16 | {arch,cpu}/x86, drivers/intel: Restore cpu_index error handling | Jacob Garber |
2019-05-12 | arch/cpu: Rename mp_get_apic_id() and add_cpu_map_entry() function | Subrata Banik |
2019-04-06 | src: Use #include <timer.h> when appropriate | Elyes HAOUAS |
2019-03-20 | src: Use 'include <string.h>' when appropriate | Elyes HAOUAS |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-01-14 | arch/x86: Enforce CPU stack alignment | Kyösti Mälkki |
2018-12-15 | cpu/x86: Make mp_get_apic_id() function externally available | Subrata Banik |
2018-11-16 | src: Remove unneeded include <lib.h> | Elyes HAOUAS |
2018-10-29 | x86/mp_init: Add configurable stack size for SMM relocate | Marshall Dawson |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-08-09 | cpu/x86/mp_init.c: Avoid static analysis error for unused value | Richard Spiegel |
2018-08-09 | cpu/x86/mp_init.c: Fix error treatment | Richard Spiegel |
2018-08-06 | mp_init: fix typo | Raul E Rangel |
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 |