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-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
2022-08-12
Kernel/VFS: Check that mount-point is not in use
Kristiyan Stoimenov
2022-08-10
Kernel: Remove leftover reference to prekernel on aarch64
Filiph Sandström
2022-08-10
Kernel: Fix a typo and a grammar issue in code comments
Brian Gianforcaro
2022-08-10
Kernel: Validate the sys$alarm signal send always succeeds
Brian Gianforcaro
2022-08-10
Kernel: Make failure to write coredump or perfcore a regular dmesg
Brian Gianforcaro
2022-08-09
Kernel: Fix SMP deadlock in MM::allocate_contiguous_physical_pages
Brian Gianforcaro
2022-08-08
Kernel/FileSystem: Use a new debug flag for SysFS debug messages
Liav A
2022-08-06
Kernel: Rounding size of bss to be a multiple of 8 for aarch64 linker.ld
Timon Kruiper
2022-08-06
Kernel: Add logic to RPi UART driver to emit CR when encountering LF
Timon Kruiper
2022-08-01
Kernel: Silently discard `SO_REUSEADDR`
Tim Schumacher
2022-07-30
Kernel/FileSystem: Funnel calls to Inode::prepare_to_write_data method
Liav A
2022-07-30
Kernel: Remove PCI information node from ProcFS
Liav A
2022-07-30
Kernel: Detect the Insert key
gggggg-gggggg
2022-07-27
Everywhere: Make the codebase more architecture aware
Undefine
2022-07-27
Kernel: Move SysFS USB create function
b14ckcat
2022-07-27
Kernel: Fix USB hotplug crash
b14ckcat
[next]