summaryrefslogtreecommitdiffstats
path: root/src/cpu/x86/64bit
Commit message (Expand)AuthorAgeFilesLines
* cpu/x86/64bit: Turn jumping to long mode into a macroArthur Heymans2024-02-083-9/+12
* cpu/x86: Add 1GiB pages for memory access up to 512GiBAshish Kumar Mishra2024-02-082-1/+36
* cpu: Rename Makefiles from .inc to .mkMartin Roth2024-01-241-0/+0
* arch/x86/include/mode_switch: Add more wrapper functionsPatrick Rudolph2024-01-051-2/+2
* cpu/x86/64bit/mode_switch2: The reverse function to mode_switchPatrick Rudolph2024-01-053-0/+76
* cpu/x86/64bit/mode_switch: Simplify assembly codePatrick Rudolph2024-01-031-42/+30
* cpu: Add SPDX license headers to MakefilesMartin Roth2023-08-061-0/+2
* cpu/x86/64bit/Makefile: use all_x86 make targetFelix Held2023-04-041-5/+1
* cpu/x86/64bit/Makefile: use verstage_x86 make targetFelix Held2023-04-041-3/+1
* cpu/x86/64bit: Fix building with -jxArthur Heymans2022-10-121-1/+1
* cpu/x86/64bit: Generate static page tables from an assembly fileArthur Heymans2022-04-252-0/+47
* cpu/x86/64bit: Add a separate Makefile.incArthur Heymans2022-04-251-0/+7
* x86_64 assembly: Don't touch %gsPatrick Rudolph2021-12-062-5/+10
* src/acpi to src/lib: Fix spelling errorsMartin Roth2021-10-051-2/+2
* arch/x86: Use ENV_X86_64 instead of _x86_64_Patrick Rudolph2021-07-061-1/+1
* cpu/x86/64bit/exit32.inc: Don't invalidate cache in CARPatrick Rudolph2020-12-101-1/+2
* cpu/x86/64bit: Add code to call function in protected modePatrick Rudolph2020-12-051-0/+70
* cpu/x86/sipi: Add x86_64 supportPatrick Rudolph2020-12-011-0/+10
* Revert "cpu/x86/sipi: Add x86_64 support"Patrick Rudolph2020-08-241-10/+0
* cpu/x86/sipi: Add x86_64 supportPatrick Rudolph2020-08-241-0/+10
* cpu/x86/64bit/exit32: Add support for ramstagePatrick Rudolph2020-08-191-2/+10
* cpu/x86/smm: Add support for long modePatrick Rudolph2020-07-081-0/+84
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/cpu: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-13/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* cpu/qemu-x86: Add x86_64 bootblock supportPatrick Rudolph2019-11-041-0/+62