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-10-22
Kernel: Remove the DevTmpFS class
Liav A
2022-10-22
Kernel: Add support for device nodes in TmpFS
Liav A
2022-10-20
Kernel/aarch64: Stub enough functions to build Random.cpp
Timon Kruiper
2022-10-20
Kernel/aarch64: Store a pointer to the current Thread on Processor
Timon Kruiper
2022-10-20
Kernel/aarch64: Force kmalloc to return 16 byte aligned pointers
Timon Kruiper
2022-10-20
Kernel/aarch64: Stub enough functions to build Process.cpp
Timon Kruiper
2022-10-20
Kernel/aarch64: Stub WaitQueueBlocker::unblock to build WaitQueue.cpp
Timon Kruiper
2022-10-20
Kernel/aarch64: Stub more functions to build Thread.cpp
Timon Kruiper
2022-10-19
Kernel: Don't assume paths to children PID directories in ProcFS code
Liav A
2022-10-18
Kernel/aarch64: Stub more functions to be able to build Scheduler.cpp
Timon Kruiper
2022-10-18
Kernel: Call Processor::are_interrupts_enabled in Scheduler::idle_loop
Timon Kruiper
2022-10-18
Kernel: Reintroduce `ScopedAddressSpaceSwitcher` to aarch64 build
Jesse Buhagiar
2022-10-18
Kernel: Reintroduce `Mutex.cpp` to aarch64 build
Jesse Buhagiar
2022-10-18
Kernel: Reintroduce `Credentials.cpp` to aarch64 build
Jesse Buhagiar
2022-10-18
Kernel: Add more stubs for the Thread class
Jesse Buhagiar
2022-10-18
Kernel: Prevent atomic read/write from failing on nullptr
Jesse Buhagiar
2022-10-18
Kernel: Include `KBufferBuilder.cpp` in aarch64 build
Jesse Buhagiar
2022-10-18
Kernel: Add even more AARCH64 stubs
Gunnar Beutner
2022-10-18
Kernel: Add more AARCH64 stubs
Gunnar Beutner
2022-10-18
Kernel/USB: Refactor USB Pipe
b14ckcat
2022-10-18
Kernel/USB: Adjust USB Pipe buffer
b14ckcat
2022-10-17
Kernel/aarch64: Initialize TimeManagement in init.cpp
Timon Kruiper
2022-10-17
Kernel: Implement TimeManagement for aarch64
Timon Kruiper
2022-10-17
Kernel/aarch64: Implement HardwareTimer for RPi::Timer
Timon Kruiper
2022-10-17
Kernel: Correctly calculate delta_ticks when 64-bit counter wraps around
Timon Kruiper
2022-10-17
Kernel/aarch64: Add implementation for Processor::current_in_irq
Timon Kruiper
2022-10-17
Kernel/aarch64: Add implementation of Processor::is_bootstrap_processor
Timon Kruiper
2022-10-17
Kernel: Move InterruptDisabler out of Arch directory
Timon Kruiper
2022-10-17
Kernel: Mark Version.h as a dependency of Kernel rather than ALL
Andrew Kaster
2022-10-16
Kernel: Use more fine-grained content data block granularity in TmpFS
Liav A
2022-10-16
Kernel: Add more stubs needed for Thread.cpp
Gunnar Beutner
2022-10-16
Kernel: Don't directly include <Kernel/Arch/x86/TrapFrame.h>
Gunnar Beutner
2022-10-16
Kernel: Add VALIDATE_IS_AARCH64 guard macro
Gunnar Beutner
2022-10-16
Kernel: Replace VERIFY_NOT_REACHED with TODO_AARCH64
Gunnar Beutner
2022-10-16
Kernel/SysFS: Expose file size of ACPI tables in /sys/firmware/acpi
Liav A
2022-10-16
Kernel: Initialize primitive class member of ACPISysFSComponent to zero
Liav A
2022-10-16
Kernel: Add formal Processor::verify_no_spinlocks_held() API
Brian Gianforcaro
2022-10-16
Kernel: Remove unused /proc/devices node
Liav A
2022-10-15
Kernel: Fix build error on AARCH64
Gunnar Beutner
2022-10-14
Kernel: Add support for the FAT32 filesystem
Undefine
2022-10-14
Kernel: Move Scheduler current time method to the TimeManagement code
Liav A
2022-10-14
Kernel: Abstract platform-specific current time methods from Scheduler
Liav A
2022-10-14
Kernel: Read version and git commit hash from baked-in version info
kleines Filmröllchen
2022-10-14
Kernel: Move sys$uname to use TypedTransfer
kleines Filmröllchen
2022-10-14
Kernel: Bake version information into the Kernel
kleines Filmröllchen
2022-10-14
Kernel+LibC: Add registers for AARCH64 in __mcontext
Gunnar Beutner
2022-10-14
Kernel: Remove -nodefaultlibs compiler options
Gunnar Beutner
2022-10-14
Kernel: Implement userspace support for syscalls on AARCH64
Gunnar Beutner
2022-10-13
Kernel: Add StdLib.cpp and UserOrKernelBuffer.cpp to aarch64 build
Timon Kruiper
2022-10-12
Kernel: Only use the TSC when it is invariant
Markus Pfeifenberger
[prev]
[next]