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-03-02
Kernel: Implement 'copy_time_from_user' functions to sanitize arguments
Ben Wiederhake
2021-03-02
Kernel: Prevent inconsistent state after invalid read
Ben Wiederhake
2021-03-01
Kernel: Oops, SC_abort was actually calling sys$exit_thread()
Andreas Kling
2021-03-01
Kernel: Fix build with IO_DEBUG
Andreas Kling
2021-03-01
Kernel: Use Userspace<T> in sys${munmap,mprotect,madvise,msyscall}()
Andreas Kling
2021-03-01
Kernel: Use Userspace<T> in sys$select()
Andreas Kling
2021-03-01
Kernel: Use Userspace<T> in sys$get_dir_entries()
Andreas Kling
2021-03-01
Kernel: Use Userspace<T> in sys$get_stack_bounds()
Andreas Kling
2021-03-01
Kernel: Use Userspace<T> in sys$write()
Andreas Kling
2021-03-01
Kernel: Use Userspace<T> in sys$sigaction()
Andreas Kling
2021-03-01
Kernel: Detach any attached thread tracer on sys$abort()
Andreas Kling
2021-03-01
Kernel: Make all syscall functions return KResultOr<T>
Andreas Kling
2021-03-01
Kernel: Fix APIC timer calibration to be more accurate
Tom
2021-03-01
Kernel: Fix scrolling up in VMware
Tom
2021-02-28
Kernel: Add self-test boot mode, an alias for text mode
Andrew Kaster
2021-02-28
Kernel: Use default con/de-structors
Ben Wiederhake
2021-02-28
Kernel: Fix KUBSAN warnings due to unaligned APIC variables
Tom
2021-02-28
Kernel: Fix GenericInterruptHandler problems with virtual functions
Tom
2021-02-27
Kernel: Use get_fast_random() for MAP_RANDOMIZED addresses
Andreas Kling
2021-02-27
LibVT: Make VT::Line use a Vector for storage
Andreas Kling
2021-02-26
Kernel: Fix HPET timer structure layout
Tom
2021-02-26
Net: use KBuffer::capacity() when checking if we can reuse buffer
Adam Sandberg Ericsson
2021-02-26
Ext2FS: Make block list flushing a bit less aggressive
Andreas Kling
2021-02-26
Ext2FS: Move block list computation from Ext2FS to Ext2FSInode
Andreas Kling
2021-02-26
Ext2FS: Don't hog FS lock while reading/writing inodes
Andreas Kling
2021-02-26
Ext2FS: Remove unnecessary locking in find_block_containing_inode()
Andreas Kling
2021-02-26
Ext2FS: Remove unnecessary lock in Ext2FS::write_ext2_node()
Andreas Kling
2021-02-26
Kernel: Take FS lock in BlockBasedFS during seek/read/write operations
Andreas Kling
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-26
Revert "Ext2FS: Don't reload already-cached block list when freeing inode"
Andreas Kling
2021-02-26
Kernel: Detach the traced process on process exit
cbsirb
2021-02-26
Ext2FS: Don't reload already-cached block list when freeing inode
Andreas Kling
2021-02-26
Ext2FS: Inode allocation improvements
Andreas Kling
2021-02-26
Ext2FS: Propagate errors from more places
Andreas Kling
2021-02-26
Ext2FS: Share some bitmap code between inode and block allocation
Andreas Kling
2021-02-25
Kernel: Don't disable interrupts while exiting a thread or process
Andreas Kling
2021-02-25
Kernel: Don't disable interrupts while dealing with a process crash
Andreas Kling
2021-02-25
Kernel: Move SMAP disabler RAII helper to its own file
Andreas Kling
2021-02-25
Kernel: Take some baby steps towards x86_64
Andreas Kling
2021-02-25
Kernel: Move the VM Range class to its own files
Andreas Kling
2021-02-25
Kernel: Move sys$sigaction() implementation inside ARCH(i386)
Andreas Kling
2021-02-25
Kernel: Fix some clang-tidy whines in CoreDump
Andreas Kling
2021-02-25
Kernel: Tighten some typing in Arch/i386/CPU.h
Andreas Kling
2021-02-25
Kernel: Remove unused Processor::set_thread_specific()
Andreas Kling
2021-02-25
Kernel: Remove some unused cruft in Arch/i386/CPU.h
Andreas Kling
2021-02-24
Kernel: Panic early if the kernel gets too big for its memory slot
Andreas Kling
2021-02-24
Kernel: Build with -fsanitize=undefined for all compilers
Andreas Kling
2021-02-24
KUBSAN: Condense all options down to "undefined"
Hendiadyoin1
2021-02-24
Kernel: Fix pointer overflow in create_thread
Brian Gianforcaro
2021-02-24
Kernel: Oops, fix broken sys$uname() function definition
Andreas Kling
[prev]
[next]