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
Age
Commit message (
Expand
)
Author
2022-09-16
Kernel: Send SIGBUS to threads that use after valid Inode mmaped range
Liav A
2022-09-14
Everywhere: Fix a variety of typos
Brian Gianforcaro
2022-09-12
Kernel: Add basic aarch64 support to `MemoryManager`
Filiph Sandström
2022-09-12
Kernel: Add support for displaying critical output on aarch64
Filiph Sandström
2022-09-12
Kernel: Include `CommandLine` as a part of aarch64
Filiph Sandström
2022-09-12
Kernel: Include `DeviceManagement` as a part of aarch64
Filiph Sandström
2022-08-26
Kernel/aarch64: Implement `VERIFY_INTERRUPTS_{ENABLED, DISABLED}`
Timon Kruiper
2022-08-26
Kernel: Move Spinlock functions back to arch independent Locking folder
Timon Kruiper
2022-08-26
Kernel/aarch64: Implement critical section related functions
Timon Kruiper
2022-08-26
Kernel: Use InterruptsState in Spinlock code
Timon Kruiper
2022-08-26
Kernel: Add enum InterruptsState and helper functions
Timon Kruiper
2022-08-26
Kernel/aarch64: Add stubs for Mutex::lock and Mutex::unlock
Timon Kruiper
2022-08-24
Kernel: Wrap process address spaces in SpinlockProtected
Andreas Kling
2022-08-23
Kernel/aarch64: Properly initialize T0SZ and T1SZ fields in TCR_EL1
Timon Kruiper
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: Require lock rank for Spinlock construction
kleines Filmröllchen
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-08-14
Kernel: Move TrapFrame into its own header on aarch64
Filiph Sandström
2022-08-14
Kernel: Stub Spinlock `is_locked` on aarch64
Filiph Sandström
2022-08-10
Kernel: Remove leftover reference to prekernel on aarch64
Filiph Sandström
2022-08-06
Kernel: Rounding size of bss to be a multiple of 8 for aarch64 linker.ld
Timon Kruiper
2022-08-06
Kernel: Add logic to RPi UART driver to emit CR when encountering LF
Timon Kruiper
2022-07-25
Kernel: Fix incorrect return type on aarch64
Filiph Sandström
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: Initialize and use interrupts in the aarch64 Kernel
Timon Kruiper
2022-06-02
Kernel: Add interrupt support to aarch64 RPi Timer driver
Timon Kruiper
2022-06-02
Kernel: Use AK::NeverDestroyed<Timer> to store the timer class
Timon Kruiper
2022-06-02
Kernel: Make RPi Timer::set_clock_rate static
Timon Kruiper
2022-06-02
Kernel: Add support for handling interrupts on aarch64
Timon Kruiper
2022-06-02
Kernel: Add simple implementation for InterruptManagement on aarch64
Timon Kruiper
2022-06-02
Kernel: Add driver for interrupt controller on the Raspberry Pi
Timon Kruiper
2022-06-02
Kernel: Move IRQController and InterruptManagement to Arch directory
Timon Kruiper
2022-06-02
Kernel: Put Raspberry Pi devices into RPi namespace
Timon Kruiper
2022-06-02
Kernel: Disable interrupts when halting the aarch64 processor
Timon Kruiper
2022-06-02
Kernel: Rename idt_init() to initialize_interrupts()
Timon Kruiper
2022-06-02
Kernel: Add Interrupts/IRQHandler.cpp to the aarch64 build
Timon Kruiper
2022-06-02
Kernel: Implement InterruptDisabler using generic Processor functions
Timon Kruiper
2022-06-02
Kernel: Separate NonMaskableInterruptDisabler into its own file
Timon Kruiper
[next]