Lenny Maiorani
|
c6acf64558
Kernel: Change static constexpr variables to constexpr where possible
|
3 years ago |
Andreas Kling
|
a6b5065d94
Kernel: Simplify x86 IOPL sanity check
|
3 years ago |
Andreas Kling
|
dca5fe69eb
Kernel: Make Thread::State an `enum class` and use it consistently
|
3 years ago |
Andreas Kling
|
677da0288c
Kernel: Don't dispatch signals in Processor::enter_current()
|
3 years ago |
Andreas Kling
|
3845c90e08
Kernel: Remove unnecessary includes from Thread.h
|
3 years ago |
Tom
|
6e46e21c42
Kernel: Implement Page Attribute Table (PAT) support and Write-Combine
|
3 years ago |
Idan Horowitz
|
0142f33ddc
Kernel: Make Processor::capture_stack_trace fallible using ErrorOr
|
3 years ago |
Idan Horowitz
|
03b7352286
Kernel: Specify inline capacity of return type in capture_stack_trace
|
3 years ago |
Brian Gianforcaro
|
faf1fa0a84
Kernel: Convert Processor::features_string() API to KString
|
3 years ago |
Idan Horowitz
|
f0b82c4b17
Kernel: Replace incorrect loop condition in write_raw_gdt_entry
|
3 years ago |
Idan Horowitz
|
e424e3b88c
Kernel: Use enum instead of magic numbers for GDT descriptor types
|
3 years ago |
Daniel Bertalan
|
8e2efe78f7
Kernel: Tighten String-related includes
|
3 years ago |
Owen Smith
|
3f2b70382e
Kernel: Fix incorrect SFMASK MSR value clobbering reserved bits
|
3 years ago |
Owen Smith
|
e6df1c9988
Kernel: Implement and use the syscall/sysret instruction pair on x86_64
|
4 years ago |
Owen Smith
|
d36c84c331
Kernel: Reorder the 64-bit GDT a bit
|
4 years ago |
Nick Johnson
|
08e4a1a4dc
AK+Everywhere: Replace __builtin bit functions
|
3 years ago |
Andreas Kling
|
e0521cfb9d
Kernel: Stop ProcFS stack walk on bogus userspace->kernel traversal
|
3 years ago |
James Mintram
|
f4fb637914
Kernel: Split ScopedCritical so header is platform independent
|
3 years ago |
James Mintram
|
545ce5b595
Kernel: Add per platform Processor.h headers
|
3 years ago |
James Mintram
|
baa7925c0c
Kernel: Remove unused includes
|
3 years ago |
James Mintram
|
26d7c25076
Kernel: Add header includes closer to their use
|
3 years ago |
Idan Horowitz
|
900fac27c6
Kernel: Add Processor::time_spent_idle()
|
3 years ago |
Idan Horowitz
|
cd975668d6
Kernel: Detect and store the virtual address bit width during CPU init
|
3 years ago |
Idan Horowitz
|
bc7b0a8986
Kernel: Replace inline assembly for turning on IA32_EFER.NXE with MSR
|
3 years ago |
Andreas Kling
|
f16b9a691f
Kernel: Rename ProcessPagingScope => ScopedAddressSpaceSwitcher
|
3 years ago |
Andreas Kling
|
48a0b31c47
Kernel: Make copy_{from,to}_user() return KResult and use TRY()
|
3 years ago |
Tom
|
8a258edfd6
Kernel: Add x2APIC support
|
3 years ago |
Daniel Bertalan
|
779cf49f38
Kernel: Fix Clang not initializing `s_bsp_processor` correctly
|
3 years ago |
Andreas Kling
|
492b7152d9
Kernel: Consolidate I386/X86_64 implementations of do_init_context()
|
3 years ago |
Andreas Kling
|
7a4f6da61b
Kernel: Fix some trivial clang-tidy warnings in x86/common/Processor.cpp
|
3 years ago |