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
2021-09-30
Kernel: Implement getsockopt(SO_TYPE)
Rodrigo Tobar
2021-09-29
Kernel/PCI: Remove all macros and replace them with enum classes
Liav A
2021-09-29
Kernel/PCI: Remove Address from enumeration callback
Liav A
2021-09-29
Kernel/PCI: Cache interrupt line and interrupt pin of a device
Liav A
2021-09-29
Kernel/PCI: Propagate usage of DeviceIdentifier everywhere
Liav A
2021-09-29
Kernel: Rename two PCI components
Liav A
2021-09-29
Kernel/PCI: Cache more details about PCI devices when enumerating them
Liav A
2021-09-28
AK: Add missing AK/Types.h include to VirtIO/Protocol.h
Hendiadyoin1
2021-09-27
Kernel/Graphics: Modernize somewhat the code of BochsGraphicsAdapter
Liav A
2021-09-27
Kernel/Graphics: Ensure we set BGR format of bochs-display if supported
Liav A
2021-09-27
Kernel/Graphics: Force BGR format when modesetting the bochs-display
Liav A
2021-09-27
Kernel: Fix a typo in a comment
Nico Weber
2021-09-27
Kernel: Adjust aarch64 linker script
Nico Weber
2021-09-27
Kernel: Move prekernel linker.ld into Arch subdirectories
Nico Weber
2021-09-26
Kernel: Add UART class for aarch64
Nico Weber
2021-09-26
Kernel: Add Mailbox::set_clock_rate()
Nico Weber
2021-09-26
Kernel: Add a GPIO class for aarch64
Nico Weber
2021-09-23
Kernel: Define PT_READ_I and PT_READ_D
Jelle Raaijmakers
2021-09-23
Kernel: Allow PROT_NONE in mmap and mprotect for stack regions
Eric Seifert
2021-09-21
Kernel: Use AK::Variant default initialization where appropriate
Ben Wiederhake
2021-09-20
Kernel: Clean up PCI::Device namespace formatting
Ben Wiederhake
2021-09-19
Kernel: Store device class name as member of VirtIO devices
Idan Horowitz
2021-09-19
Kernel: Use StringView literals in VirtIO::determine_device_class()
Idan Horowitz
2021-09-19
Kernel: Add a Mailbox class for aarch64
Nico Weber
2021-09-19
Kernel: Add a MMIO class for aarch64
Nico Weber
2021-09-19
Kernel: Use new halt() for all our halting needs in aarch64 Prekernel
Nico Weber
2021-09-19
Kernel: Add __stack_chk_fail to aarch64 Prekernel init
Nico Weber
2021-09-19
Kernel: Add support for O_NONBLOCK in pipe syscall
Eric Seifert
2021-09-19
Kernel/VirtIO: Remove lazy allocation of VirtIO::Device BAR regions
Sahan Fernando
2021-09-18
Kernel: Let MouseDevice and KeyboardDevice write method return EINVAL
Przemysław R. Kusiak
2021-09-18
Kernel/Net: Enable usage of RTL8168E and RTL8168H in RTL8168 driver
Liav A
2021-09-18
Kernel/Memory: Add more super pages to satisfy contiguous allocations
Liav A
2021-09-18
Kernel/Storage: Tidy up RamdiskDevice class
Liav A
2021-09-17
Kernel: Don't link Prekernel against kernel_heap
Nico Weber
2021-09-17
Kernel/Devices: Use try_create_device helper for SB16
Liav A
2021-09-17
Kernel/Devices: Use try_create_device helper for ConsoleDevice
Liav A
2021-09-17
Kernel/Devices: Move ConsoleDevice into the Devices source directory
Liav A
2021-09-17
Kernel: Introduce the DeviceManagement singleton
Liav A
2021-09-16
Kernel: Unblock tracer process in Process:unblock_waiters()
Itamar
2021-09-16
Kernel: Allow calling sys$waitid on traced, non-child processes
Itamar
2021-09-16
Kernel: Use move to avoid unnecessary ref/unref of network device RefPtr
Brian Gianforcaro
2021-09-16
Kernel: Fetch range once for each iteration of find_regions_intersecting
Brian Gianforcaro
2021-09-16
Kernel: Only instantiate main_program_metadata in the scope it's needed
Brian Gianforcaro
2021-09-16
Kernel: Make IPv4SocketTuple operator== by reference
Brian Gianforcaro
2021-09-16
Kernel: Pack Flock struct tighter
Brian Gianforcaro
2021-09-16
Kernel+LibC: Pack SC_stat_params struct tighter
Brian Gianforcaro
2021-09-16
Kernel+LibC: Pack SC_mount_params struct tighter
Brian Gianforcaro
2021-09-16
Kernel+LibC: Pack SC_setsockopt_params struct tighter
Brian Gianforcaro
2021-09-16
Kernel+LibC: Pack SC_accept4_params struct tighter
Brian Gianforcaro
2021-09-16
Kernel+LibC: Pack SC_inode_watcher_add_watch_params struct better
Brian Gianforcaro
[next]