Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-01 | Kernel: Add an x86 include check+error in x86/CPUID.h | James Mintram | |
2021-09-04 | Kernel: Allow specifying ecx with CPUID | Tom | |
Some CPUID functions (e.g. 0xb) require input values in ecx. | |||
2021-07-14 | Kernel: Add support for hypervisor CPUID feature | Jean-Baptiste Boric | |
2021-06-26 | Kernel: Add CPUID flag for long mode | Gunnar Beutner | |
This isn't particularly useful because by the time we've entered init() the CPU had better support x86_64 anyway. However this shows the CPU flag in System Monitor - even in 32-bit mode. | |||
2021-06-24 | Kernel: Pull apart CPU.h | Hendiadyoin1 | |
This does not add any functional changes |