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
/
Arch
/
x86
Age
Commit message (
Expand
)
Author
2022-10-01
Kernel: Make PageDirectory.h architecture specific
Timon Kruiper
2022-09-26
Kernel: Send SIGBUS to threads that use after valid Inode mmaped range
Liav A
2022-09-25
Kernel: Stop using 'int's for indices in interrupt handling
Idan Horowitz
2022-09-25
Kernel: Simplify InterruptManagement::switch_to_pic_mode()
Idan Horowitz
2022-09-25
Kernel: Store IRQControllers in NonnullRefPtrs instead of RefPtrs
Idan Horowitz
2022-09-25
Kernel: Use InterruptManagement::m_interrupt_controllers::append()
Idan Horowitz
2022-09-25
Kernel: Remove unused InterruptManagement::m_smp_enabled
Idan Horowitz
2022-09-24
Revert "Kernel: Send SIGBUS to threads that use after valid Inode mmaped range"
Liav A
2022-09-23
Kernel: Introduce the IOWindow class
Liav A
2022-09-23
Kernel: Move x86-specific timer code handling to Arch/x86/Time directory
Liav A
2022-09-23
Kernel/Graphics: Move x86-specific support for VGA to Arch/x86 directory
Liav A
2022-09-20
Kernel/Graphics: Introduce support for QEMU isa-vga device
Liav A
2022-09-20
Kernel/PCI: Consider ACPI MCFG existence in IO probe test
Liav A
2022-09-20
Kernel: Move x86-specific init sequence code to the x86/Arch directory
Liav A
2022-09-20
Kernel: Move x86-specific IRQ controller code to Arch/x86 directory
Liav A
2022-09-20
Kernel: Move PCI IDE driver code to the Arch/x86 directory
Liav A
2022-09-20
Kernel: Move x86 Bochs VBE code to the Arch/x86 directory
Liav A
2022-09-20
Kernel: Move x86-specific HID code to the Arch/x86 directory
Liav A
2022-09-20
Kernel: Don't compile ISA IDE controller code in non-x86 builds
Liav A
2022-09-20
Kernel: Move VMWare backdoor communication code to the x86 directory
Liav A
2022-09-20
Kernel: Move PCI initialization x86-specific code to the arch directory
Liav A
2022-09-20
Kernel: Move PCSpeaker code to the x86-specific architecture directory
Liav A
2022-09-20
Kernel/PCI: Move IO based HostBridge code to x86 arch-specific directory
Liav A
2022-09-20
Kernel: Abstract platform-specific serial port access from kprintf
Liav A
2022-09-20
Kernel/x86: Move RTC and CMOS code to x86 arch-specific subdirectory
Liav A
2022-09-20
Kernel: Move IO delay code to x86 architecture subdirectory
Liav A
2022-09-20
Kernel: Abstracts x86 reboot and shutdown specific methods
Liav A
2022-09-20
Kernel: Move QEMU shutdown code to the x86 subdirectory
Liav A
2022-09-16
Kernel: Send SIGBUS to threads that use after valid Inode mmaped range
Liav A
2022-08-26
Kernel: Move Spinlock functions back to arch independent Locking folder
Timon Kruiper
2022-08-26
Kernel: Use InterruptsState in Spinlock code
Timon Kruiper
2022-08-24
Kernel: Wrap process address spaces in SpinlockProtected
Andreas Kling
2022-08-22
Kernel/x86: Protect the CR3->PD map with a spinlock
Andreas Kling
2022-08-22
Kernel: Stop taking MM lock while using regular quickmaps
Andreas Kling
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-08-20
AK+Kernel: Add AK::AtomicRefCounted and use everywhere in the kernel
Andreas Kling
2022-08-19
Kernel: Add 8-byte atomics for i686 GCC
Idan Horowitz
2022-08-19
Kernel/x86: Re-enable interrupts ASAP when handling page faults
Andreas Kling
2022-08-18
Kernel/x86: Don't re-enable interrupts too soon when unlocking spinlocks
Andreas Kling
2022-08-18
Kernel/x86: Disable interrupts when leaving critical sections
Andreas Kling
2022-08-18
Kernel/x86: Move Processor::{leave,clear}_critical() out of line
Andreas Kling
2022-07-14
Kernel+Userland: Remove supervisor pages concept
Liav A
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-07-08
Kernel: Do not disable userland access to the RDTSC instruction
Tim Schumacher
2022-06-22
Kernel: Eliminate possible KASLR leak by disabling CR4.FSGSBASE
Idan Horowitz
2022-06-17
Kernel/Interrupts: Add missing include for IRQController header file
Liav A
2022-06-02
Kernel: Move IRQController and InterruptManagement to Arch directory
Timon Kruiper
2022-06-02
Kernel: Rename idt_init() to initialize_interrupts()
Timon Kruiper
2022-06-02
Kernel: Implement InterruptDisabler using generic Processor functions
Timon Kruiper
[next]