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
/
InterruptManagement.cpp
Age
Commit message (
Expand
)
Author
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-07-11
Kernel: Remove unused header includes in Interrupts subtree
Brian Gianforcaro
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-06-24
Kernel: Pull apart CPU.h
Hendiadyoin1
2021-06-17
Kernel/Interrupts: Enumerate nested handlers in a shared handler
Liav A
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-03-21
Kernel::CPU: Move headers into common directory
Hendiadyoin1
2021-03-12
Kernel: Convert klog() => AK::Format in InterruptManagement
Andreas Kling
2021-03-03
Kernel: Move Kernel CommandLine parsing to strongly typed API.
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-19
Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functions
Andreas Kling
2021-02-15
Kernel: Avoid some un-necessary copies coming from range based for loops
Brian Gianforcaro
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2020-09-08
Refactor: Replace usages of FixedArray with Vector.
asynts
2020-09-08
Refactor: Replace usages of FixedArray with Array.
asynts
2020-07-06
Kernel: Add SMP IPI support
Tom
2020-07-04
Kernel: Move headers intended for userspace use into Kernel/API/
Andreas Kling
2020-06-04
Kernel: Detect APs and boot them into protected mode
Tom
2020-05-28
Kernel: Remove outdated FIXME in InterruptManagement::locate_apic_data
Andreas Kling
2020-05-23
Kernel: Use TypedMapping for accessing IOAPIC registers
Andreas Kling
2020-05-23
Kernel: Use TypedMappings when looking for APIC information
Andreas Kling
2020-05-23
Kernel: Tweak some suspicious casts in InterruptManagement
Andreas Kling
2020-05-22
Kernel: Simplify scanning BIOS/EBDA and MP parser initialization
Andreas Kling
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-05-08
Kernel: Remove ref-counting from interrupt override metadata
Andreas Kling
2020-04-09
Interrupts: Simplify initialization a bit more
Liav A
2020-04-09
Interrupts: Remove irrelevant FIXME comment
Liav A
2020-04-09
Interrupts: Make the MultiProcessorParser functional again
Liav A
2020-04-09
Kernel: Simplify the Interrupt management initialization
Liav A
2020-04-09
Kernel: Use StringView for ACPI table signatures
Andreas Kling
2020-04-09
Kernel: Add typed_map<T>(PhysicalAddress) and use it in ACPI parsing
Andreas Kling
2020-03-24
Interrupts: Assert if trying to install an handler on syscall vector
Liav A
2020-03-24
Kernel: Abstract IRQ controller handling from Interrupt handlers
Liav A
2020-03-24
Kernel: Create an interface for conversion between IRQs and interrupts
Liav A
2020-03-23
AK: Reduce header dependency graph of String.h
Andreas Kling
2020-03-09
LibBareMetal: Return FlatPtr from PhysicalAddress::offset_in_page()
Liav A
2020-03-06
Kernel: Change data in /proc/interrupts to be more richer
Liav A
2020-03-06
Kernel: Acquire ISA interrupt overrides from Interrupt Management
Liav A
2020-03-02
Kernel: Use klog() instead of kprintf()
Liav A
2020-02-29
Kernel: Simplify interrupt management
Liav A
2020-02-29
Kernel: Initialize Spurious IRQ handlers in switch_to_pic_mode()
Liav A
2020-02-24
Kernel: Don't use references or pointers to physical addresses
Liav A
2020-02-24
Kernel: Add Interrupt Management and Generic Interrupt Handler
Liav A