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
2020-01-24
Meta: Claim copyright for files created by me
Sergey Bugaev
2020-01-23
Kernel: Allow Socket subclasses to fail construction
Andreas Kling
2020-01-23
AK: Let's call decrementing reference counts "unref" instead of "deref"
Andreas Kling
2020-01-23
Build: Fix silly mistake in makeall.sh
Andreas Kling
2020-01-22
Revert "Kernel: Replace IRQHandler with the new InterruptHandler class"
Andreas Kling
2020-01-22
Build: use absolute path for /sbin/mke2fs
Oliver Kraitschy
2020-01-22
Meta: Change copyright holder of `FloppyDiskDevice.*
Jesse Buhagiar
2020-01-22
Kernel: Replace IRQHandler with the new InterruptHandler class
Liav A
2020-01-22
Kernel: Introduce IRQ sharing support
Liav A
2020-01-22
Kernel: Run clang-format on KeyboardDevice.cpp
Liav A
2020-01-21
Kernel: Rename UnveilState to VeilState
Andreas Kling
2020-01-21
SystemMonitor: Show process unveil() state as "Veil"
Andreas Kling
2020-01-21
Kernel: Tidy up debug logging a little bit
Andreas Kling
2020-01-21
Kernel+LibC: Clean up open() flag (O_*) definitions
Andreas Kling
2020-01-21
Kernel: Make O_RDONLY non-zero
Andreas Kling
2020-01-21
Kernel: Don't forget about unveiled paths with zero permissions
Andreas Kling
2020-01-21
Kernel: Remove map_for_kernel() in MemoryManager
Liav A
2020-01-21
Kernel: ACPI code doesn't rely on identity mapping anymore
Liav A
2020-01-21
Kernel: DMIDecoder no longer depends on identity-mapping
Liav A
2020-01-21
Kernel: PCI MMIO no longer uses map_for_kernel()
Liav A
2020-01-21
Kernel: Clear unveiled state on exec()
Andreas Kling
2020-01-21
Kernel: Forked children should inherit unveil()'ed paths
Andreas Kling
2020-01-20
ProcFS: Add /proc/PID/unveil
Andreas Kling
2020-01-20
Kernel: Add a basic implementation of unveil()
Andreas Kling
2020-01-20
Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing
Andreas Kling
2020-01-20
Kernel: Allow naming KBuffers
Andreas Kling
2020-01-20
Kernel: Use the templated copy_to/from_user() in more places
Andreas Kling
2020-01-20
Kernel: Misc tweaks
Sergey Bugaev
2020-01-20
Kernel: Return new fd from sys$fcntl(F_DUPFD)
Sergey Bugaev
2020-01-20
SB16: Map the DMA buffer in kernelspace so we can write to it
Andreas Kling
2020-01-20
Add AnonymousVMObject::create_with_physical_page()
Andreas Kling
2020-01-20
Kernel: Write-only regions should still be mapped as present
Andreas Kling
2020-01-20
Kernel: Remove some unnecessary casts to uintptr_t
Andreas Kling
2020-01-20
Use uintptr_t instead of u32 when storing pointers as integers
Andreas Kling
2020-01-19
Kernel: Add fast-path for sys$gettid()
Andreas Kling
2020-01-19
Kernel: Add a 1-deep cache to Process::region_from_range()
Andreas Kling
2020-01-19
Kernel: Add a Process::add_region() helper
Andreas Kling
2020-01-19
Kernel: Simplify PageDirectory swapping in sys$execve()
Andreas Kling
2020-01-19
Kernel: Oops, fix bad sort order of available VM ranges
Andreas Kling
2020-01-19
TmpFS: Grow the underlying inode buffer with 2x factor when written to
Andreas Kling
2020-01-19
Kernel: Limit Thread::raw_backtrace() to the max profiler stack size
Andreas Kling
2020-01-19
Kernel: Make ProcessPagingScope restore CR3 properly
Andreas Kling
2020-01-19
Kernel: Optimize VM range deallocation a bit
Andreas Kling
2020-01-19
Kernel: Use copy_from_user() when appropriate during thread backtracing
Andreas Kling
2020-01-19
Kernel: Always switch to own page tables when crashing/asserting
Andreas Kling
2020-01-19
Kernel: Assert that copy_to/from_user() are called with user addresses
Andreas Kling
2020-01-19
Kernel: Let's say that everything < 3GB is user virtual memory
Andreas Kling
2020-01-19
Kernel: Only require "stdio" pledge for sending signals to self
Andreas Kling
2020-01-18
Kernel: Do not return ENOENT for unresolved symbols
Sergey Bugaev
2020-01-18
Kernel: Move setting file flags and r/w mode to VFS::open()
Sergey Bugaev
[next]