Historique des commits

Auteur SHA1 Message Date
  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
  Owen Smith e6df1c9988 Kernel: Implement and use the syscall/sysret instruction pair on x86_64 il y a 4 ans
  Owen Smith d36c84c331 Kernel: Reorder the 64-bit GDT a bit il y a 4 ans
  Nick Johnson 08e4a1a4dc AK+Everywhere: Replace __builtin bit functions il y a 3 ans
  Andreas Kling e0521cfb9d Kernel: Stop ProcFS stack walk on bogus userspace->kernel traversal il y a 3 ans
  James Mintram f4fb637914 Kernel: Split ScopedCritical so header is platform independent il y a 3 ans
  James Mintram 545ce5b595 Kernel: Add per platform Processor.h headers il y a 3 ans
  James Mintram baa7925c0c Kernel: Remove unused includes il y a 3 ans
  James Mintram 26d7c25076 Kernel: Add header includes closer to their use il y a 3 ans
  Idan Horowitz 900fac27c6 Kernel: Add Processor::time_spent_idle() il y a 3 ans
  Idan Horowitz cd975668d6 Kernel: Detect and store the virtual address bit width during CPU init il y a 3 ans
  Idan Horowitz bc7b0a8986 Kernel: Replace inline assembly for turning on IA32_EFER.NXE with MSR il y a 3 ans
  Andreas Kling f16b9a691f Kernel: Rename ProcessPagingScope => ScopedAddressSpaceSwitcher il y a 3 ans
  Andreas Kling 48a0b31c47 Kernel: Make copy_{from,to}_user() return KResult and use TRY() il y a 3 ans
  Tom 8a258edfd6 Kernel: Add x2APIC support il y a 3 ans
  Daniel Bertalan 779cf49f38 Kernel: Fix Clang not initializing `s_bsp_processor` correctly il y a 3 ans
  Andreas Kling 492b7152d9 Kernel: Consolidate I386/X86_64 implementations of do_init_context() il y a 4 ans
  Andreas Kling 7a4f6da61b Kernel: Fix some trivial clang-tidy warnings in x86/common/Processor.cpp il y a 4 ans