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
2023-04-08
Kernel: Mark a bunch of NonnullRefPtrs also const to ensure immutability
Liav A
2023-04-08
Kernel: Don't reuse old master TLS region data in sys$execve()
Andreas Kling
2023-04-07
Kernel: Fix typo in the FramebufferGetPitchMboxMessage name
Liav A
2023-04-06
Kernel/aarch64: Actually remove Arch/aarch64/init.cpp
Timon Kruiper
2023-04-06
Kernel: Make dispatch_signal work for aarch64
Timon Kruiper
2023-04-06
Kernel: Store FPU state when dispatching signal on aarch64
Timon Kruiper
2023-04-06
Kernel: Implement signal trampoline for aarch64
Timon Kruiper
2023-04-06
Kernel/aarch64: Add getters/setters in RegisterState and ThreadRegisters
Timon Kruiper
2023-04-06
Kernel/aarch64: Implement copying of kernel regs into ptrace regs
Timon Kruiper
2023-04-06
Kernel+LibC: Modify aarch64's __mcontext to store registers in an array
Timon Kruiper
2023-04-06
Kernel: Implement ScopedAddressSpaceSwitcher using PageDirectory
Timon Kruiper
2023-04-06
Kernel/aarch64: Flush entire TLB cache when changing TTBR0_EL1
Timon Kruiper
2023-04-06
Kernel: Implement TimeManagement::boot_time() for aarch64
Timon Kruiper
2023-04-06
Kernel: Extend the lifetime of Regions during page fault handling
Idan Horowitz
2023-04-06
Kernel: Store a pointer to the owner process in PageDirectory
Idan Horowitz
2023-04-06
Kernel: Restructure execve to ensure Process::m_space is always in use
Idan Horowitz
2023-04-06
Kernel: Mark sys$msync as not needing the big lock
Idan Horowitz
2023-04-06
Kernel: Mark sys$mremap as not needing the big lock
Idan Horowitz
2023-04-06
Kernel: Mark sys$munmap as not needing the big lock
Idan Horowitz
2023-04-06
Kernel: Mark sys$set_mmap_name as not needing the big lock
Idan Horowitz
2023-04-06
Kernel: Mark sys$mprotect as not needing the big lock
Idan Horowitz
2023-04-06
Kernel: Mark sys$mmap as not needing the big lock
Idan Horowitz
2023-04-06
Kernel: Remove unused credentials() call in validate_inode_mmap_prot
Idan Horowitz
2023-04-06
Kernel: Mark sys$map_time_page as not needing the big lock
Idan Horowitz
2023-04-06
Kernel: Mark sys$madvise as not needing the big lock
Idan Horowitz
2023-04-05
Kernel/NVMeQueue: Use waitqueue in submit_sync_sqe
Pankaj Raghav
2023-04-05
Kernel/NVMe: Redesign the tracking of requests in an NVMe Queue
Pankaj Raghav
2023-04-05
Kernel/NVMe: Use an Atomic for command id instead of sq index
Pankaj Raghav
2023-04-05
Kernel: Mark sys$setpgid as not needing the big lock
Andreas Kling
2023-04-05
Kernel: Make Credentials the authority on process SID
Andreas Kling
2023-04-05
Kernel: Mark sys$setsid as not needing the big lock
Andreas Kling
2023-04-05
Kernel: Make ProcessGroup a ListedRefCounted and fix two races
Andreas Kling
2023-04-05
Kernel: Make SlavePTY store pointer to MasterPTY as NonnullRefPtr
Andreas Kling
2023-04-05
Kernel: Move Process's TTY pointer into protected data
Andreas Kling
2023-04-05
Kernel: Move Process's process group pointer into protected data
Andreas Kling
2023-04-05
Kernel: Stop using *LockRefPtr for TTY
Andreas Kling
2023-04-05
Kernel: Remove ancient InterruptDisabler in sys$setsid
Andreas Kling
2023-04-05
Kernel: Mark sys$faccessat as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Mark inode watcher syscalls as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Mark sys$killpg as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Mark sys$kill as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Remove ancient InterruptDisablers in the kill/killpg syscalls
Andreas Kling
2023-04-04
Kernel: Mark sys$getrusage as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Make the getsockname/getpeername syscall helper a bit nicer
Andreas Kling
2023-04-04
Kernel: Make sys$times not use the big lock
Andreas Kling
2023-04-04
Kernel+Userland: Make some of the POSIX types larger
Andreas Kling
2023-04-04
Kernel: Mark sys$umask as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Mark sys$sigtimedwait as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Mark sys$sigpending as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Mark sys$sigprocmask as not needing the big lock
Andreas Kling
[next]