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
2020-12-02
Kernel: Fix counting interrupts
Tom
2020-12-02
Kernel: Add CLOCK_REALTIME support to the TimerQueue
Tom
2020-12-02
Kernel: Use TimerQueue for SIGALRM
Tom
2020-12-02
Kernel: TimerQueue::cancel_timer needs to wait if timer is executing
Tom
2020-12-01
Kernel: Don't assert if we can't deliver a signal due to thread state
Tom
2020-12-01
Meta: Fix ACPI_DEBUG, and always build on CI
Ben Wiederhake
2020-12-01
LibELF+Kernel: Validate program headers in Image::parse
Andrew Kaster
2020-12-01
Kernel: Fix some problems with Thread::wait_on and Lock
Tom
2020-12-01
Kernel: Fix leaking a reference on thread creation
Tom
2020-11-30
Kernel: Lock should keep a reference to whoever holds the lock
Tom
2020-11-30
Kernel: Move block condition evaluation out of the Scheduler
Tom
2020-11-30
Kernel: Allow passing a thread argument for new kernel threads
Tom
2020-11-30
Kernel: Move some time related code from Scheduler into TimeManagement
Tom
2020-11-29
LibCrypto: Require intent parameter in CTR constructor
Luke
2020-11-26
Kernel: Enable VMWareBackdoor immediately at boot
Tom
2020-11-24
Kernel: Reduce ByteBuffer thrashing in inode block list generation
Andreas Kling
2020-11-24
Kernel: Fix SharedBuffer reference counting on fork
Tom
2020-11-24
Kernel: Use a doubly-linked list for the BlockBasedFS cache
Andreas Kling
2020-11-24
Ext2FS: Oops, fix forgotten assignment in Ext2FSInode::resize()
Andreas Kling
2020-11-24
Kernel: Add a fast lookup table to the BlockBasedFS disk cache
Andreas Kling
2020-11-24
Ext2FS: Use cached inode block list in resize() if available
Andreas Kling
2020-11-24
Kernel: Remove unnecessary SmapDisablers in FileDescription
Andreas Kling
2020-11-23
Kernel: Add unveil('b')
Sergey Bugaev
2020-11-23
Kernel: Don't resume thread into Running state directly on SIGCONT
Tom
2020-11-23
ProcFS: Take the "all inodes" lock when generating /proc/inodes
Andreas Kling
2020-11-23
Kernel: Don't leak ref on executable inode in sys$execve()
Andreas Kling
2020-11-23
Ext2FS: Move some EXT2_DEBUG logging behind EXT2_VERY_DEBUG
Andreas Kling
2020-11-23
Kernel: Convert dbg() to dbgln() in Syscall.cpp
Andreas Kling
2020-11-23
Ext2FS: Clear out the direct block list when an inode is resized to 0
Andreas Kling
2020-11-23
Kernel: Inherit shared buffers when forking
Tom
2020-11-22
Kernel: Make CLOCK_MONOTONIC respect the system tick frequency
Andreas Kling
2020-11-20
MACAddress: AK::Array as member variable instead of C-array
Lenny Maiorani
2020-11-14
Kernel: Fix mouse lag when VMWareBackdoor absolute mode is enabled
Tom
2020-11-14
Revert "Kernel: Keep reading from i8042 until the buffer is empty"
Tom
2020-11-14
Kernel: Keep reading from i8042 until the buffer is empty
Andreas Kling
2020-11-14
TmpFS: Set the root inode's timestamp to the current time
Andreas Kling
2020-11-12
Kernel: Implement an asynchronous device request stack
Tom
2020-11-12
Kernel: Add I8042Controller to detect and manage PS/2 devices
Tom
2020-11-12
Kernel: Assume 8042 controller is present if ACPI FADT revision <= 1
Tom
2020-11-12
Kernel: Fix race during thread destruction if it is preempted
Tom
2020-11-11
Kernel: Fix deadlock when unicasting/broadcasting SMP message
Tom
2020-11-11
Kernel: Implement capturing stack trace on a different CPU
Tom
2020-11-11
Kernel: Protect the PageDirectory from concurrent access
Tom
2020-11-11
Kernel: Add locks around RangeAllocator
Tom
2020-11-11
Kernel: Minor Lock optimization
Tom
2020-11-11
Kernel: Minor SpinLock improvements
Tom
2020-11-11
Kernel: Make m_halt_requested an atomic variable
Tom
2020-11-11
Kernel: Lock needs to call Processor::wait_check while looping
Tom
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
2020-11-10
Kernel+LibC: Add adjtime(2)
Nico Weber
[next]