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-04-12
Kernel: Increase the default userspace stack size to 4 MiB
Tim Schumacher
2022-04-12
Kernel: Skip setting region name if none is given to mmap
Tim Schumacher
2022-04-10
Kernel: Use kernel_mapping_base as the minimum kernel stack address
Idan Horowitz
2022-04-09
Kernel: Remove big lock from sys$mkdir
Idan Horowitz
2022-04-09
Kernel: Remove big lock from sys$rename
Idan Horowitz
2022-04-09
Kernel: Remove big lock from sys$rmdir
Idan Horowitz
2022-04-09
Kernel: Remove big lock from sys$statvfs
Idan Horowitz
2022-04-09
Kernel: Remove big lock from sys$symlink
Idan Horowitz
2022-04-09
Kernel: Remove big lock from sys$link
Idan Horowitz
2022-04-09
Kernel: Remove big lock from sys$unlink
Idan Horowitz
2022-04-09
Kernel: Remove big lock from sys$setsockopt
Idan Horowitz
2022-04-09
Kernel: Remove big lock from sys$getsockopt
Idan Horowitz
2022-04-09
Kernel: Remove big lock from sys$shutdown
Idan Horowitz
2022-04-09
Kernel: Remove big lock from sys$connect
Idan Horowitz
2022-04-09
Kernel: Remove big lock from sys$close
Idan Horowitz
2022-04-09
Kernel: Remove big lock from sys$chown
Idan Horowitz
2022-04-09
Kernel: Remove big lock from sys$fchown
Idan Horowitz
2022-04-09
Kernel: Remove big lock from sys$bind
Idan Horowitz
2022-04-09
Kernel: Move NNRP<Socket>s instead of copying in queue_connection_from
Idan Horowitz
2022-04-09
Kernel: Accept NNRP<Socket> instead of RP<Socket> in release_for_accept
Idan Horowitz
2022-04-09
Kernel: Remove big lock from `sys$set_coredump_metadata`
Luke Wilde
2022-04-09
Kernel: Remove big lock from `sys$accept4`
Jelle Raaijmakers
2022-04-09
Kernel: Verify mutex big lock behavior
Jelle Raaijmakers
2022-04-09
Kernel: Unblock big lock waiters correctly
Jelle Raaijmakers
2022-04-08
Kernel: Query OS-enabled CPUID features again at the end of cpu_setup()
Linus Groh
2022-04-08
Kernel: Rename OSPKU CPUID feature flag to OSPKE
Linus Groh
2022-04-08
Kernel: Adjust includes after file reorganization
Tiaan Louw
2022-04-06
Kernel: Track big lock blocked threads in separate list
Jelle Raaijmakers
2022-04-06
Kernel: Improve the aarch64 kernel source files disk layout
James Mintram
2022-04-05
Kernel: Make sys$mmap() round requested VM size to page size multiple
Andreas Kling
2022-04-05
Kernel: Protect Mutex's thread lists with a spinlock
Andreas Kling
2022-04-05
Kernel: Don't unregister Region from RegionTree *before* unmapping it
Andreas Kling
2022-04-05
Kernel: Remove MemoryManager::region_tree() accessor
Andreas Kling
2022-04-05
Kernel: Move allocate_unbacked_region_anywhere() to MemoryManager
Andreas Kling
2022-04-05
Kernel: Move create_identity_mapped_region() to MemoryManager
Andreas Kling
2022-04-05
Kernel: Add RegionTree::find_region_containing(address or range)
Andreas Kling
2022-04-05
Kernel: Add RegionTree::remove(Region&)
Andreas Kling
2022-04-05
Kernel: Take the RegionTree spinlock when inspecting tree from outside
Andreas Kling
2022-04-05
Kernel: Remove unused ShouldDeallocateVirtualRange parameters
Andreas Kling
2022-04-04
Kernel: Add VERIFY_NOT_REACHED to aarch64 PageDirectory.cpp
James Mintram
2022-04-04
Kernel: Add VERIFY_NOT_REACHED to aarch64 locking functions
James Mintram
2022-04-04
Kernel: Add VERIFY_NOT_REACHED to the aarch64 handle_crash function
James Mintram
2022-04-04
Kernel: Remove unused dummy function from dummy.cpp
James Mintram
2022-04-04
Kernel: Add VERIFY_NOT_REACHED to stub functions in aarch64 dummy.cpp
James Mintram
2022-04-04
Kernel: Add VERIFY_NOT_REACHED to stub aarch64 Processor functions
James Mintram
2022-04-04
Kernel: Print out assertion info in __assertion_failed on aarch64
James Mintram
2022-04-04
Kernel: Add debug logging to learn more about unexpected NP faults
Andreas Kling
2022-04-04
Kernel: Remove unused Region::try_create_kernel_only()
Andreas Kling
2022-04-04
Kernel: Tweak broken dbgln_if() in sys$fork() after RegionTree changes
Andreas Kling
2022-04-04
Kernel: Mark sys$adjtime() as not needing the big lock
Andreas Kling
[next]