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
2021-07-27
Prekernel: Export some multiboot parameters in our own BootInfo struct
Gunnar Beutner
2021-07-27
Kernel: Make the kernel independent from specific physical addresses
Gunnar Beutner
2021-07-27
Kernel: Make LoopbackAdapter always link up
Maciej Zygmanowski
2021-07-26
Kernel: Fix integer overflow in KCOV_SETBUFSIZE ioctl
Patrick Meyer
2021-07-27
Kernel: Make KCOVDevice::ioctl() return KResult
Ali Mohammad Pur
2021-07-27
Kernel: Shutdown on panic in self-test mode
Liav A
2021-07-27
Kernel: Modify the IOCTL API to return KResult
Brian Gianforcaro
2021-07-27
Kernel+LibC: Use argument for TIOCGPGRP ioctl value
Brian Gianforcaro
2021-07-27
Kernel: Utilize AK::Userspace<T> in the ioctl interface
Brian Gianforcaro
2021-07-26
Kernel: Add option to build with coverage instrumentation and KCOV
Patrick Meyer
2021-07-26
Kernel: Remove invalid '#' format modifier for printing a faulting addr
Ali Mohammad Pur
2021-07-26
Kernel: Un-unmap-after-init CommandLine::boot_mode()
Ali Mohammad Pur
2021-07-26
Kernel: Show the unmapped-after-init symbol being accessed
Ali Mohammad Pur
2021-07-26
Build: Only specify -fzero-call-used-regs with compiler >= GCC 11.1
Brian Gianforcaro
2021-07-26
Kernel: Don't try to return a committed page that we don't have
Andreas Kling
2021-07-26
Kernel: Clear the COW bits when making an AnonymousVMObject volatile
Andreas Kling
2021-07-26
Kernel: Make some debug logging in Scheduler CPU agnostic
Andreas Kling
2021-07-26
Kernel: Remove unused Scheduler::yield_from_critical()
Andreas Kling
2021-07-26
Kernel: Fix handful of clang-tidy warnings in Scheduler
Andreas Kling
2021-07-26
Kernel: PANIC() instead of manually halting the processor in abort()
Ali Mohammad Pur
2021-07-26
Kernel: Reset on panic in self-test mode
Ali Mohammad Pur
2021-07-25
Kernel: Remove ContiguousVMObject, let AnonymousVMObject do the job
Andreas Kling
2021-07-25
Kernel: Run clang-format on AnonymousVMObject.cpp
Andreas Kling
2021-07-25
Utilities: Support static assignment of the ARP table
brapru
2021-07-25
Kernel: Support ioctl SIOCSARP and SIOCDARP
brapru
2021-07-25
Kernel: Add update option to remove an entry from the ARP table
brapru
2021-07-25
Kernel: Remove unnecessary counting of VMObject-attached Regions
Andreas Kling
2021-07-25
Kernel: Remove unused enum Region::SetVolatileError
Andreas Kling
2021-07-25
Kernel: Remove unnecessary weak pointer from Region to owning Process
Andreas Kling
2021-07-25
Kernel: Add missing locking when registering VMObjectDeletedHandlers
Andreas Kling
2021-07-25
Kernel: Remove unused madvise(MADV_GET_VOLATILE)
Andreas Kling
2021-07-25
Kernel: Don't COW volatile VM objects
Andreas Kling
2021-07-25
Kernel: Minor cleanup around purge() during physical page allocation
Andreas Kling
2021-07-25
Kernel: Make purgeable memory a VMObject level concept (again)
Andreas Kling
2021-07-25
Kernel+LibSystem: Add a 4th syscall argument
Andreas Kling
2021-07-24
Kernel/NE2000: Harvest entropy from NE2000 interrupts
Thomas Wagenveld
2021-07-24
Kernel/NE2000: Assume link status is up
Thomas Wagenveld
2021-07-24
Kernel/NE2000: Correct receive ring buffer wrap-around
Thomas Wagenveld
2021-07-24
Kernel: Put a note about the unconditional unblanking of bochs-display
Liav A
2021-07-23
Kernel: Add missing .globl definitions
Gunnar Beutner
2021-07-23
Kernel: Mark a few more things as READONLY_AFTER_INIT
Gunnar Beutner
2021-07-23
Kernel: Always build the kernel without default libs
Gunnar Beutner
2021-07-23
Kernel: Make some of the assembly code position-independent on x86_64
Gunnar Beutner
2021-07-23
Prekernel: Don't build the prekernel as a PIE image
Gunnar Beutner
2021-07-23
Kernel: Make -pie work for x86_64
Gunnar Beutner
2021-07-23
Kernel: Use StringView when parsing pledges in sys$pledge(..)
Brian Gianforcaro
2021-07-23
Kernel: Fix bug where we half apply pledges in sys$pledge(..)
Brian Gianforcaro
2021-07-23
Kernel: Migrate sys$pledge to use the KString API
Brian Gianforcaro
2021-07-23
Kernel: Annotate kernel_base and friends as READONLY_AFTER_INIT
Brian Gianforcaro
2021-07-23
Kernel: Migrate sys$unveil to use the KString API
Brian Gianforcaro
[next]