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-25
Kernel/Graphics: Move GenericDisplayConnector code to a new sub-folder
Liav A
2022-06-24
Kernel: Enable -ftrivial-auto-var-init as a security mitigation
Brian Gianforcaro
2022-06-23
Kernel/Audio: Fix buffer size underflow for non-page-aligned sizes
kleines Filmröllchen
2022-06-22
LibVT+Kernel: Separate the caret shapes and its steadiness
Michał Lach
2022-06-22
Kernel: Eliminate possible KASLR leak by disabling CR4.FSGSBASE
Idan Horowitz
2022-06-21
Kernel: Decrease the amount of address space offset randomization
Tim Schumacher
2022-06-19
Kernel: Add sysconf for IOV_MAX
Andrew Kaster
2022-06-19
Kernel: Tolerate cloning MAP_STACK regions that are PROT_NONE
Andrew Kaster
2022-06-19
Kernel: Create /proc/pid/cmdline to expose process arguments in procfs
Andrew Kaster
2022-06-17
Kernel: Add missing #include in SysFS.cpp
Andreas Kling
2022-06-17
Kernel/SysFS: Remove derived BIOSSysFSComponent classes
Liav A
2022-06-17
Kernel/SysFS: Migrate components code from SysFS.cpp to the SysFS folder
Liav A
2022-06-17
Kernel/SysFS: Split the bulky BIOS.h file into multiple files
Liav A
2022-06-17
Kerenl/Firmware: Add map_ebda and map_bios methods in the original place
Liav A
2022-06-17
Kernel/Interrupts: Add missing include for IRQController header file
Liav A
2022-06-17
Kernel/SysFS: Split bulky SysFSPCI file into separate files
Liav A
2022-06-17
Kernel/SysFS: Split bulky SysFSUSB file into two separate class files
Liav A
2022-06-17
Kernel/SysFS: Stop cluttering the codebase with pieces of SysFS parts
Liav A
2022-06-17
LibC: Add `WIFCONTINUED` macro
SeekingBlues
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
[next]