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
2023-04-23
Kernel+LibC: Implement `pthread_create` for AArch64
Daniel Bertalan
2023-04-22
Kernel: Protect internal structures in InodeWatcher with spinlocks
Liav A
2023-04-21
Kernel+Userland: Remove the `nfds` entry from `/sys/kernel/processes`
Tim Schumacher
2023-04-19
Kernel: Add a FIXME about SD card synchronicity
Hendiadyoin1
2023-04-19
Kernel: Add High Speed support to the SDHC driver
Hendiadyoin1
2023-04-19
Kernel: Add basic ADMA2 support to the SD card driver
Hendiadyoin1
2023-04-19
Kernel: Make SDHC InterruptStatus a bitfield
Hendiadyoin1
2023-04-19
Kernel: Add V4.10 fields to SDHC Command struct
Hendiadyoin1
2023-04-19
Kernel: Turn SD CapabilitiesRegister into a bit-field
Hendiadyoin1
2023-04-17
Kernel: Don't get rbp from internal context switch structures
Tim Schumacher
2023-04-17
Kernel: Properly update the stored thread rbp when switching contexts
Tim Schumacher
2023-04-17
Kernel: Mark the idle thread as active before switching it in
Tim Schumacher
2023-04-17
Kernel: Remove unused functions related to reading full inodes
Tim Schumacher
2023-04-17
Kernel: Use purpose-sized buffers for holding readlink results
Tim Schumacher
2023-04-17
Kernel: Use purpose-sized buffers when resolving inodes as links
Tim Schumacher
2023-04-17
Kernel: Add `Inode::read_until_filled_or_end`
Tim Schumacher
2023-04-15
Kernel/HID: Don't use *LockRefPtrs in the I8042Controller code
Liav A
2023-04-15
Kernel: Re-organize header includes in the HID subsystem code
Liav A
2023-04-15
Kernel: Disable interrupt signaling for the SD driver
Marco Cutecchia
2023-04-14
Kernel/Net: Iron out the locking mechanism across the subsystem
Liav A
2023-04-14
Kernel/Net: Make the LoopbackAdapter initializer to use ErrorOr pattern
Liav A
2023-04-14
Kernel/Net: Convert initializers to return NonnullRefPtr<NetworkAdapter>
Liav A
2023-04-14
Kernel: Get rid of *LockRefPtr in the SysFS filesystem code
Liav A
2023-04-14
Kernel/Audio: Propagate errors when creating AudioChannels
Liav A
2023-04-14
Kernel/Audio: Simplify initialization sequence for drivers
Liav A
2023-04-14
Kernel/Storage: Modernize ATA IDE controller initialization code
Liav A
2023-04-14
Kernel/Storage: Remove unused IDEController::initialize() method
Liav A
2023-04-14
Kernel: Stop using LockRefPtrs in the Jail code
Liav A
2023-04-14
Kernel: Make Jail class to be AtomicRefCounted instead of RefCounted
Liav A
2023-04-14
Kernel: Also search the main program for stack size requests
Tim Schumacher
2023-04-14
Kernel: Pick the maximum out of the requested stack sizes
Tim Schumacher
2023-04-14
Kernel/Net: Implement SIOCGIFINDEX and SIOCGIFNAME for sockets
Arda Cinar
2023-04-13
Kernel/aarch64: Add implementation of Processor::for_each
Timon Kruiper
2023-04-13
Kernel/aarch64: Change RPi::Framebuffer::PixelOrder to BGR
Timon Kruiper
2023-04-13
Kernel/aarch64: Add volatile modifier to various asm statements
Timon Kruiper
2023-04-13
Kernel/aarch64: Make sure no reordering of DAIF::read is possible
Timon Kruiper
2023-04-10
Kernel: Add the futimens syscall
Liav A
2023-04-09
Kernel/Memory: Explain better why we don't use the first 1 MiB on x86_64
Liav A
2023-04-09
Kernel: Ensure jailed processes can be reaped by a jailed parent process
Liav A
2023-04-09
Kernel/HID: Untie the PS2 protocol, i8042 hardware and generic devices
Liav A
2023-04-09
Kernel: Stop lock & unlock repeatedly while reading from a mouse device
Liav A
2023-04-09
Kernel: Move HIDDevice::enable_interrupts method to I8042Device class
Liav A
2023-04-09
Kernel: Introduce a new super class called HIDController
Liav A
2023-04-09
Kernel: Remove redundant HID name from all associated files
Liav A
2023-04-09
Kernel: Check flags for MAP_FIXED instead of prot in sys$mmap
Idan Horowitz
2023-04-09
Kernel: Crash process instead of panicking on KSYMS access
Idan Horowitz
2023-04-08
Kernel: Fix compilation of aarch64/RPi/Framebuffer.cpp
Brian Gianforcaro
2023-04-08
Kernel: Mark a bunch of NonnullRefPtrs also const to ensure immutability
Liav A
2023-04-08
Kernel: Don't reuse old master TLS region data in sys$execve()
Andreas Kling
2023-04-07
Kernel: Fix typo in the FramebufferGetPitchMboxMessage name
Liav A
[next]