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
2022-08-24
Kernel: Don't hog the MM lock while unmapping regions
Andreas Kling
2022-08-24
Kernel: Wrap RegionTree objects in SpinlockProtected
Andreas Kling
2022-08-23
Kernel: Remove big lock from sys$socket
James Bellamy
2022-08-23
Kernel/aarch64: Properly initialize T0SZ and T1SZ fields in TCR_EL1
Timon Kruiper
2022-08-23
Kernel: Fix boot profiling
Samuel Bowman
2022-08-23
Kernel: Remove unused Process::in_group()
Anthony Iacono
2022-08-23
Kernel/ProcFS: Silently ignore attempts to update ProcFS timestamps
Andreas Kling
2022-08-23
Kernel/SysFS: Silently ignore attempts to update SysFS timestamps
Andreas Kling
2022-08-22
Kernel/x86: Protect the CR3->PD map with a spinlock
Andreas Kling
2022-08-22
Kernel: Stop taking MM lock while using regular quickmaps
Andreas Kling
2022-08-22
Kernel: Stop taking MM lock while using PD/PT quickmaps
Andreas Kling
2022-08-22
Kernel: Make the page table quickmaps per-CPU
Andreas Kling
2022-08-22
Kernel: Make sys$utime() and sys$utimensat() not take the big lock
Andreas Kling
2022-08-22
Kernel: Update atime/ctime/mtime timestamps atomically
Andreas Kling
2022-08-22
Kernel: Make sys$mknod() not take the big lock
Andreas Kling
2022-08-22
Kernel: Use Process::credentials() and remove user ID/group ID helpers
Anthony Iacono
2022-08-21
Kernel: Make sys$recvfrom() with MSG_DONTWAIT not so racy
Andreas Kling
2022-08-21
Kernel: Make Socket::connect() take credentials as input
Andreas Kling
2022-08-21
Kernel: Make Socket::bind() take credentials as input
Andreas Kling
2022-08-21
Kernel: Make LocalSocket do chown/chmod through VFS
Andreas Kling
2022-08-21
Kernel: Make Inode::resolve_as_link() take credentials as input
Andreas Kling
2022-08-21
Kernel: Make File::{chown,chmod} take credentials as input
Andreas Kling
2022-08-21
Kernel: Make VirtualFileSystem functions take credentials as input
Andreas Kling
2022-08-21
Kernel: Use credentials object in Socket set_origin/acceptor
James Bellamy
2022-08-21
Kernel: Use credentials object in LocalSocket constructor
James Bellamy
2022-08-21
Kernel: Use credentials object in VirtualFileSystem
James Bellamy
2022-08-21
Kernel: Use credentials object in Coredump:try_create_target_file
James Bellamy
2022-08-21
Kernel: Make sys$getppid() not take the big lock
Andreas Kling
2022-08-21
Kernel: Guard Process "protected data" with a spinlock
Andreas Kling
2022-08-21
Kernel: Use RefPtr instead of LockRefPtr for Custody
Andreas Kling
2022-08-21
Kernel/Syscall: Make anon_create to not use Process::allocate_fd method
Liav A
2022-08-20
Kernel: Get GID from credentials object in sys$setgroups()
Andreas Kling
2022-08-20
Kernel+LibC: Enforce a limit on the number of supplementary group IDs
Andreas Kling
2022-08-20
Kernel: Mark syscalls that get/set user/group ID as not needing big lock
Andreas Kling
2022-08-20
Kernel: Add Credentials to hold a set of user and group IDs
Andreas Kling
2022-08-20
Kernel: Move InodeMetadata methods out of line
Andreas Kling
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-08-20
AK+Kernel: Add AK::AtomicRefCounted and use everywhere in the kernel
Andreas Kling
2022-08-19
Kernel: Annotate SpinlockProtected<PacketList> in NetworkAdapter class
Liav A
2022-08-19
Kernel: Require lock rank for Spinlock construction
kleines Filmröllchen
2022-08-19
Kernel: Add 8-byte atomics for i686 GCC
Idan Horowitz
2022-08-19
Kernel: Put too small unused network packets back into the list
Tim Schumacher
2022-08-19
Kernel: Protect the list of unused network packets with a Spinlock
Tim Schumacher
2022-08-19
Kernel: Don't take thread lock for signal dispatch
Andreas Kling
2022-08-19
Kernel/Memory: Use scope guard to remove a region if we failed to map it
Liav A
2022-08-19
Kernel: Don't lock scheduler in ~Thread()
Andreas Kling
2022-08-19
Kernel: Don't lock scheduler while updating thread scheduling times
Andreas Kling
2022-08-19
Kernel: Reduce time under VMObject lock while handling zero faults
Andreas Kling
2022-08-19
Kernel/x86: Re-enable interrupts ASAP when handling page faults
Andreas Kling
2022-08-18
Kernel: Make sys$anon_create() allocate physical pages immediately
Andreas Kling
[next]