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-08-08
Kernel: Fix deprecated array comparison
Daniel Bertalan
2021-08-08
Kernel: Remove unnecessary churn in ConsoleManagement
Andreas Kling
2021-08-08
Kernel: Port BlockBasedFileSystem to ProtectedValue :^)
Andreas Kling
2021-08-08
Kernel: Remove unused mutex PATADiskDevice::m_lock
Andreas Kling
2021-08-08
Everywhere: Replace AK::Singleton => Singleton
Andreas Kling
2021-08-08
Kernel: Remove unused Process pointer in Memory::AddressSpace
Andreas Kling
2021-08-07
Kernel/TCP: Port TCP retransmit queue to ProtectedValue
Andreas Kling
2021-08-07
Kernel: Port PTYMultiplexer to ProtectedValue
Andreas Kling
2021-08-07
Kernel: Increase maximum PTY count from 8 to 64
Andreas Kling
2021-08-07
Kernel: Disable big process lock for sys$sync
Idan Horowitz
2021-08-07
Kernel: Implement a ISO 9660 filesystem reader :^)
sin-ack
2021-08-07
Kernel: Port process thread lists to SpinLockProtectedValue
Andreas Kling
2021-08-07
Kernel: Port process groups to SpinLockProtectedValue
Andreas Kling
2021-08-07
Kernel: Fix boot profiling after big process lock separation regression
Brian Gianforcaro
2021-08-07
Kernel/TTY: Remove redundant SpinLock from VirtualConsole
Andreas Kling
2021-08-07
Kernel: Remove outdated FIXME about ProcessHandle
Andreas Kling
2021-08-07
Kernel: Migrate process list locking to ProtectedValue
Jean-Baptiste Boric
2021-08-07
Kernel: Make process list a singleton
Jean-Baptiste Boric
2021-08-07
Kernel: Migrate hostname locking to ProtectedValue
Jean-Baptiste Boric
2021-08-07
Kernel: Migrate UDP socket table locking to ProtectedValue
Jean-Baptiste Boric
2021-08-07
Kernel: Migrate TCP socket tables locking to ProtectedValue
Jean-Baptiste Boric
2021-08-07
Kernel: Migrate IPv4 socket table locking to ProtectedValue
Jean-Baptiste Boric
2021-08-07
Kernel: Migrate local socket table locking to ProtectedValue
Jean-Baptiste Boric
2021-08-07
Kernel: Migrate FIFO table locking to ProtectedValue
Jean-Baptiste Boric
2021-08-07
Kernel: Use atomic integer for next FIFO id
Jean-Baptiste Boric
2021-08-07
Kernel: Migrate ARP table locking to ProtectedValue
Jean-Baptiste Boric
2021-08-07
Kernel: Introduce ProtectedValue
Jean-Baptiste Boric
2021-08-07
Kernel: Implement contended, ref-counted resource framework
Jean-Baptiste Boric
2021-08-07
Kernel: Introduce spin-locked contended and locked resource concepts
Jean-Baptiste Boric
2021-08-07
Kernel: Introduce contended and locked resource concepts
Jean-Baptiste Boric
2021-08-07
Kernel: Move Lockable into its own header
Jean-Baptiste Boric
2021-08-07
Kernel: Move SpinLock.h into Locking/
Jean-Baptiste Boric
2021-08-07
Kernel: Move Mutex into Locking/
Jean-Baptiste Boric
2021-08-07
Kernel: Move LockMode into Locking/
Jean-Baptiste Boric
2021-08-07
Kernel: Fix bad search-and-replace renames
Andreas Kling
2021-08-06
Kernel: Disable big process lock for sys$sysconf
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$get_stack_bounds
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$gettimeofday
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$clock_nanosleep
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$clock_gettime()
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$getkeymap
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$getrandom
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$dbgputch
Idan Horowitz
2021-08-06
Kernel: Hold the global logging lock in dbgputch
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$dbgputstr
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$dump_backtrace()
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$beep()
Idan Horowitz
2021-08-06
Kernel: Make Process's m_promises & m_execpromises fields atomic
Idan Horowitz
2021-08-06
Kernel: Add convenience values to the Memory::Region::Access enum
Andreas Kling
2021-08-06
Kernel: Rename a very long enum to ShouldDeallocateVirtualRange
Andreas Kling
[next]