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-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
2022-08-18
Kernel: Make Region's physical page accessors safer to use
Andreas Kling
2022-08-18
Kernel: Schedule threads on all processors when SMP is enabled
Andreas Kling
2022-08-18
Kernel: Don't hog VMObject lock when remapping a region page
Andreas Kling
2022-08-18
Kernel: Move Region physical page accessors out of line
Andreas Kling
2022-08-18
Kernel: Add a comment about what the MM lock protects
Andreas Kling
2022-08-18
Kernel: Don't require MM lock for Region::set_page_directory()
Andreas Kling
2022-08-18
Kernel: Fix inconsistent lock acquisition order in kmalloc
Andreas Kling
2022-08-18
Kernel: Don't remap all regions from Region::remap_vmobject_page()
Andreas Kling
2022-08-18
Kernel: Shorten time under spinlocks while handling inode faults
Andreas Kling
2022-08-18
Kernel: Fix TOCTOU in sys$unveil()
Andreas Kling
2022-08-18
Kernel/x86: Don't re-enable interrupts too soon when unlocking spinlocks
Andreas Kling
2022-08-18
Kernel: Protect the Custody cache with a spinlock
Andreas Kling
2022-08-18
Kernel: Remove outdated FIXME in Custody.h
Andreas Kling
2022-08-18
Kernel: Use consistent lock acquisition order in Thread::block*()
Andreas Kling
2022-08-18
Kernel: Don't do path resolution in sys$chdir() while holding spinlock
Andreas Kling
2022-08-18
Kernel/x86: Disable interrupts when leaving critical sections
Andreas Kling
2022-08-18
Kernel/x86: Move Processor::{leave,clear}_critical() out of line
Andreas Kling
2022-08-18
Kernel: Make sys$unveil() not take the big process lock
Samuel Bowman
2022-08-17
Kernel: Require semicolon after VERIFY_{NO_,}PROCESS_BIG_LOCK_ACQUIRED
Linus Groh
2022-08-16
Kernel: Make sys$socketpair() not take the big lock
Andreas Kling
2022-08-16
Kernel: Only lock file descriptor table once in sys$pipe()
Andreas Kling
2022-08-16
Kernel: Don't leak file descriptors in sys$pipe()
Andreas Kling
2022-08-16
Kernel: Make sys$pipe() not take the big lock
Andreas Kling
2022-08-16
Kernel: Remove unnecessary TOCTOU bug in sys$pipe()
Andreas Kling
2022-08-16
Kernel: Lock the inode before writing in SharedInodeVMObject::sync
Mike Akers
2022-08-16
Kernel: Release 1 page instead of all pages when starved for pages
dylanbobb
2022-08-16
Kernel: Allow release of a specific amount of of clean pages
dylanbobb
2022-08-15
Kernel: Shrink default userspace stack size from 4 MiB to 1 MiB
Andreas Kling
2022-08-15
Kernel: Remove regions from the region tree after failing to map them
Idan Horowitz
2022-08-15
Kernel: Leak a ref() on the new Process ASAP in sys$fork()
Andreas Kling
2022-08-15
Kernel: Don't release file-pages if volatile memory purge did it
Jorropo
2022-08-14
Kernel: Dump list of processes and their memory usage when OOMing
Andreas Kling
2022-08-14
Kernel: Release some clean file-backed memory when starved for pages
Andreas Kling
2022-08-14
Kernel: Update outdated "user physical pages" terminology
Andreas Kling
2022-08-14
Kernel: Move TrapFrame into its own header on aarch64
Filiph Sandström
2022-08-14
Kernel: Stub Spinlock `is_locked` on aarch64
Filiph Sandström
2022-08-14
Kernel/Storage: Remove InterfaceType enum
Liav A
2022-08-14
Kernel/Storage: Remove the stale ATAPIDiscDevice class
Liav A
2022-08-14
Kernel/Storage: Don't hardcode a maximum of 16 partitions per drive
Liav A
2022-08-14
Kernel/Storage: Safely increment the Controller atomic ID counter
Liav A
2022-08-14
Kernel/Storage: Safely increment the Device atomic minor number
Liav A
2022-08-14
Kernel/Commandline: Remove a remainder of the removed boot_mode flag
Liav A
2022-08-14
Everywhere: Get rid of the fbdev kernel boot argument remainders
Liav A
[next]