index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Interrupts
Age
Commit message (
Expand
)
Author
2021-12-11
Kernel: Remove unused String.h includes
Hendiadyoin1
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-10-15
Kernel: Add cross platform RegisterState header and Aarch64 version
James Mintram
2021-10-06
Kernel: Don't retrieve possibly nonexistent APIC table
Tim Schumacher
2021-10-03
Kernel: Use `operator ""sv` in all purpose() implementations
Brian Gianforcaro
2021-10-01
Kernel: Move x86 IO instructions code into the x86 specific folder
Liav A
2021-10-01
Kernel: Remove IO.h include from a bunch of places
Liav A
2021-09-12
Kernel: Move ACPI and BIOS code into the new Firmware directory
Liav A
2021-09-10
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
Ali Mohammad Pur
2021-09-08
Kernel/ACPI: Return Optional container after table search
Liav A
2021-09-06
Kernel: Make kernel region allocators return KResultOr<NOP<Region>>
Andreas Kling
2021-09-04
Kernel: Add x2APIC support
Tom
2021-08-29
Kernel: Rename Spinlock::is_owned_by_current_thread()
Andreas Kling
2021-08-29
Kernel: {Mutex,Spinlock}::own_lock() => is_locked_by_current_thread()
Andreas Kling
2021-08-23
Kernel: Rename Processor::id() => current_id()
Andreas Kling
2021-08-15
Kernel: Make Kernel::VMObject allocation functions return KResultOr
sin-ack
2021-08-08
Everywhere: Replace AK::Singleton => Singleton
Andreas Kling
2021-08-06
Kernel: Add convenience values to the Memory::Region::Access enum
Andreas Kling
2021-08-06
Kernel: Rename a very long enum to ShouldDeallocateVirtualRange
Andreas Kling
2021-08-06
Kernel: Make identity mapping mechanism used during AP boot non-generic
Andreas Kling
2021-08-06
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
Andreas Kling
2021-08-06
Kernel: Rename Kernel/VM/ to Kernel/Memory/
Andreas Kling
2021-08-06
Kernel: Make IRQController::model() return StringView
Andreas Kling
2021-08-01
Kernel: Remove unused header includes
Brian Gianforcaro
2021-07-21
Kernel: Use IntrusiveList for keeping track of GenericInterruptHandlers
Andreas Kling
2021-07-11
Kernel: Remove unused header includes in Interrupts subtree
Brian Gianforcaro
2021-07-11
Kernel: Make various T::class_name() and similar return StringView
Andreas Kling
2021-07-04
Kernel: Hide the implementation detail that MSRs use two registers
Gunnar Beutner
2021-07-03
Kernel: Add missing override specifiers
Daniel Bertalan
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-06-24
Kernel: Remove unused CPU.h includes
Hendiadyoin1
2021-06-24
Kernel: Pull apart CPU.h
Hendiadyoin1
2021-06-17
Kernel/Interrupts: Return boolean on whether we handled the interrupt
Liav A
2021-06-17
Kernel/Interrupts: Enumerate nested handlers in a shared handler
Liav A
2021-05-31
AK+Kernel: Disallow implicitly lifting pointers to OwnPtr's
Ali Mohammad Pur
2021-05-27
Kernel: Explicitly initialize bools in IOAPIC mapping
Andrew Kaster
2021-05-05
Kernel: Add Processor::is_bootstrap_processor() function, and use it. (#6871)
Brian Gianforcaro
2021-05-03
Kernel: Remove unused header includes from various files.
Brian Gianforcaro
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-15
Everything: Add `-Wnon-virtual-dtor` flag
Nicholas-Baron
2021-03-23
Kernel: Return real handler purpose when registered to spurious handler
Liav A
2021-03-23
Kernel: Handle real IRQs from line 7 when using the PIC
Liav A
2021-03-21
Kernel::CPU: Move headers into common directory
Hendiadyoin1
2021-03-12
Kernel: Run clang-format on PIC.cpp
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in a handful of places
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in InterruptManagement
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in IOAPIC
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in SharedIRQHandler
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in APIC
Andreas Kling
[next]