index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
Lock.h
Age
Commit message (
Expand
)
Author
2019-02-20
Ext2FS: Lock a lot. Go way overkill with locking for now.
Andreas Kling
2019-02-15
Use modern C++ attributes instead of __attribute__ voodoo.
Andreas Kling
2019-02-08
Kernel: Use a Lockable<bool> for sysctl booleans as well.
Andreas Kling
2019-02-08
AK: Add a Lockable wrapping container.
Andreas Kling
2019-02-07
Kernel: When a lock is busy, donate remaining process ticks to lock holder.
Andreas Kling
2019-02-06
AK: Lock should ASSERT_INTERRUPTS_ENABLED().
Andreas Kling
2019-02-06
Kernel: Clean up around Scheduler::yield() a bit.
Andreas Kling
2019-01-17
Rename SpinLock to Lock. It hasn't been a SpinLock for some time.
Andreas Kling
2019-01-16
Tear out or duplicate what's unique for WindowServer from Widgets.
Andreas Kling
2019-01-14
Always inline the locks.
Andreas Kling
2018-11-10
Merge Disk namespace into the IDEDiskDevice class.
Andreas Kling
2018-11-07
Make VFS test environment build again.
Andreas Kling
2018-10-29
Add an inode metadata cache to the ext2fs implementation.
Andreas Kling
2018-10-29
Fix broken SpinLock.
Andreas Kling
2018-10-24
Add a kmalloc lock. This definitely reduces flakiness.
Andreas Kling
2018-10-23
Generalize the SpinLock and move it to AK.
Andreas Kling