Historial de Commits

Autor SHA1 Mensaje Fecha
  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
  Idan Horowitz f0b82c4b17 Kernel: Replace incorrect loop condition in write_raw_gdt_entry hace 3 años
  Idan Horowitz e424e3b88c Kernel: Use enum instead of magic numbers for GDT descriptor types hace 3 años
  Daniel Bertalan 8e2efe78f7 Kernel: Tighten String-related includes hace 3 años
  Owen Smith 3f2b70382e Kernel: Fix incorrect SFMASK MSR value clobbering reserved bits hace 3 años
  Owen Smith e6df1c9988 Kernel: Implement and use the syscall/sysret instruction pair on x86_64 hace 4 años
  Owen Smith d36c84c331 Kernel: Reorder the 64-bit GDT a bit hace 4 años
  Nick Johnson 08e4a1a4dc AK+Everywhere: Replace __builtin bit functions hace 3 años
  Andreas Kling e0521cfb9d Kernel: Stop ProcFS stack walk on bogus userspace->kernel traversal hace 3 años
  James Mintram f4fb637914 Kernel: Split ScopedCritical so header is platform independent hace 3 años
  James Mintram 545ce5b595 Kernel: Add per platform Processor.h headers hace 3 años
  James Mintram baa7925c0c Kernel: Remove unused includes hace 3 años
  James Mintram 26d7c25076 Kernel: Add header includes closer to their use hace 3 años