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-15
Kernel: Don't VERIFY that the DMA channel is running on AC'97 interrupt
kleines Filmröllchen
2022-06-15
Kernel: Use the system boot time as default timestamp in /sys and /dev
Andreas Kling
2022-06-15
Kernel: Make TimeManagement::boot_time() static
Andreas Kling
2022-06-15
Kernel+AK: Split Weakable.h into userspace and kernel variants
Andreas Kling
2022-06-12
Kernel: Add s6_addr32 field in in6_addr struct
Timur Sultanov
2022-06-11
Kernel/Console: Fix gaps between background glyph color
MacDue
2022-06-10
Kernel/Graphics: Ensure VMWare and VirtualBox EDIDs have manufacturer ID
Liav A
2022-06-10
Kernel/Graphics: Ensure generic EDID always has correct checksum
Liav A
2022-06-10
Kernel/Graphics: Re-organize the DisplayConnector class a bit
Liav A
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
[next]