summaryrefslogtreecommitdiff
path: root/Kernel
AgeCommit message (Expand)Author
2023-04-23Kernel+LibC: Implement `pthread_create` for AArch64Daniel Bertalan
2023-04-22Kernel: Protect internal structures in InodeWatcher with spinlocksLiav A
2023-04-21Kernel+Userland: Remove the `nfds` entry from `/sys/kernel/processes`Tim Schumacher
2023-04-19Kernel: Add a FIXME about SD card synchronicityHendiadyoin1
2023-04-19Kernel: Add High Speed support to the SDHC driverHendiadyoin1
2023-04-19Kernel: Add basic ADMA2 support to the SD card driverHendiadyoin1
2023-04-19Kernel: Make SDHC InterruptStatus a bitfieldHendiadyoin1
2023-04-19Kernel: Add V4.10 fields to SDHC Command structHendiadyoin1
2023-04-19Kernel: Turn SD CapabilitiesRegister into a bit-fieldHendiadyoin1
2023-04-17Kernel: Don't get rbp from internal context switch structuresTim Schumacher
2023-04-17Kernel: Properly update the stored thread rbp when switching contextsTim Schumacher
2023-04-17Kernel: Mark the idle thread as active before switching it inTim Schumacher
2023-04-17Kernel: Remove unused functions related to reading full inodesTim Schumacher
2023-04-17Kernel: Use purpose-sized buffers for holding readlink resultsTim Schumacher
2023-04-17Kernel: Use purpose-sized buffers when resolving inodes as linksTim Schumacher
2023-04-17Kernel: Add `Inode::read_until_filled_or_end`Tim Schumacher
2023-04-15Kernel/HID: Don't use *LockRefPtrs in the I8042Controller codeLiav A
2023-04-15Kernel: Re-organize header includes in the HID subsystem codeLiav A
2023-04-15Kernel: Disable interrupt signaling for the SD driverMarco Cutecchia
2023-04-14Kernel/Net: Iron out the locking mechanism across the subsystemLiav A
2023-04-14Kernel/Net: Make the LoopbackAdapter initializer to use ErrorOr patternLiav A
2023-04-14Kernel/Net: Convert initializers to return NonnullRefPtr<NetworkAdapter>Liav A
2023-04-14Kernel: Get rid of *LockRefPtr in the SysFS filesystem codeLiav A
2023-04-14Kernel/Audio: Propagate errors when creating AudioChannelsLiav A
2023-04-14Kernel/Audio: Simplify initialization sequence for driversLiav A
2023-04-14Kernel/Storage: Modernize ATA IDE controller initialization codeLiav A
2023-04-14Kernel/Storage: Remove unused IDEController::initialize() methodLiav A
2023-04-14Kernel: Stop using LockRefPtrs in the Jail codeLiav A
2023-04-14Kernel: Make Jail class to be AtomicRefCounted instead of RefCountedLiav A
2023-04-14Kernel: Also search the main program for stack size requestsTim Schumacher
2023-04-14Kernel: Pick the maximum out of the requested stack sizesTim Schumacher
2023-04-14Kernel/Net: Implement SIOCGIFINDEX and SIOCGIFNAME for socketsArda Cinar
2023-04-13Kernel/aarch64: Add implementation of Processor::for_eachTimon Kruiper
2023-04-13Kernel/aarch64: Change RPi::Framebuffer::PixelOrder to BGRTimon Kruiper
2023-04-13Kernel/aarch64: Add volatile modifier to various asm statementsTimon Kruiper
2023-04-13Kernel/aarch64: Make sure no reordering of DAIF::read is possibleTimon Kruiper
2023-04-10Kernel: Add the futimens syscallLiav A
2023-04-09Kernel/Memory: Explain better why we don't use the first 1 MiB on x86_64Liav A
2023-04-09Kernel: Ensure jailed processes can be reaped by a jailed parent processLiav A
2023-04-09Kernel/HID: Untie the PS2 protocol, i8042 hardware and generic devicesLiav A
2023-04-09Kernel: Stop lock & unlock repeatedly while reading from a mouse deviceLiav A
2023-04-09Kernel: Move HIDDevice::enable_interrupts method to I8042Device classLiav A
2023-04-09Kernel: Introduce a new super class called HIDControllerLiav A
2023-04-09Kernel: Remove redundant HID name from all associated filesLiav A
2023-04-09Kernel: Check flags for MAP_FIXED instead of prot in sys$mmapIdan Horowitz
2023-04-09Kernel: Crash process instead of panicking on KSYMS accessIdan Horowitz
2023-04-08Kernel: Fix compilation of aarch64/RPi/Framebuffer.cppBrian Gianforcaro
2023-04-08Kernel: Mark a bunch of NonnullRefPtrs also const to ensure immutabilityLiav A
2023-04-08Kernel: Don't reuse old master TLS region data in sys$execve()Andreas Kling
2023-04-07Kernel: Fix typo in the FramebufferGetPitchMboxMessage nameLiav A