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-03-02
CPU: Change debug messages to fit the latest changes
Liav A
2020-03-02
Kernel: Run clang-format on various files
Liav A
2020-03-02
Kernel: Use klog() instead of kprintf()
Liav A
2020-03-02
Kernel: Use IOAddress class in PATAChannel class
Liav A
2020-03-02
Kernel: Use IOAddress class in Network adapters' drivers
Liav A
2020-03-02
Kernel: MemoryManager should create cacheable regions by default
Andreas Kling
2020-03-02
Kernel: Remove ability to create kernel-only regions at user addresses
Andreas Kling
2020-03-02
Kernel: Map executables at a kernel address during ELF load
Andreas Kling
2020-03-02
Kernel: Load executables on demand when symbolicating
Andreas Kling
2020-03-02
AK: Move the wildcard-matching implementation to StringUtils
howar6hill
2020-03-02
Kernel: Make the "entire executable" region shared
Andreas Kling
2020-03-01
Kernel: Mark read-only PT_LOAD mappings as shared regions
Andreas Kling
2020-03-01
Kernel: Use SharedInodeVMObject for executables after all
Andreas Kling
2020-03-01
Kernel: Run clang-format on Process.cpp
Andreas Kling
2020-03-01
Kernel: Fix suspicious local shadowing in PerformanceEventBuffer
Andreas Kling
2020-03-01
Kernel: Name perfcore files "perfcore.PID"
Andreas Kling
2020-03-01
Kernel: Reduce code duplication a little bit in Region allocation
Andreas Kling
2020-03-01
Kernel: Move ProcessPagingScope to its own files
Andreas Kling
2020-03-01
Kernel: Restore the previous thread state on SIGCONT after SIGSTOP
Andreas Kling
2020-03-01
Kernel: Remove some unnecessary .characters() when doing dbg()<<String
Andreas Kling
2020-03-01
AK: Remove unnecessary casts to size_t, after Vector changes
Andreas Kling
2020-03-01
Kernel: Remove some more harmless InodeVMObject miscasts
Andreas Kling
2020-03-01
Kernel: Include the dirty bits when cloning an InodeVMObject
Andreas Kling
2020-03-01
Kernel: Fix harmless type miscast in Process::amount_clean_inode()
Andreas Kling
2020-03-01
Kernel: Use PrivateInodeVMObject for loading program executables
Andreas Kling
2020-03-01
Kernel: Add some InodeVMObject type assertions in Region::clone()
Andreas Kling
2020-03-01
Kernel: Remove some Region construction helpers
Andreas Kling
2020-03-01
Kernel: CoW-clone private inode-backed memory regions on fork()
Andreas Kling
2020-02-29
Kernel: Disable interrupts throughout Thread::raw_backtrace()
Andreas Kling
2020-02-29
Kernel: Return bytes written if sys$write() fails after writing some
Andreas Kling
2020-02-29
Kernel: Simplify some dbg() logging
Andreas Kling
2020-02-29
Init Stage: Use latest changes
Liav A
2020-02-29
Kernel: Simplify interrupt management
Liav A
2020-02-29
PCI: Adopt changes in ACPI definitions file
Liav A
2020-02-29
ACPI: Adopt the changes in the definitions file
Liav A
2020-02-29
ACPI: Reorganize the definitions file
Liav A
2020-02-29
Kernel: Initialize Spurious IRQ handlers in switch_to_pic_mode()
Liav A
2020-02-29
CPU: Simplify handle_interrupt() function
Liav A
2020-02-29
Kernel: Delete unnecessary register & unregister calls
Liav A
2020-02-29
Kernel: Add SpuriousInterruptHandler class
Liav A
2020-02-29
Kernel: Add SpuriousInterruptHandler type into HandlerPurpose
Liav A
2020-02-28
Kernel: Expose the VMObject type of each Region in /proc/PID/vm
Andreas Kling
2020-02-28
Kernel: Implement basic support for sys$mmap() with MAP_PRIVATE
Andreas Kling
2020-02-28
Kernel: Remove some unnecessary indirection in InodeFile::mmap()
Andreas Kling
2020-02-28
Kernel: Split InodeVMObject into two subclasses
Andreas Kling
2020-02-28
Kernel: Rename InodeVMObject => SharedInodeVMObject
Andreas Kling
2020-02-28
Kernel: Make Process::m_master_tls_region a WeakPtr
Andreas Kling
2020-02-28
Kernel: Remove SmapDisabler in sys$connect()
Andreas Kling
2020-02-28
Kernel: Merge the shbuf_get_size() syscall into shbuf_get()
Andreas Kling
2020-02-28
Kernel+LibC: Rename shared buffer syscalls to use a prefix
Andreas Kling
[next]