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
/
Arch
Age
Commit message (
Expand
)
Author
2022-12-08
Kernel/aarch64: Initialize components that are already working
Filiph Sandström
2022-12-03
Kernel: Implement PIT::set_periodic() and PIT::set_non_periodic()
Vitriol1744
2022-11-29
LibC: Use uintptr_t for __stack_chk_guard
Keegan Saunders
2022-11-24
Kernel: Use AK::Time for InodeMetadata timestamps instead of time_t
Andreas Kling
2022-11-19
Kernel: Add MAX_CPU_COUNT global constant
Andreas Kling
2022-11-19
Kernel: Rename GenericInterruptHandler "invoking count" to "call count"
Andreas Kling
2022-11-18
Kernel: Fix includes when building aarch64
Steffen Rusitschka
2022-11-08
Everywhere: Clean up "in in" comment typos
Nico Weber
2022-11-08
Kernel: Split the Ext2FileSystem.{cpp,h} files into smaller components
Liav A
2022-11-08
Kernel: Split the ProcFS core file into smaller components
Liav A
2022-11-08
Kernel: Split the SysFS core files into smaller components
Liav A
2022-11-05
Kernel: Add support for jails
Liav A
2022-11-03
Everywhere: Clean up "the the" comment typos
Nico Weber
2022-11-01
Kernel: Remove unused #includes
Gunnar Beutner
2022-11-01
Kernel: Decrease number of captured variables for lambda
Gunnar Beutner
2022-10-26
Kernel/aarch64: Unify building kernel source files in CMakeLists.txt
Timon Kruiper
2022-10-26
Kernel: Stub more functions to progress aarch64 build
Timon Kruiper
2022-10-26
Kernel/aarch64: Branch to local halt function instead of C++ one
Timon Kruiper
2022-10-26
Kernel: Move PAGE_MASK define to the shared CPU.h header
Timon Kruiper
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: 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-18
Kernel/aarch64: Stub more functions to be able to build Scheduler.cpp
Timon Kruiper
2022-10-18
Kernel: Reintroduce `Mutex.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: Add even more AARCH64 stubs
Gunnar Beutner
2022-10-18
Kernel: Add more AARCH64 stubs
Gunnar Beutner
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-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: Add formal Processor::verify_no_spinlocks_held() API
Brian Gianforcaro
2022-10-15
Kernel: Fix build error on AARCH64
Gunnar Beutner
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+LibC: Add registers for AARCH64 in __mcontext
Gunnar Beutner
2022-10-13
Kernel: Add StdLib.cpp and UserOrKernelBuffer.cpp to aarch64 build
Timon Kruiper
2022-10-09
Kernel: Don't truncate physical memory space PDE pointers
Liav A
2022-10-09
Kernel: Do not mark `.ro_after_init` as `NOLOAD`
Tim Schumacher
2022-10-04
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
Nico Weber
[next]