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-03-11
Kernel: Move process thread lists into protected data
Andreas Kling
2021-03-11
Kernel: Move process signal trampoline address into protected data
Andreas Kling
2021-03-11
Kernel: Move process umask into protected data :^)
Andreas Kling
2021-03-11
Kernel: Don't keep protected Process data in a separate allocation
Andreas Kling
2021-03-11
Kernel: Add MAKE_ALIGNED_ALLOCATED helper macro
Andreas Kling
2021-03-11
Kernel: Add MemoryManager::set_page_writable_direct()
Andreas Kling
2021-03-11
Kernel: Allow kmalloc_aligned() alignment up to 4096
Andreas Kling
2021-03-11
Kernel: Silence debug spam about chown and symlink during boot
Andreas Kling
2021-03-10
Kernel: Move process pledge promises into protected data
Andreas Kling
2021-03-10
Kernel: Move process "dumpable" flag into protected data
Andreas Kling
2021-03-10
Kernel: Move process parent PID into protected data :^)
Andreas Kling
2021-03-10
Kernel: Move process extra_gids into protected data :^)
Andreas Kling
2021-03-10
Kernel: Move select Process members into protected memory
Andreas Kling
2021-03-10
Kernel: Add non-const KBuffer::impl() getter
Andreas Kling
2021-03-10
Kernel: Build with -Wvla
Andreas Kling
2021-03-10
Kernel: Remove VLA usage in Ext2FS block traversal code
Andreas Kling
2021-03-10
Kernel: Turn a VLA into a statically-sized array in dump_backtrace()
Andreas Kling
2021-03-09
Kernel: Convert klog() => dmesgln() in TCPSocket
Andreas Kling
2021-03-09
Kernel: Convert klog() => dmesgln() in MemoryManager
Andreas Kling
2021-03-09
Kernel: Use dbgln_if() and PANIC() in Thread.cpp
Andreas Kling
2021-03-09
Kernel: Convert klog() => dmesgln() in IPv4Socket
Andreas Kling
2021-03-09
Kernel: Convert klog() => dmesgln() in PageDirectory
Andreas Kling
2021-03-09
Kernel: Convert klog() => dmesgln() in E1000NetworkAdapter
Andreas Kling
2021-03-09
Kernel: Convert klog() => dmesgln() in init()
Andreas Kling
2021-03-09
Kernel: Convert klog() => dmesgln() in ARP/routing code
Andreas Kling
2021-03-09
Kernel: Convert klog() to dmesgln() in Region
Andreas Kling
2021-03-09
Kernel: Convert klog() => dmesgln() in AnonymousVMObject
Andreas Kling
2021-03-09
Kernel: Convert klog() => dmesgln() in HPET
Andreas Kling
2021-03-09
Kernel: Convert klog() => dmesgln() in KernelRng
Andreas Kling
2021-03-09
Kernel: Convert klog() => dmesgln() in VMWareBackdoor
Andreas Kling
2021-03-09
Kernel: Convert klog() => dmesgln() in PS2MouseDevice
Andreas Kling
2021-03-09
Kernel: Remove some unused things in kmalloc.cpp
Andreas Kling
2021-03-09
Kernel: Convert klog() => dmesgln() in kmalloc
Andreas Kling
2021-03-09
Kernel: Convert klog() => dmesgln() in filesystem code
Andreas Kling
2021-03-09
Kernel: Remove ancient FIFO_DEBUG code
Andreas Kling
2021-03-09
Kernel+UserspaceEmulator: Add sys$emuctl() system call
Andreas Kling
2021-03-08
Kernel: Add bitwise operators for Thread::FileBlocker::BlockFlags enum
Brian Gianforcaro
2021-03-08
Kernel: Make MemoryManager API type-safe for Region::Access enum
Brian Gianforcaro
2021-03-08
Everywhere: Remove unnecessary whitespace at the end of some lines.
Emanuele Torre
2021-03-08
Kernel: Manually reset the XCR0 register
Luke
2021-03-07
Kernel: Fix pointer over/underflow in create_thread
Ben Wiederhake
2021-03-07
Kernel: Expose sysctl 'ubsan_is_deadly' to panic the Kernel on UB
Ben Wiederhake
2021-03-07
Kernel: Fix unaligned read inside map_ebda()
Jean-Baptiste Boric
2021-03-06
Kernel: Address all 32 HPET comparators correctly
Liav A
2021-03-06
Revert "Kernel: Fix HPET timer structure layout"
Liav A
2021-03-05
Kernel: Implement ScatterList for handling scattered DMA pages
Liav A
2021-03-05
Kernel: Add AnonymousVMObject constructor for a Vector of physical pages
Liav A
2021-03-05
Kernel: Add basic AHCI functionality
Liav A
2021-03-05
Kernel: Use global mechanism to determine minor number of Storage Device
Liav A
2021-03-05
Kernel: Make ATA macros to be public
Liav A
[next]