Andreas Kling
|
47bdd7c3a0
Kernel: Rename a very long enum to ShouldDeallocateVirtualRange
|
4 lat temu |
Andreas Kling
|
cdab5b2091
Kernel: Make identity mapping mechanism used during AP boot non-generic
|
4 lat temu |
Andreas Kling
|
93d98d4976
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
|
4 lat temu |
Andreas Kling
|
a1d7ebf85a
Kernel: Rename Kernel/VM/ to Kernel/Memory/
|
4 lat temu |
Andreas Kling
|
c9f6786e8b
Kernel: Make various T::class_name() and similar return StringView
|
4 lat temu |
Gunnar Beutner
|
04a912f68f
Kernel: Hide the implementation detail that MSRs use two registers
|
4 lat temu |
Hendiadyoin1
|
62f9377656
Kernel: Move special sections into Sections.h
|
4 lat temu |
Hendiadyoin1
|
7ca3d413f7
Kernel: Pull apart CPU.h
|
4 lat temu |
Liav A
|
b91df26d4a
Kernel/Interrupts: Return boolean on whether we handled the interrupt
|
4 lat temu |
Brian Gianforcaro
|
64b4e3f34b
Kernel: Add Processor::is_bootstrap_processor() function, and use it. (#6871)
|
4 lat temu |
Brian Gianforcaro
|
4bf9b399f7
Kernel: Remove unused header includes from various files.
|
4 lat temu |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 lat temu |
Hendiadyoin1
|
0d934fc991
Kernel::CPU: Move headers into common directory
|
4 lat temu |
Andreas Kling
|
a8fcdb8314
Kernel: Convert klog() => AK::Format in APIC
|
4 lat temu |
Tom
|
32d9534c67
Kernel: Fix GenericInterruptHandler problems with virtual functions
|
4 lat temu |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 lat temu |
Andreas Kling
|
fdf03852c9
Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functions
|
4 lat temu |
Andreas Kling
|
09b1b09c19
Kernel: Assert if rounding-up-to-page-size would wrap around to 0
|
4 lat temu |
Andreas Kling
|
b712345c92
Kernel: Use PANIC() in a bunch of places :^)
|
4 lat temu |
Andreas Kling
|
8415866c03
Kernel: Remove user/kernel flags from Region
|
4 lat temu |
Tom
|
39f408daa0
Kernel: Use the CPU# as logical apic id
|
4 lat temu |
Tom
|
e2f9e557d3
Kernel: Make Processor::id a static function
|
4 lat temu |
asynts
|
7cf0c7cc0d
Meta: Split debug defines into multiple headers.
|
4 lat temu |
asynts
|
eea72b9b5c
Everywhere: Hook up remaining debug macros to Debug.h.
|
4 lat temu |
asynts
|
acdcf59a33
Everywhere: Remove unnecessary debug comments.
|
4 lat temu |
asynts
|
938e5c7719
Everywhere: Replace a bundle of dbg with dbgln.
|
4 lat temu |
Tom
|
476f17b3f1
Kernel: Merge PurgeableVMObject into AnonymousVMObject
|
4 lat temu |
Lenny Maiorani
|
b2316701a8
Everywhere: void arguments to C functions
|
4 lat temu |
Lenny Maiorani
|
765936ebae
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
|
4 lat temu |
Tom
|
8c764319ad
Kernel: Various APIC timer fixes
|
4 lat temu |