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
2021-02-01
Kernel: Fix enum of sysconf values to be in the correct order
Liav A
2021-02-01
Kernel: Introduce the MemoryDevice
Liav A
2021-02-01
Kernel: Expose SMBIOS blobs in ProcFS
Liav A
2021-02-01
Kernel+keymap+KeyboardMapper: New pledge for getkeymap
Ben Wiederhake
2021-02-01
Kernel+LibKeyboard: Define the default keymap only in one place
Ben Wiederhake
2021-02-01
LibKeyboard: Don't assert on failure
Ben Wiederhake
2021-02-01
LibKeyboard+keymap: Support querying the keymap via commandline
Ben Wiederhake
2021-02-01
Kernel+LibKeyboard: Enable querying the current keymap
Ben Wiederhake
2021-01-31
Userland: Rename PCI slot to PCI device terminology
Jean-Baptiste Boric
2021-01-31
Kernel: Fix PCI bridge enumeration
Jean-Baptiste Boric
2021-01-31
Revert "Kernel: Don't clone kernel mappings for bottom 2 MiB VM into processes"
Andreas Kling
2021-01-31
Kernel: Don't clone kernel mappings for bottom 2 MiB VM into processes
Andreas Kling
2021-01-31
Kernel: Use KResult a bit more in the IPv4 networking code
Andreas Kling
2021-01-31
Kernel: Make /proc/self/ work again
Ben Wiederhake
2021-01-31
Kernel: Remove pledge exception for sys$getsockopt() with SO_PEERCRED
Andreas Kling
2021-01-30
Kernel: Allow changing thread names with the "stdio" promise
Andreas Kling
2021-01-30
Kernel: Add FIBMAP ioctl to Ext2FileSystem
Peter Elliott
2021-01-30
Revert "Kernel: Return -ENOTDIR for non-directory mount target"
Andreas Kling
2021-01-30
Kernel: Fix mix-up between MAP_STACK/MAP_ANONYMOUS in prot validation
Andreas Kling
2021-01-30
Kernel: Remove "has made executable exception for dynamic loader" flag
Andreas Kling
2021-01-30
Meta: Expect sync-local.sh script at repository root
Linus Groh
2021-01-29
Kernel: Bump the number of fd's that can be queued on a local socket
Andreas Kling
2021-01-29
Kernel/Storage: Rewrite IDE disk detection and disk access
Luke
2021-01-29
Kernel: Add "prot_exec" pledge promise and require it for PROT_EXEC
Andreas Kling
2021-01-29
Kernel: RangeAllocator randomized correctly check if size is in bound. (#5164)
Jorropo
2021-01-29
Kernel: Disallow mapping anonymous memory as executable
Andreas Kling
2021-01-29
Kernel: Enforce W^X more strictly (like PaX MPROTECT)
Andreas Kling
2021-01-29
Kernel: Check for alignment size overflow when allocating VM ranges
Andreas Kling
2021-01-29
Kernel: Return -ENOTBLK for non-block device Ext2FS mount source
Linus Groh
2021-01-29
Kernel: Return -ENOTDIR for non-directory mount target
Linus Groh
2021-01-29
Kernel: Prevent mmap-ing as both fixed and randomized
Sahan Fernando
2021-01-28
Kernel: sys$mmap PAGE_ROUND_UP size before calling allocate_randomized (#5154)
Jorropo
2021-01-28
Kernel: Allow specifying a physical alignment when allocating
Tom
2021-01-28
Kernel: Retire SchedulerData and add Thread lookup table
Tom
2021-01-28
Kernel: Remove outdated debug logging from RangeAllocator
Andreas Kling
2021-01-28
Kernel+LibC: Add MAP_RANDOMIZED flag for sys$mmap()
Andreas Kling
2021-01-28
Kernel: Add sanity check assertion in RangeAllocator::allocate_specific
Andreas Kling
2021-01-28
Kernel: Add sanity check assertion in RangeAllocator::allocate_anywhere
Andreas Kling
2021-01-28
Kernel: Generate coredump backtraces from "threads for coredump" list
Andreas Kling
2021-01-28
Kernel+Userland: Remove unused "effective priority" from threads
Andreas Kling
2021-01-28
Kernel: Make KernelRng thread-safe
Tom
2021-01-28
Kernel: Remove colonel special-case from Process::for_each_thread
Tom
2021-01-28
BXVGADevice+MBVGADevice: Correctly check page-aligned mmaps
Peter Elliott
2021-01-27
Revert "Kernel: Fix Thread::relock_process leaving critical section"
Andreas Kling
2021-01-27
Kernel: Add a compile-time switch to enable scheduling on all CPUs
Tom
2021-01-27
Kernel: Fix Thread::relock_process leaving critical section
Tom
2021-01-27
Kernel: Don't hold scheduler lock while setting up blocker in Thread::block
Tom
2021-01-27
Kernel: Release MM lock while yielding from inode page fault handler
Tom
2021-01-27
Kernel: Keep a list of threads per Process
Tom
2021-01-27
Kernel: Implement thread priority queues
Tom
[next]