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-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-23
Kernel: Don't allow to kill kernel processes
Maciej Zygmanowski
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
2021-04-22
Everywhere: Use bgianf@serenityos.org for my copyright attribution
Brian Gianforcaro
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
Kernel: Convert String::format() => String::formatted()
Andreas Kling
2021-04-21
Kernel: Annotate more AsyncDeviceRequest API's with [[nodiscard]]
Brian Gianforcaro
2021-04-21
Kernel: Make AsyncDeviceRequest sub-req management alloc free
Brian Gianforcaro
2021-04-21
Meta: Add an option to precompile some very common AK headers
Ali Mohammad Pur
2021-04-20
Kernel: Don't consider kernel memory regions for syscall origin check
Andreas Kling
2021-04-20
Kernel: Remove requirement for the thread entitlement for the futex syscall
Gunnar Beutner
2021-04-20
Ext2FS: Put bg_used_dirs_count debug logging behind EXT2_DEBUG
Andreas Kling
2021-04-19
Kernel: Stop treating port 0 (ephemeral auto bind) as a privileged port
Idan Horowitz
2021-04-19
Kernel: Add a syscall to clear the profiling buffer
Brian Gianforcaro
2021-04-18
Kernel: Add kernel command line flag to disable VirtIO support
Idan Horowitz
2021-04-18
Kernel: Add magic key combo (Alt+Shift+F12) to dump scheduler state
Andreas Kling
2021-04-18
Kernel: Add ptrace commands for reading/writing the debug registers
FalseHonesty
2021-04-18
Kernel: Add debug register handling
FalseHonesty
2021-04-18
Kernel: Add boot argument to disable the UHCI Controller
Luke
2021-04-18
Kernel: Make VirtIOConsole block when VirtIOQueue is full
Sahan Fernando
2021-04-18
Kernel+LibC: Clean up how assertions work in the kernel and LibC
Gunnar Beutner
2021-04-18
LibC+LibELF: Implement support for the dl_iterate_phdr helper
Gunnar Beutner
2021-04-18
Kernel: Allow system calls from the dynamic loader
Gunnar Beutner
2021-04-18
Toolchain: Enable -fexceptions and build a separate libstdc++ for the kernel
Gunnar Beutner
2021-04-18
Everywhere: Fix a bunch of typos
Linus Groh
2021-04-17
Kernel+LibC: Update struct stat to use struct timespec instead of time_t
Gunnar Beutner
2021-04-17
Kernel: Add base support for VirtRNG (VirtIO based Hardware RNG)
Idan Horowitz
2021-04-17
Kernel: Finish base implementation of VirtQueues
Idan Horowitz
2021-04-17
Kernel: Implement a simple Scatter/Gather List
Idan Horowitz
2021-04-17
Kernel: Implement a naive version of virtconsole by memcpying to physical page
Idan Horowitz
2021-04-17
Kernel: Activate queues and enable interrutps in VirtIODevices
Idan Horowitz
2021-04-17
Kernel: Modernize use of pointers in VirtIO
Idan Horowitz
2021-04-17
Kernel: Add base support for VirtConsole (VirtIO based consoles)
Idan Horowitz
2021-04-17
Kernel: Add base support for VirtIO devices
Idan Horowitz
2021-04-17
Kernel: Add PCI::get_BAR convenience method
Idan Horowitz
2021-04-17
Kernel: Convert PCI Capability struct to class with convenience methods
Idan Horowitz
2021-04-17
Kernel: Add `-Wnull-dereference` flag
Nicholas-Baron
2021-04-16
AK+Kernel: Make IntrusiveList capable of holding non-raw pointers
AnotherTest
2021-04-16
Kernel: Add some missing socket ioctls
sin-ack
2021-04-15
Everything: Add `-Wnon-virtual-dtor` flag
Nicholas-Baron
2021-04-14
Kernel: Suppress maybe-uninitialized' warning s_syscall_table in gcc-10.3.0
Brian Gianforcaro
2021-04-14
Build: Update toolchain include path to gcc 10.3.0
Brian Gianforcaro
2021-04-14
Kernel: Read the ELF header from the inode rather than the mapped pages
Gunnar Beutner
2021-04-14
Kernel: Make sure the offset stays the same when using mremap()
Gunnar Beutner
2021-04-13
Kernel: Fix RAM OK test condition for NE2000NetworkAdapter
Jean-Baptiste Boric
2021-04-13
Kernel: Remove type from StorageDevice class
Jean-Baptiste Boric
2021-04-12
Kernel: Mark s_syscall_table const so it ends up in ro_data.
Brian Gianforcaro
2021-04-12
Kernel: Replace process' regions vector with a Red Black tree
Idan Horowitz
2021-04-12
Kernel: Remove old region from process' regions vector before splitting
Idan Horowitz
2021-04-11
Kernel: Use more if-with-initializer in VFS
Andreas Kling
[next]