serenity/Kernel/Arch/x86
Andreas Kling 10fa72d451 Kernel: Use AK::Time for InodeMetadata timestamps instead of time_t
Before this change, we were truncating the nanosecond part of file
timestamps in many different places.
2022-11-24 16:56:27 +01:00
..
common Kernel: Use AK::Time for InodeMetadata timestamps instead of time_t 2022-11-24 16:56:27 +01:00
Hypervisor Kernel: Move InterruptDisabler out of Arch directory 2022-10-17 20:11:31 +02:00
i386 Everywhere: Clean up "in in" comment typos 2022-11-08 15:09:08 +00:00
ISABus Kernel: Split the ProcFS core file into smaller components 2022-11-08 02:54:48 -07:00
PCI Kernel: Split the ProcFS core file into smaller components 2022-11-08 02:54:48 -07:00
Time Kernel: Decrease number of captured variables for lambda 2022-11-01 12:07:15 +00:00
VGA Kernel: Move PAGE_MASK define to the shared CPU.h header 2022-10-26 20:01:45 +02:00
x86_64 Everywhere: Clean up "in in" comment typos 2022-11-08 15:09:08 +00:00
ASM_wrapper.h
CPU.h Kernel: Move PAGE_MASK define to the shared CPU.h header 2022-10-26 20:01:45 +02:00
CPUID.h
CurrentTime.cpp Kernel: Abstract platform-specific current time methods from Scheduler 2022-10-14 14:13:51 +02:00
DescriptorTable.h
init.cpp Kernel: Split the Ext2FileSystem.{cpp,h} files into smaller components 2022-11-08 02:54:48 -07:00
InterruptManagement.h Kernel: Stop using 'int's for indices in interrupt handling 2022-09-25 16:52:56 +03:00
Interrupts.h
IO.h Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
IRQController.h AK+Kernel: Add AK::AtomicRefCounted and use everywhere in the kernel 2022-08-20 17:15:52 +02:00
ISRStubs.h
linker.ld Kernel: Do not mark .ro_after_init as NOLOAD 2022-10-09 10:20:19 +02:00
mcontext.h
MSR.h
NonMaskableInterruptDisabler.h
PageDirectory.h Kernel: Don't truncate physical memory space PDE pointers 2022-10-09 09:58:08 -06:00
Processor.h Kernel: Add MAX_CPU_COUNT global constant 2022-11-19 15:39:30 +01:00
ProcessorInfo.h Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
RegisterState.h Kernel: Move PAGE_MASK define to the shared CPU.h header 2022-10-26 20:01:45 +02:00
SIMDState.h
TrapFrame.h
TSS.h