This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-05-15 23:58:02 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
06e33788ea1cbe5a4f3e2ab3faef6403f0159cdc
ladybird
/
Kernel
/
Arch
/
x86
/
common
History
Idan Horowitz
1aad64fbe4
Kernel: Workaround QEMU hypervisor.framework CPUID max leaf bug
...
This works around issue
#10382
until it is fixed on QEMU's side. Patch from Anonymous.
2022-02-11 02:45:34 +02:00
..
ASM_wrapper.cpp
…
CPU.cpp
…
Interrupts.cpp
Kernel/Interrupts: Initialize two spurious handlers when PIC is disabled
2022-01-30 21:07:20 +02:00
Processor.cpp
Kernel: Workaround QEMU hypervisor.framework CPUID max leaf bug
2022-02-11 02:45:34 +02:00
ProcessorInfo.cpp
Kernel: Convert ProcessorInfo to KString
2022-01-12 16:09:09 +02:00
SafeMem.cpp
Kernel: Add cross platform RegisterState header and Aarch64 version
2021-10-15 21:48:45 +01:00
ScopedCritical.cpp
Kernel: Move ScopedCritical + SmapDisabler CPP files into x86 common
2021-10-16 15:43:41 -07:00
SmapDisabler.cpp
Kernel: Move ScopedCritical + SmapDisabler CPP files into x86 common
2021-10-16 15:43:41 -07:00
Spinlock.cpp
Kernel: Move Spinlock lock/unlock functions out of line
2022-02-03 16:11:26 +01:00
TrapFrame.cpp
…