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-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
2022-10-12
Kernel: Make the ACPI DSDT table accessible
minus
2022-10-10
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
Andrew Kaster
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
2022-10-03
Kernel: Do not require 'proc' promise in getsid() and getpgid()
Timothy Flynn
2022-10-03
Kernel/Storage: Remove the ramdisk implementation
Liav A
2022-10-01
Kernel/aarch64: Use adopt_lock_ref to instantiate an InterruptController
Liav A
2022-10-01
Kernel/aarch64: Get framebuffer data from BootFramebufferConsole
Timon Kruiper
2022-10-01
Kernel/aarch64: Remove specific aarch64 code in BootFramebufferConsole
Timon Kruiper
2022-10-01
Kernel/aarch64: Put correct memory size in multiboot_mmap
Timon Kruiper
2022-10-01
Kernel/aarch64: Set up pointer to kernel page directory
Timon Kruiper
2022-10-01
Kernel/aarch64: Set up quickmap infrastructure in initial page tables
Timon Kruiper
2022-10-01
Kernel/aarch64: Only identity map kernel image, instead of all of RAM
Timon Kruiper
2022-10-01
Kernel: Make PageDirectory.h architecture specific
Timon Kruiper
2022-10-01
Kernel: Add ability to dump backtrace from provided frame pointer
Timon Kruiper
2022-10-01
Kernel/aarch64: Implement tlb flushing
Timon Kruiper
2022-10-01
Kernel: Don't reserve Low Memory (0-1MB) on non-x86 architectures
Timon Kruiper
2022-10-01
Kernel/aarch64: Stub Inode::{read,write}_bytes
Timon Kruiper
2022-09-30
Kernel: Fix a comment typo
Nico Weber
2022-09-26
Kernel: Fix typo in comment in Ext2FileSystem::read_bytes_locked method
Liav A
2022-09-26
Kernel/FileSystem: Remove the locking of a Inode mutex in InodeVMObjects
Liav A
2022-09-26
Kernel: Send SIGBUS to threads that use after valid Inode mmaped range
Liav A
2022-09-25
Kernel: Stop using 'int's for indices in interrupt handling
Idan Horowitz
2022-09-25
Kernel: Simplify InterruptManagement::switch_to_pic_mode()
Idan Horowitz
2022-09-25
Kernel: Store IRQControllers in NonnullRefPtrs instead of RefPtrs
Idan Horowitz
2022-09-25
Kernel: Use InterruptManagement::m_interrupt_controllers::append()
Idan Horowitz
2022-09-25
Kernel: Remove unused InterruptManagement::m_smp_enabled
Idan Horowitz
2022-09-24
Kernel+Userland: Provide bytes count for a DisplayConnector framebuffer
Liav A
2022-09-24
Kernel: By default, don't dump regions when a userspace crash happens
kleines Filmröllchen
[next]