Historique des commits

Auteur SHA1 Message Date
  Timon Kruiper a4534678f9 Kernel: Implement InterruptDisabler using generic Processor functions il y a 3 ans
  Timon Kruiper 2fd5e9f729 Kernel: Add GenericInterruptHandler.cpp to aarch64 build il y a 3 ans
  Jesse Buhagiar 964f8fbf3a Kernel: Implement AVX `XSAVE` support il y a 3 ans
  Timon Kruiper feba7bc8a8 Kernel: Move Kernel/Arch/x86/SafeMem.h to Kernel/Arch/SafeMem.h il y a 3 ans
  Linus Groh 62185452f0 Kernel: Query OS-enabled CPUID features again at the end of cpu_setup() il y a 3 ans
  Linus Groh 87aabb5ef7 Kernel: Rename OSPKU CPUID feature flag to OSPKE il y a 3 ans
  Linus Groh 3f9c2495e5 Kernel: Remove EBX, ECX, and EDX values from hypervisor dmesgln() il y a 3 ans
  Linus Groh 8d96525b9d Kernel: Move hypervisor vendor ID string to ProcessorInfo il y a 3 ans
  Linus Groh afce63fffc Kernel: Move feature string building to ProcessorInfo il y a 3 ans
  Idan Horowitz 086969277e Everywhere: Run clang-format il y a 3 ans
  Linus Groh 1e82c2708d Kernel: Support all AMD-defined CPUID feature flags for EAX=80000001h il y a 3 ans
  Linus Groh 96e6420d8d Kernel: Support all Intel-defined extended CPUID feature flags for EAX=7 il y a 3 ans
  Linus Groh 6ca03b915e Kernel: Support all Intel-defined CPUID feature flags for EAX=1 il y a 3 ans
  Linus Groh bc7ec02a82 Kernel: Implement CPUFeature as an ArbitrarySizedEnum il y a 3 ans
  Linus Groh c895780829 Kernel: Reorder code in Processor::cpu_detect() for readability il y a 3 ans
  Hendiadyoin1 150e6a59c0 Kernel: Add and use bitwise operators to CPUFeature il y a 3 ans
  Idan Horowitz 1aad64fbe4 Kernel: Workaround QEMU hypervisor.framework CPUID max leaf bug il y a 3 ans
  Lenny Maiorani c6acf64558 Kernel: Change static constexpr variables to constexpr where possible il y a 3 ans
  Andreas Kling a6b5065d94 Kernel: Simplify x86 IOPL sanity check il y a 3 ans
  Andreas Kling dca5fe69eb Kernel: Make Thread::State an `enum class` and use it consistently il y a 3 ans
  Andreas Kling 677da0288c Kernel: Don't dispatch signals in Processor::enter_current() il y a 3 ans
  Andreas Kling 3845c90e08 Kernel: Remove unnecessary includes from Thread.h il y a 3 ans
  Tom 6e46e21c42 Kernel: Implement Page Attribute Table (PAT) support and Write-Combine il y a 3 ans
  Idan Horowitz 0142f33ddc Kernel: Make Processor::capture_stack_trace fallible using ErrorOr il y a 3 ans
  Idan Horowitz 03b7352286 Kernel: Specify inline capacity of return type in capture_stack_trace il y a 3 ans
  Brian Gianforcaro faf1fa0a84 Kernel: Convert Processor::features_string() API to KString il y a 3 ans
  Idan Horowitz f0b82c4b17 Kernel: Replace incorrect loop condition in write_raw_gdt_entry il y a 3 ans
  Idan Horowitz e424e3b88c Kernel: Use enum instead of magic numbers for GDT descriptor types il y a 3 ans
  Daniel Bertalan 8e2efe78f7 Kernel: Tighten String-related includes il y a 3 ans
  Owen Smith 3f2b70382e Kernel: Fix incorrect SFMASK MSR value clobbering reserved bits il y a 3 ans