Historial de Commits

Autor SHA1 Mensaje Fecha
  sin-ack c70f45ff44 Everywhere: Explicitly specify the size in StringView constructors hace 3 años
  Tim Schumacher 7d3f71a648 Kernel: Do not disable userland access to the RDTSC instruction hace 3 años
  Idan Horowitz 1950e79d48 Kernel: Eliminate possible KASLR leak by disabling CR4.FSGSBASE hace 3 años
  Timon Kruiper cbe1717181 Kernel: Rename idt_init() to initialize_interrupts() hace 3 años
  Timon Kruiper a4534678f9 Kernel: Implement InterruptDisabler using generic Processor functions hace 3 años
  Timon Kruiper 2fd5e9f729 Kernel: Add GenericInterruptHandler.cpp to aarch64 build hace 3 años
  Jesse Buhagiar 964f8fbf3a Kernel: Implement AVX `XSAVE` support hace 3 años
  Timon Kruiper feba7bc8a8 Kernel: Move Kernel/Arch/x86/SafeMem.h to Kernel/Arch/SafeMem.h hace 3 años
  Linus Groh 62185452f0 Kernel: Query OS-enabled CPUID features again at the end of cpu_setup() hace 3 años
  Linus Groh 87aabb5ef7 Kernel: Rename OSPKU CPUID feature flag to OSPKE hace 3 años
  Linus Groh 3f9c2495e5 Kernel: Remove EBX, ECX, and EDX values from hypervisor dmesgln() hace 3 años
  Linus Groh 8d96525b9d Kernel: Move hypervisor vendor ID string to ProcessorInfo hace 3 años
  Linus Groh afce63fffc Kernel: Move feature string building to ProcessorInfo hace 3 años
  Idan Horowitz 086969277e Everywhere: Run clang-format hace 3 años
  Linus Groh 1e82c2708d Kernel: Support all AMD-defined CPUID feature flags for EAX=80000001h hace 3 años
  Linus Groh 96e6420d8d Kernel: Support all Intel-defined extended CPUID feature flags for EAX=7 hace 3 años
  Linus Groh 6ca03b915e Kernel: Support all Intel-defined CPUID feature flags for EAX=1 hace 3 años
  Linus Groh bc7ec02a82 Kernel: Implement CPUFeature as an ArbitrarySizedEnum hace 3 años
  Linus Groh c895780829 Kernel: Reorder code in Processor::cpu_detect() for readability hace 3 años
  Hendiadyoin1 150e6a59c0 Kernel: Add and use bitwise operators to CPUFeature hace 3 años
  Idan Horowitz 1aad64fbe4 Kernel: Workaround QEMU hypervisor.framework CPUID max leaf bug hace 3 años
  Lenny Maiorani c6acf64558 Kernel: Change static constexpr variables to constexpr where possible hace 3 años
  Andreas Kling a6b5065d94 Kernel: Simplify x86 IOPL sanity check hace 3 años
  Andreas Kling dca5fe69eb Kernel: Make Thread::State an `enum class` and use it consistently hace 3 años
  Andreas Kling 677da0288c Kernel: Don't dispatch signals in Processor::enter_current() hace 3 años
  Andreas Kling 3845c90e08 Kernel: Remove unnecessary includes from Thread.h hace 3 años
  Tom 6e46e21c42 Kernel: Implement Page Attribute Table (PAT) support and Write-Combine hace 3 años
  Idan Horowitz 0142f33ddc Kernel: Make Processor::capture_stack_trace fallible using ErrorOr hace 3 años
  Idan Horowitz 03b7352286 Kernel: Specify inline capacity of return type in capture_stack_trace hace 3 años
  Brian Gianforcaro faf1fa0a84 Kernel: Convert Processor::features_string() API to KString hace 3 años