Age | Commit message (Expand) | Author |
2024-06-18 | cpu/x86: Rename paging structure variables for clarity | Subrata Banik |
2024-06-18 | cpu/x86: Rename `PDE_table` to `PDPT` for 1 GiB page mappings | Subrata Banik |
2024-06-05 | cpu/x86: Make 1GB paging the default | Julius Werner |
2024-03-28 | cpu/x86: Link page tables in stage if possible | Arthur Heymans |
2024-03-19 | cpu/x86: Use correct config flag for 1GiB page table | Bora Guvendik |
2024-02-08 | cpu/x86/64bit: Turn jumping to long mode into a macro | Arthur Heymans |
2024-02-08 | cpu/x86: Add 1GiB pages for memory access up to 512GiB | Ashish Kumar Mishra |
2024-01-24 | cpu: Rename Makefiles from .inc to .mk | Martin Roth |
2024-01-05 | arch/x86/include/mode_switch: Add more wrapper functions | Patrick Rudolph |
2024-01-05 | cpu/x86/64bit/mode_switch2: The reverse function to mode_switch | Patrick Rudolph |
2024-01-03 | cpu/x86/64bit/mode_switch: Simplify assembly code | Patrick Rudolph |
2023-08-06 | cpu: Add SPDX license headers to Makefiles | Martin Roth |
2023-04-04 | cpu/x86/64bit/Makefile: use all_x86 make target | Felix Held |
2023-04-04 | cpu/x86/64bit/Makefile: use verstage_x86 make target | Felix Held |
2022-10-12 | cpu/x86/64bit: Fix building with -jx | Arthur Heymans |
2022-04-25 | cpu/x86/64bit: Generate static page tables from an assembly file | Arthur Heymans |
2022-04-25 | cpu/x86/64bit: Add a separate Makefile.inc | Arthur Heymans |
2021-12-06 | x86_64 assembly: Don't touch %gs | Patrick Rudolph |
2021-10-05 | src/acpi to src/lib: Fix spelling errors | Martin Roth |
2021-07-06 | arch/x86: Use ENV_X86_64 instead of _x86_64_ | Patrick Rudolph |
2020-12-10 | cpu/x86/64bit/exit32.inc: Don't invalidate cache in CAR | Patrick Rudolph |
2020-12-05 | cpu/x86/64bit: Add code to call function in protected mode | Patrick Rudolph |
2020-12-01 | cpu/x86/sipi: Add x86_64 support | Patrick Rudolph |
2020-08-24 | Revert "cpu/x86/sipi: Add x86_64 support" | Patrick Rudolph |
2020-08-24 | cpu/x86/sipi: Add x86_64 support | Patrick Rudolph |
2020-08-19 | cpu/x86/64bit/exit32: Add support for ramstage | Patrick Rudolph |
2020-07-08 | cpu/x86/smm: Add support for long mode | Patrick Rudolph |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-04-04 | src/cpu: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-03-17 | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi |
2019-11-04 | cpu/qemu-x86: Add x86_64 bootblock support | Patrick Rudolph |