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
Age
Commit message (
Expand
)
Author
2022-06-09
Kernel/Console: Tidy up code a little
MacDue
2022-06-09
Kernel/Console: Factor out framebuffer offset and support glyph_spacing
MacDue
2022-06-09
Kernel/Console: Replace QEMU bitmap font with Cathode
MacDue
2022-06-06
Kernel/Graphics: Drop support for the DisplayConnector write interface
Liav A
2022-06-06
Kernel/Graphics: Bring back the mmap interface for DisplayConnectors
Liav A
2022-06-06
Kernel/Memory: Introduce the SharedFramebufferVMObject class
Liav A
2022-06-06
Kernel: Set console active before try to enable graphical mode
Liav A
2022-06-06
Kernel/Graphics: Flush the entire buffer if using VirtIO console
Liav A
2022-06-06
Kernel: Verify system memory info consistency
Idan Horowitz
2022-06-06
Kernel: Tighten assertion in MM::find_free_user_physical_page
Idan Horowitz
2022-06-06
Kernel: Only use uncommitted pages when allocating contiguous user pages
Idan Horowitz
2022-06-05
Kernel: Unify Kernel task names for consistency
Brian Gianforcaro
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: Do not specify new alignment for aarch64
Timon Kruiper
2022-06-02
Kernel: Rename idt_init() to initialize_interrupts()
Timon Kruiper
2022-06-02
Kernel: Add UnhandledInterruptHandler and SharedIRQHandler to aarch64
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
2022-06-02
Kernel: Add interrupt related functions to Processor class
Timon Kruiper
2022-06-02
Kernel: Add DAIF system register to aarch64 registers
Timon Kruiper
2022-06-02
Kernel: Add GenericInterruptHandler.cpp to aarch64 build
Timon Kruiper
2022-06-02
Kernel/USB: Rename `get_interfaces` to something more sensible
Jesse Buhagiar
2022-06-02
Kernel/USB: Flesh out USB SysFS objects
Jesse Buhagiar
2022-06-02
Kernel/USB: Add interface descriptor accessor
Jesse Buhagiar
2022-06-02
Kernel/USB: Add configuration descriptor accessor
Jesse Buhagiar
2022-06-02
Kernel/USB: Make USBInterface endpoints accessible
Jesse Buhagiar
2022-06-02
Kernel/USB: Make USBConfiguration interfaces accessible
Jesse Buhagiar
2022-05-31
Kernel: Ignore interfaces without an IP address when updating ARP
brapru
2022-05-30
Kernel: Do not include AK/Platform.h in mcontext headers
SeekingBlues
2022-05-30
Kernel: Expose cache size for Intel CPUs
Lucas CHOLLET
2022-05-29
Kernel/FileSystem: Simplify even more the mount syscall
Liav A
2022-05-29
Kernel: Simplify mount syscall flow for regular calls
Liav A
2022-05-29
Kernel: Expose size of L1 data/instruction, L2, and L3 CPU caches :^)
Linus Groh
2022-05-26
Kernel: Add support for route flags
brapru
2022-05-23
Kernel: Fix EINVAL when mmaping with address and no MAP_FIXED
Peter Elliott
2022-05-23
Kernel: Change values of SHUT_{RD,WR,RDWR}
Peter Elliott
2022-05-21
Kernel/USB: Add support for bulk transfers
b14ckcat
2022-05-21
Kernel: Fix capitalization of MiniStdLib.cpp in CMakeLists.txt
Timon Kruiper
2022-05-21
Kernel: Add -mgeneral-regs-only flag to aarch64 Kernel build
Timon Kruiper
2022-05-21
Meta: Add option to disable Kernel Address Sanitizer
Timon Kruiper
[next]