serenity/Kernel
Liav A ac7953f945 Kernel: Allow switching to IOAPIC mode even without enabling SMP
This small change allows to use the IOAPIC by default without to enable
SMP mode, which emulates Uni-Processor setup with IOAPIC instead of
using the PIC.

This opens the opportunity to utilize other types of interrupts like MSI
and MSI-X interrupts.
2021-12-14 09:02:06 +01:00
..
API Kernel: Remove sys$select() syscall 2021-12-12 21:48:50 +01:00
Arch
Bus Kernel/SysFS: Prevent allocation for component name during construction 2021-12-14 09:01:33 +01:00
Devices Kernel/SysFS: Prevent allocation for component name during construction 2021-12-14 09:01:33 +01:00
FileSystem Kernel/SysFS: Prevent allocation for component name during construction 2021-12-14 09:01:33 +01:00
Firmware Kernel/SysFS: Don't allocate ACPISysFS components in constructors 2021-12-14 09:01:33 +01:00
Graphics
Heap
Interrupts Kernel: Allow switching to IOAPIC mode even without enabling SMP 2021-12-14 09:02:06 +01:00
Library
Locking
Memory Kernel: Replace final loop in PhysicalRegion::return_page() with math 2021-12-13 00:13:43 +01:00
Net
Prekernel
Storage
Syscalls Kernel: Remove sys$select() syscall 2021-12-12 21:48:50 +01:00
Tasks
Time
TTY
AddressSanitizer.cpp
AddressSanitizer.h
Assertions.h
AtomicEdgeAction.h
BootInfo.h
CMakeLists.txt Kernel: Remove sys$select() syscall 2021-12-12 21:48:50 +01:00
CMOS.cpp
CMOS.h
CommandLine.cpp Kernel: Allow switching to IOAPIC mode even without enabling SMP 2021-12-14 09:02:06 +01:00
CommandLine.h Kernel: Allow switching to IOAPIC mode even without enabling SMP 2021-12-14 09:02:06 +01:00
Coredump.cpp
Coredump.h
Debug.h.in
DoubleBuffer.cpp
DoubleBuffer.h
embedmap.sh
Forward.h
FutexQueue.cpp
FutexQueue.h
GlobalProcessExposed.cpp
init.cpp Kernel: Allow switching to IOAPIC mode even without enabling SMP 2021-12-14 09:02:06 +01:00
KBuffer.h
KBufferBuilder.cpp
KBufferBuilder.h
KLexicalPath.cpp
KLexicalPath.h
kprintf.cpp
kstdio.h
KString.cpp
KString.h
KSyms.cpp Kernel: Fix backtrace dumping on x86_64 2021-12-13 09:17:32 +01:00
KSyms.h
linker.ld
MiniStdLib.cpp
mkmap.sh
Multiboot.h
Panic.cpp
Panic.h
PerformanceEventBuffer.cpp
PerformanceEventBuffer.h
PerformanceManager.h
PhysicalAddress.h
Process.cpp
Process.h Kernel+SystemServer: Add /dev/tty 2021-12-12 22:32:35 +01:00
ProcessExposed.cpp
ProcessExposed.h Kernel+SystemServer: Add /dev/tty 2021-12-12 22:32:35 +01:00
ProcessGroup.cpp
ProcessGroup.h
ProcessProcFSTraits.cpp Kernel+SystemServer: Add /dev/tty 2021-12-12 22:32:35 +01:00
ProcessSpecificExposed.cpp Kernel+SystemServer: Add /dev/tty 2021-12-12 22:32:35 +01:00
Random.cpp
Random.h
RTC.cpp
RTC.h
SanCov.cpp
Scheduler.cpp
Scheduler.h
Sections.h
StdLib.cpp
StdLib.h
Syscall.cpp
Thread.cpp Kernel+LibC: Implement sigtimedwait() 2021-12-12 08:34:19 +02:00
Thread.h Kernel+LibC: Implement sigtimedwait() 2021-12-12 08:34:19 +02:00
ThreadBlockers.cpp Kernel+LibC: Implement sigtimedwait() 2021-12-12 08:34:19 +02:00
ThreadTracer.cpp
ThreadTracer.h
TimerQueue.cpp
TimerQueue.h
UBSanitizer.cpp
UnixTypes.h
UserOrKernelBuffer.cpp
UserOrKernelBuffer.h
VirtualAddress.h
WaitQueue.cpp
WaitQueue.h
WorkQueue.cpp
WorkQueue.h